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