A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[TuT] How to make a simple Refresher (gaia)

1.2k views · started by M0NST3R ·
#1
[TuT] How to make a simple Refresher (gaia)
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.
#2
M0NST3R wrote:
Ok well first off. I would like to say , that i am happy to annouce i have been programming for over 5 months now!

Always glad to see people trying to better themselfs.

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

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.
#3
Aleena wrote:
Always glad to see people trying to better themselfs.

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

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.
#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?
#5
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?
First of all you need Visual basic 2008. second. Don't worry about multi tool V2. i am releaseing Reborn in Bronze.
EDIT: its going to be able to run in all OS's
#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 :P
#7
Reserved wrote:
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 :P
Ikr? People think we will put up tuts of good shizz. Pffft they hatin 8)