Jump to content

HACK NonUnity Games and APPS Easy guide  to your  hacking way


7 posts in this topic

Recommended Posts

Updated (edited)

 share to other website is not allowed

Spoiler

Most people know how to hack Unity games using a dumper and some experience, and in fact, the easiest hacking process is with Unity games and programs.

Today, I will explain a famous game called Roblox. I believe most people are familiar with this game, and it's a game not made in Unity, so there's no dumper here. Therefore, we will use our famous program, IGAMEGOD. This program is considered one of the greatest hacking tools on earth at the moment.

The Requirement

1-IGAMEGOD

2-IDA PRO

3-FILZA 

4-TEST It in the game I will present to you.

-------------------------------------------------------------------------------------------------

To hack Roblox game, we inject IGAMEGOD program into the game, then we go to the link of this game to test it: https://www.roblox.com/games/17163389613/Mokatrs2s-Place-04152024-1

We will hack the jump force. To do this, you must touch the red part. This red part will set the jump force to 150 as a FLOAT value. Pay attention to the word "FLOAT"; we will use it later in this explanation. Then, after touching the red part, open IGAMEGOD and search for the value 150. It must be a FLOAT.

171327903598431.png

After the search, go to the green part and touch it. This part will set the jump force to 25 as a FLOAT value. When you return to the IGAMEGOD program, you will find the value, and you can change it.

171327910179361.png

Do I have to do this every time I open Roblox? Of course not. You CAN use IGAMEGOD to create a BREAKPOINT and find the real offset for the jump.

Press and hold the value, then choose Set watchpint, like in this picture.

171327921131291.png

 

After that go to any part again and change the jump power 

 

then open Breakpoint menu from IGDEBUGGER

171327930936271.png

 

 

171327935083481.png

 

171327937681981.png

As you can see, the true offset responsible for the jump is in this picture: 0X21F0A8. We will use this offset using IDA PRO program to examine the code and understand everything in the function. To do this, you must have IDA PRO and FILAZ to obtain ROBLOXLIB from the game files on iPhone. Open FILAZ and you will find the location of ROBLOXLIB in this path: /var/containers/Bundle/Application/Roblox/Roblox.app/Frameworks/RobloxLib.framework/RobloxLib

Take this file (ROBLOXLIB) and transfer it to your PC, then open it in IDA PRO.

Press G in keyboard and put in search our offset 0X21F0A8

17132800525262.png

 

 

 

Here you will find some str, ldr, and other functions. We don't need all of this. Do you remember in this explanation I told you that the jump value is a float? If you drag the screen up a little with the mouse, you will find this code.  I mean FMUL  MEAN X AND FADD MEAN - (F )MEAN float SO as you can see in IGAMEGOD TOO is float  so the 

171328697695371.png

Let me explain this line or code    FMUL S0, S0, S1

 

  1. Multiplying the value (S0) by itself: FMUL S0, S0, S0
  2. Multiplying the result by another value (S1): FMUL S0, S0, S1
  3. Calculating the square root of the result: FSQRT S0, S0
  4. Dividing the result by another value (S1): FDIV S0, S0, S1
  5. Reducing the result to a specific value: FMIN S0, S0, S1
  6. S IS JUMP POWER 

 

So, the real offset is 21EFCC , and you can change it to a larger value, for example, FMUL            S0, S0, s25   using the hex from the website https://armconverter.com/ to 0008391E. That's all for now. In the future, I will explain how to obtain GODMOD and movement speed. See you in other tutorials. LOLITE.

 

Updated by Lolite
  • Like 8
  • Winner 2
  • Informative 2
Posted

wow, the process is pretty complicated. I'm actually curious, where do you learn how to hack games? Is it through knowledge of programming and coding? Great tutorial btw ❤️

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines