Compilation of most useful CS:GO scripts- Post yours here!

Post gaming related scripts
maybeIn

Re: Compilation of most useful CS:GO scripts- Post yours here!

30 Dec 2017, 05:35

hi, frist time here
i would like to know if theres someone whilling to help me put some work on the Counterstrafing Script
i want to increment some more timers to it, so when u have press the move key for less them 0.75 seg it does nothing
ty
GreatGazoo
Posts: 69
Joined: 28 Dec 2017, 02:53

Re: Compilation of most useful CS:GO scripts- Post yours here!

22 Jan 2018, 03:51

so you are saying we cant play dust 2, mirage, or inferno anymore? because someone might be u sing this cheat
wboycher
Posts: 6
Joined: 20 May 2018, 21:24

Re: Compilation of most useful CS:GO scripts- Post yours here!

20 May 2018, 21:48

Also, if i just necroed, sorry
Paddymc

Re: Compilation of most useful CS:GO scripts- Post yours here!

09 Jun 2018, 10:42

Hello everyone here is a really handy triggerbot script for csgo to use the trigger bot hold the T key down

key_Terminate:="End"

if GetKeyState(key_Terminate)
{
ExitApp
}

Threshold = 20
;
*~$t::
MouseGetPos, MouseX, MouseY
PixelGetColor, Color1, (MouseX+2), (MouseY+2)
StringSplit, Colorz, Color1
Color1B = 0x%Colorz3%%Colorz4%
Color1G = 0x%Colorz5%%Colorz6%
Color1R = 0x%Colorz7%%Colorz8%
Color1B += 0
Color1G += 0
Color1R += 0

while (GetKeyState("t", "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%Colorz7%%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}
}
}
BlockInput, MouseMoveOff
Return

End::
exitapp
return
insulra autism

Re: Compilation of most useful CS:GO scripts- Post yours here!

28 Jul 2018, 03:09

Lucid wrote:I got the bhop script and it does not toggle when I am in game if i hit f11 but it does toggle if im out of csgo. Any way to fix it?
when you turn in on, run it as admin
danielmorrison
Posts: 1
Joined: 28 Feb 2019, 01:34

Re: Compilation of most useful CS:GO scripts- Post yours here!

04 Apr 2019, 02:59

csgo scripts we all need to know:

In-game actions

Instead of console commands, you can use various in-game actions. Here are their descriptions and code-names (use them in your CS:GO scripts).

Attack – +attack;
Secondary attack – +attack2;
Reload weapon – +reload;
Use – +use;
Next Weapon – invnext;
Previous Weapon – invprev;
Next grenade – invnextgrenade;
Next item – invnextitem;
Switch weapon primary/secondary – invnextnongrenade;
Switch to primary weapon – slot1;
Switch to secondary weapon – slot2;
Switch to knife – slot3;
Switch to grenades – slot4;
Switch to bomb – slot5;
Last used – lasting;
Drop Weapon – drop;
Inspect Weapon – +lookatweapon;
Activate buy menu – buymenu;
Rebuy – rebuy;
Show scoreboard – +score.

For the movements, use the following commands (their meaning is quite obvious:

+forward;
+back;
+moveleft;
+moveright;
+jump;
+duck;
+left (to turn);
+right;
+speed (to walk).

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 9 guests