gaia card script v1.0 released!

Thursday, December 6, 2007

I am proud to release gaia card bot v1.0. Bascially the bot only bets 3 tokens then selects deal and then selects hold. From what I've tested you usually end up with more value in tickets than you spent on tokens (ie. you spend 1000 gold on tokens to get 2000 gold in tickets) so it ends up giving you more gold than you came out with. Pretty nice.

Here are the instructions to use it:
1) firefox + autoit installed and your monitor set to 1280x800
2) copy and paste the following code into a notepad .txt document.



$y=3
sleep(3000)
WinMove("http://www.gaiaonline.com - Gaia Cards - Mozilla Firefox", "", 0, 0, 650, 650)
Do
MouseMove(52,432,0)
mouseclick("left")
mouseclick("left")
mouseclick("left")
mouseclick("left")
mouseclick("left")
mouseclick("left")
mouseclick("left")
mouseclick("left")
mouseclick("left")
mouseclick("left")

sleep(1000)
MouseMove(88,469,0)
mouseclick("left")
sleep(2000)
MouseMove(431,446,0)
mouseclick("left")
sleep(1000)
mousemove (248,473,0)
mouseclick ("left")
until $y=4



3) save the document and rename the file with extension .au3
4) open up firefox and log into gaia
5) select gaia cards and go to the point where you can play the game with the dealer
6) make sure that gaia cards opens in it's own window and that it is not minimized.
7) double click the .au3 script and enjoy!
8) edit the script as necessary



enjoy! Stay tuned because I might update it later on with new features and what not!

Labels:

6 comments:

derkd said...

Is it possible to add a key to end the script?

derkd said...

Nevermind found out myself

Anthony II said...

ever thought about the people who DONT have firefox?

D said...

can you make a slots one?

Jac Falcon said...

Um, GET Firefox then. Duh, lol.

Jac Falcon said...
This comment has been removed by a blog administrator.