EU Bot

Posts 3145 of 430 · Page 3 of 29
Quote Originally Posted by sirmike View Post
unfortunetly the bot aint working for me no more.
I do everything correctly up untill binding the stuff in the dos window when i alt tab back in game the desired options dont work.
ohk and god dont seem to work no more. Skipping levels neither.
post ur binds and config
Quote Originally Posted by KaBoom! View Post
Version 3.5 just failed me twice Instead of killing the bloodlord he raped the minions
Blood Lord?

The bot isnt supported for this dungeon or im just messing something?
Quote Originally Posted by keda0009 View Post
Blood Lord?

The bot isnt supported for this dungeon or im just messing something?
it is. (shadowed by darkness)
dosnt work for me
in the 1920x1080 reslution bot miss to press the "start"
Quote Originally Posted by AoiTori View Post
in the 1920x1080 reslution bot miss to press the "start"
Did u read the tut in first post? ~
Quote Originally Posted by AoiTori View Post
in the 1920x1080 reslution bot miss to press the "start"
Yeah and you havent read the first post right? if you have the bot would not miss


Edit: added Vinject to first post, if you get detection with sinJect, download it
Credits to buFFy for Vinject
Quote Originally Posted by FreakHacker View Post
How i Set the coord i need to made to the last map to set the next and replay:S
play the map 1 time first alone, it will take maybe 1min to do it all.
Dont be lazy

You only have to set coords 1 time, the first time you start the bot
OK, so here's my problem with this bot so far.

I tried using this bot for both Prepare for counterattack and Kobold Chief (my hacking char is just 21 for now, but wanted to test this out none the less), but with both missions, the spears are wasted against the wall, and in the end, the boss isn't getting hit. Yes, my binds are perfectly fine and working, and yes, everything else is working perfectly as well (bot pressing Start on the boat, etc.).

I tried it with wearing a weapon, and without wearing a weapon, but to be fairly honest, in the end, it didn't make any difference at all. Any clue why the bot isn't doing his thing in these levels? I have a 1080p monitor, if that makes any difference.

EDIT: I'll try to buff the counter with spears a bit more. Maybe that will help.
Quote Originally Posted by aMannus View Post
OK, so here's my problem with this bot so far.

I tried using this bot for both Prepare for counterattack and Kobold Chief (my hacking char is just 21 for now, but wanted to test this out none the less), but with both missions, the spears are wasted against the wall, and in the end, the boss isn't getting hit. Yes, my binds are perfectly fine and working, and yes, everything else is working perfectly as well (bot pressing Start on the boat, etc.).

I tried it with wearing a weapon, and without wearing a weapon, but to be fairly honest, in the end, it didn't make any difference at all. Any clue why the bot isn't doing his thing in these levels? I have a 1080p monitor, if that makes any difference.

EDIT: I'll try to buff the counter with spears a bit more. Maybe that will help.
if you give me some min.. i will post a code.
replace it with the existing code in the counterattack
Quote Originally Posted by Spiken View Post
if you give me some min.. i will post a code.
replace it with the existing code in the counterattack
That's a quick response! Thanks a lot. Will wait for it, and test it out afterwards. Nice work so far anyway, really appreciate the effort you put into this.
Quote Originally Posted by aMannus View Post
OK, so here's my problem with this bot so far.

I tried using this bot for both Prepare for counterattack and Kobold Chief (my hacking char is just 21 for now, but wanted to test this out none the less), but with both missions, the spears are wasted against the wall, and in the end, the boss isn't getting hit. Yes, my binds are perfectly fine and working, and yes, everything else is working perfectly as well (bot pressing Start on the boat, etc.).

I tried it with wearing a weapon, and without wearing a weapon, but to be fairly honest, in the end, it didn't make any difference at all. Any clue why the bot isn't doing his thing in these levels? I have a 1080p monitor, if that makes any difference.

EDIT: I'll try to buff the counter with spears a bit more. Maybe that will help.
go into your "EU Bot" folder then "bots"
open the file PrepareForCounterAttack.au3 with notepad
replace everthing in it with this

