To install the script, Place "topkek.lua" into your "GarrysMod\garrysmod\lua" folder. If you don't have a "lua" folder, simply create it.
Once you're in a server, run the console command "lua_openscript_cl topkek.lua", this will start the hack.
Binds / Console Commands
"K_menu" - This is the control menu
"K_noscope" - Use this to trigger a 360 noscope.
FaQ
Q. Can I get VAC banned for using this? A. No. You cannot. Q. Can I use this on any server? A. As long as the server has "sv_allowcslua" set to "1", you can run this script. (Most server have this anyway)
Thamks op!, hoppin on hvh and ownin wit this pupp!
detected by FapHack... also hera cp
edit:
whats the aimbot key btw cant get it to work
Realistic aimbot snaps when you look at a player/npc eg, you could look at his feet and it would snap to his head.
Going to try and get a rage aimbot in for v2
2 gud hack +rep good hack
Glass chams & halo...
WHY DUDE
After looking through the code I feel like shooting myself.
Originally Posted by Aethi
Glass chams & halo...
WHY DUDE
After looking through the code I feel like shooting myself.
wahts wrong w/ using halo
Originally Posted by Azrius
wahts wrong w/ using halo
Unoptimized and (in my opinion) looks like shit.
Originally Posted by Aethi
Unoptimized and (in my opinion) looks like shit.
Not unoptimized if you do it right
Originally Posted by ehex
Not unoptimized if you do it right
It's unoptimized no matter what in GLua, even if you use PreDrawHalos it lags like fuck, I've tried literally every hook in the book but it's still slow no matter what I do.
Originally Posted by TheyCallMeDaz
It's unoptimized no matter what in GLua, even if you use PreDrawHalos it lags like fuck, I've tried literally every hook in the book but it's still slow no matter what I do.
tha t sucks. i was gonna add halos to my garrys mod stuff because in cs go it turned out ok
Originally Posted by Azrius
tha t sucks. i was gonna add halos to my garrys mod stuff because in cs go it turned out ok
It's pretty good in C++, much more optimized than chams are, but in GLua it's slow as shit.
Code:
function BH()
if LocalPlayer():IsOnGround() and input.IsKeyDown( KEY_SPACE ) then
RunConsoleCommand("+jump")
else
RunConsoleCommand("-jump")
end
end
big tabs
Originally Posted by TheyCallMeDaz
It's pretty good in C++, much more optimized than chams are, but in GLua it's slow as shit.