AutoHotKey Scripts
So im using AHK script for rapidfire and its working fine,im still not banned but can i get banned?
What if i make aimbot script using AHK?
Its an .exe file and PB doesnt detect it.
Im playing APB.
So no1 knows anything about this?? I doubt that...
why don't you just make the file and put it here so the ignorance masses can test it for you?
Automatig gameplay can lead to a ban.
As long as you don't post it on the G1 forums, you don't have to fear anything.
You can't make aimbot through AHK.
Autohotkey is standalone and it works by itself.
Aimbot is injected code into the game.
In addition AHK can't read anything from the game. (Maybe autoit can)
Accurate headshots without even moving mouse!
If you knew the exact number of the pixel color of an enemy's face / head/hat then you can make your mouse move over there and shoot.
First you need to take screenshot of game with enemy visible in it.
Then you find the Pixel color of it using following script
Move your mouse over enemy's head in the screenshot. then press control z
^z::
MouseGetPos, MouseX, MouseY
PixelGetColor, color, %MouseX%, %MouseY%
MsgBox The color at the current cursor position is %color%.
Return
Now you'll get messegebox containing pixelcolor's code
Note it down and then make new autohotkey scriptfile like this
Ass-uming that your screensize is 800X600
And the pixel color you are searching is 0x9d6346 (refer help file for more details, I'm only giving you a broad lay-out)
Lbutton::
PixelSearch, Px, Py,0,600, 800,0, 0x9d6346, 3, Fast
Mousemove, %px%,%py%
Send Lbutton
Return
And how can i use the AHK, Any guide?
im just saying...not that will actually work.
so if ahk.exe doesnt inject to apb.exe i dont have to worry being banned right?