Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 07:53

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

Advertisement



[AHK] Laufscript

Discussion on [AHK] Laufscript within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 475
Join Date: Nov 2008
Posts: 2,370
Received Thanks: 430
[AHK] Laufscript

PHP Code:
!L::
loop
{
send, {space down}
KeywaitspaceD T0,01
send
, {space up}
if 
errorlevel
{
}
if !
errorlevel
{
break
}
}
return 
Wie kann ich machen das AHK die leertaste langsamer drückt? Ist ein bisschen zu schnell.. danke schonmal
hyy' is offline  
Old 05/30/2012, 18:15   #2
 
2n0w's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 115
Received Thanks: 18
2n0w is offline  
Thanks
1 User
Old 05/30/2012, 18:16   #3
 
elite*gold: 475
Join Date: Nov 2008
Posts: 2,370
Received Thanks: 430
Könntest du mir auch evt. verraten wo genau ich das hinschreiben soll? Kenne mich da wirklich nicht aus
hyy' is offline  
Old 05/30/2012, 18:24   #4
 
2n0w's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 115
Received Thanks: 18
Ich mich auch nicht, kA von AHK. Ne Möglichkeit wäre am Beginn deines Loops oder nach dem send..
Edit: Hier haben wir's ja schon:
Code:
Loop 20
{
    Send {Tab down}  ; Auto-repeat consists of consecutive down-events (with no up-events).
    Sleep 30  ; The number of milliseconds between keystrokes (or use SetKeyDelay).
}
Send {Tab up}  ; Release the key.
Bei dir wäre das wahrscheinlich so ähnlich:
Code:
Loop
{
  Send{Space down}
  Send{Space up}
  Sleep 500 //500ms delay
}
2n0w is offline  
Thanks
1 User
Old 06/24/2012, 20:15   #5
 
elite*gold: 0
Join Date: Oct 2010
Posts: 14
Received Thanks: 0
Kann jemand nochmal den kompletten script posten ? habe es nicht ganz verstanden .
Kafanac is offline  
Reply


Similar Threads Similar Threads
[SAMP] Suche samp laufscript
11/29/2012 - Grand Theft Auto - 10 Replies
Ja hey ich suche ein Laufscript was ja viele yakis auf GRP benutzen mfg kenzo



All times are GMT +2. The time now is 07:53.


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.