EU Bot for Vindictus

Posts 6175 of 160 · Page 5 of 11
hey why my F8 "god" is doesnt work?
Quote Originally Posted by AoiTori View Post
hey why my F8 "god" is doesnt work?
@AoiTori maybe you have Hell_Demon Console
Try
bind "F8" "godmode"
thank you !!
it's working now!! :P
inject vin.dll and hell_demons / danks console

bind "F8" "god"
host_writeconfig

done
Quote Originally Posted by sabak View Post
1920x1080 would be perfect
There you go my friend, those are positions for this resolution:

[resolution]
; manual resolution settings
useusersettings=false
ReplayXpos=270
ReplayYpos=720
StartXpos=115
StartYPos=960
MoveXPos=1020
IngkaraMoveXPos=870
MoveYPos=540
Almost done with everthing.
Just checking this thread and see if ppl want something more in it or saying something more aint working, hang in for 30min more and it will be up

Quote Originally Posted by czirosan View Post
There you go my friend, those are positions for this resolution:

[resolution]
; manual resolution settings
useusersettings=false
ReplayXpos=270
ReplayYpos=720
StartXpos=115
StartYPos=960
MoveXPos=1020
IngkaraMoveXPos=870
MoveYPos=540
thanks, going to add them

got the next postion? of the next button?
Quote Originally Posted by Spiken View Post
Almost done with everthing.
Just checking this thread and see if ppl want something more in it or saying something more aint working, hang in for 30min more and it will be up



thanks, going to add them

got the next postion? of the next button?

Oh sorry mate forgot about next button
here you go: 680, 710
Quote Originally Posted by Bearman123 View Post
I had the same problem but you can easy fix that.

1. Open ShadowedByDarkness.au3
2. go to
Send("{ALT DOWN}")
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
Send("{ALT UP}")
3. change it to
Send("{ALT DOWN}")
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
Send("{ALT UP}")
4. Enjoy it =)
That seems to have fixed it. Thanks a lot!
updated the bot, with alot of fixes.
You can see them all at first page
I Tired EU Bot V3 looks like it work better
But Prepare For Counter Attack didnt work i had to replace the PrepareForCounterAttack.au3
with the other code you gave me

Code:
;~ Title: Prepare For Counter Attack bot
;~ Author: Exico
;~ Version: 1.001
;~ Date of release: 14/08/2011
;~ Description: Prepare For Counter Attack bot by exico

;~ 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(1000)
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(7000)
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
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
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
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
;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" , 705, 701, 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
After i repalced it , its going to the boss and killing the bosses
When the battle ends he aint clicking the " Next Page " and dont do replay
he just keep presing F , i see he aim with spear but dont throw it ( only sometimes ) waited about 10min and nothing happens he keeps aiming with the Spear but not throwing it he aim with it then he pres F again and stop aim

Here's my confing
i also changed the [resulution] couz it didnt worked, wasn't clicking start at boat
Code:
// Do not edit this file if you don't know what are you doing
// In this file you can set your personal binds to use with the bot,
// this file must be in the same directory as the bot executable

[Changemap]
; changelevel2 command,cant change this bind
Skipmap={END}

[hax]
; god and ohk commands
god={F8}
ohk={F9}

[secondary]
; secondary weapons set
spears={F5}
prospears={F5}
sticky={NUMPAD0}
bombs={F7}
mining={F6}

[hotkeys]
; settings for hotkeys
closeall={Pause}
startbot={INS}

[waittime]
; timer settings in milliseconds (1000 = 1 sec)
boatstart=25000
intermediate=8000
last=10000
boatreturn=10000
battleend=25000
runwait=0

[resolution]
; manual resolution settings - these are settings for 1280x800
useusersettings=false
ReplayXpos=270
ReplayYpos=720
StartXpos=115
StartYPos=680
MoveXPos=680
IngkaraMoveXPos=580
MoveYPos=400

[randomtime]
; this option use a random time to wait for each run, put true to enable it and false for disable, then set a minimum and a maximum in SECONDS
userandomtime=false
minimum=90
maximum=150

[addonscripts]
; other options for some scripts, pala or dark
transformationTime=2460000
wichtrans=pala
uselvl2=false

// This config file use the syntax of autoit, so some keys are "special" like {INS} and {Pause}
// or numpad keys
I am using 1280x800 Res Full Screen
Oh you ******, good bye, Eu Vindictus.
Could you add more dungeons please? ^^
Oh, just noticed V3.5
ill try it now

Edit :
can't downlaod it o.O
writting : Invalid Attachment specified. If you followed a valid link, please notify the administrator
Quote Originally Posted by alberto3223 View Post
Oh, just noticed V3.5
ill try it now

Edit :
can't downlaod it o.O
writting : Invalid Attachment specified. If you followed a valid link, please notify the administrator
Just approved it, should work now.
Posts 6175 of 160 · Page 5 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?