Jump to content

bR34Kr

ViP Pro
  • Posts

    1,324
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. I made a new in-game UIButton and wanted to bind a function from the binary each time you tapped it. Is it possible?
  2. Does it look similar to this?
  3. What are the permissions for the bin folder?
  4. You need to debug with LLDB. Ted's TuT explains it well
  5. RET is return. It will return nothing so it'll be 0
  6. float (*getGravity)(void *_this); float _getGravity(void *_this){if([TextfieldHook getTextfieldValueForHook:@"Gravity Edit"] != nil){ return [[TextfieldHook getTextfieldValueForHook:@"Gravity Edit"] floatValue]; } return getGravity(_this); } ... addTextfieldHook(@"Gravity Edit", @"Edit Gravity", font, 0xstartofthefunction, (void *)_getGravity, (void *)getGravity); int val = [[TextfieldHook getTextfieldValueForHook:@"Gravity Edit"] intValue]; float val = [[TextfieldHook getTextfieldValueForHook:@"Gravity Edit"] floatValue]; All code is in the good place. I took the README as an example
  7. Hey! I'm using shmoo's MM and wanted to do a textfield hook. I didn't understand that well but I put the function's offset and used the good code but the game crashed once I tried executing the button (Changed jump button to a branch to my function)
  8. Since you're typing it in the chat and all, does that mean other players can see you use Dropbot?
  9. It's a monkey with a mustache, a beard and human skin
  10. From which repo is it? And make sure you use the good protocol on the repo (http:// or https://)
  11. In SafeMode try enabling bold text from settings. It's a bit weird but it does a respring. After that you can disable it.
  12. When you respring also? You should type command while it's stuck over and over again until it works. Or reboot
  13. What does it do when you execute it?
  14. Reboot your device, make sure your WiFi is the same, ReJailbreak using DoubleH3lix and use PuTTY on your internal IP address (192.168.x.x)
  15. If you want a bootloop, then yes
×
  • 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