Jump to content

Making An Action Run Continually


Recommended Posts

see help file: Loop Statements

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

For $i = 3 to 1 Step -1
    MsgBox(0, "Count Test", $i)
Next
MsgBox(0,"", "Read ME  about Loops and also For and Next ")oÝ÷ Øh¥ëaÈ^ Ö¢ëm+Ò$.Â¥vz-ëm+-£
+&²¹ªÞ§Ú,¥©Mìmjëh×6
for $i = 1 to 50; 50 repeats the Number of times sent. Change to how many spams. 
;
;Add what u need it to do then  after next add what u  wish for it to do.
Send("What ever u like") ; It would send this over and over but u have to add enter
;
Next

Edited by evilelf
Link to comment
Share on other sites

For $i = 3 to 1 Step -1
    MsgBox(0, "Count Test", $i)
Next
MsgBox(0,"", "Read ME  about Loops and also For and Next ")oÝ÷ Øh¥ëaÈ^ Ö¢ëm+Ò$.Â¥vz-ëm+-£
+&²¹ªÞ§Ú,¥©Mìmjëh×6
for $i = 1 to 50; 50 repeats the Number of times sent. Change to how many spams. 
;
;Add what u need it to do then  after next add what u  wish for it to do.
Send("What ever u like") ; It would send this over and over but u have to add enter
;
Next
I have been using the

While 1

whatever action here

Wend

and its been working pretty cool

but mega thanks for that info :whistle:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...