| Author |
Topic:
need a script
[Locked] |
|
|
Date Posted:
1/1/00 12:00am
Subject:
need a script
|
|
i need a script to use for AC Tool
something where i dont have to push a button every 5 mins.
k thxz bye.
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
need a script
|
|
What do you need it to press?
If you just need to help with ElTanks thing this should work
Keys a
delay 180000
restart
It'll turn you slightly to the left (not move just turn) every 3 minutes and will help with Eltank even if you're too busy to actually move.
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
need a script
|
|
// This line is necessary to select the proper window
SetActiveWindow Asheron's Call
while 1=1
delay 4.5 min
keydown {ALT}+{F4} .5 sec
Paste into your actool window and your all set.
|