Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 78
  1. #16
    smegma's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    So no advice on why f9 isn't starting it?

    I know i'm just a leecher an all, but slowly getting the hang of things lol.

  2. #17
    grey489177's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    544
    Reputation
    18
    Thanks
    2,655
    My Mood
    Tired
    ok, stupid question...ive killed all levels of the hallow except for the gauntlet, how do i get the white tyrants challenge?
    Quote Originally Posted by xXTornadoXx
    You really have a great personality
    I've never met a person like you, who can give me guidance on things and also give me alot of support. I'm glad that I met you, really glad
    Quote Originally Posted by 1 Corinthians 13:11
    When I was a child, I spoke as a child, I understood as a child, I thought as a child.
    But, when I became a man, I put childish things away.

  3. #18
    pyrobryant's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Kentucky
    Posts
    317
    Reputation
    3
    Thanks
    146
    My Mood
    Cool
    Do you have to script loaded into autoit.exe?
    [IMG]https://i207.photobucke*****m/albums/bb66/pyrobryant/Signature.jpg[/IMG]

  4. #19
    smegma's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    Err yea, i just double click on the tyrant autoit file... and go to vind and hit f9 but nothing happens.

    Used it plenty in the past, edited many others to fit my resolution etc...

    Just for some reason I can't get it to initiate.
    Last edited by smegma; 05-19-2011 at 04:32 AM.

  5. #20
    fright's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    61
    Reputation
    11
    Thanks
    17
    My Mood
    Lurking
    Hmm, i've never considered scripts to be bots. I usually consider bots to have some intelligence as to where it is for instance. Mostly, visual or other cues to its situation.

  6. #21
    nsdknsig's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    1
    My Mood
    Doh
    is this the AutoIT Program??
    https://www.mpgh.net/forum/267-vindic...ming-tool.html

    can anyone give me the link for the AutoIT please i couldnt find it in the forum

    thanks

    doesnt work for me
    Last edited by nsdknsig; 05-19-2011 at 05:17 AM.

  7. #22
    pyrobryant's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Kentucky
    Posts
    317
    Reputation
    3
    Thanks
    146
    My Mood
    Cool
    Guys there is a small issue with my script, this script is vased off my Blood Lord script so the first line in the code says Blord needs to say WhiteTyrant. I will fix it when I get home.
    [IMG]https://i207.photobucke*****m/albums/bb66/pyrobryant/Signature.jpg[/IMG]

  8. #23
    dizap001's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    My Mood
    Goofy
    are we suposse to press F9 in the boat or are we suposse to press F9 after we press start?

    it just made my Gameplayfast thats it when i pressed F9
    Last edited by dizap001; 05-19-2011 at 05:45 AM.

  9. #24
    FAILXpert's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    10
    My Mood
    Scared
    Well Guys it works Just gotta do a small editing like he said with the var " Blord " change that to the function to " White Tyrant " well here's the changes i made hope u don't mind pyrobryant since your busy. Just edit the files in the autoit script editor

    * Note Frame lag from the Bomb Explosion*

    Code:
    Global $Pause
    HotKeySet("{F10}", "Pause")
    HotKeySet("{F9}", "WhiteTyrant")
    
    While 1
    	WinWaitActive("Vindictus","")
    WEnd
    
    Func WhiteTyrant()
    	While 1
    		Sleep(1000)
    		MouseClick("left",104,626,1) ; Clicks START to launch mission
    		Sleep(500)
    		Send("{Numpad6}") ; set your key bound to  host_timescale 3
    		Sleep(10000)
    		Send("{7}") ; set your key bound to cc_set_subweapon sticky_bomb 999
    		Sleep(7000)
    		Send("{w down}") ; Will move forward for 5 seconds to trigger cutscene.
    		Sleep(1500)
    		Send("{w up}")
    		Sleep(2200)
    		Send("{Numpad4}") ; set your key bound to  host_timescale 3
    		Send("{f}") ; this will get your sitcky bomb out
    		Sleep(500)
    		Send("{e}") ; and throw
    		Sleep(400)
    		Sleep(68000) ; This is the time it takes until the Mission Successful menu shows up.
    		MouseClick("left",203,711,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.
    		Sleep(25000)
    
    	WEnd
    EndFunc
    
    Func Pause()
    	$Pause = NOT $Pause
    	While $Pause
    		sleep(100)
    		ToolTip('Script is PAUSED, press F10 to UNPAUSE',0,0)
    	WEnd
    	ToolTip("")
    EndFunc

  10. #25
    kabodle's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    8
    My Mood
    Sleepy
    i keep gettin d/c every 1 to 4 boats. its only when im using this bot
    [IMG]https://lh4.googleuserconten*****m/-tyw6iikTllg/Tf-yuM9AfAI/AAAAAAAAABQ/sZEmTYmMUVA/s800/bloodnight.jpg[/IMG]

  11. #26
    dizap001's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    My Mood
    Goofy
    for some reason it still doesnt work for me , it just make my gameplay fast and then it usess bombs once in a while thats it it doesnt even move

  12. #27
    pyrobryant's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Kentucky
    Posts
    317
    Reputation
    3
    Thanks
    146
    My Mood
    Cool
    Guys it was broken, if you read my previous post you would have seen that, it is now fixed.
    [IMG]https://i207.photobucke*****m/albums/bb66/pyrobryant/Signature.jpg[/IMG]

  13. #28
    kvndai's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    12
    My Mood
    Asleep
    Dude, thanks for this bot. I got 37-47 in 2 hours with this lOL.

    You must click F9 while you are ON THE BOAT not before not after

    and for some of you that doesnt work, you have to click F9 when your cursor is freely moving on your vindictus screen, meaning if when you move your mouse and your character looks around, you have to press 'esc' and make your mouse cursor moveable.

    also remind you guys that his screen resolution might not be the same as yours, it wasnt the same as mine so I have to tweek it myself.
    Basically you download "VDfarm.rar" from https://www.mpgh.net/forum/267-vindic...ming-tool.html
    extract the file pointercoord.exe
    Run vindictus and the white tyrant challange (without the bot yet)
    when you are on the boat slide your mouse cursor over the start button and press the "z" button.
    write down those two numbers.
    start the mission and complete it legitly
    when the rewards screen comes up, slide your cursor over to the replay dungeon button
    press "z" again, write that number down again.

    Now open your autoit editor program (which comes with autoit_v3) and open the whitetyrant file

    the top should be changed from "BLord" to "WhiteTyrant"

    now, you take the first coordinates you wrote down (xxx,xxx) and write that in.
    ex:
    Code:
    MouseClick("left",104,626,1)
    should now be
    Code:
    MouseClick("left",xxx,xxx,1)
    Do the same with the second coordinates (yyy,yyy) your wrote down
    ex:
    Code:
    MouseClick("left",203,711,1)
    should now be
    Code:
    MouseClick("left",yyy,yyy,1)
    You are done, now just run vindictus when you are on the boat with your cursor freely moving around press F9 and you should be botting!

    Hope this helped i think i might have dragged it on too long lol

  14. #29
    pyrobryant's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Kentucky
    Posts
    317
    Reputation
    3
    Thanks
    146
    My Mood
    Cool
    Thanks for making that clearer, but actually the bot was just messed up because I was doing some tweaking.
    Last edited by pyrobryant; 05-19-2011 at 06:49 PM.
    [IMG]https://i207.photobucke*****m/albums/bb66/pyrobryant/Signature.jpg[/IMG]

  15. #30
    azrith001's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    5
    My Mood
    Blah
    Thanks a lot man, ill give it a try hopefully i can blow through some levels.

Page 2 of 6 FirstFirst 1234 ... LastLast