Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 09:08

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

Advertisement



HILFE BEI BOT HOTKEYS

Discussion on HILFE BEI BOT HOTKEYS within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 20
Received Thanks: 4
Question HILFE BEI BOT HOTKEYS

Hallo

ich wollte mir ein Bot erstellen das meine Seite automatisch aktualiesiert
ich hatte fast geschafft aber irgendwas ging nich mit den Hotkeys

als START hab ich F2 genommen
aber wenn ich den BOT starten will mit F2 geht es nicht

Schaut euch es selber an
PHP Code:
HotKeySet ("^{F2}""start")

Func start()
Run ("Bot.exe")
While 
True
Sleep 
(7000)
MouseClick ("left"217111)
WEnd
EndFunc

While 1
SLeep 
(100)
Wend

Exit 
Bitte schnelle Antwort
Kaese_one is offline  
Old 12/24/2010, 03:59   #2
 
ZeraPain's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 360
Received Thanks: 249
^{F2} ist nicht F2 sondern ctrl F2

nimm {F2}

btw falscher bereich
ZeraPain is offline  
Thanks
1 User
Old 12/24/2010, 04:15   #3
 
elite*gold: 0
Join Date: Feb 2010
Posts: 20
Received Thanks: 4
ah danke^^

kann man auch irgendwie den Bot stoppen oder pausieren
Kaese_one is offline  
Old 12/24/2010, 13:20   #4
 
ZeraPain's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 360
Received Thanks: 249
Code:
HotKeySet("{F2}", "start")
HotKeySet("{F3}", "pause")

Call("pause")

Func start()
	Run("Bot.exe")
	While True
		Sleep(7000)
		MouseClick("left", 217, 111)
	WEnd
EndFunc   ;==>start

Func pause()
	While 1
		Sleep(100)
	WEnd
EndFunc   ;==>pause
ZeraPain is offline  
Old 12/24/2010, 18:44   #5
 
elite*gold: 0
Join Date: Feb 2009
Posts: 542
Received Thanks: 112
PHP Code:
HotKeySet("{F2}""start")
HotKeySet("{F3}""pause")

while 
1
sleep
(100)
Wend

Func start
()
    
Run("Bot.exe")
    While 
True
        Sleep
(7000)
        
MouseClick("left"217111)
    
WEnd
EndFunc   
;==>start

Func pause
()
    
Call("pause")

While 
1
        Sleep
(100)
    
WEnd
EndFunc   
;==>pause 
maxi39 is offline  
Old 01/01/2011, 07:09   #6
 
elite*gold: 0
Join Date: Feb 2010
Posts: 20
Received Thanks: 4
HotKeySet("{F2}", "start")
HotKeySet("{F3}", "pause")

Call("pause")

while 1
sleep(100)
Wend

Func start()
Run("Bot.exe")
While True
Sleep(7000)
MouseClick("left", 217, 111)
WEnd
EndFunc ;==>start

Func pause()
While 1
Sleep(100)
WEnd
EndFunc ;==>pause

Danke Leuts
es gab ein Problem mit call weil call kommt unter die Hotkeys ;D
Kaese_one is offline  
Reply


Similar Threads Similar Threads
Hotkeys
11/06/2010 - AutoIt - 10 Replies
Omg muss ich viele threads aufmachen :( ALSO noch ne frage :D Den befehl hotkeyset hab ich noch nicht ganz verstanden... ich will das amchen HotKeySet("{F1}","Lvln") Func Lvln() ControlSend("Mount&Blade","&qu ot;,"",""^x") und auf das ^x kommt es mir an :( er soll gleichzeitig Strg+X drücken, nur weiß ich nicht ob "^x" richtig ist, weil ingame nichts passiert :( wieso :confused: Pllllllllllllliiiiiiiis help
hotkeys zum bot exit !! hilfe
09/13/2009 - AutoIt - 16 Replies
hallo erstmal ^^ also ich suche den code womit man einen bot per hotkey z.b. f5 pausiert und f6 fortsetzt und f7 halt ganz aus macht ... ich habe in der autoit hilfe nix wirklich gefunden ... Und noch eine frage wie kann ich in mein bot einbauen das er die funktionen endlos lange wiederholt ohne das ich 5000 zeilen machen muss :D wäre echt nett ...
Hotkeys ba??? /:)
05/22/2009 - Grand Chase Philippines - 1 Replies
how about registry ng pc hack engine....kasi baka dun nangaling ung hot keys dba??
Hilfe mit Emuhacker Hotkeys
03/24/2009 - World of Warcraft - 0 Replies
hey ho leute, :pimp: ich habe folgende frage: ich habe einige teleportpunkte in der liste und die funzen auch alle. nun möchte ich, dass ,um sie zu aktivieren, ich nicht immer WoW klein machen und den teleportknopf drücken muss...:rolleyes: hab es schon selbst probiert mit den hotkeys aber blick da net richtig durch.. Könnte mir jemand helfen meine teleports auf hotkeys zu verteilen pls? mfg Shamen3
BWH Hotkeys?
08/17/2005 - World of Warcraft - 4 Replies
http://www.elitepvpers.com/forum/index.php?...& f=57&t=6504&s= wie portet der sich so hin und her ohne bwh offen zu haben? gibts irgendwie hotkeys?



All times are GMT +1. The time now is 09:08.


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.