Code:
;~ Prepare For Counter Attack bot files
fileInstall("sources\PrepareForCounterAttack.jpg", @TempDir & "\files\PrepareForCounterAttack.jpg")

;~ Prepare For Counter Attack bot counter
Func PrepareForCounterAttackBot()
$DungeonCount = $Noruns
$Runcounter = 0
do
	$Runcounter = $Runcounter + 1
	tooltip("Run " & $Runcounter & " of " & $Noruns & ". Press " & $hotpause & " to stop.", 230, 70, "Bot info", 1, 1)
	PrepareForCounterAttackBot2()
	$DungeonCount = $DungeonCount - 1
until $DungeonCount = 0
MsgBox(0, "Done!", "Operation complete, press OK to exit")
EndFunc

;~ Prepare For Counter Attack bot actions
Func PrepareForCounterAttackBot2()
;Start the boat
Send("{ALT DOWN}")
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
Send("{ALT UP}")
;wait the start
sleep(3000)
Send("{DEL}")
sleep(5000)
sleep($boatstartTime)
;Wait if Set
sleep($runwait)
sleep($randomtime)
;Go to last map
Send($skipmap)
Sleep($WaitTime)
Send($skipmap)
Sleep($lastTime)
; List of commands for kill bosses
Send($god & $ohk & $spears)
;run to the boss
Send("{w down}")
sleep(3000)
send("{w up}")
Send("{a down}") ;Holds the w key down
sleep(6200)
send("{a up}")
Send("{s down}")
sleep(1500)
send("{s up}")
Send("{a down}")
sleep(5000)
Send("{a up}")
MouseMove ( $MoveXpos, $MoveYpos , 10 )
MouseMove ( $MoveXpos, $MoveYpos , 10 )
MouseMove ( $MoveXpos, $MoveYpos , 10 )
;~ First boss
$Counter2 = $Counter
do
	$Counter2 = $Counter2 - 1
	If $killmode = "spears" then
		SpearSpam()
	Elseif $killmode = "trans" then
		TransSpam()
	endif
	MouseMove ( $MoveXpos, $MoveYpos , 10 )
until $Counter2 = 0
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
sleep(100000)

;~ second boss
$Counter2 = $Counter
do
	$Counter2 = $Counter2 - 1
	If $killmode = "spears" then
		SpearSpam()
	Elseif $killmode = "trans" then
		TransSpam()
	endif
	MouseMove ( $MoveXpos, $MoveYpos , 10 )
until $Counter2 = 0
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
sleep(165000)
;~ Third boss
$Counter2 = $Counter
do
	$Counter2 = $Counter2 - 1
	If $killmode = "spears" then
		SpearSpam()
	Elseif $killmode = "trans" then
		TransSpam()
	endif
	MouseMove ( $MoveXpos, $MoveYpos , 10 )
until $Counter2 = 0
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
sleep(165000)
;~ 4th boss
$Counter2 = $Counter
do
	$Counter2 = $Counter2 - 1
	If $killmode = "spears" then
		SpearSpam()
	Elseif $killmode = "trans" then
		TransSpam()
	endif
	MouseMove ( $MoveXpos, $MoveYpos , 10 )
until $Counter2 = 0
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
;Wait for End Battle screen
Sleep($battleendTime)

If PixelCheckEndBattle() = 0 Then
$Counter2 = $Counter
do
	$Counter2 = $Counter2
	If $killmode = "spears" then
		SpearSpam()
	Elseif $killmode = "trans" then
		TransSpam()
	endif	
	MouseMove ( $MoveXpos, $MoveYpos , 10 )
until $Counter2 = 0
Sleep($battleendTime)
EndIf

;Push Replay button
Send("{ALT DOWN}")
MouseClick ( "left" , $NextXpos, $NextYpos , 2 , 10 )
Send("{ALT UP}")
sleep(12000)
Send("{ALT DOWN}")
MouseClick ( "left" , $ReplayXpos, $ReplayYpos , 2 , 10 )
Send("{ALT UP}")
;Wait for the boat
Sleep($boatreturnTime)
EndFunc
then open KoboldChief.au3 with notepad
And replace everthing in it with this
Code:
;~ Title: Kobold Chief bot

