Script Help

10/11/2008 08:13 xPhazer#1
This is the first time i've made something like this.. but I need it to loop and it doesnt seem to work when I try things that it says on sites.

I have all the files I think you will need below if you can make it loop and then upload it for me it would be great! :)

I'm not saying what its for yet though because it most likely wont work :p. I just need it looped to see :)

I used AutoHotkey to make it if that helps.
10/11/2008 10:52 (GAME)Master#2
what language is it wrote in?
10/11/2008 16:38 _fobos_#3
Quote:
Originally Posted by (GAME)Master View Post
what language is it wrote in?
"script2.ahk"
:rolleyes:
10/11/2008 23:21 evanxxxm#4
xPhazer@
i see many unnecessary steps, can u clarify what u trying to do?
btw, if u want to make all those lines loop
all u need to do is
Code:
loop
{
all the lines here**
}