diego997 How do I cheat?
Reputation: 0
Joined: 03 Aug 2013 Posts: 4
|
Posted: Mon Aug 05, 2013 8:53 am Post subject: Finding Skill Address |
|
|
Hello, I am trying to find address of the skill but it is not as easy as I thought. I will try to explain how the skill works:
-I have skill which is called "Force", to active that skill I need to press button, and then this skills appear on the screen as a small icon with value 1.
-When I press button again the force is increasing and now has value 2.
-I can do that till value 4
-When I use other skills that requires that "Force", it is being consumed
-So when I have lvl 4 of "Force", and I other skill, it goes to lvl 3
-When I use again goes to lvl 2, lvl 1, and finaly disapear
So I did my best to explain how the skill works, now I will try to write about procedures that I did to find and address, of course I did not find:
-If I did not have that skill active, I treated this as value 0
-Next I press the button to active first lvl of the "Force"
-So I tried to find value 1
-Next value 2
-Value 3
-Value 4
Acctualy I usualy found at least 2 addresses but they were not proper.
When I used a skill that uses the force, values has changed to some strange onces.
I also tried to find values 0 and 1 only that in my opinion defined whether the skill is on or not.
In my opinion I can not find the proper adress because each time when I increase the lvl of "Force", its pointer changes something like:
int Force = new int;
Do you guys have any idea how to however find the proper adress ?
Greetings
P.S the game is called Lineage 2
|
|