Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

AQW Account & healing bot


  • Please log in to reply
No replies to this topic
SnowFlake_FlowSnake
  • Members
  • 845 posts
  • Last active: Jan 24 2016 05:24 PM
  • Joined: 08 Oct 2012

Hi
 
i made a simple AQW Account & healing bot
 

 
that will make a new healer player and then give it a random name,password and email and then login to it and automatic skip the intro movie and join sandsea and auto heal
 
all under 2 minutes and you can let it be on more if you want
 
 
How to use?
Press CTRL + Q to start the bot and make sure that you are running Chrome and that you are the login screen, press Escape to exit the bot and CTRL + Q again to pause it.
 
If you want it to automaticly make a new account then Uncomment this function

; Make_Char_AQW_Healer("Healer4you","smurf","Zakarom",1)

 

full code:

/*
http://www.aq.com/play-now/
*/

IF NOT A_IsAdmin
{
   Run *RunAs "%A_ScriptFullPath%"
   ExitApp
}

#SingleInstance, force
SetWorkingDir, %A_ScriptDir%


^Q::

WinActivate, AdventureQuest Worlds on aq.com Play Online Now! - Google Chrome
Sleep, 200
WinWaitActive,AdventureQuest Worlds on aq.com Play Online Now! - Google Chrome  

Sleep, 500 
;Make_Char_AQW_Healer("Healer4you","smurf","Zakarom",1)
login_and_Sandsea()
StartBot:
Sleep, 200
LoopoverHealing:
Loop
{
PixelGetcolor,healingskill,570,615
IfEqual,healingskill,0xE2DFD3,{
Send, {2}
Sleep, 6200
}

PixelGetcolor,mana,578,611
IfEqual,mana,0x908E8B,{
Loop
{
IF (restmode) = 0
{
Send, {Enter}
Sleep, 300
Send, /sleep
Sleep, 300
Send, {Enter}
restmode = 1
}
else
{
PixelGetcolor,manafull,354,170
IfEqual,manafull,0xEE9144,{
send, {2}
break
gosub, LoopoverHealing
}	
}
}
}
}
return


Make_Char_AQW_Healer(user,pass,em,Savelog)
{
Click,632, 586
Sleep, 3000
click,1015, 321
Sleep, 200
click, 996, 583
Sleep, 1000
Click,861, 306
Sleep, 200
Random,nam,1000,10000
send, %user%%nam%
Sleep, 200
Send, {tab}
Sleep, 200
send, %pass%%nam%
Sleep, 200
Send, {tab}
Sleep, 200
send, %pass%%nam%
Sleep, 200
Send, {tab}
Sleep, 200
send, %em%%nam%@gmail.com
Click, 806, 536
Sleep, 200
Click,866, 587
Sleep, 4000
Click,866, 587
Sleep, 3000
Click,866, 587
Click,866, 587
IF (Savelog) = 1
{
FormatTime, TimeString, ,yyyy MM d|hh:mm:ss
FileAppend,Username: %user%%nam%`nPassword: %pass%%nam%`nEmail: %em%%nam%@gmail.com`nTime Created: %TimeString%`n`n,AQWAccounts.log
}
}
return

login_and_Sandsea()
{
Sleep, 3000	
Click,640, 423
Click,640, 423

Loop{
PixelGetcolor,serverlist,469,231
IfEqual,serverlist,0x020290,{
Click,489, 224
Click,489, 224
break
}

}
Loop
{
 PixelGetcolor,Profilepic,204,122
IfEqual,Profilepic,0xFEFEFE,{
click,204,122
break
}
}

Loop
{
PixelGetcolor,introbutton,204,122
IfEqual,introbutton,0xFEFEFE,{
click,204,122
Sleep, 3000
Send, {Enter}
Sleep, 300
Send, /join sandsea
Sleep, 300
Send, {Enter}
Sleep, 3000
gosub, StartBot
break
}
}

}
return

Esc:
ExitApp
return

  • Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
  • Contact Info:  https://github.com/floowsnaake //  FloowSnaake(A)gmail.com
  • IF you need Help send me a PM,Email or Post on Github

  • Quote by tank  Posted 29 September 2015 - 06:14 PM

  • "Eventually i will find a way to convert the DB back to PHPBB3. but i dont have the bandwidth right now. No one that has tried has had success. It is the Only way i can keep this open is if i could successfully convert it."