Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League
You last visited: Today at 02:03

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

Advertisement



AutoIt Bot für Crit Wind

Discussion on AutoIt Bot für Crit Wind within the S4 League forum part of the Shooter category.

Reply
 
Old   #1
 
Obstsalate's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 167
Received Thanks: 90
Exclamation AutoIt Bot für Crit Wind

Hallo,

ich habe mir gedacht, ich schreibe mal für mich einen Bot, der, wenn ich auf das Mouserad drücke in 0,5 Sek abständen die rechte Maustaste drückt.
Erstmal: Ich bin ein AutoIt Anfänger.

Hier ist mein Script, es funzt leider nicht so richtig:
Quote:
WinWaitActive("S4Client.exe")
HotKeySet ("{ClickMouseMiddle}")

Func start()
MouseClick ("right")
sleep 500
MouseClick ("right")
sleep 500
MouseClick ("right")
EndFunc
while 1
sleep (100)
WEnd
Bitte nehmt mich nicht zu hard ran, wenns falsch ist.

MFG Obsti
Obstsalate is offline  
Old 10/24/2010, 19:06   #2
 
elite*gold: 0
Join Date: Oct 2010
Posts: 117
Received Thanks: 29
das ist doch nichtmal schwer dafür braucht man keinen bot..
|Ysondre| is offline  
Old 10/24/2010, 19:13   #3
 
Wu7z's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 377
Received Thanks: 872
Quote:
WinWaitActive("S4Client.exe")
HotKeySet ("{ClickMouseMiddle}")

Func start()
MouseClick ("right")
sleep 500
MouseClick ("right")
sleep 500
MouseClick ("right")
EndFunc
while 1
sleep (100)
WEnd
überarbeitete version:

Quote:
HotKeySet ("{ClickMouseMiddle}" , "start")

while 1
sleep (100)
WEnd


Func start()
MouseClick ("right")
sleep(500)
MouseClick ("right")
sleep(500)
MouseClick ("right")
EndFunc
Wu7z is offline  
Thanks
3 Users
Old 10/24/2010, 19:25   #4
 
PenGuin :O's Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 1,778
Received Thanks: 1,222
So ist besser, er wollte, dass dann immer die Mitte 0,5Sek gedrückt wird. Ich habe noch eingefügt, dass durch erneutes Drücken es wieder ausgeschalten wird:

Code:
HotKeySet ("{ClickMouseMiddle}" , "_Start")

Global $bStart = False
Global $iDelay = 50

While 1
If $bStart = True Then
MouseClick ("right")
Sleep(500)
EndIf
Sleep($iDelay) ;Prozessor
WEnd

Func _Start()
$bStart = Not $bStart
Switch $bStart
Case True
$iDelay = 0
Case False
$iDelay = 50
EndSwitch
EndFunc
PenGuin :O is offline  
Thanks
1 User
Old 10/24/2010, 19:34   #5
 
marph223's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 918
Received Thanks: 725
Die einfachste methode ist das hier :

Quote:
HotKeySet ("{ClickMouseMiddle}" , "start")

while 1
sleep (100)
WEnd

Func start()
MouseClick ("right")
sleep(500)
MouseClick ("right")
sleep(500)
MouseClick ("right")
EndFunc
aber ich kann dir empfehlen es in etwa das hier zu ändern :
Quote:
#include <misc.au3>

while 1
if _IsPressed(04) then start() ; _ispressed überprüft ob ein knopf gedrückt ist und die (04) ist das mausrad
sleep (100)
WEnd

Func start()
MouseClick ("right")
sleep(500)
MouseClick ("right")
sleep(500)
MouseClick ("right")
EndFunc
der befehl _ispressed ist einfach besser als hotkeyset :P
marph223 is offline  
Thanks
2 Users
Old 10/24/2010, 19:44   #6
 
Rorc's Avatar
 
elite*gold: 113
The Black Market: 133/2/0
Join Date: Dec 2009
Posts: 16,685
Received Thanks: 4,449
Hotkeyset geht bei S4 eh nicht mehr ;P
Rorc is offline  
Old 10/24/2010, 20:00   #7
 
marph223's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 918
Received Thanks: 725
Deshalb sagte ich doch _ispressed
marph223 is offline  
Old 10/24/2010, 22:13   #8
 
EasyCool's Avatar
 
elite*gold: 33
Join Date: Aug 2010
Posts: 1,201
Received Thanks: 817
Getested:
Aufm Desktop gehts, aber ingame nicht. Ich hab mal mit PS nen Dash iwie hingekriegt, einen Spin aber nicht und mit Semirifle usw zoomts 1-2 mal.
EasyCool is offline  
Old 10/25/2010, 14:37   #9
 
Saya_Jin's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,268
Received Thanks: 387
irgendwie hat xtrap was ggn autoit wie kann ich das ändern?! bekomm halt immer die meldung
hacking trial detected
Saya_Jin is offline  
Old 10/25/2010, 15:40   #10
 
PenGuin :O's Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 1,778
Received Thanks: 1,222
Bypass benutzen.
PenGuin :O is offline  
Old 10/25/2010, 15:48   #11
 
Saya_Jin's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,268
Received Thanks: 387
hab kein^^
Saya_Jin is offline  
Old 10/25/2010, 16:37   #12
 
Obstsalate's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 167
Received Thanks: 90
such einen O.o

SuFu
Obstsalate is offline  
Old 10/25/2010, 16:42   #13
 
Saya_Jin's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,268
Received Thanks: 387
gibt nur den 10minuten bypass^^ aber der bringt mir ja relativ wenig weill halt mehr als 10min spielen
Saya_Jin is offline  
Old 10/25/2010, 17:45   #14
 
BunnyKiecker's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 464
Received Thanks: 89
Quote:
Originally Posted by Sasabi View Post
irgendwie hat xtrap was ggn autoit wie kann ich das ändern?! bekomm halt immer die meldung
hacking trial detected
Kompilieren (das Script)
BunnyKiecker is offline  
Old 10/25/2010, 17:53   #15
 
Saya_Jin's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,268
Received Thanks: 387
hab ich-_-
Saya_Jin is offline  
Reply

Tags
autoit, bot, hotkey


Similar Threads Similar Threads
WTT 4% cast ring+2% crit ring for 3% crit ring or good unique
01/09/2010 - Archlord Trading - 2 Replies
titel say all
Wind 5?
10/21/2009 - Silkroad Online - 1 Replies
Where to get this element i mean npc items cuz i need it badly for doing 10dg stones and it's very f***n expensive on my server :S 20kk/5k wind 5 that's outrageous :S If any1 knows pls answer in this topic... thx
L2 Wind
05/22/2006 - Lineage 2 - 1 Replies
I cant get L2Wind to Heal my Pet/Summon when it's below x% hp. Buffing works - healing not? Anyone experiencing the same? Anyone knows how to solve this? Thanks in advance. edit: using IG Wind 1.92I edit 2: it seems to be an error with pet detection - whatever .. im getting "No servitors or pets available" msg'es edit 3: i made him heal the pet now - put dont know why - and he does
L2 Wind
06/04/2005 - Lineage 2 - 1 Replies
Ok I download L2Wind at l2wind.com but its all in chinese (like the site =P) I cant even tell if you have to pay for it like you do walker now. Anyone have any info or any alternates to walker? I know that this is in other posts but everything gets so unorganized with everyone putting in their 2 cents worth. If you have a program or a translation for a program that is free, post it, if not, then dont. post here.



All times are GMT +2. The time now is 02: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.