For all the new programmers like me here is how you make a simple refresher for Welcome to Gaia | Gaia Online
Make a new project and name it
"Refresher bot" (Or anything u wana name it...)
Now add the following...
2 Buttons
1 Timer
1 Web Browser
Ok now place them however you want to place them
Now lets code the form
Double click it and type in the following code
This will automatically go to gaia as soon as the project is set up...Code:Webbrowser1.Navigate("www.gaiaonline.com")
Next
Go to the 1st button
Name it "Start"
Double click it and lets code it
This will start the timer upCode:Timer1.Enabled = True
Go to the 2nd button
Name it "Stop"
Double click it and lets code it
This button will stop the timer..Code:Timer1.Enabled = False
Now the main part
Double click the timer and type in the following code
This will refresh the page at every intervalCode:WebBrowser1.Refresh()
Remember 1000=1 sec
SO before you test it out go to the timer and configure the interval...
Its default is 100
SO i sujest changing it to 5000
I Will post more tuts on how to make advanced refreshers
Enjoy
+ Rep pweze
Results 1 to 7 of 7
- 08 Nov. 2010 08:29am #1
[Tutorial] Creating a simple refresher
- 08 Nov. 2010 09:00am #2
Thanks bro, real simple tut!
Apply for BCK Hacking Crew! Read this link for more info.
My only MSN email is |[gowr@w.cn]|.
Adf.ly Referral. (Cuz you luv me <3)
My guide on Fake Login Windows + how to spread them.
[TuT] Making a FREE DepositFiles GOLD account!
Wordlists for Password Crackers [CRACKED 320 ACCOUNTS SO FAR!!! LEGIT!!!]
[TuT] Making your own Trainer
[GoWRTeKz] My Favorite Music
Signature
Thanks EliRocks!
- 08 Nov. 2010 09:42am #3
- 13 Nov. 2010 03:22pm #4
one question: what's the tool for making such programs? because I'm learning C language at the moment that uses DEV c++ so I wanted to know if that was the program to use.
- 15 Nov. 2010 09:15am #5
- 15 Nov. 2010 09:40am #6
Allright I think I should start learning it.. thanks!
- 15 Nov. 2010 10:00am #7
No problem dude