Author Topic: Tug 'O' War script  (Read 1014 times)

Offline R1ch4

  • Newbie
  • *
  • Posts: 28
  • Rep: 0
  • Scripter in the making.
    • View Profile
Tug 'O' War script
« on: July 20, 2008, 11:25:40 am »
This is another one of my scripts for Neopets; a Tug 'O' War script.

If you modify the waits time correctly to suit your computer, you can get max points every time.

If you modify it incorrectly, the chances that you'll lag, or just lose, are pretty high.

Start the script just before the first match starts, and you can stop it when the rest are done.

Script (Tug 'O' War):

[scar]program TugOfWar;

//By R1ch4, of GzP, and SRL, Mopar and now Freddy.

const

TTW = 0; //Add some TTW (Time To Wait) in MS if the script makes you lag.
         //1000MS = 1 second.

begin

repeat;

Sendkeys('A');

Wait(TTW);

until(false);

end.[/scar]

Enjoy!
I did have the links to my scripts here, but I've released too many, and there's not enough space here to put all the links...

Yay! Found something to put in here! Below!

[img]http://www.fenjer.com/adnan/SRL//40/Becoming%20a%20decent%20scripter.png[/im

Freddy1990.com

Tug 'O' War script
« on: July 20, 2008, 11:25:40 am »

Offline bart961

  • Leecher
  • Posts: 8
  • Rep: 0
    • View Profile
    • Email
Re: Tug 'O' War script
« Reply #1 on: August 27, 2008, 08:35:20 pm »
i recall there being a script in the srl folder like this, its all the same isnt it? but thanks much!

Freddy1990.com

Re: Tug 'O' War script
« Reply #1 on: August 27, 2008, 08:35:20 pm »