Red faceOutdatedCS:GO TriggerBot Script

Posts 115 of 51 · Page 1 of 4
CS:GO TriggerBot Script
Hello this is a New Triggerbot Script
How it works is Hold Left Alt and stand still
it works really good [Some timings get messed up but its ok]

Instructions
Step 1. Start Csgo
Step 2. Change Csgo Settings to Windowed Mode/Fullscreen Windowed
Step 3. Start Script
Step 4. Triggerbot the shit out of people in comp

|Virus Scan|
https://www.virustotal.com/en-gb/fil...is/1453602686/
How it works with script lol
Pretty sure this is a Color Triggerbot
Quote Originally Posted by henmaru View Post
Pretty sure this is a Color Triggerbot
pretty much but instead you dont have to set the radius or the timing
Removed youtube video from the source file, as it contained outside links.

Just source code, approved!
Good thing! As I understand you can vary "Threshold = 20" to change sensivity
I also ran CS:GO in Vista compatibility mode and it works in fullscreen
Quote Originally Posted by killall636 View Post
how do you run the script?
double click it

- - - Updated - - -

Quote Originally Posted by henmaru View Post
I also ran CS:GO in Vista compatibility mode and it works in fullscreen
The Reason i run it in Windowed mode is because i also have a crosshair that i use with the game
Quote Originally Posted by henmaru View Post
I also ran CS:GO in Vista compatibility mode and it works in fullscreen
howdo so ?
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
how do you run the script?
I try to open it and it shows, how do you want to run this file? what do i choose?
Quote Originally Posted by SifuYip View Post
I try to open it and it shows, how do you want to run this file? what do i choose?
You need to download AutoHotKey
Nice script! Hope it will work after the VAC update
Quote Originally Posted by venom2003 View Post
Nice script! Hope it will work after the VAC update
It will...It doesnt Write/Read memory.
Posts 115 of 51 · Page 1 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?