Jump to content

Kobina

Senior Member
  • Posts

    928
  • Joined

  • Last visited

Everything posted by Kobina

  1. 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
  2. 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
  3. Cool tutorial but under payment
  4. very good tutorial quite a shame i don't have jailbroken device or i will try hacking to see if it works
  5. You can make esp with world to view offset
  6. all those stuff are not possible since the game has their own server now but you can hack the game in game logic like Ai
  7. this is fantastic and i used this to create bloody harry hack thanks. only if my phone is jailbroken sad
  8. cool now you have a tool to find all the offsets for games made other engine too
  9. i actually made double coins for subway surfer but i got bored of the game so i deleted it but nicely done
  10. this is what i needed thanks i am not jailbroken so i don't have ssh
×
  • 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