Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Ah, I didn't even see that one It wasn't actually hidden, I could see it without having replied u noob
  2. But it says BalloonController_OnTriggerEnter2D, I don't see why this function should handle all collisions?
  3. You have several things you can do: 1. get_live --> what you can do, is return a HUGE value (MOV W0, W29, RET) for example. //original assembly code LDR W0, [X0, #0x18] RET //patched code MOV W0, W29 RET /* how to do this with writeData: MOV W0, W29 = E0031D2A in HEX */ writeData(0x10081C830, 0xE0031D2A); 2. set_live --> this is setting your live when your live value changes - NOP'ing the STR SHOULD work, since this will result in failing to Store (STR) a new value aka infinite health. 3. BalloonController_onTriggerEnter2D --> I THINK if you RET the top of the function right away (return), it will not know your 2D transform was hit, aka your health won't be effected. - RET'ing the top of the function, is basically returning the function when it gets executed, so nothing will happen. 4. UpdateLiveCanvas --> I can't see the function, but I assume this handles your live when you get hit? If so, you'll likely see a branch of get_live or set_live & near that, you'll see a SUB SUB means subtract, so if you change this to a ADD, or a NOP you health will also be hacked. edit: Oh also, test without ifGetPrefBool first, sometimes one typo in the tweak.xm & .plist for the key will make you brain dead as f***. I also suggest to use smaller key names, it's easier to spot a typo then. edit 2: You have my discord, I'm always open to help. Waiting for your topic to be approved may take so much time
  4. This LLDB killing me, it randomly fails to connect again lmfao
  5. it’s: b *0xIDAOffset the “*” is needed
  6. for me breakpoint work
  7. yeah got it, pid works for me too awesome this
  8. ok. how do you get the PID? I used GamePlayer normally
  9. maybe I should try the PID instead of the binary name. Can you try & see if Binary name works for you aswell?
  10. No b37, I'm getting this:
  11. Lol, it doesn't attach nice
  12. Haven't tried watchpoints, but I assume they won't work. Currently JB'en with b37, device hasn't rebooted since then.
  13. just did this, can confirm this works!
  14. 👎
  15. members ruined the fun by begging for updates, new hacks etc.
  16. If you’re not playing online, they likely won’t pay attention to you since you’re not bothering anyone. However, hacking always has a risk, if they somehow detected you were cheating without having played online, you will likely be banned. If you’re banned, you can no longer access your account / the game. Which means, you’ll have to restart all your progress under a new account .
  17. The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the website's server, but the server could not be more specific on what the exact problem is
  18. you can edit files, but I assume the savegame is encrypted, I mean it’s 2019. You might be able to hack them by dissembling the binary & see if you can find related functions to it & patch them.
  19. Maybe you shoud login with your iOSGods account?
  20. yes im also depressed
  21. nowhere
  22. i already hacked new version, but I don’t hack for iG anymore sorry
  23. it windows only. However, you can use it with Wine (some program to run windows programs) also, it’s hard to make a tutorial that covers everything, since every game is being hacked differently. The tutorials on here should give you a good basic on how games can be hacked
×
  • 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