CSGO (Counter Strike Global Offensive) External Crosshair For No Scope

Post gaming related scripts
DamdarBilla
Posts: 10
Joined: 07 Feb 2022, 00:22

CSGO (Counter Strike Global Offensive) External Crosshair For No Scope

Post by DamdarBilla » 09 Feb 2022, 18:04

WHAT The Script Does ?
Makes a Circular Crosshair in the middle of the game for easy no scope.

Note: play on WINDOWED or FULLSCREEN-WINDOWED mode other wise it will not work with FULLSCREEN mode.

Keys:
F1 = Start
ALT + x = Quit

Code: Select all


IfWinExist, CS:GO
{

IfWinActive, CS:GO
{

*F1::
{
d = 10
Gui, 1: New, +AlwaysOnTop -Caption +LastFound -SysMenu +ToolWindow +E0x20
Gui, 1: Margin, 0, 0
Gui, 1: Color, aqua
WinSet, TransColor, 500
WinSet, Region, 0-0 W%d% H%d% E
Gui, 1: Show, % "w"d " h"d " x"(A_ScreenWidth//2-(d//2)) " y" (A_ScreenHeight//2-(d//2)) " NA"
}
return

}
return

}
return

^x::ExitApp

lucasdobr15
Posts: 1
Joined: 29 Jan 2023, 16:46
Contact:

Re: CSGO (Counter Strike Global Offensive) External Crosshair For No Scope

Post by lucasdobr15 » 29 Jan 2023, 18:43

Is it possible instead of using a round crosshair to use a crosshair similar to those commonly used for "align smoke"?

Post Reply

Return to “Gaming Scripts (v1)”