Jump to content

9 posts in this topic

Recommended Posts

Posted

LUL gay

//private void INTERNAL_set_position(Vector3 value); // 0x101ECCD3C
void (*INTERNAL_set_position)(void *object, Vector3 newPosition) = (void (*)(void *, Vector3))getRealOffset(0x101ECCD3C);

if([Switch getSwitchOnForSwitch:@"Custom Position"]) {
        Vector3 customPosition;
        NSString* x = [TextfieldHook getTextfieldValueForHook:@"X"];
        NSString* y = [TextfieldHook getTextfieldValueForHook:@"Y"];
        NSString* z = [TextfieldHook getTextfieldValueForHook:@"Z"];

        customPosition = Vector3([x floatValue], [y floatValue], [z floatValue]);
        INTERNAL_set_position(myPlayer, customPosition);
    }

 

or make it slider, idc PogChamp

  • Winner 2
Posted (edited)
On 2/12/2019 at 4:57 AM, Joey said:

PogChamp

sr but i have a noob question. If the game update new version then the Offset will change or not?

Updated by mcklane
Posted
On 2/14/2019 at 6:29 AM, mcklane said:

sr but i have a noob question. If the game update new version then the Offset will change or not?

Obviously 

×
  • 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