[HTML] if (aimbot)
{
while (Input.GetKeyDown(KeyCode.Mouse2))
{
GameObject go = GameObject.FindGameObjectWithTag("Enemy");
Vector3 target = go.transform.position;
I am writing this thread and about to inject it into my game, wish me luck guys.
E: Ok it crashes the game, but im onto something here.
E2: After more investigation it seems that the phsyical transform.LookAt is crashing the game. Will try more things now.