Hey guys,
Info
Game: Football Superstars
Link: https://footballsuperstars.com/
Ok, so first off i should probably explain what i'm trying to do.
Basically your character has a number of stats that affect certain actions on the pitch, for example Ball Control allows your character to run faster when you have possession of the ball and also gives a bit of invulnerability to tackles from the front, Stamina goes down as your sprint around the pitch and is regained (slowly) by not sprinting or (faster) by standing still. Altogether there are 14 different stats all of which have a maximum value up to 600, which is calculated by the following:
Gym Training: 100
Football Practice: 100
Items: 300
Consumables: 50
Passives: 50
Match Fitness: 60 (yes i know this would take you to 610 but if you have 600 already then this would be 50).
You can equip up to 5 items, these include Shinpads, Studs, Boots, Base Layers and a Consumable drink. Purple coloured (highest level) items give x3 stats up to the max of 300, 225, 225.
All of these items have charges, up to 35 uses each.
Ok so now what?
Well i've been trying to find the static pointers to a given stat, say Ball Control and i want to put this item value to 300 regardless of whether i have an item equipped or not, or i have an item that gives me 225 in BC (Ball Control). I can successfully find the values address and change it, which will then do what i want, however its when i try finding the static pointer that things start to go down hill. I'm also not sure whether the new value i change it to carries over into the match because when i've finished a match the value changes back to its original, also if i try to change an item's charges it will still go down by -1.
I've followed through both the Pointer Scan tutorial and the CE Multi Level Pointer tutorials but still don't come up with the static pointer, it usually seems to hit a dead-end and not return any addresses or the static addresses i do find don't turn out to be the correct ones when i restart the client.
Q's
So.... can these things infact be done?
If you need any more info of what i'm doing or about the game itself then fire away.
Cheers people!
Info
Game: Football Superstars
Link: https://footballsuperstars.com/
Ok, so first off i should probably explain what i'm trying to do.
Basically your character has a number of stats that affect certain actions on the pitch, for example Ball Control allows your character to run faster when you have possession of the ball and also gives a bit of invulnerability to tackles from the front, Stamina goes down as your sprint around the pitch and is regained (slowly) by not sprinting or (faster) by standing still. Altogether there are 14 different stats all of which have a maximum value up to 600, which is calculated by the following:
Gym Training: 100
Football Practice: 100
Items: 300
Consumables: 50
Passives: 50
Match Fitness: 60 (yes i know this would take you to 610 but if you have 600 already then this would be 50).
You can equip up to 5 items, these include Shinpads, Studs, Boots, Base Layers and a Consumable drink. Purple coloured (highest level) items give x3 stats up to the max of 300, 225, 225.
All of these items have charges, up to 35 uses each.
Ok so now what?
Well i've been trying to find the static pointers to a given stat, say Ball Control and i want to put this item value to 300 regardless of whether i have an item equipped or not, or i have an item that gives me 225 in BC (Ball Control). I can successfully find the values address and change it, which will then do what i want, however its when i try finding the static pointer that things start to go down hill. I'm also not sure whether the new value i change it to carries over into the match because when i've finished a match the value changes back to its original, also if i try to change an item's charges it will still go down by -1.
I've followed through both the Pointer Scan tutorial and the CE Multi Level Pointer tutorials but still don't come up with the static pointer, it usually seems to hit a dead-end and not return any addresses or the static addresses i do find don't turn out to be the correct ones when i restart the client.
Q's
So.... can these things infact be done?
If you need any more info of what i'm doing or about the game itself then fire away.
Cheers people!