mohlssonn How do I cheat?
Reputation: 0
Joined: 27 Jul 2018 Posts: 2
|
Posted: Fri Jul 27, 2018 11:48 pm Post subject: Reverse Vac hack |
|
|
I'm not sure if this is possible in CE, but I figured I'd ask at least
I've got a aob that can tell me the monsters X/Y addresses (Will give around 200 results) and one that can find my characters X/Y
Modifying monsters X/Y will eventually DC(online game) me do the question is, however I can move my characters X/Y freely without any troubles.
If the monsters aren't aggro they move every 2 seconds
Would it be possible to write a script that defines players X/Y and the monsters X/Y with the aob I've got. Move my character to the monster and if the first byte of the aob stays the same for more than 3 seconds (means the monster is dead) it moves the character to the next aobresult
Hope this makes sense
Characters X = arraystart+13
Characters Y = Characters X+8
Code: | 00 00 00 ?? ?? ?? ?? 00 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 42 1B 00 00 00 ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 00 00 ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 00 00 ?? ?? ?? ?? 00 00 00 00 00 00 00 00 ?? ?? ?? 43 00 00 00 00 1B 00 00 00 ?? ?? ?? ?? 00 00 00 00 00 00 80 3F 00 00 80 3F 00 00 80 3F 33 00 00 00 F8 ?? ?? 94 00 00 00 00 08 00 00 00 |
Monsters X = arraystart
Monsters Y = Monsters X+8
Code: | 00 00 ?? 4? ?? ?? ?? 40 00 00 ?? 42 1B
or
00 00 ?? 4? ?? ?? ?? 40 00 00 ?? 42 23 |
Making the last bit ?? will also add NPCs to the list... These doesn't die so that's an issue
|
|