Need help?Making a autofire. - MPGH - MultiPlayer Game Hacking & Cheats
Making a autofire.
Posts 1–4 of 4 · Page 1 of 1
Making a autofire.
I wanted to make a AutoFire with autoit, thinking like 1 month++ and still can't find a way to make it.
Can someone please maybe give me a code or post a tutorial?
Its like detecting pixel colors at the center of the screen.
When its red, then it should fire, but if its green, stop firing.
You can contact me at facebook because I may be not active here [FB]
Or in Mission Against Terror (CiB)
RoleID: 2275279
NName: [So`Zai]Lord
Thanks
Originally Posted by buxkaizhe
I wanted to make a AutoFire with autoit, thinking like 1 month++ and still can't find a way to make it.
Can someone please maybe give me a code or post a tutorial?
Its like detecting pixel colors at the center of the screen.
When its red, then it should fire, but if its green, stop firing.
You can contact me at facebook because I may be not active here [FB]ⓘ
Or in Mission Against Terror (CiB)
RoleID: 2275279
NName: [So`Zai]Lord
Thanks
Cannot you use the 'if' 'else' coding technique..
EG.
If colour is red
'shoot'
ELSE colour is green
'Do nothing'
Tell us what programming language u r using...
Originally Posted by wEFTwefwfefesfefe
Cannot you use the 'if' 'else' coding technique..
EG.
If colour is red
'shoot'
ELSE colour is green
'Do nothing'
Tell us what programming language u r using...
I'm using Visual Basic, and the 'If' and 'Else' are just to make you all understand.
And its like your coding there, but only 1 code.
If its Red Then
Shoot
End If
How can I make it to detect colors on my screen? And this is the question.