Register for your free account! | Forgot your password?

You last visited: Today at 01:21

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

Advertisement



Autoit Script

Discussion on Autoit Script within the Technical Support forum part of the Off-Topics category.

Closed Thread
 
Old   #1

 
DesperadoStrike's Avatar
 
elite*gold: 3
Join Date: May 2006
Posts: 2,309
Received Thanks: 539
hallo ich hab ein kleines problem ich hab ein autoit script von dem ich möchte das es immer in der taskleiste is und immer wenn ich f9 drücke solls was ausführen und wenn ich f10 drücke solls was anderes ausführen. das script was auszuführen ist hab ich schon aber ich hab keine ahnung wie ich das mit den hotkeys machen soll
hoffe ihr könnt mir helfen
DesperadoStrike is offline  
Old 05/13/2007, 12:15   #2
 
elite*gold: 0
Join Date: Oct 2005
Posts: 2,485
Received Thanks: 215
HotKeySet("{F10}", "namederfunktion")
HotKeySet("{F9}", "namederfunktion2") ;Der Hotkey wird so eingestellt, wie du ihn senden würdest, also wenn du S als Hotkey haben willst, dann müsstest du HotKeySet("S", ...)

while 1
sleep(50)
wend

func namederfunktion
bla
endfunc

func namederfunktion2
bla
endfunc

Und du möchtest das wahrscheinlich in den Autostart tun:

Eine Verknüpfung zu dem .exe-compiliierten Programm in:
C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Autostart

reinkopieren.
Term!nX is offline  
Old 05/13/2007, 12:24   #3

 
DesperadoStrike's Avatar
 
elite*gold: 3
Join Date: May 2006
Posts: 2,309
Received Thanks: 539
Code:
---------------------------
AutoIt Error
---------------------------
Line 8 (File "C:\Dokumente und Einstellungen\Desperado\Desktop\123.au3"):

func Firefox

Error: Badly formatted "Func" statement.
---------------------------
OK  
---------------------------
Code:
 HotKeySet("{F10}", "Firefox")
HotKeySet("{F9}", "Notepad") 

while 1
sleep(50)
wend

func Firefox
run("C:\Programme\Mozilla Firefox\Firefox.exe")
endfunc

func Notepad
run("C:\WINDOWS\Notepad.exe")
endfunc
DesperadoStrike is offline  
Old 05/13/2007, 13:30   #4
 
elite*gold: 0
Join Date: Oct 2005
Posts: 2,485
Received Thanks: 215
Du hast die () vergessen.

func firefox()
Term!nX is offline  
Old 05/13/2007, 14:23   #5

 
DesperadoStrike's Avatar
 
elite*gold: 3
Join Date: May 2006
Posts: 2,309
Received Thanks: 539
thx, +k
DesperadoStrike is offline  
Old 05/13/2007, 19:23   #6
 
elite*gold: 42
Join Date: Oct 2005
Posts: 11,490
Received Thanks: 2,722
Ich nehme mal an, dass das Prob solved is.

#Closed.
Ghost is offline  
Closed Thread


Similar Threads Similar Threads
Autoit Script als nicht Autoit erkennbar machen
02/22/2013 - AutoIt - 22 Replies
Hallo es haben wiele bestimmt schon gesehn das w0uter mal eine Anleitung gepostet hat wie man ein Autoit script so umbaut das es keins mehr ist. Die anleitung ist aber leider weg :( Dann habe ich mich selber rangesetz und was ausprobiert aber hat nichts gebracht. Dann habe ich geguckt bis wohin sein script geht als ... (kA wie man das nent halt das im hex editor ganz links diese 0x zahlen) und davor habe ich ein ha genauso eins gemacht und verglichen. Am anfang habe ich bemerkt es fengt...
AutoIt Script
07/02/2010 - AutoIt - 33 Replies
Kann mir jemand ein Scirpt machen?? Es soll diese GUI haben: #Region ### START Koda GUI section ### Form=c:\users\philipp\desktop\koda\forms\4story eg bot ge.kxf $Form1_1 = GUICreate("4Story EG Bot", 397, 125, 193, 125) $Tastenfeld = GUICtrlCreateInput("", 32, 40, 121, 21) $startbutton = GUICtrlCreateButton("Start", 184, 40, 75, 25, 0) $Zeitfeld = GUICtrlCreateInput("", 32, 80, 121, 21) $stoppbutton = GUICtrlCreateButton("Stopp", 184, 80, 75, 25, 0) $Label1 =...
I need AutoIt Script plz
05/26/2010 - Rappelz - 6 Replies
hi all How are u ? I need AutoIt Script plz i need that Script So much For the arabic Rappelz and i need it for resolution (1024x768) 1- chip (soul) 2- basic attack (magic-1sec-)
need autoIT script
06/24/2009 - Dekaron - 0 Replies
can someone release some scripts for AutoIT plz, or send them to me thank you
AutoIt Script
01/31/2008 - Cabal Online - 2 Replies
* If Hex(PixelGetColor(312, 37),6) = "EDF0F3" *Then $coord = PixelSearch( 100, 100, 1280, 950, 0xFF8000, 1, 2);Orange Monsters If Not @error Then * *MouseMove($coord,$coord,0) * *MouseClick("right",$coord,$coord) * *Sleep (50) EndIf Send("{Right 4}") Send("1") Sleep(100)



All times are GMT +1. The time now is 01:21.


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.