Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 09:23

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AUTOIT: grand fatasia bot help

Discussion on AUTOIT: grand fatasia bot help within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2009
Posts: 5
Received Thanks: 0
AUTOIT: grand fatasia bot help

ok i read some tutorial about auto it and i could say i got the basic idea so far...

so im trying to make a bot in grandfantasia that:
1.select target (Tab)
2.attack(1 (attack action on action bar number 1))
3.repeat.

ok i think i got the tab part or the select target here

Code:
#include <GUIConstantsEx.au3>

GUISetState(@SW_SHOW)

GUICreate("Grand Fantsia Bot", 335, 100)

GUICtrlCreateLabel("On going bot...", 8, 10)

$startbutton = GUICtrlCreateButton("Start", 190, 8, 60)

GUISetState(@SW_SHOW)
WinActivate ("GrandFantasia")
WinWaitActive("GrandFantasia");

While 1
	$msg = GUIGetMsg()
	
	Select
		
		Case $msg = $startbutton
			while 1=1
				$i = 0
				while $i < 30
					Send ("{TAB}")
					Sleep (500)
					$i = $i + 1
				WEnd
			WEnd
			
		Case $msg = $GUI_EVENT_CLOSE
			GUIDelete()
			ExitLoop
			
	EndSelect
		
WEnd
im not sure yet if thats right but i tested it and it keeps on tabbing which its suppose to do now the prob is i cant figure out how to do the attack code and repeat, i just keep on getting error.. could someone enlighten me with some knowledge.

after this ill try to make the potion part(i just started using autoit sorry for noobish help for code)
clied is offline  
Old 01/24/2010, 13:55   #2
 
Neon™'s Avatar
 
elite*gold: 50
Join Date: Feb 2009
Posts: 2,173
Received Thanks: 1,765
one thread is enough...
Neon™ is offline  
Old 01/26/2010, 19:33   #3
 
ax5's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,050
Received Thanks: 472
Please Don`t post more then 1 thread
ax5 is offline  
Reply


Similar Threads Similar Threads
Grand Fantasia AutoIT bot
01/12/2013 - General Gaming Discussion - 577 Replies
Information, instructions, and download can be found here: Grand Fantasia Bot Post any problems/errors you get with this..I'm always trying to update it to make it work better ;How to update the addresses yourself I created a video tutorial on how to pointerscan new addresses. Easiest method to find updated pointers For the HealSleep value, set it low (50) if you are using a potion! Set it high (5000) if you are using Heal skill Change the AttackSleep values to 0 if you do not want...
I can't use autoit in grand fantasia
05/16/2011 - AutoIt - 10 Replies
do ? give can use
Grand fantasia autoit BOT für DE
04/23/2011 - General Gaming Discussion - 4 Replies
Hier der Gf-Bot mit aktuellen pointern "DE" einfach starten und Botten Link kommt in ca 30 min Antivirus Version Last Update Result AhnLab-V3 2010.08.31.01 2010.08.31 - AntiVir 8.2.4.46 2010.08.31 - Antiy-AVL 2.0.3.7 2010.08.31 -
Help please > autoit > grand fantasia
01/13/2010 - AutoIt - 9 Replies
Hello, iam a n00b at scripting so i could really use some help im trying to make a bot for grand fantasia. ive been following this tutorial but its for a different game and therefore a little hard to follow im basically trying to change this into a grand fantasia friendly format the bits in red are the bits i dont understand im also getting this error in the auto it program: Send (?{LCTRL}?) Send (^ ERROR WinWaitActive (“MapleStory”); - wtf is this? While 1=1 $i = 0 While $i < 30



All times are GMT +2. The time now is 09:23.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.