Register for your free account! | Forgot your password?

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

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

Advertisement



[AutoHotkey] Problem

Discussion on [AutoHotkey] Problem within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
F!ash's Avatar
 
elite*gold: 36
Join Date: Mar 2011
Posts: 93
Received Thanks: 6
[AutoHotkey] Problem

Hi ,
ich habe folgenden code :
Code:
Gui, show, w620 h400 , Keybinder by NightFlash c(O.Oc)
Gui, Font, S11 Cgreen, Arial
Gui, add, Text, x10 y20 +BackgroundTrans , 1 = Motor starten
Gui, add, Text, x10 y35 +BackgroundTrans , 2 = Fahrzeug auf/zu schließen [ außen ]
Gui, add, Text, x10 y50 +BackgroundTrans , 3 = Fahrzeug auf/zu schließen [ innen ] 
Gui, add, Text, x10 y65 +BackgroundTrans , 4 = Zoll öffnen
Gui, add, Text, x10 y80 +BackgroundTrans , 5 = Menu öffnen + 1. Speise essen [ BSN ]
Gui, add, Text, x310 y20 +BackgroundTrans , 6 = tanken [ Tankstelle ]
Gui, add, Text, x310 y35 +BackgroundTrans , 7 = Kanister kaufen [ Tankstelle ]
Gui, add, Text, x310 y50 +BackgroundTrans , 8 = tanken [ Kanister ]
Gui, add, Text, x310 y65 +BackgroundTrans , 9 = Radio ausschalten
Gui, add, Text, x310 y80 +BackgroundTrans , 0 = Radio Sendemenu öffnen
Gui, add, Text, x10 y110 +BackgroundTrans , Strg K0mbinationen :
Gui, add, Text, x10 y135 +BackgroundTrans , Strg + 1 = auf die Uhr sehen
Gui, add, Text, x10 y150 +BackgroundTrans , Strg + 2 = jemandem Geld bezahlen
Gui, add, Text, x10 y165 +BackgroundTrans , Strg + 3 = Stats anschauen
Gui, add, Text, x310 y135 +BackgroundTrans , Strg + 4 = Telefonbuch
Gui, add, Text, x310 y150 +BackgroundTrans , Strg + 5 = Jemandem eine SMS schreiben
Gui, add, Text, x310 y165 +BackgroundTrans , Strg + 6 = Jemanden anrufen
Gui, Add, Button, x10 y190 w250 h30 , Waffen Dealer
Gui, Add, Button, x10 y220 w250 h30 , Anwalt
Gui, Add, Button, x10 y250 w250 h30 , Hure
Gui, Add, Button, x10 y280 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y190 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y220 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y250 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y280 w250 h30 , Comming Soon....


#IfWinActive, GTA:SA:MP
#UseHook

t::
Suspend On
SendInput t
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, t, Off
return

NumpadEnter::
Enter::
Suspend Permit
Suspend Off
SendInput {Enter}
Hotkey, t, On
Hotkey, Enter, Off
Hotkey, Escape, Off
return

Escape::
Suspend Permit
Suspend Off
SendInput {Escape}
Hotkey, t, On
Hotkey, Enter, Off
Hotkey, Escape, Off
return

1::
Send t/engine{enter}
return

2:: 
Send t/carlock{enter}
return

3::
Send t/lock{enter}
return

4::
Send t/zoll{enter}
return

5::
Send t/menu{enter}{enter}
return

6::
Send t/fill{enter}
return

7::
Send t/get fuel{enter}
return

8::
Send t/fillcar{enter}
return

9::
Send t/vehradio{enter}
sleep 1000
Send {enter}
return

0::
Send t/vehradio{enter}
return

Ctrl & 1::
Send t/time{enter}
return

Ctrl & 2:: 
Send t/pay 
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 2, Off
return

Ctrl & 3::
Send t/stats{enter}
return

Ctrl & 4::
Send t/number 
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 4, Off
return

Ctrl & 5::
Send t/sms 
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 5, Off
return

Ctrl & 6::
Send t/call 
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 6, Off
return
Und jetzt hab ich das Problem das wenn ich Strg & 6 bzw. 5; 4 ; 2 ; benutze , alle normalen ( 1 2 3 usw. ) die ich danach drücke nicht als normale gewertet werden sondenr mit Strg davor also dann kommt das Ergebnis von Strg & 1 und nicht 1 wenn ich 1 drücke
versteht das jemand ? wenn ja bitte hilf mir
F!ash is offline  
Reply


Similar Threads Similar Threads
Fifa 13 Bot AHK Autohotkey Problem
03/17/2013 - Fifa - 1 Replies
Hallo, einige von Euch werden ja denn kostenlosen Autohotkey Bot für Fifa 13 kennen. Jedoch möchte ich eine Funktion im ahk script hinzufügen. Der Bot läuft im Ultimate Team => Offline Modus. Soweit funktioniert auch alles bei mir. Bis zu dieser Stelle: (Siehe Anhang) Er müßte an dieser Stelle einfach nur die Taste "ESC" drücken.
Need help on AutoHotKey macro problem
10/17/2011 - Ragnarok Online - 2 Replies
I stop playing RO for few month, after i playback it, and i reinstall new version of AHK. Problem is... AHK cannot work well in RO game. Sometime it will have slow spamming and have some delay, but it will be fine after I close and reopen my RO. But I tested on notepad or Work, and it work well and didn't have any delay, just problem on RO game. So i think that it maybe the problem of game. Any1 also have this kind of problem, any1 have any way to fix that?
AutoHotKey Problem. Bitte helfen!
10/04/2011 - Off Topic - 4 Replies
Ich suche ein AutoHotKey Script, das alle 3000 ms (sleep 3000) die Taste "K" drückt. Dieses script sollte man mit der Taste "Entf" (Delete) an- und ausschalten können. User, die nur auf posts aus sind und Sachen wie "waz iist autohodki??????????????????????" schreiben wollen sollten sich einen anderen Thread zum spammen suchen. btw ich wusste nicht in welche Sektion das kommt. Bitte nicht töten. mfg
Mysteriöses AutoIT/Autohotkey Problem
07/02/2010 - World of Warcraft - 10 Replies
Hallo zusammen, habe seit geraumer Zeit ein Problem mit den genannten Programmen. Es geht darum das meine Scripts im WoW Client garkeine Wirkung zeigen, auf dem Desktop und bei !Ende aber mysteriöser Weise laufen.. Es handelt sich um ein simples AFK Makro was ich früher schonmal genutzt habe, heute aber irgendwie nicht mehr funktioniert. Ich benutze Windows 7 Ultimate x64. Starte WoW immer als Administrator das hat den Grund, dass sonst meine Einstellungen vom Client nicht gespeichert werden....
AutoHotkey problem
02/10/2007 - General Coding - 7 Replies
Edit: Look @ post #7 Well here's my code: ;WinGet,id, ID, Gui, Add, Text,, For www.elitepvpers.com Gui, Add, Text,x10 y42 w100 h20, Auto-summon-guard. Gui, Add, Text,x15 y62 w190 h20, To start, press F10 on active window, Gui, Add, Text,x65 y82 w150 h20, now press Ok Gui, Add, Button, x150 y102 w60 h20 vButton gStart, Ok



All times are GMT +2. The time now is 00:03.


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.