Jump to content

bR34Kr

ViP Pro
  • Posts

    1,324
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. You need to debug with LLDB. Ted's TuT explains it well
  2. RET is return. It will return nothing so it'll be 0
  3. 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
  4. 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)
  5. Since you're typing it in the chat and all, does that mean other players can see you use Dropbot?
  6. It's a monkey with a mustache, a beard and human skin
  7. From which repo is it? And make sure you use the good protocol on the repo (http:// or https://)
  8. In SafeMode try enabling bold text from settings. It's a bit weird but it does a respring. After that you can disable it.
  9. When you respring also? You should type command while it's stuck over and over again until it works. Or reboot
  10. What does it do when you execute it?
  11. 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)
  12. If you want a bootloop, then yes
  13. You need to wait for the connection to establish in PuTTY. When it'll say login type in root and put alpine as a password, then type the command
  14. Are you logged in in PuTTY? As user did you put root and password alpine?
  15. You don't need to input PuTTY anywhere. Install OpenSSH from Cydia to allow SSH connections to your device.
  16. A manual respring is achieved by the command I suggested above: killall -9 SpringBoard -1 SafeMode -2 Try the command once -3 If stuck in a respring, try the command while you're in the respring
×
  • 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