Register for your free account! | Forgot your password?

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

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

Advertisement



[frage/question] aimbot

Discussion on [frage/question] aimbot within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
DerEinsatz's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 92
Received Thanks: 101
[frage/question] aimbot

i made an aimbot for an online game, but it doesn't work you maybe can help me??? (sry for this bad english :P )
thx


ich habe einen aimbot für son onlinegame gemacht (s4league)
aber er klappt nicht kann mit jmd helfen????
thx

Code:
HotKeySet("{F1}", "start")
HotKeySet("{F2}", "ende")

While (1)
	Sleep(6000)
WEnd

Func start()
	While (1)
		Global $kopf = PixelSearch(0, 0, 1023, 29, 0x6F4727)
		If Not @error Then
			MouseMove($kopf[0], $kopf[1], 1)
			MouseClick("left")
			ExitLoop
		EndIf
	WEnd
EndFunc

Func ende()
	Exit
EndFunc
DerEinsatz is offline  
Old 02/20/2009, 08:07   #2
 
elite*gold: 0
Join Date: Nov 2008
Posts: 576
Received Thanks: 191
das ist doch kein aimbot :P
__wadim is offline  
Old 02/20/2009, 09:39   #3
 
elite*gold: 0
Join Date: Dec 2007
Posts: 2
Received Thanks: 1
Yeah I dont speak any other language than english so I dont know if the guy above resolved your issue, however you can try.

Code:
Opt("PixelCoordMode", 2)
HotKeySet("{F1}", "start")
HotKeySet("{F2}", "ende")

While (1)
	Sleep(6000)
WEnd

Func start()
	While (1)
		Global $kopf = PixelSearch(0, 0, 1023, 29, 0x6F4727)
		If IsArray($kopf) Then
			MouseClick("Left", $kopf[0], $kopf[1])
			ExitLoop
		EndIf
	WEnd
EndFunc

Func ende()
	Exit
EndFunc
I also added the, 'PixelCoordMode' which should help the pixel search if its a top layer your working with.
Awak3e is offline  
Old 02/20/2009, 12:01   #4
 
N.E.O.'s Avatar
 
elite*gold: 45
Join Date: Nov 2008
Posts: 4,308
Received Thanks: 991
Vielleicht Sleeps noch reinbauen..

Hier:

PHP Code:
            MouseMove($kopf[0], $kopf[1], 1)
                        
Sleep(Random(700,1000))
            
MouseClick("left"
Und sonst schreib mal was genau nicht funktioniert.
Macht er einfach gar nichts?
Oder funktioniert nur der MouseMove nicht?


PS: Aber dein Fenster ist im Vordergrund, oder? Sonst müsstest du ja mit Controls arbeiten, und die PixelSearch Funktion würde auch nicht mehr funktionieren.



#edit: Unter Umständen auch nochmal mit genauen Coords probieren, weil der MouseClick Befehl ja so aussieht:

PHP Code:
MouseClick "button" [, x[, clicks [, speed ]]] ) 
Also, bei x, y noch die Coords angeben, die du aus der Array rausgezogen hast
N.E.O. is offline  
Reply


Similar Threads Similar Threads
Question/Help AIMBOT
02/03/2011 - Conquer Online 2 - 6 Replies
Hello, I play a lot of Conquer Online Private servers, the reason is because i can lvl fast and have fun! but I would like to have even more fun using an AIMBOT for private servers >:D. So my question is does anyone have a link to one or maybe someone could point me in the right way, or make me one please ^^. hope I get some reply thank you all and good job to all the elitepvpers who make this forums possible. :bandit: " Also I tryed a few aimbots on the forums but seem not to work. "
Question: About aimbot?
11/28/2009 - Soldier Front Hacks, Bots, Cheats & Exploits - 2 Replies
wala po ba aimbot na libre? ^^
Question about Aimbot for fb or SS
07/13/2008 - Conquer Online 2 - 0 Replies
Hi anyone know any working aimbot for patch around 5028? if so let me know plz thanks alot
aimbot question..
04/23/2008 - Soldier Front - 2 Replies
how do u get one working.. my friend has aimbot .v3 and he cant get it to work.. he puts in all the #'s in pic and then theres a start aimbot, start autoaim, start autoshoot, start bind... at the bottom and when u click on 1, the rest go faded and u cant click onthem and the one u clicked says stop( w/e the name is..) and ingame nothing happens.. pls help. if i need to ill provide screenshots



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


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.