VB.net Color Aimbot updated
I have gotten this working and have a short video to show u.
if u have a a tool that works over direct x u can add this to it. ex : crossfire crosshairs.
timer1 code :
Code:
Dim screensize As Size = New Size(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
Dim screenshot As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
Dim g As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(screenshot)
g.CopyFromScreen(New Point(0, 0), New Point(0, 0), screensize)
Dim x As Integer = 1
Dim y As Integer = 1
Dim search As Boolean = True
Try
While search = True
Dim atpoint As Color = screenshot.GetPixel(x, y)
Dim red As Color = Color.FromArgb(192, 157, 130)
If atpoint = red Then
Cursor.Position = New Point(x, y)
search = False
x = 1
y = 1
End If
y = y + 1
If y = My.Computer.Screen.Bounds.Height Then
y = 0
x = x + 1
End If
End While
Catch ex As Exception
End Try
button1 code :
button2 code :
form_load code :
Code:
Timer1.Interval = 1
Timer1.Enabled = False
Button1.Text = "on"
Button2.Text = "off"
the better the computer, the faster it works.
I will have a pixel list of colors of each bone and player team soon, if u have any problems tell me
please close my old one

Looks to be patched , i tried meself
Tried it too..seems to be not working.
i figured out an issue witch is very fixiable. not everybody uses the same screen resolution, if it doesnt work for u then your screen resolution is lower than mine. if it does work, its eaither the same or higher.
my res is 1366 x 768
This kind of aimbot's are only waste of time. Why ? Simpel, they are slow and very laggy. Some time's they will aim on other point's bk the pixel color is matching or is very simillar if is not enought we can add the distance when a player is far away from you then not all pixel's from head are displayed only some of them so here it will fail again . The game has multipel character's you will need to add a color for al of them so one pixel need to be compared with 5-6 color's make it more laggy. In some cases manual aim is better that this pixel aimbot's.
Never thought you can copy source codes from other websites... but well