Page 20 of 20 FirstFirst ... 10181920
Results 286 to 300 of 300
  1. #286
    Flufy Cat's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Excuse me ... but I`m new in this "world of hacks" on Vindictus ... where can I download the console and how I use it? ... Cause I must folow the 20 steps and i`m blocked at that step where I must open the console and I don`t have it ... If you can answer do it fast please 3 Ty

  2. #287
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by Flufy Cat View Post
    Excuse me ... but I`m new in this "world of hacks" on Vindictus ... where can I download the console and how I use it? ... Cause I must folow the 20 steps and i`m blocked at that step where I must open the console and I don`t have it ... If you can answer do it fast please 3 Ty
    There's no working console atm.

  3. #288
    anthony7128's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    0
    Is it me or is the I did all the steps right but when I open the bot that I made nothing shows up. Is that suppose to happen? And I'd be grateful if someone can make a video tutorial on this, Im so bad at this x_x

  4. #289
    Royghost's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    1
    there are two new consoles.. they may be compatible with this bot..

  5. #290
    ssj4goku_rox's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    88
    Reputation
    10
    Thanks
    3
    Damn, I want this so badly.
    But I don't want to have to download auto it and all that other stuff.
    Currently I have sinject and MHWALKER, would I be able to run it with just these 2? (and the god mode/ohk)

  6. #291
    Helper666's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    341
    Reputation
    37
    Thanks
    25
    Can we change the hotkeys to something else? My F1/F2 keys are dead -_-

  7. #292
    opollo's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    I don't think this works anymore... I'm using consolite ohk/god sinject and bot, following the steps, press f1 and nothing happens.

  8. #293
    P4N1K's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    315
    Reputation
    41
    Thanks
    19
    My Mood
    Dead
    Code:
    HotKeySet("{F2}", "STOP")
    HotKeySet("{F3}", "PAUSE1")
    HotKeySet("{F1}", "LABYRINTH")
    HotKeySet("{F4}", "DISPLAYRUNS")
    HotKeySet("{F5}", "KILL")
    $PAUSE1 = 1
    $RUN = 1
    $DIFF = 0
    $SHOW = False
    While 1
    	WinWaitActive("Vindictus", "")
    WEnd
    Func LABYRINTH()
    	For $MAPSKIP = 1 To 40
    		ControlSend("Vindictus", "", "", "{NUMPAD0}")
    		Sleep(2000)
    	Next
    	Call("KILL")
    EndFunc
    Func KILL()
    	While 1
    		Sleep(1500)
    		ControlSend("Vindictus", "", "", "{NUMPADMULT}")
    		Sleep(100)
    		ControlSend("Vindictus", "", "", "{NUMPADDIV}")
    		Sleep(1000)
    		ControlSend("Vindictus", "", "", "{W DOWN}")
    		Sleep(6000)
    		ControlSend("Vindictus", "", "", "{W UP}")
    		Sleep(1500)
    		ControlSend("Vindictus", "", "", "{G}")
    		Sleep(4000)
    		Call("MAPRELOAD")
    	WEnd
    EndFunc
    Func MAPRELOAD()
    	ControlSend("Vindictus", "", "", "{NUMPAD9}")
    	Sleep(4000)
    	$RUN = $RUN + 1
    	If $SHOW Then ToolTip("Run #" & $RUN, 450, 450, "Run Counter", 1)
    	Call("KILL")
    EndFunc
    Func DISPLAYRUNS()
    	$SHOW = Not $SHOW
    	If ($SHOW) Then
    		ToolTip("Run #" & $RUN, 450, 450, "Run Counter", 1)
    	Else
    		ToolTip("")
    	EndIf
    EndFunc
    Func PAUSE1()
    	$PAUSE1 = Not $PAUSE1
    	While $PAUSE1
    		Sleep(1000)
    		ToolTip('Script is PAUSED, press ""PAUSE"" to UNPAUSE', 0, 0)
    	WEnd
    	ToolTip("")
    EndFunc
    Func STOP()
    	Exit
    EndFunc
    I've been using this and it works well. I'm using dewdews console, pies binds v2.1 and nico's ohk and god. You'll have to change the sleep() setting though, because my system is pretty fast and loads quickly.

    ALSO you need to set

    Code:
    bind "g" "nuke"
    Last edited by P4N1K; 03-31-2012 at 03:21 PM.

  9. #294
    redninjaboy5's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    I dont understand

    Quote Originally Posted by P4N1K View Post
    Code:
    HotKeySet("{F2}", "STOP")
    HotKeySet("{F3}", "PAUSE1")
    HotKeySet("{F1}", "LABYRINTH")
    HotKeySet("{F4}", "DISPLAYRUNS")
    HotKeySet("{F5}", "KILL")
    $PAUSE1 = 1
    $RUN = 1
    $DIFF = 0
    $SHOW = False
    While 1
    	WinWaitActive("Vindictus", "")
    WEnd
    Func LABYRINTH()
    	For $MAPSKIP = 1 To 40
    		ControlSend("Vindictus", "", "", "{NUMPAD0}")
    		Sleep(2000)
    	Next
    	Call("KILL")
    EndFunc
    Func KILL()
    	While 1
    		Sleep(1500)
    		ControlSend("Vindictus", "", "", "{NUMPADMULT}")
    		Sleep(100)
    		ControlSend("Vindictus", "", "", "{NUMPADDIV}")
    		Sleep(1000)
    		ControlSend("Vindictus", "", "", "{W DOWN}")
    		Sleep(6000)
    		ControlSend("Vindictus", "", "", "{W UP}")
    		Sleep(1500)
    		ControlSend("Vindictus", "", "", "{G}")
    		Sleep(4000)
    		Call("MAPRELOAD")
    	WEnd
    EndFunc
    Func MAPRELOAD()
    	ControlSend("Vindictus", "", "", "{NUMPAD9}")
    	Sleep(4000)
    	$RUN = $RUN + 1
    	If $SHOW Then ToolTip("Run #" & $RUN, 450, 450, "Run Counter", 1)
    	Call("KILL")
    EndFunc
    Func DISPLAYRUNS()
    	$SHOW = Not $SHOW
    	If ($SHOW) Then
    		ToolTip("Run #" & $RUN, 450, 450, "Run Counter", 1)
    	Else
    		ToolTip("")
    	EndIf
    EndFunc
    Func PAUSE1()
    	$PAUSE1 = Not $PAUSE1
    	While $PAUSE1
    		Sleep(1000)
    		ToolTip('Script is PAUSED, press ""PAUSE"" to UNPAUSE', 0, 0)
    	WEnd
    	ToolTip("")
    EndFunc
    Func STOP()
    	Exit
    EndFunc
    I've been using this and it works well. I'm using dewdews console, pies binds v2.1 and nico's ohk and god. You'll have to change the sleep() setting though, because my system is pretty fast and loads quickly.

    ALSO you need to set

    Code:
    bind "g" "nuke"


    I don't get what you do with the source code

  10. #295
    MightyRufo's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    179
    Reputation
    10
    Thanks
    230
    My Mood
    Stressed
    Quote Originally Posted by Dracconus View Post
    Increase font size plz?!
    Hold on, i can't quite read it.. I think you need to make it a little bigger! lmao.

  11. #296
    paolo131's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Detected... just saying

  12. #297
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by paolo131 View Post
    Detected... just saying
    Yea, you need a proof... just saying.

  13. #298
    kk235197's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by P4N1K View Post
    Code:
    HotKeySet("{F2}", "STOP")
    HotKeySet("{F3}", "PAUSE1")
    HotKeySet("{F1}", "LABYRINTH")
    HotKeySet("{F4}", "DISPLAYRUNS")
    HotKeySet("{F5}", "KILL")
    $PAUSE1 = 1
    $RUN = 1
    $DIFF = 0
    $SHOW = False
    While 1
    	WinWaitActive("Vindictus", "")
    WEnd
    Func LABYRINTH()
    	For $MAPSKIP = 1 To 40
    		ControlSend("Vindictus", "", "", "{NUMPAD0}")
    		Sleep(2000)
    	Next
    	Call("KILL")
    EndFunc
    Func KILL()
    	While 1
    		Sleep(1500)
    		ControlSend("Vindictus", "", "", "{NUMPADMULT}")
    		Sleep(100)
    		ControlSend("Vindictus", "", "", "{NUMPADDIV}")
    		Sleep(1000)
    		ControlSend("Vindictus", "", "", "{W DOWN}")
    		Sleep(6000)
    		ControlSend("Vindictus", "", "", "{W UP}")
    		Sleep(1500)
    		ControlSend("Vindictus", "", "", "{G}")
    		Sleep(4000)
    		Call("MAPRELOAD")
    	WEnd
    EndFunc
    Func MAPRELOAD()
    	ControlSend("Vindictus", "", "", "{NUMPAD9}")
    	Sleep(4000)
    	$RUN = $RUN + 1
    	If $SHOW Then ToolTip("Run #" & $RUN, 450, 450, "Run Counter", 1)
    	Call("KILL")
    EndFunc
    Func DISPLAYRUNS()
    	$SHOW = Not $SHOW
    	If ($SHOW) Then
    		ToolTip("Run #" & $RUN, 450, 450, "Run Counter", 1)
    	Else
    		ToolTip("")
    	EndIf
    EndFunc
    Func PAUSE1()
    	$PAUSE1 = Not $PAUSE1
    	While $PAUSE1
    		Sleep(1000)
    		ToolTip('Script is PAUSED, press ""PAUSE"" to UNPAUSE', 0, 0)
    	WEnd
    	ToolTip("")
    EndFunc
    Func STOP()
    	Exit
    EndFunc
    I've been using this and it works well. I'm using dewdews console, pies binds v2.1 and nico's ohk and god. You'll have to change the sleep() setting though, because my system is pretty fast and loads quickly.

    ALSO you need to set

    Code:
    bind "g" "nuke"
    Thanks, gonna give it a shot

  14. #299
    temporary1's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by paolo131 View Post
    Detected... just saying
    Are you sure it is this and not ohk/god that triggered it?

  15. #300
    jaggedgridlock's Avatar
    Join Date
    Nov 2007
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    I think hes right, its getting detected for me also.

    https://i.imgur.com/es0Rw.jpg

    It starts to skip floors and then when it hits floor ~13 it gets detected.
    Last edited by jaggedgridlock; 04-20-2012 at 12:36 AM.

Page 20 of 20 FirstFirst ... 10181920

Similar Threads

  1. [Release] Labyrinth Leveling Bot (Updated)
    By xabbis in forum Vindictus Hacks & Cheats
    Replies: 5
    Last Post: 02-15-2012, 09:27 PM
  2. [Outdated] [Updated] Labyrinth Leveling Bot (Auto-IT)
    By xabbis in forum Vindictus Hacks & Cheats
    Replies: 9
    Last Post: 02-05-2012, 12:18 PM
  3. [Source Code] Labyrinth Leveling Bot
    By dumblet in forum Vindictus Hacks & Cheats
    Replies: 136
    Last Post: 08-26-2011, 06:42 PM
  4. [Release]GP & Level Bot
    By iHazBalls in forum Combat Arms Europe Hacks
    Replies: 18
    Last Post: 06-08-2009, 09:42 AM
  5. "HOW TO USE LEVEL BOT+GP"??? NEED HELP
    By zekeria in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 01-02-2009, 09:20 AM