Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Last Chaos
You last visited: Today at 14:48

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

Advertisement



AutoIt Heilbot (Multi)

Discussion on AutoIt Heilbot (Multi) within the Last Chaos forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2011
Posts: 242
Received Thanks: 60
AutoIt Heilbot (Multi)

Hallo liebe E*PVP community.

Würde es gerne mit AutoIt erreichen, das einzelne befehle an ein bestimmtes fenster von LC gesendet werden.

Hab da was gebastelt, bzw ein schon vorhandenes Grundgerüst bearbeitet, jedoch funktioniert es nich so wie es soll ( es startet, aber keine Funktion)

Code:
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
AutoItSetOption ("MouseCoordMode", 0)
AutoItSetOption ("MouseClickDownDelay", 50)
AutoItSetOption ("SendKeyDownDelay", 20)
AutoItSetOption ("SendKeyDelay", 20)

Global $Paused
$ScriptStatus = "Running"
$Icon = 0
$Title = "Healbot"
$WindowTitle = "LastChaos - Gamigo (Window 1680x1050)"

ShowToolTip()
ControlSend ( $WindowTitle, "", "", "{ALTDOWN}1{ALTUP}" )
Sleep (500)

While 1
	ShowToolTip()
	ControlSend ( "LastChaos - Gamigo (Window 1680x1050)","", "1368","{F12}" )
	Sleep (2000)
	
Wend

Func ShowToolTip()
	ToolTip($ScriptStatus & @LF & "PAUSE = Pause" & @LF & "ESCAPE = Abbrechen" & @LF & @LF, 1000, 0, $Title, $Icon)
EndFunc

Func TogglePause()
	$Paused = NOT $Paused
	While $Paused
		$ScriptStatus = "Paused"
		$Icon = 2
		Sleep(100)
		ShowToolTip()
	WEnd
	$ScriptStatus = "Running"
	$Icon = 0
	ShowToolTip()
EndFunc

Func Terminate()
	Exit 0
EndFunc
Ich weiß das es irgendwie mit einer Prozess Id funktioniert, doch wie bekomm ich die raus (ist es die, die man zum BSP. beim Windows Resourcenmonitor angezeigt bekommt?)?

Würde mich sehr über eine Antwort freuen und kann mir gut vorstellen, das sowas mehrere Spieler gebrauchen könnten =)
lcprox3 is offline  
Old 01/03/2012, 02:01   #2
 
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 154
hmm kann sein das ich jetzt falsch liege, aber war das nicht so das du

ControlSend ( $WindowTitle, "1680", "1050", "{ALTDOWN}1{ALTUP}" )

die auflösung in die " extra eingeben musst ? so kenn ich das zumindest

falls nicht , sorry
holyshitest is offline  
Thanks
1 User
Old 01/03/2012, 13:09   #3
 
elite*gold: 0
Join Date: Feb 2011
Posts: 242
Received Thanks: 60
Funktioniert leider nicht, trotzdem danke =)
lcprox3 is offline  
Old 01/08/2012, 20:49   #4
 
elite*gold: 0
Join Date: Nov 2010
Posts: 45
Received Thanks: 5
Heißt das nicht:
Nksp.exe

also musst mal im Taskmanager gucken wie es heißt.

zudem würde ich: ControlSend ("Nksp.exe") & natürlich dein zusendener Befehl.

Ich habe mir das ganze mal Ohne Control Send's gebastelt, wenn du magst kann ich dir den Script schicken & du ersetzt es mit ControlSend's
Project_X is offline  
Thanks
1 User
Old 01/09/2012, 13:23   #5
 
elite*gold: 0
Join Date: Feb 2011
Posts: 242
Received Thanks: 60
Quote:
Originally Posted by Project_X View Post
Heißt das nicht:
Nksp.exe

also musst mal im Taskmanager gucken wie es heißt.

zudem würde ich: ControlSend ("Nksp.exe") & natürlich dein zusendener Befehl.

Ich habe mir das ganze mal Ohne Control Send's gebastelt, wenn du magst kann ich dir den Script schicken & du ersetzt es mit ControlSend's
Das wäre sehr nett =)
lcprox3 is offline  
Reply


Similar Threads Similar Threads
[AutoIt] Multi-client tutorial?
10/31/2010 - AutoIt - 1 Replies
Hello e*pvp coders, How would someone like me go about creating a multi-client in AutoIt? What methods are there? I've seen multi-clients made in AutoIt so I know it can be done. Any feedback is welcome, and appreciated. Thank you. :)
Autoit multi naming question
05/17/2010 - AutoIt - 1 Replies
Hello am looking for the command or some explanations, like i need that auto it send some word and then he send it again he use same name but add higher number at the end of him; like first he send word1 and then he gets same command he send word2.
[AutoIt] Cast / Rest multi weapon
02/15/2010 - General Gaming Discussion - 1 Replies
With this script u don't have to worry about ur staff durability just put 3 staffs on ur hotbar and u r done :P #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Opt('MustDeclareVars', 1) HotKeySet("{ESC}", "Terminate")



All times are GMT +2. The time now is 14:48.


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.