Anyone Have A Method?

Heh... that was the first thing I thought-of as well! :D

Wouldn't it be simpler to find a "safe" (and preferably "remote") location and wedge/weight down your "Run" and "Turn" keys?

think i saw someone doing this in the inn at crossroads. wasnt sure what was going on, but this explains it.
 
Here is a script I have made for autohotkey:

#Persistent
SetTimer, PressTheKey, 480000
Return

PressTheKey:
Send, {w down}
sleep 1
send, {w up}
Return

So what it does? It presses W Key for 1 milisecond every 8 minutes=480000 miliseconds. I put 1 milisecond just to make sure people dont realize I am using scripts. And try hide you character from players, park it after a tree or in a basement or whatever, minimize the chances of getting caught.
 
Here is a script I have made for autohotkey:

#Persistent
SetTimer, PressTheKey, 480000
Return

PressTheKey:
Send, {w down}
sleep 1
send, {w up}
Return

So what it does? It presses W Key for 1 milisecond every 8 minutes=480000 miliseconds. I put 1 milisecond just to make sure people dont realize I am using scripts. And try hide you character from players, park it after a tree or in a basement or whatever, minimize the chances of getting caught.
Yeahhhhhhhh .. I just duck taped a water bottle to my fan lmfao
 
If you can remote into your pc a few hours before you plan on playing each day you can avoid queues ez
 

Users who are viewing this thread

Top