Requests - AutoIt only

11/24/2012 03:15 naruto3967#31
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
11/24/2012 04:27 omer36#32
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 
11/24/2012 13:05 naruto3967#33
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
11/27/2012 02:34 logical691#34
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.
12/01/2012 00:17 CherryKeksi#35
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
12/02/2012 04:41 december12#36
How can I send keystroke in a gameguard protected game?
12/08/2012 09:29 BrummBro#37
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 :D

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
12/08/2012 10:56 Requiable#38
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
12/08/2012 10:59 BrummBro#39
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
12/08/2012 11:17 butter123#40
du bist hier in der autoit section, also liegt es nahe, dass das für autoit ist -.-
12/08/2012 14:25 Requiable#41
Mit bat geht das nicht mal.
12/26/2012 13:46 matrx5#42
Pls Help Me!
[Only registered and activated users can see links. Click Here To Register...]
01/09/2013 22:32 AriesTR#43
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!
01/24/2013 19:44 coessud#44
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 [Only registered and activated users can see links. Click Here To Register...] tnx for advance and more powers!
02/28/2013 18:08 xMenex#45
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 ... :)