EU Bot for Vindictus
hey why my F8 "god" is doesnt work?
thank you !!
it's working now!! :P
it's working now!! :P
inject vin.dll and hell_demons / danks console
bind "F8" "god"
host_writeconfig
done
bind "F8" "god"
host_writeconfig
done
updated the bot, with alot of fixes.
You can see them all at first page
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
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
I am using 1280x800 Res Full Screen
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
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
Oh you ******, good bye, Eu Vindictus.
Could you add more dungeons please? ^^
This thread is closed for replies.
Similar Threads
Vindictus Hacks & CheatsMHWalker v0.916 - Bot for Vindictus NA and EU
308 Vindictus Hacks & CheatsMHWalker v0.917 - Bot for Vindictus NA and EU
101 Vindictus Hacks & CheatsMHWalker v0.918 - Bot for Vindictus NA and EU
123 Vindictus Hacks & CheatsMHWalker v0.919 - Bot for Vindictus NA and EU
99 Vindictus Hacks & CheatsMHWalker 0.920 - Bot for Vindictus NA and EU
129

