Jump to content

Marklvo

Newbie
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 11 Pro Max
  • iOS Version
    13.7
  • Jailbroken
    Yes
  • Rooted
    No
  • Gender
    Male
  • Location
    Ukraine

Recent Profile Visitors

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

Marklvo's Achievements

Newbie

Newbie (1/14)

  • Super Dedicated
  • Dedicated
  • First Post
  • Conversation Starter
  • Reacting Well

Recent Badges

0

Reputation

  1. Game is crashing when menu appears. Code: #import "Macros.h" #import "vector3.h" Vector3(*old_JumpHack)(void*instance); Vector3 JumpHack(void*instance) { if ([switches isSwitchOn:@"Jump"]) { return Vector3(0,0,0); } return old_JumpHack(instance); } void setup() { [menu setFrameworkName:"UnityFramework"]; [switches addSwitch:@("Jump") description:@("jump")]; }
  2. https://ibb.co/G71g8Zp terminal image tutorial:
  3. When i try to install theos it gives me error. Extracting SDK... unzip: cannot find or open *,*.zip or *.ZIP. No zipfiles found. Done
×
  • 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