DetectedCsgo Triggerbot *Updated* v2

Posts 115 of 172 · Page 1 of 12
Csgo Triggerbot *Updated* v2



. The keybind to triggerbot / lockmouse in pos is alt when
holding it should work just like the old one have fun

Fake FullScreen For Help [Works with anything btw]
Must Have windowed
F12 is to FakeFullScreen
Put into Ahk also
Code:
#SingleInstance force

;;; Known issues:
;;;
;;; - Weird results for windows with custom decorations such as
;;; Chrome, or programs with a Ribbon interface.
;;; - Emacs will be maximized behind instead of in front of
;;; the taskbar. Workaround: WinHide ahk_class Shell_TrayWnd
ToggleFakeFullscreen()
{
CoordMode Screen, Window
static WINDOW_STYLE_UNDECORATED := -0xC40000
static savedInfo := Object() ;; Associative array!
WinGet, id, ID, A
if (savedInfo[id])
{
inf := savedInfo[id]
WinSet, Style, % inf["style"], ahk_id %id%
WinMove, ahk_id %id%,, % inf["x"], % inf["y"], % inf["width"], % inf["height"]
savedInfo[id] := ""
}
else
{
savedInfo[id] := inf := Object()
WinGet, ltmp, Style, A
inf["style"] := ltmp
WinGetPos, ltmpX, ltmpY, ltmpWidth, ltmpHeight, ahk_id %id%
inf["x"] := ltmpX
inf["y"] := ltmpY
inf["width"] := ltmpWidth
inf["height"] := ltmpHeight
WinSet, Style, %WINDOW_STYLE_UNDECORATED%, ahk_id %id%
mon := GetMonitorActiveWindow()
SysGet, mon, Monitor, %mon%
WinMove, A,, %monLeft%, %monTop%, % monRight-monLeft, % monBottom-monTop
}
}

GetMonitorAtPos(x,y)
{
;; Monitor number at position x,y or -1 if x,y outside monitors.
SysGet monitorCount, MonitorCount
i := 0
while(i < monitorCount)
{
SysGet area, Monitor, %i%
if ( areaLeft <= x && x <= areaRight && areaTop <= y && y <= areaBottom )
{
return i
}
i := i+1
}
return -1
}

GetMonitorActiveWindow(){
;; Get Monitor number at the center position of the Active window.
WinGetPos x,y,width,height, A
return GetMonitorAtPos(x+width/2, y+height/2)
}

F12::ToggleFakeFullscreen()
Virus Scans
1 / 2
/Approved. Post back results and as always, use at your own risk.
Quote Originally Posted by Hunter View Post
/Approved. Post back results and as always, use at your own risk.
Thanks Fam
Quote Originally Posted by Ally View Post
Thanks Fam
No problem at all. Nice script, by the way.
Hey, nice release. Could you plz better post a script like .ahk not a .exe.
As i heard u can get VAC ban for .exe but not for .ahk

- - - Updated - - -

Another question. When i start up the .exe file and go to CSGO and push ALT it starts randomly shooting
Really love this script man nice content <3 u p.s no homo d.p.s ur awesome
@romark90 @petarwcl

Its safe. Its compiled to .exe from .ahk, because people will just c+p source and then add one delay + their name to the script.
@Hunter @romark90 @DarknzNet @petarwcl If the program may not work in fullscreen turn your csgo into windowed put the code from my thread into ahk and run it once you press f12 it fullscreens the program your on
script shoots at random places..
Quote Originally Posted by Shadezz View Post
script shoots at random places..
im in process of fixing use windowed for now
When I start program happening infinite loading (hangup), what I should to go?
Quote Originally Posted by Supernova2022 View Post
When I start program happening infinite loading (hangup), what I should to go?
huh what do you mean
Quote Originally Posted by Ally View Post
huh what do you mean
Maybe he means that when he run the script then nothing happends. It does not give any messagebox or anything .
Please read the previous posts made by others before asking questions which have already been answered. Thank you, greatly appreciated.
Posts 115 of 172 · Page 1 of 12
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?