Red faceOutdatedCS:GO TriggerBot Script

Posts 1630 of 51 · Page 2 of 4
Tearing but works , ty :-)
Nice script. However It seems to shoot 80% of the time.
Quote Originally Posted by Hammasisapro View Post
Nice script. However It seems to shoot 80% of the time.
To increase just copy the exe and rename it and run two at the same time Im actually working on new script
Script
can i switch the alt key to another one? my shift doesnot working and i am walking with alt
anyway i guess i could solve it, i just switch Lalt everywhere, right?
Quote Originally Posted by Gw$etwt4t4543534 View Post
can i switch the alt key to another one? my shift doesnot working and i am walking with alt
anyway i guess i could solve it, i just switch Lalt everywhere, right?
Yes that is all you have to do
when i double click it it says windows ccant open the file and that i need to find a program to open it...
PLEASE HELP!!

- - - Updated - - -

Quote Originally Posted by Autism View Post
when i double click it it says windows ccant open the file and that i need to find a program to open it...
PLEASE HELP!!
dont worry i read earlier messages and i downloaded AHK thx guys hope its still UD :/

- - - Updated - - -

oh i thought trigger bot was when an enemy comes close to crosshair it automaticall shoots kinda like aimlock but i was TOTALLY WONG! lol
Quote Originally Posted by Autism View Post
when i double click it it says windows ccant open the file and that i need to find a program to open it...
PLEASE HELP!!

- - - Updated - - -



dont worry i read earlier messages and i downloaded AHK thx guys hope its still UD :/

- - - Updated - - -

oh i thought trigger bot was when an enemy comes close to crosshair it automaticall shoots kinda like aimlock but i was TOTALLY WONG! lol
This is A Color Triggerbot When The color near the middle of your screen changes it shoots when holding down the LAlt
Hmm i dont know but it not helps me alot. In a long range this thing is so bad. And i have a question, when i press Left Alt with no enemy on my crosshair i shoot, is this normal?
Quote Originally Posted by Bustahh View Post
Hmm i dont know but it not helps me alot. In a long range this thing is so bad. And i have a question, when i press Left Alt with no enemy on my crosshair i shoot, is this normal?
You need to stand still without moving your crosshair...This is script section if you want to use memory reading/writing Triggerbot go to main cs go section and search it.
Why not work with full screen mode ?
Quote Originally Posted by nestortmpl View Post
Why not work with full screen mode ?
Because then the script cannot technically 'see' the window, and it needs to be able to see the screen to detect color changes
Quote Originally Posted by 4xing View Post
My improved version. After activation script save pixel colour again and makes only 1 shot. In a nutshell: the script works better with ak, m4, etc.
Hold 4th mouse button (If you want other button change every "XButton2")

Code:
Threshold = 20
*~$XButton2::
MouseGetPos, MouseX, MouseY
PixelGetColor, Color1, (MouseX+2), (MouseY+2)
StringSplit, Colorz, Color1
Color1B = 0x%Colorz3%%Colorz4%
Color1G = 0x%Colorz5%%Colorz6%
Color1R = 0x%Color7z%%Colorz8%
Color1B += 0
Color1G += 0
Color1R += 0
while (GetKeyState("XButton2", "P"))
    {
        BlockInput, MouseMove
        sleep 1
        MouseGetPos, MouseX, MouseY
        PixelGetColor, Color2, (MouseX+2), (MouseY+2)
        StringSplit, Colorz, Color2
        Color2B = 0x%Colorz3%%Colorz4%
        Color2G = 0x%Colorz5%%Colorz6%
        Color2R = 0x%Color7z%%Colorz8%
        Color2B += 0
        Color2G += 0
        Color2R += 0
        if (Color1R > (Color2R + Threshold)) or (Color1R < (Color2R - Threshold)) or (Color1G > (Color2G + Threshold)) or (Color1G < (Color2G - Threshold)) or (Color1B > (Color2B + Threshold)) or (Color1B < (Color2B - Threshold))
            {
                send {LButton 1}
MouseGetPos, MouseX, MouseY
PixelGetColor, Color1, (MouseX+2), (MouseY+2)
StringSplit, Colorz, Color1
Color1B = 0x%Colorz3%%Colorz4%
Color1G = 0x%Colorz5%%Colorz6%
Color1R = 0x%Color7z%%Colorz8%
Color1B += 0
Color1G += 0
Color1R += 0
sleep 250
            }
    }
BlockInput, MouseMoveOff
Return

End::
exitapp
return
what would be the code for Mouse 5 plz? I'm not used to sripting, sorry.
Quote Originally Posted by CJustusMig View Post
what would be the code for Mouse 5 plz? I'm not used to sripting, sorry.
XButton2::

Is Mouse button 5

XButton1::

Is Mouse Button 4
I'm having a huge problem getting this to work. If I press alt outside csgo it freezes my mouse but once I pull up csgo it does nothing. Yes I am in windowed mode.
Posts 1630 of 51 · Page 2 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?