Jump to content

6 posts in this topic

Recommended Posts

Posted

Ive managed to add the Igamegod cheat to the spike cross and Im trying to change my vpoints, but every time I change it to like 500k it gives an error code and reverts to the original. I’m pretty sure I might just be changing the visuals but can someone tell me how I can actually change my currency in this game

Posted (edited)

if it reverts it back then server mostly like is updating your money back to original amount saved 
Think of it like this the game currency is on the client and server currency saved on their side when you modify currency value on the client side it, it sends to server and  it compared to their server money saved on their side to client money(the one you modified).  if it greater than that server currency, the server updates the currency to the original currency. it could also be it is saved in database that they own that store things that they use to compare currencies. That's why when hacking a game, you will most likely be hacking the game logic/ game code 

Updated by Kobina
Posted (edited)
10 hours ago, f***thisdumbahsh!t said:

Can’t I use like fuzzy search or an ida?

you already know the coins memory in igamegod.   igamegod will show you the instruction that read the coins value when you buy something and subtract by the amount (The thing you bought with) and then instruction that write it back into coins memory. find the address of the instruction in ida then you can nop out of subtract instruction, nop mean no operation(skip over that instruction) so it doesn't subtract money every time you buy something  but it only work if the game doesn't have extra layer that prevent client (copy of game ) from doing so.

Think of client(Your copy of the game <- this is what you will be hacking)
everyone has their copy of the same game 
Server<- keep track of everything within the game <- has authority of currency within game along with other stuff
ida instruction written in arm language that is  compiled from Objective C game code
 

Updated by Kobina

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