Ok well first off. I would like to say , that i am happy to annouce i have been programming for over 5 months now! I am so happy! I have came a long way from the beginning.
What you will need.
1 webbrowser.
1 button
1 text box.
1 Label
and this sleep module SleepModule.vb
NOTE!: u HAVE to put in the sleep module.
Time to code!
---------------------------------------
Double click the form and
Code it as
Webbrowser1.Navigate ("Http://gaiaonline.com")
Name the label Seconds to wait
---------------------------------------
Now code the button as (name the button as start)
Do Until (1 = 2)
U should get a Loop once u click out of it.
Then code in the button again And input this.
SecondsToWait (Textbox1.Text)
---------------------------------------
Congrats! You just made a refresher!
The reason it has no stop button is because u will have to click out to stop it.
No real reason for a stop button.
Results 1 to 7 of 7
- 20 Jun. 2011 12:40am #1
[TuT] How to make a simple Refresher (gaia)
- 20 Jun. 2011 12:53am #2
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)
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.
- 20 Jun. 2011 12:57am #3
- 20 Jun. 2011 02:44am #4
1 button
1 text box.
1 Label
uh.. where do I get these?
edit: after trying to download Multitool and it not working because I have windows 7, should I try this tut?Last edited by lemurdecatta; 20 Jun. 2011 at 02:49am.
- 22 Jun. 2011 03:25am #5
- 28 Jun. 2011 11:34pm #6
Nice tutorial, very basic and stripped down, but if the n00bs want this then they can have it. Let us keep the bigger badder tools to our selves
- 29 Jun. 2011 02:41am #7