AutoItv3 Source for the gambling game with the auction house plain letters ( link below )
Link Here: HERE
Link Here: HERE
Link Here: HERE
Link Here: HERE
Link Here: HERE
Sorry for keeping it bland. People in the previous thread about the 1,000 gold in 15minutes thread ( Link Here: HERE). There is a couple steps on how to run it, because I am somewhat new to AutoIT and I don't know much of pixel searching and executing. So just follow these steps and you should be fine!
------------------------------------------------------------
------------------------------------------------------------
1. Fix the coordinates or run at my resolution. Well, in the code below, there are numbers, as in coordinates, for example:
mouseclick ("left", 150, 550, 1)
Let me break that apart for you new people to AutoIT:
Mouseclick - Tells the mouse to click
"left" - The mouse will click your left button
150, 550 - Coordinates, going by x, y . You have to fool around with these and the game to line them up right.
1 - The mouse will click once.
There is also the following:
mousemove (150, 157)
mousemove - Will move the mouse to a certain location
150, 157 - Coordinates, going by x, y . You have to fool around with these and the game to line them up right.
--------------------------------------------------------------------
While $i <= 600 Change the 600 to whatever you want, however many times you want the letter to be sent to yourself.
---------------------------------------------------------------------
2. )
Where it says :
Send ("Thanks for trying to find the prize. This is not a winner! However, if you return this to **** you will get 1g back.")
Change that to a custom message INSIDE THE ""
--------------------------------------------------------------------
3.) Where it says:
end ("NameHERE")
Edit that to your character name to where the messages will be sent.
-------------------------------------------------------------------
4.) Where it says:
send ("SubjectHERE")
Edit that to a subject title.
-----------------------------------------------------------------
everything else is pretty self explanatory to what I just taught you
-----------------------------------------------------------------
How to run the bot correctly.
----------------------------------------------------------------
1.) Go to First person right up next to a mailbox so the mailbox is showing on most of your screen.
2.) Run the bot.
IF YOU WANT TO RUN BY MY RESOLUTION, IT'S WINDOWED MODE, WITH 1024X768.
Here is the source:
global $i
sleep (5000)
mouseclick ("right", 550, 450, 1)
sleep (1000)
mouseclick ("left", 150, 550, 1)
sleep (1000)
$i = 0
While $i <= 600
mousemove (150, 157)
sleep (1000)
send ("SpĂke")
sleep (1000)
Send ("{TAB}")
sleep (1000)
send ("Letter")
sleep (1000)
Send ("{TAB}")
sleep (1000)
Send ("Thanks for trying to find the prize. This is not a winner! However, if you return this to Amathiam you will get 1g back.")
Send ("{ENTER}")
send ($i)
sleep(1000)
mouseclick ("left", 300, 520, 1)
sleep (1000)
$i = $i + 1
WEnd
Please do not flame, because honestly, there is no point, I tried to make this to make other lifes easier when doing the game ... So yah, Don't taze me bro