Jump to content

Kobina

Senior Member
  • Posts

    933
  • Joined

  • Last visited

1 Follower

Profile Information

  • iDevice
    iPhone 6s
  • iOS Version
    12. 0
  • Jailbroken
    Yes
  • Android Device
    Galaxy note
  • Android Version
    3
  • Rooted
    No

Recent Profile Visitors

4,021 profile views

Kobina's Achievements

Community Regular

Community Regular (8/14)

  • 6 Years In
  • Appreciating Others
  • Senior Member
  • Full Member
  • 5 Years In

Recent Badges

246

Reputation

  1. Igamegod doesn’t let me update to the new version on iOS 12.5.8
  2. 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
  3. 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
  4. Cool tutorial but under payment
  5. very good tutorial quite a shame i don't have jailbroken device or i will try hacking to see if it works
×
  • 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