BlueHound
|
  |
| Joined: 30 Jan 2012 |
| Total Posts: 1971 |
|
|
| 19 Apr 2012 07:10 PM |
| I'm confused on how you loop them? |
|
|
| Report Abuse |
|
|
iPremiumZ
|
  |
| Joined: 23 Jan 2012 |
| Total Posts: 6834 |
|
|
| 19 Apr 2012 07:11 PM |
while true do -- code wait() end
|
|
|
| Report Abuse |
|
|
smfv3
|
  |
| Joined: 04 Nov 2008 |
| Total Posts: 370 |
|
|
| 19 Apr 2012 07:30 PM |
| I'm posting on here so I can remember this. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2012 07:31 PM |
theres a few ways, iPrem told one.
While wait() do --code end
will run forever, or until you break it using 'break'
for i = 1,100 do wait() --code end
will run the code 100 times, then end the loop
repeat wait() --code until -- argument
will run the code until an argument is met, then it will stop.
Always have a wait() in the loop.
|
|
|
| Report Abuse |
|
|
|
| 19 Apr 2012 07:32 PM |
| How does someone who joined january 30th 2012 own a PST Fedora? |
|
|
| Report Abuse |
|
|
robocorp
|
  |
| Joined: 25 Apr 2010 |
| Total Posts: 804 |
|
|
| 19 Apr 2012 07:38 PM |
@pat buy robux?
@OP always refer to the wiki before asking here. |
|
|
| Report Abuse |
|
|
iPremiumZ
|
  |
| Joined: 23 Jan 2012 |
| Total Posts: 6834 |
|
|
| 19 Apr 2012 07:45 PM |
| @ pat, Transfer most likely, he is LMaD'er. c: |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2012 07:48 PM |
I joined march and have over 50k. My main is rich. I risked my hats being sniped. It was a coolstorybro.
Another command you can use is fire() if you can figure it out.
Define fire() then use it again. |
|
|
| Report Abuse |
|
|
| |
|
BlueHound
|
  |
| Joined: 30 Jan 2012 |
| Total Posts: 1971 |
|
|
| 20 Apr 2012 06:10 PM |
| I transferred robux from my other main. Sniped the PSTF for 50k. |
|
|
| Report Abuse |
|
|
| |
|