As simple as triggerbot can get, there is no teamcheck, its incross and random delays
Code:
F10::
ExitApp
F6::
sa:=0x3c85
rz:=0x005
Process = csgo.exe
po:=13
ok:="Click helper"
DllName = client.dll
zts:="close click helper"
sad:="easy double click"
Process, Exist, %Process%
tjf:=0x6a5b2
tlx:="Open easy click"
PID = %ErrorLevel%
err:="Error when clicking"
ohm:=0x998a
SetFormat, Integer, Hex
pxsa:="Hold"
xusn:="Fast"
zase:=GetDllBase(DllName, PID)
amgs:=145632
rethjk:=332
yyat:=zase+0x00a7afbc
wbbs:=0x8abb6
Loop {
wbbs=0x54
amgs=985
reas:=ReadMemory(yyat,"Counter-Strike: Global Offensive")
if (po > 0) {
po=-5
}
tea:=ReadMemory(reas+0x2410,"Counter-Strike: Global Offensive")
if (po < 0) {
po=86*2
}
Random, h, 25, 200
Random, k, 1, 7
if (tea>0x0 && GetKeyState("XButton1")) {
Sleep k
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
Sleep h
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
}
Sleep 1
}
GetDllBase(DllName, PID = 0)
{
mmpds:=77885
TH32CS_SNAPMODULE := 0x00000008
pxsa="Double"
INVALID_HANDLE_VALUE = -1
clickcount:=56
VarSetCapacity(me32, 548, 0)
PPccs:=0x588ab
NumPut(548, me32)
ccpeo:=0x9ab9c
snapMod := DllCall("CreateToolhelp32Snapshot", "Uint", TH32CS_SNAPMODULE, "Uint", PID)
If (snapMod = INVALID_HANDLE_VALUE) {
Return 0
}
If (DllCall("Module32First", "Uint", snapMod, "Uint", &me32)){
while(DllCall("Module32Next", "Uint", snapMod, "UInt", &me32)) {
If !DllCall("lstrcmpi", "Str", DllName, "UInt", &me32 + 32) {
DllCall("CloseHandle", "UInt", snapMod)
Return NumGet(&me32 + 20)
}
}
}
DllCall("CloseHandle", "Uint", snapMod)
Return 0
}
ReadMemory(MADDRESS,PROGRAM)
{
pals:="Try"
winget, pid, PID, %PROGRAM%
sa=0x88c
VarSetCapacity(MVALUE,4,0)
rt=0x8acc
ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char", 0, "UInt", pid, "UInt")
pongos:=55688
DllCall("ReadProcessMemory","UInt",ProcessHandle,"UInt",MADDRESS,"Str",MVALUE,"UInt",4,"UInt *",0)
Loop 4
result += *(&MVALUE + A_Index-1) << 8*(A_Index-1)
seras:=5566
return, result
}