Auto Typer

Posts 115 of 37 · Page 1 of 3
Auto Typer
Someone know of an auto typer that is compatible with Vindictus?
Hrm. Possibly. See, with that bijillion experience Labyrinth glitch/hax/flame topic, I figure, "Screw pressing this my self. Time to troll it up a bit." Therefore, autotyper/hacker compatible with Vindi, bind the change to current sector hack to a key, and all I'm responsible for is reloading the page every 4 seconds instead of hitting the other shortcut 20 times asecond too! BOOM! Instant trillions of experience in a can.

Also, I will come back with results tomorrow. It are late right now. Thanks for the link!
autohotkey is definitely compatible with vindictus, as I've used the autoclicker myself. It's really simple to write a toggle rapid fire key (which I assume is what you're looking for)
Quote Originally Posted by supermassive View Post
autohotkey is definitely compatible with vindictus, as I've used the autoclicker myself. It's really simple to write a toggle rapid fire key (which I assume you're looking for)
THIS

Would you mind possibly explaining to my n00b self? If not, completely understand. No hard feelings /b/ro.
explain what?

autohotkey is just a program for running scripts. You essentially want to write a script that inputs a key (the key you have bound to "changelevel 2") in rapid succession (have the script loop) and have it bound to a trigger key (hotkey)

im no expert but this should get you started. It's pretty simple :Autohotkey and Rapid fire Keyboard
this is especially simple.. set up your changelevel 2 command to MOUSE3 and download fastclicker.exe... set the clicks/s to 500 and you can set the trigger to whatever button you would like. set it up for middle mouse button and "toggle". then go into the Lab and press your triggle button and go buy pancake mix, do whatever. come back and get over 50 mil experience. level 23 to level 69 in one run
Use autoIT with the following script:

MsgBox(0," Press F10 to pause, press F9 to quit")



HotKeySet("{F10}", "TogglePause")
HotKeySet("{F9}", "Terminate")
HotKeySet("+!d", "ShowMessage");Shift-Alt-d
Global $Paused
While 1
WinWaitActive ("Vindictus")
send ("{INSERT KEY YOU WANT IT TO SPAM(CHECK AN AUTOIT CHART FOR COMPATIBLE KEYSTROKES)}")
Sleep(1)
WEnd

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc


Func Terminate()
ToolTip("Thankyou and Goodbye",0,0)
Sleep(2000)
Exit 0
EndFunc
Its gonna take more trial and errors... Good lucks
just tried my method again. 55 mil exp in 3 minutes of use... please thank if you use my method posted above

EDIT:just to brag a bit, 155 mil and 120k ap in 5 minutes with those settings I posted
Quote Originally Posted by ZealotNate View Post
just tried my method again. 55 mil exp in 3 minutes of use... please thank if you use my method posted above
Ill try it.. But i dont believe you =P
sure is taking you forever to try haha
and remember to thank if you use this.. I have 0 thanked currently
bad idea of what ur doin but
while ur doin it
u should use a gaming controller and download xpadder
works amazing :]
send bounnd key every .02 seconds
why send a key every .02 seconds when I can send one every .002 seconds? I can even turn the rate up if i wanted lol
Just do a cfg file and then bind it to hotkey with command ''exec something.cfg'' but remember put it in hfs. It can be written like this
changemap_to_current_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;
changemap_to_next_random_sector;

Then just save it like lab.cfg.com without any txt extensions and then look at this topic http://www.mpgh.net/forum/437-vindic...aster-egg.html and put this nevly created cfg file in hfs . you can easily put there around 1 hundred commands and repeat pushing hotkey for 1 hundread times for 10milions exp or just test more commands but idk if more commands will work there because its high risk to crash client after pushing
Posts 115 of 37 · Page 1 of 3
This thread is closed for replies.

Tags for this Thread

None

Need help?