Jump to content

bR34Kr

ViP Pro
  • Posts

    1,324
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. It's already unlocked. At least add a few returns and say SPOILER ALERT
  2. Use this Rather than the [hide] tags since it's already unlocked so anyone can read it
  3. No because I made the button. I know I would use a OnButtonTapped or something but since the button isn't in the binary I don't know how to make it work. Basically a Obj-C (Flex) button I want to bind with the binary.
  4. I made a new in-game UIButton and wanted to bind a function from the binary each time you tapped it. Is it possible?
  5. Does it look similar to this?
  6. What are the permissions for the bin folder?
  7. You need to debug with LLDB. Ted's TuT explains it well
  8. RET is return. It will return nothing so it'll be 0
  9. 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
  10. 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)
  11. Since you're typing it in the chat and all, does that mean other players can see you use Dropbot?
  12. It's a monkey with a mustache, a beard and human skin
  13. From which repo is it? And make sure you use the good protocol on the repo (http:// or https://)
  14. In SafeMode try enabling bold text from settings. It's a bit weird but it does a respring. After that you can disable it.
  15. When you respring also? You should type command while it's stuck over and over again until it works. Or reboot
×
  • 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