Trying to find cheat handler
-migrated-
Trying to find cheat handler Posted on: 06/29/2011 10:15pm
Quote Post
Hello (broken image removed) im somewhat new to bytecode hacking and such and i need help finding something ... >.<.
Im trying to find the cheat handler in the game called (The realm of the mad god). So far i havnt found a whole lot except for the following in  Action < com <  company < assembleegameclient < game < _-QT
Can anyone lead me to a guide on how to really understand this kinda stuff or even help me out with this specific swf? All i know is its Pushiing or telling the game to put a string up saying "Cheated" Which prob leads to the fuction for anticheat (broken image removed)

_as3_getproperty _-R
//2c 9f 09
_as3_pushstring "Cheated"
//4f 80 03 02
Re: Trying to find cheat handler Posted on: 06/30/2011 3:31pm
Quote Post
cum here
try NOPing it, try:
2c 9f 09 f4 80 03 02
02 02 02 02 02 02 02

or just NOP the push string section
2c 9f 09 02 02 02 02

dunno if it will work as i never looked at it properly.



Re: Trying to find cheat handler Posted on: 06/30/2011 4:21pm
Quote Post
Never let a computer tell me shit.
what you have is not enough. look at the big picture. whats there? what is it doing? why is it doing it?



I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

Re: Trying to find cheat handler Posted on: 06/30/2011 9:04pm
Quote Post
Quote
what you have is not enough. look at the big picture. whats there? what is it doing? why is it doing it?
Exactly my point im not understanding how to read the raw data of the as3 code (broken image removed) all i know is that i need to find the function for the Cheat handler and nop it out, but i cant seem to find the function while just looking in the raw data - if i try to look at the source code it crashes sothink so its prob encrypyted or something (broken image removed)