Jump to content

GoodNox

Member
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone X
  • iOS Version
    16.6
  • Jailbroken
    Yes
  • Rooted
    No
  • Gender
    Male
  • Location
    Russia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GoodNox's Achievements

Apprentice

Apprentice (3/14)

  • 2 Years In
  • Interesting Stuff
  • Appreciating Others
  • Collaborator
  • One Year In

Recent Badges

0

Reputation

  1. vm_read_overwrite brat
  2. Hi all! I made my deb cheat on Standleo (Standoff clone) and decided to port it to devices without jailbreak, but then I had a problem: I can’t hook on devices without jailbreak. I know that there is still a way to hook without jailbreaking, but after searching the entire Internet, I only found hooks from iSH Lavochka and it turned out that they do not work on most devices. Could you help me with this problem?
  3. Pleeeeaaaseeee doooo iiiit🙏
  4. Help the game crashes when using MsHookFunction in Ted's template Code: int (*old_Coin)(void *instance); int Coin(void *instance) { if (instance != NULL) { float userAmount = [[switches getValueFromSwitch:@"Money"] floatValue]; if([switches isSwitchOn:@"Money"]) { return userAmount; } } return old_Coin(instance); }
  5. P.S If I inject a deb into the IPA on my jailbroken device, then everything will be ok, but if I try the same scheme on a non-jailbroken device, the IPA will crash
  6. I'm making a cheat, but I don't know how to view the crash log
  7. My project uses frameworks such as: UIKit, Foundation, Security, QuartzCore, CoreGraphics, CoreText, but as far as I understand, these frameworks are installed in iOS by default and I don’t need to inject them? Or am I wrong
  8. Hi all! I made my tweak in theos, but there is a problem when I inject the tweak into IPA it crashes. Just yesterday I learned about Jailed Support in tweaks, but I didn’t find a single manual or tutorial on how to enable/install it, but could someone help me with this problem?
  9. Good work, bro 🙂
×
  • 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