Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online
You last visited: Today at 22:24

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

Advertisement



AutoIt help

Discussion on AutoIt help within the Cabal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2008
Posts: 170
Received Thanks: 102
AutoIt help

I wanna make a script that will just repeatedly press 1-2-3-4 etc over and over, i used to know one where you set the delay time and you put something like wEnd on or something and it would repeat over and over, anyone know one? cheers
Siion is offline  
Old 06/10/2008, 19:07   #2
 
elite*gold: 0
Join Date: Nov 2007
Posts: 52
Received Thanks: 1
Code:
HotKeySet ("{F5}", "begin")
HotKeySet ("{F8}", "pause")
HotKeySet ("{F9}", "end")

while 1
    sleep (1000)
wend

func begin ()
    while 1
        send ("1")
        sleep (1500)
        send ("2")
        sleep (1500)
        send ("3")
        sleep (1500)
        send ("4")
        sleep (1500)
    wend
endfunc

func pause ()
    while 1
        sleep (1000)
    wend
endfunc

func end ()
    exit
endfunc
As you see F5 will start, F8 will pause and F9 stop script. You can change sleeping time between 1,2,3 and 4 buttons.
n3m0k54 is offline  
Old 06/10/2008, 19:12   #3
 
elite*gold: 0
Join Date: Jan 2008
Posts: 105
Received Thanks: 1
the script he jsut gave you worked but if u have searched like 2 posts below you ... you wouldive found a script hehe so ur topic is uneeded for begging
madcows7 is offline  
Old 06/10/2008, 19:59   #4
 
elite*gold: 0
Join Date: Jun 2008
Posts: 170
Received Thanks: 102
Sadly it doesnt work for me
Siion is offline  
Old 06/10/2008, 20:08   #5
 
elite*gold: 0
Join Date: Jan 2008
Posts: 112
Received Thanks: 4
what are u using to make scripts? note pad?
lilnikkanam is offline  
Old 06/10/2008, 20:29   #6
 
elite*gold: 0
Join Date: Jun 2008
Posts: 170
Received Thanks: 102
autoIT and saving them as .au3

- It runs, works in notepad, it just wont input into Cabal, maybe I need GameGuard Bypass?
Siion is offline  
Old 06/10/2008, 21:39   #7
 
elite*gold: 0
Join Date: Nov 2007
Posts: 52
Received Thanks: 1
If you are play not in private server, then you need bypass.
n3m0k54 is offline  
Reply




All times are GMT +2. The time now is 22:24.


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.