Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Ragnarok Online
You last visited: Today at 02:10

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

Advertisement



AutoIt Problem

Discussion on AutoIt Problem within the Ragnarok Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
kla$'s Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 12
Received Thanks: 0
AutoIt Problem

hallo,
also ich habe ein problem mit einem script.
es liegt nicht direkt am scrips sondern wenn ich der clienten öffne und den script laufen lasse, passiert ingame nichts.
gestern funktionierte es kurzzeitig aber dann plötzlich nicht mehr.
Könnt ihr mir weiter helfen weiß nicht mehr weiter.
Script als anhang falls es hilft

; Press Esc to terminate script, Pause/Break to "pause"
Sleep (5000)
Global $Paused, $counter = 0
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d

;;;; Body of program would go here;;;;
$pause = InputBox("Pause in ms eingeben!", "Deine Zahl bitte:")
While 1
$counter +=1
ToolTip('Script is "Running"',0,0, $counter, 1)
;hier map ändern
Send("@go 2")
Sleep ($pause)
Send ("{ENTER}")
Sleep ($pause)
Send("{F1}")
Sleep ($pause)
MouseClick ( "left" )
Sleep ($pause)
MouseClick ( "left" )
Sleep ($pause)
WEnd
;;;;;;;;;

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script "pausiert"',0,0, $counter, 1)
WEnd
ToolTip("")
EndFunc

Func Terminate()
Exit 0
EndFunc

Func ShowMessage()
MsgBox(4096,"","Made by Klabusterbär")
EndFunc


mit freundlichen grüßen Kla$
kla$ is offline  
Reply




All times are GMT +2. The time now is 02:10.


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.