man autoit it's the most easy to use low lvl user programing language. Just copy the text in Scite editor and press F5. Will work.
PS: read the freaking comments
PS: read the freaking comments
While 1
If PixelGetColor(600, 570) = "0x544F4A" Then
Sleep(100)
WinActivate("CABAL")
Send("{Backspace 15}")
Send("LOGIN_NAME")
Send("{TAB}")
Send("{Backspace 10}")
Send("PW_HERE")
Send("{Enter}")
EndIf
If PixelGetColor(600, 570) = "0x131313" Then
Send("{Right}")
Send("{Down 7}")
Send("{Enter}")
EndIf
If PixelGetColor(950, 720) = "0x7C7A76" Then
Send("{Enter}");Enter 1-6 für Charakter 1-6
EndIf
WEnd
While 1
If PixelGetColor(600, 570) = "0x544F4A" Then
Sleep(100)
WinActivate("CABAL")
Send("{Backspace 15}")
Send("LOGIN_NAME")
Send("{TAB}")
Send("{Backspace 10}")
Send("PW_HERE")
Send("{Enter}")
EndIf
If PixelGetColor(600, 570) = "0x131313" Then
Send("{Right}")
Send("{Down 7}")
Send("{Enter}")
EndIf
If PixelGetColor(950, 720) = "0x7C7A76" Then
Send("{Enter}");Enter 1-6 für Charakter 1-6
EndIf
WEnd
lol, it work so grat to me, it reloggs me in 3 seconds (without downlaoding files in wondows)Quote:
Originally posted by Dizzydbd@Jul 8 2007, 08:05
It's impossible for this code to work because it's WRONG. If u compare Decimal with Hex u will never get a match so the program will never continue. Correct is Hex(PixelGetColor(600, 570),6) = "544F4A"Code:While 1 If PixelGetColor(600, 570) = "0x544F4A" *Then Sleep(100) WinActivate("CABAL") Send("{Backspace 15}") Send("LOGIN_NAME") Send("{TAB}") Send("{Backspace 10}") Send("PW_HERE") * Send("{Enter}") EndIf If PixelGetColor(600, 570) = "0x131313" *Then Send("{Right}") Send("{Down 7}") Send("{Enter}") EndIf If PixelGetColor(950, 720) = "0x7C7A76" *Then Send("{Enter}");Enter 1-6 für Charakter 1-6 EndIf WEnd
While 1
If PixelGetColor(50, 50) = "0x192228" Then;if you are loggen in, the bot will start
MouseClick("right", 631, 451);the programm klick on the middle of the screen, on your character
Send("1");The bot make skills and drop all items
Sleep(200)
Send("2")
Sleep(200)
Send("3")
Sleep(200)
Send("4")
Sleep(200)
Send("{Space}")
Sleep("200")
Send("6")
EndIf
WEnd