New Servers/Flyhack

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Post Reply
Message
Author
gimbus
Posts: 3
Joined: Tue Jun 30, 2015 5:00 am

New Servers/Flyhack

#1 Post by gimbus » Wed Sep 03, 2025 6:03 am

So there are few new servers, and they are all on x64 bit, and im looking for flyhack that would work on them, i heard that there is option to do it through cheat engine but i dont even know where i could start.
If there is anyone with any info, i welcome anything, i tried already rocks5 hack with multimacro, romeos doesnt work either

User avatar
Administrator
Site Admin
Posts: 5332
Joined: Sat Jan 05, 2008 4:21 pm

Re: New Servers/Flyhack

#2 Post by Administrator » Thu Sep 04, 2025 6:06 pm

If my memory serves correctly, the way the flyhack works is by making it think you are swimming even when you're not in water. There's two pieces to this:
- Set the "player is swimming" flag
- Disable any code that modifies the swimming flag

You'll want to start by finding the swimming flag. You can do this by searching for a byte value that changes when you enter and exit water. I believe the value should be
4
when you are swimming; not sure if it is 0 or 1 when on land.
Once you've found the value, then the next step is code modification. Use Cheat Engine's debugging to find out what code is modifying that value (right-click it in your address list, "Find what writes to this address").

Once you've found the right assembly code that's responsible to changing the value, you'll NOP (aka NOOP, "No Operation") it out (
0x90
in hex,
nop
in assembly) so that it doesn't do anything at all.
Now, the game will be unable to change the value controlling if your character is swimming or walking on land. So it's up to you to set the flag to 4 and now you're able to "swim" through the air.

To disable it, you'll just set the assembly code back to its default value.


And if any of this isn't obvious to you of how to do it, please see this thread: https://solarstrike.net/phpBB3/viewtopic.php?t=7396

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 0 guests