VirusPunk
11th February 2006, 11:16
Using a basic software called AutoIT, it will most likely be a small universal point and click bot.
So far, I am not making any great progress on it at the moment. Support is slow from the devs at that forum. I am currently studying VB, and also getting a friend of mine to help me tommorow. If all goes well I should have a public level up bot in no-time.
Source code: (also credit to sinister for helping me)
;Thang Global Bot.
MsgBox(64, "Legal.", "©2006 - DevilSoul.", 10)
HotKeySet("{ESC}", "Terminate")
While 1
$coord = PixelSearch( 0, 0, 20, 300, 0x00008B, 10 )
If $coord <> 1 Then
If IsArray($coord) Then
MouseClick("left", $coord[0], $coord[1], 1, 2)
endif
endif
Sleep("7000")
WEnd
Func Terminate()
Exit
Endfunc
So far I have yet to find the correct color hex value for each of the mobs.
So far, I am not making any great progress on it at the moment. Support is slow from the devs at that forum. I am currently studying VB, and also getting a friend of mine to help me tommorow. If all goes well I should have a public level up bot in no-time.
Source code: (also credit to sinister for helping me)
;Thang Global Bot.
MsgBox(64, "Legal.", "©2006 - DevilSoul.", 10)
HotKeySet("{ESC}", "Terminate")
While 1
$coord = PixelSearch( 0, 0, 20, 300, 0x00008B, 10 )
If $coord <> 1 Then
If IsArray($coord) Then
MouseClick("left", $coord[0], $coord[1], 1, 2)
endif
endif
Sleep("7000")
WEnd
Func Terminate()
Exit
Endfunc
So far I have yet to find the correct color hex value for each of the mobs.