Quote Originally Posted by Aleena View Post
Always glad to see people trying to better themselfs.

the world needs more programmers.
and, Here is an alt method for you learning A3

Code:
HotKeySet("{ESC}", "CloseProgram")
Func CloseProgram()
    Exit 0
EndFunc

HotKeySet("{LEFT}", "SpamRefresh")
Func SpamRefresh()
	
	
Do

Send("{F5}")
Sleep(30000)

       $count = 3
	   
Until $count = 99999999999999999999999999999999999999999999999999999999999999999999999999


EndFunc

Sleep(949498998)
Sleep(20000000)
Sleep(949498998)
Sleep(20000000)
Left arrow on your keypad = Send F5 every 30 seconds.
ESC = Close program.


Personally I think A3 is alot more functional / good for beginners to learn. You can be writing scripts in just a days effort.
Thats a nice Code u have there. But i made this for the Gaia n00bs who keep asking me and other peoapl how we hackzz.