[Help] Aimbot

06/07/2013 01:42 Marvens01#1
Please Help.
I've been trying to find a simple Autoit Color Aimbot -__-"
And No Answer
This by the way is for the game S4 League

When it detects red on the screen, it moves toward the enemy... No mouse click, no release... Just move OH! AND PLEASE ADD AN ON AND OFF BUTTON thats all. Thanks! I'll learn to add extra stuff later. This is a 3rd person shooter
06/07/2013 02:52 omer36#2
pixelsearch()

hf
06/07/2013 02:56 Shishidump#3
Code:
While True
	If Not $stop then
		$Get = PixelSearch(left, top, right, bottom, the special Red color with 0x)
		If not @error Then
			Mousemove($Get[0], $Get[1])
		EndIf
	EndIf
WEnd
This is nearly everything youll need.
Now create a easy gui and setup the buttons and the PixelSearch datas.

Hf

Edit:// A bit to slow hehe :)
06/07/2013 03:18 Marvens01#4
Quote:
Originally Posted by Shishidump View Post
Code:
While True
	If Not $stop then
		$Get = PixelSearch(left, top, right, bottom, the special Red color with 0x)
		If not @error Then
			Mousemove($Get[0], $Get[1])
		EndIf
	EndIf
WEnd
This is nearly everything youll need.
Now create a easy gui and setup the buttons and the PixelSearch datas.

Hf

Edit:// A bit to slow hehe :)
A little more help?
I got this:
Code:
While True
	If Not $stop then
$Get = PixelSearch(0, 0, 20, 300, 0xFF0000, 10)
	If not @error Then
		Mousemove($Get[0], $Get[1])
	EndIf
EndIf
WEnd
And it says:
Line 2 (File "C:\Users\*********\Desktop\Au3\Test.exe"):

Error: Variable used without being declared.


I want the variation of this code to be:

If Button=On
Find Red Pixel 0xFF0000 with 10 Shades of Variation
If found
Move Mouse to red(Make that red thing the center/crosshair)
Cut Pixelsearch in half(as in slash the focus, the find coordinates in half. So it can block out other red.
For example
Before:
[Only registered and activated users can see links. Click Here To Register...]
After
[Only registered and activated users can see links. Click Here To Register...]
The green is the focus of the pixelsearch

YOU ARE AWESOME! I KNOW U CAN DO IT :)
06/07/2013 03:20 Shishidump#5
If you wanna get the whole aimbot you have to buy one..
I gave you a start point!
06/07/2013 03:40 Marvens01#6
Quote:
Originally Posted by Shishidump View Post
If you wanna get the whole aimbot you have to buy one..
I gave you a start point!
XD Alrighty then! Thanks for the help anyway :)