Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 00:59

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

Advertisement



AutoIT cabal problem

Discussion on AutoIT cabal problem within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
demeteor's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 56
Received Thanks: 9
AutoIT cabal problem

well here is a small code i used for my testings

when i cancel the run of GG (in Cabal europe) it works norlly send to the Login box the msg and moves the mose up and left
well with GG i get a heck of problems . any ideas how to avoid this problems??
i mean how to make it work so i can make a bot for all fo us?

Code:
 HotKeySet("{Home}","cabal") ;
 HotKeySet("{end}","gocabal");
while 1
  sleep(20)
wend

func gocabal() 
	WinActivate("CABAL") ;
	EndFunc

func cabal()
mousemove(120,110)
mousemove(50,120)
send("testing to see if working") ;
Endfunc
demeteor is offline  
Old 06/09/2008, 16:39   #2
 
elite*gold: 0
Join Date: Jan 2007
Posts: 1,753
Received Thanks: 443
Quote:
MouseCoordMode Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window:
0 = relative coords to the active window
1 = absolute screen coordinates (default)
2 = relative coords to the client area of the active window
Code:
opt("MouseCoordMode",1)
Azunai is offline  
Reply




All times are GMT +1. The time now is 00:59.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.