Infinite Survey macro
Posted: January 17th, 2004, 12:11 pm
Not this requires autoit to work
SCRIPT1:::Infinite Surveying Macro
----------------------------------------------------------------
It starts by waiting 10 seconds giving you time to get back into SWG before
it goes into effect. Then it types /sample to get you to start sampling. It
then waits 240 seconds (Which is how long my character can sample for) Then
it has you sit down for 180 seconds (Again how long my character takes to
regen). The goto command makes it "goto" the top and start again by typing
/sample.
SCRIPT1:::Infinite Surveying Macro
Code: Register to unlock hidden link
Sleep, 10000
Start:
Send, /stand{ENTER}
Send, /sample{ENTER}
Sleep, 240000
Send, /sit{ENTER}
Sleep, 180000
Goto, StartIt starts by waiting 10 seconds giving you time to get back into SWG before
it goes into effect. Then it types /sample to get you to start sampling. It
then waits 240 seconds (Which is how long my character can sample for) Then
it has you sit down for 180 seconds (Again how long my character takes to
regen). The goto command makes it "goto" the top and start again by typing
/sample.