wtf is tht hack anyway? with the moon walk im sure thts not with it.. n also he has no recoil n no spread
Pixel Triggerbot D:
well that post sounds like somebody got my triggerbot script from RagerZ and edited it.. i was wondering when i'd see results from that.
however it's not exactly a good idea with the yellow textured heads.. wall hack you'll see their heads constantly so it'll mess with the program. should've left it at enemy name tags, but i bet you already removed that and forgot what the color code is for it
however it's not exactly a good idea with the yellow textured heads.. wall hack you'll see their heads constantly so it'll mess with the program. should've left it at enemy name tags, but i bet you already removed that and forgot what the color code is for it
Why would I need to steal code to create something that scans for pixels then clicks..
Code:
if _IsPressed($body) = 1 Then
$pos = MouseGetPos()
$coord = PixelSearch(($pos[0] - $radius) , ($pos[1] - $radius) , ($pos[0] + $radius) , ($pos[1] + $radius), $searchcolora, 80)
If IsArray($coord) = 1 Then
MouseClick('left')
EndIf
EndIf
eh give him some slack he could be legit i hope this get sapproved
Bro... didnt I release this on my VIP site and you just leeched it?
HIS HACK WORKS I JUST TESTED!!!
Please approve... Also, I do not under stand what he means by: "The first time you run it, it'll write a few things to the CAConfig.cfg in your root directory (C).
2 of these are the keys I have been using (capslock and space).
Change them to something else if you want.
List of what you can change the keys to:" and then there are a list of different buttons... Someone help me please
2 of these are the keys I have been using (capslock and space).
Change them to something else if you want.
List of what you can change the keys to:" and then there are a list of different buttons... Someone help me please
LMAO swear to god u have your color variation set to 80? and you only expect it to click only on yellow? that'll mess you up right there. You dont want it to be any higher than 10, but 10 is still probably too much variation.
and also you need to give more details to the MouseClick command.. i dont know why but without defining where to click the mouse, the MouseClick command will move the mouse before clicking so change MouseClick to look like this:
MouseClick("primary", MouseGetPos(0), MouseGetPos(1))
and yes the correct way with MouseGetPos is with () and not []. which would also be better to do instead of declaring the variable $pos
The Proper Way To Set Up Your Code:
see doing a loop like that would set it to start when $body is pressed, that way you can add an exitloop call when $body is pressed again.. like this:
But then you gotta remember that there needs to be an adjustable sleep time for each person, since every computer is different.. so do
While 1
Sleep(100).
and also you need to give more details to the MouseClick command.. i dont know why but without defining where to click the mouse, the MouseClick command will move the mouse before clicking so change MouseClick to look like this:
MouseClick("primary", MouseGetPos(0), MouseGetPos(1))
and yes the correct way with MouseGetPos is with () and not []. which would also be better to do instead of declaring the variable $pos
The Proper Way To Set Up Your Code:
Code:
If _IsPressed($body) = 1 Then
While 1
$coord = PixelSearch(MouseGetPos(0) - $radius, MouseGetPos(1) - $radius, MouseGetPos(0) + $radius, $MouseGetPos(1) + $radius, $searchcolora, 10)
If _IsArray($coord) = 1 Then
MouseClick("primary", MouseGetPos(0), MouseGetPos(1))
Opt("MouseClickDelay", 0)
Opt("MouseClickDownDelay, 0)
EndIf
WEnd
EndIF
Code:
If _IsPressed($body) = 1 Then
While 1
If _IsPressed($body) = 1 Then ExitLoop
$coord = PixelSearch(MouseGetPos(0) - $radius, MouseGetPos(1) - $radius, MouseGetPos(0) + $radius, $MouseGetPos(1) + $radius, $searchcolora, 10)
If _IsArray($coord) = 1 Then
MouseClick("primary", MouseGetPos(0), MouseGetPos(1))
Opt("MouseClickDelay", 0)
Opt("MouseClickDownDelay, 0)
EndIf
WEnd
EndIF
While 1
Sleep(100).
Bro... this is my fucking triggerbot.
Give credit.
Give credit.
Just give him the creds :P but approve this.
Sounds like he knows what he is talking about ^^^^^^^^^^^^^
But will someone please answer my question a few posts up?
But will someone please answer my question a few posts up?
This thread is closed for replies.
Similar Threads
CrossFire Hack Coding / Programming / Source CodePixel triggerbot source, does some one want it?
5 Sudden Attack GeneralPixel / Color Aimbot | Triggerbot
13 GeneralHuman Pixels
5 Suggestions, Requests & General Help"Your Graphics Card doesn't Support Pixel Shaders Or Vertex Shaders"
5 Tutorials2 Pixel Tutorial
15
