lularootz How do I cheat?
Reputation: 0
Joined: 03 Aug 2010 Posts: 1
|
Posted: Tue Aug 03, 2010 4:46 am Post subject: (About Pointers) using same adress 4 dif players in dif lvls |
|
|
Hi everyone, first of all i would like to say that i'm starting with the CE tool and for now i'm learning a lot of stuff, but i have some doubts about the POINTERS and another thing that i've experienced this week.
So, i will explain what's happening with my first lesson:
I have one game that i want to set health infinity to everyone, and in this game is possible to choose 8 skins models in 4 class.
2 SKINS LIFE = 140 CLASS 1 = OFFICER
2 SKINS LIFE = 125 CLASS 2 = HEAVY WEAPONS
2 SKINS LIFE = 80 CLASS 3 = MEDIC
2 SKINS LIFE = 80 CLASS 4 = TECH
OBS: The game only allow 4 players per lobby room
I started finding the values for every player in all classes by using the functions below:
Unknown Value (4Bytes)
Decreased
Increased
Same as First Scan
=====================
I found all HP in every class for all players in all levels.
It's a short game with 7 levels only but the problem is:
In the level 1 i have:
LVL 1 (TECH) =============>> 09524720
LVL 1 (OFFICER) =============>> 096321F0
LVL 1 (MEDIC) =============>> 08E8E8A0
LVL 1 (HEAVY WEAPONS) =======>> 08E8FF70
And in level 2 i have:
LVL 1 (TECH) =============>> 08B86C40
LVL 1 (OFFICER) =============>> 08B880D0
LVL 1 (MEDIC) =============>> 08B84670
LVL 1 (HEAVY WEAPONS) =======>> 09524720
When i start the game in the level 1, if i freeze the value for TECH it also freezes the value for the adress listed in the second level for the class HEAVY WEAPONS) and it's bugging the game making the monsters that we should kill get infinity health, and if the monsters dies, the player who is holding the same adress on level 2 dies in level 1.
So, what should i do to fix the problem?
I'm not sure if my explanation is good enough, but i'm here to provide more info about the problem.
Waiting for an answer
Thanks!
|
|