;~ Kobold Chief bot files
fileInstall("sources\KoboldChief.jpg", @TempDir & "\files\KoboldChief.jpg")

;~ Kobold Chief bot counter
Func KoboldChiefBot()
$DungeonCount = $Noruns
$Runcounter = 0
do
	$Runcounter = $Runcounter + 1
	tooltip("Run " & $Runcounter & " of " & $Noruns & ". Press " & $hotpause & " to stop.", 230, 70, "Bot info", 1, 1)
	KoboldChiefBot2()
	$DungeonCount = $DungeonCount - 1
until $DungeonCount = 0
MsgBox(0, "Done!", "Operation complete, press OK to exit")
EndFunc

;~ Kobold Chief bot actions
Func KoboldChiefBot2()
;Start the boat
Send("{ALT DOWN}")
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
Send("{ALT UP}")
;wait the start
sleep(3000)
Send("{DEL}")
sleep(5000)
sleep($boatstartTime)
;Wait if Set
sleep($runwait)
sleep($randomtime)
;Go to last map
Send($skipmap)
Sleep($WaitTime)
Send($skipmap)
Sleep($WaitTime)
Send($skipmap)
Sleep($lastTime)
; List of commands for kill bosses
Send($god & $ohk & $spears)
;run to the boss
Send("{w down}")
sleep(3000)
send("{w up}")
Send("{a down}") ;Holds the w key down
sleep(7000)
send("{a up}")
Send("{s down}")
sleep(1500)
send("{s up}")
sleep(50)
Send("{a down}")
sleep(5000)
Send("{a up}")
sleep(5000)
MouseMove ( $MoveXpos, $MoveYpos , 10 )
MouseMove ( $MoveXpos, $MoveYpos , 10 )
MouseMove ( $MoveXpos, $MoveYpos , 10 )
;~ bosses
$Counter2 = $Counter
do
	$Counter2 = $Counter2 - 1
	If $killmode = "spears" then
		SpearSpam()
	Elseif $killmode = "trans" then
		TransSpam()
	endif
	MouseMove ( $MoveXpos, $MoveYpos , 10 )
until $Counter2 = 0
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
	sleep (100)
	MouseClick("left")
;Wait for End Battle screen
Sleep($battleendTime)

If PixelCheckEndBattle() = 0 Then
$Counter2 = $Counter
do
	$Counter2 = $Counter2 - 1
	If $killmode = "spears" then
		SpearSpam()
	Elseif $killmode = "trans" then
		TransSpam()
	endif
	MouseMove ( $MoveXpos, $MoveYpos , 10 )
until $Counter2 = 0
Sleep($battleendTime)
EndIf

;Push Replay button
Send("{ALT DOWN}")
MouseClick ( "left" , $NextXpos, $NextYpos , 2 , 10 )
Send("{ALT UP}")
sleep(12000)
Send("{ALT DOWN}")
MouseClick ( "left" , $ReplayXpos, $ReplayYpos , 2 , 10 )
Send("{ALT UP}")
;Wait for the boat
Sleep($boatreturnTime)
EndFunc


Quote Originally Posted by Aghy View Post
Nice work Spiken, bot works now but i want to lower the wait time on changelevel2, battleend and a runwait cuzz he hits start button b4 getting on boat., where exactly must i edit cuzz i dont want to mess anything else up.
If you can live with it for 1-2 days more, im working on config UI, so you can change the timers yourself.

Edit: Else you can change the timers of everthing in the config.ini file after your needs
Spiken can i get your nick on yt? sent on pm i want to show u video.
Nice work Spiken, bot works now but i want to lower the wait time on changelevel2, battleend and a runwait cuzz he tries to hit start button b4 getting on boat., where exactly must i edit cuzz i dont want to mess anything else up.
Posts 3145 of 430 · Page 3 of 29
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?