Jump to content

Marklvo

Newbie
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Marklvo

  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