So.. there is going to be more releases of the hack? <333 Can you explain how to fly and how to tp to ppl :3.
Originally Posted by Alejandrorr7 So.. there is going to be more releases of the hack? <333 Can you explain how to fly and how to tp to ppl :3. Did you even search for anything ya scrub?
hey can you post a tutorial on how to add this to an injection hack? On your youtube account or on this forum please
Originally Posted by LemonLimeSoda hey can you post a tutorial on how to add this to an injection hack? On your youtube account or on this forum please This wouldn't work lol.
So then how do we implement this? Its obviously not a Assembly edit and from his injection tutorial the scripting looks almost the same format
Originally Posted by LemonLimeSoda So then how do we implement this? Its obviously not a Assembly edit and from his injection tutorial the scripting looks almost the same format Something like this... Code: void update() { if(aimbot == true) { GameObject go = GameObject.FindGameObjectWithTag("Enemy"); target = go.transform; transform.LookAt(target); } } Put it wouldn't work :P Also it's used in a Unity menu. Using UnityEngine
Originally Posted by trevorrr259 Something like this... Code: void update() { if(aimbot == true) { GameObject go = GameObject.FindGameObjectWithTag("Enemy"); target = go.transform; transform.LookAt(target); } } Put it wouldn't work :P Also it's used in a Unity menu. Using UnityEngine just if(aimbot) would sacrifice... blooop transform.LookAt(Vector3(gameObject.Find("OBJECTNA ME").transform.position.x, gameObject.Find("OBJECTNAME").transform.position.y , gameObject.Find("OBJECTNAME").transform.position.z )); totally didnt work
Originally Posted by xiEatNoodlezx just if(aimbot) would sacrifice... blooop transform.LookAt(Vector3(gameObject.Find("OBJECTNA ME").transform.position.x, gameObject.Find("OBJECTNAME").transform.position.y , gameObject.Find("OBJECTNAME").transform.position.z )); totally didnt work How? Vector3 is a type not a variable. . .
Originally Posted by trevorrr259 How? Vector3 is a type not a variable. . . Did you not read the end? haha I've already figured it out. Anyways, just waiting for my computer to record and present to you guys
Originally Posted by xiEatNoodlezx Did you not read the end? haha I've already figured it out. Anyways, just waiting for my computer to record and present to you guys Thought you where being sarcastic.