Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. The thing is, you shouldn't be able to access data folder without root. HOWEVER if you access it from your own app, you shoul be able to. His code, is pasted inside the original app, so it SHOULD work. But f*** knows why it doesn't. I've tried it too, with my own code. But without any luck.
  2. Yea it's patcher, check settings.
  3. I think its settingz hack
  4. Hi, I'm getting this error: "error: arithmetic on a pointer to void" with this code: void *lib_base = get_base_of_lib_from_maps("/path/to/lib"); void *getAgeSym = lib_base + 0x1234; So what I did instead was this: void *getAgeSym = (uint64_t *)lib_base + 0x1234; //casting the void pointer to a uint64 However, I'm getting this error then: "error: undefined reference to 'MSHookFunction' " Which makes sense, cause MSHookFunction requires only void pointers: Anyone knows a solution around this problem?
  5. Easy
  6. Run delectra & it should fix your problems
  7. Updated to v1.6 Sorry for delay, NoJB Hacks are a pain in the ass so I've no motivation to update these quick.
  8. Try adding this to manifest.xml: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> Probably useless, but hey.
  9. Nope. That's a Non Jailbroken hack, which requires Vip Plus ($34.99)
  10. $10 for the one who updates Hero Hunters hack with: Unlimited Ammo, Enemies can't attack & One Shot Kill (See coding center) for non-jailbroken devices. Thanks in advance :)

    1. Joka

      Joka

      Sure ill take that offer

    2. Ted2

      Ted2

      Thanks, gonna sleep now. Gn

    3. C.L.G

      C.L.G

      i'll take $5 for doing nothing

  11. I need 2 hot girls every night in my bed for fres
  12. Pls Roblox hax
  13. Seriously
  14. Add this under all imports: string Return = "return"; then replace return in your Hook with Return
  15. Theos things you wrote Return with a capital letter. remove that return line & type it again (no copy pasting) return TRUE;
×
  • 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