Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 19:23

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

Advertisement



Requests - AutoIt only

Discussion on Requests - AutoIt only within the AutoIt forum part of the Coders Den category.

Reply
 
Old 11/24/2012, 03:15   #31
 
elite*gold: 0
Join Date: Oct 2012
Posts: 12
Received Thanks: 0
hi guys can i request this ^^
need a script that makes you press "Y" every5 seconds and at the same time it presses "1" every 0.5 second
naruto3967 is offline  
Old 11/24/2012, 04:27   #32
 
omer36's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,317
Received Thanks: 1,254
f3 - start
esc - exit
PHP Code:
HotKeySet("{F3}""_Start")
HotKeySet("{ESC}""_Stop")

While 
Sleep(100)
WEnd


Func _Start
()
    
$TimerY TimerInit()
    
$Timer1 TimerInit()
    While 
1
        
If TimerDiff($TimerY) >= 5000 Then
            Send
("y")
            
$TimerY TimerInit()
        EndIf

        If 
TimerDiff($Timer1) >= 500 Then
            Send
("1")
            
$Timer1 TimerInit()
        EndIf
    
WEnd
EndFunc 

Func _Stop
()
    Exit
EndFunc 
omer36 is offline  
Thanks
1 User
Old 11/24/2012, 13:05   #33
 
elite*gold: 0
Join Date: Oct 2012
Posts: 12
Received Thanks: 0
thanks alot man ^^

another request man actually they are two ::
first request::
* Press Y button each 6 seconds one time and after each Y button press 3 presses of 1 button like this : Y 1 (1sec)1(1sec)1(1sec)(after 5 sec) Y 1 1 1 and so on
* Same as previous request but instea of Y click tab ^^
thanks for your help really apreciate it
naruto3967 is offline  
Old 11/27/2012, 02:34   #34
 
elite*gold: 0
Join Date: Aug 2011
Posts: 442
Received Thanks: 78
Quote:
Originally Posted by naruto3967 View Post
thanks alot man ^^

another request man actually they are two ::
first request::
* Press Y button each 6 seconds one time and after each Y button press 3 presses of 1 button like this : Y 1 (1sec)1(1sec)1(1sec)(after 5 sec) Y 1 1 1 and so on
* Same as previous request but instea of Y click tab ^^
thanks for your help really apreciate it
I dont get why you just dont learn how to code these scripts yourself specially when the thing you require is the most basic and you already have the code in front of you.

All im getting from all your spam posts is that your lazy.
logical691 is offline  
Old 12/01/2012, 00:17   #35
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2
Received Thanks: 0
Hallo Ihr Lieben.
Mein Problem:

Ich spiele auf einen Pserver "Forsaken World-Aria" (englische Variante)
und brauche da einen sogenannten "Tastenbot"
es geht um die tasten 1-6 + Tab Taste
also mit der Tab Taste viesiere ich den Mob an..
ich habe da schoneinmal ein paar codes ausprobiert, aber leider kamen die nie im Spiel an.. er hat er immerwieder versucht auf den Destop zu klicken..
Der bot sollte im Hintergrund laufen, und die Skills Hintereinander laufen..

Könnte mir vllt jemand so einen Code erstellen damit die tastenkombination im Spiel funktioniert ? wäre Lieb.

Vielen Dank schonmal im Voraus

Mfg
CherryKeksi is offline  
Old 12/02/2012, 04:41   #36
 
elite*gold: 0
Join Date: Jul 2008
Posts: 17
Received Thanks: 2
How can I send keystroke in a gameguard protected game?
december12 is offline  
Old 12/08/2012, 09:29   #37
 
elite*gold: 5
Join Date: Nov 2010
Posts: 270
Received Thanks: 34
Hey Leute,
ich bin auf der suche nach einem Auto Key Presser der mir alle 2 Sekunden Die taste 1 Drückt ( Nicht auf dem Numpad sonder 1/! ) Und 1 Sekunde Später die Taste 3 ( S.O.) Drückt, Das wäre das tollste für mich

Hey Guys,
Im searching for an Auto Key Presser that press me all 2 Seconds the Key 1,
and 1 seconds after that, he Press me 3.

Ty for you Answers

Danke für eure Antworten

BrummBro
BrummBro is offline  
Old 12/08/2012, 10:56   #38
 
elite*gold: 10
Join Date: Sep 2012
Posts: 1,438
Received Thanks: 933
Das sind die Grundlagen. Aber egal:
Code:
 While 1 ;dauerSchleife
Send("1") ;sende 1
Sleep(1000) ;warte 1 sec
Send("3") ;sende 3
Sleep(2000) ;warte 2 sec 
Wend ;Schleifeende
Requiable is offline  
Old 12/08/2012, 10:59   #39
 
elite*gold: 5
Join Date: Nov 2010
Posts: 270
Received Thanks: 34
Sind die für eine .Bat datei oder für was? kenne mich da leider nicht so gut aus- Aber danke für die schnelle antwort
BrummBro is offline  
Old 12/08/2012, 11:17   #40
 
butter123's Avatar
 
elite*gold: 95
Join Date: May 2011
Posts: 982
Received Thanks: 189
du bist hier in der autoit section, also liegt es nahe, dass das für autoit ist -.-
butter123 is offline  
Thanks
2 Users
Old 12/08/2012, 14:25   #41
 
elite*gold: 10
Join Date: Sep 2012
Posts: 1,438
Received Thanks: 933
Mit bat geht das nicht mal.
Requiable is offline  
Old 12/26/2012, 13:46   #42
 
matrx5's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 10
Received Thanks: 0
Pls Help Me!
matrx5 is offline  
Old 01/09/2013, 22:32   #43
 
elite*gold: 0
Join Date: Jan 2013
Posts: 3
Received Thanks: 0
Hiya, I'm looking for a simple autoit script.

When I press ~ , w and then capslock is held down until: w,s,a,d or ~ is pressed (then w and caps is released)

Thanks!
AriesTR is offline  
Old 01/24/2013, 19:44   #44
 
elite*gold: 0
Join Date: Feb 2011
Posts: 2
Received Thanks: 0
hellow sir i would like to ask you a request to make a auto potion or auto press letter Q W and E in this game tnx for advance and more powers!
coessud is offline  
Old 02/28/2013, 18:08   #45
 
xMenex's Avatar
 
elite*gold: 13
The Black Market: 242/0/0
Join Date: Feb 2013
Posts: 2,183
Received Thanks: 199
Thumbs up

Ich hätte gerne ein Script, dass alle 5-6 Minuten die Taste T drückt und dann "/back" schreibt und dann mit Enter bestätigt. Also ein kleiner Anti-Afk Bot für Samp. Vieleicht kriegt derjenige auch eine Belohnung ...
xMenex is offline  
Reply


Similar Threads Similar Threads
AutoIt Script Requests
07/31/2008 - Dekaron - 10 Replies
Meh...bored with my scripts atm (releasing another tomorrow...), so I'm gonna ask you all what you want in a script. Post your ideas here.



All times are GMT +2. The time now is 19:23.


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.