Page 1 of 1

Autoaim

Posted: 12 Mar 2017, 21:55
by BeepBoop
Hello, I was just wondering if there is anyway at all to get some kind of aim-bot in to the game, if so what would be needed to get it done. I notice that the Ai bots can do this no problem. Would it involve scripting and finding memory addresses?
I also wanted to know if it would be possible to somehow use the mouse to aim.

Thanks for reading.

Re: Autoaim

Posted: 12 Mar 2017, 22:55
by Sektor
Possible but not really fair for multiplayer. Fortunately players can't instantly turn like the AI, so it wouldn't be a huge advantage.

You could write to the angle address to turn instantly or match mouse movement, don't know how to read the mouse in gta2script, so it would be best as an external program. It would need to be synced on all sides for multiplayer.

Re: Autoaim

Posted: 29 Mar 2017, 00:08
by elypter
only the keyboard input is streamed to other players. so even if you could turn instantly the game would immediately desync. there is one way to make a 180 turn and that is if you stand with your back to a car and hit enter but you cannot use this for autoaim. the only way around would be if everyone in the game could do this like sektor explained.