Is it possible to have a tp to automatically with just a push of a button in flash? If yes then how?
Originally Posted by Badmatt
Is it possible to have a tp to automatically with just a push of a button in flash? If yes then how?
Create an AHK script that is binded to a key so when it is pressed it manually types "/Teleport (name)". The name would be limited unless you binded multiple people to different keys.
use ahk
F::
SendInput, /teleport kidkudi{enter}
return
that'd be it. If you wanted to get elaborate you could spend a few hours getting a gui that asks you who you want to bind it to once you press another key.. but thats next level shit.
Buy keyboard for £35 or mouse with Macro Keys, now download engine for macros and have fun. I got steel-series Raw keyboard, steel-series and sensei raw orange limited mouse.
Originally Posted by kidkudi114
that'd be it. If you wanted to get elaborate you could spend a few hours getting a gui that asks you who you want to bind it to once you press another key.. but thats next level shit.
InputBox
/tooshort
Originally Posted by Badmatt
Is it possible to have a tp to automatically with just a push of a button in flash? If yes then how?
Just use AHK, and download realmscript. It's got a lot of features, but you can edit anything and add your own binds. It also used input box, so you hit the assigned keys (I use Ctrl+N) and you can type a name to set as your TP. Once you hit your bind (I use right click,) it instantly teleports to whoever your input is.
Sorry for thr long reply but what key do I press for this to work. F?
Originally Posted by kidkudi114
use ahk
F::
SendInput, /teleport kidkudi{enter}
return
that'd be it. If you wanted to get elaborate you could spend a few hours getting a gui that asks you who you want to bind it to once you press another key.. but thats next level shit.
I just had an auto spammer with /tp on my multiboxing.. Trololololololol
Originally Posted by Badmatt
Sorry for thr long reply but what key do I press for this to work. F?
Yes... you have to change the name and key to whatever you want.