[lua]
local _G = _G
setenvf(0,_G)
[/lua]
Only ScriptEnforcer can beat that. (The params for setenvf are probably the wrong way around, though.)
[QUOTE=Justice]That is a terrible way of banning. All you have to do is do a Replace All and replace aimbot with another word, same with azu. It's how I dodged the Darkland ban. :chef:[/QUOTE]
Did you replace ["Pl".."ay".."er"].SetEyeAngles too? 8p
hey guyz...how can i make this aimbot work...because i do what author says and it still don't working....
what folder does it go in?
[QUOTE=Bushfries]what folder does it go in?[/QUOTE]
where is the dumb rating
HUH?
[QUOTE=Bushfries]HUH?[/QUOTE]
You didn't even bother to read the fucking OP, then you make a useless post asking something that is clearly stated in the OP, so I gave you an imaginary dumb rating.
[QUOTE=FPtje]Haha override the shit :v:
[b]Edit:[/b]
but you can do WAY easier!
just change +aimbot_scan and -aimbot_scan to anything without aimbot in it like +SHIT and -SHIT[/QUOTE]
How can you change the function, from +aimbot_scan to something else? (I know this is an old topic)
go into the lua file with notepad press ctrl+H type something like pump then click replace all now every command with aimbot = pump :D
If I have the Aimbot activated, i get lots of console spam when i use any of the standard tools.
Console spam:
[code]autorun/E2toolscreen.lua:121: attempt to index global 'gmod_toolmode' (a nil value)
weapons/gmod_tool/cl_init.lua:34: attempt to index upvalue 'gmod_drawhelp' (a nil value)[/code]
What is the cause for this, and how can it be fixed?
[QUOTE=bedeabc]If I have the Aimbot activated, i get lots of console spam when i use any of the standard tools.
Console spam:
[code]autorun/E2toolscreen.lua:121: attempt to index global 'gmod_toolmode' (a nil value)
weapons/gmod_tool/cl_init.lua:34: attempt to index upvalue 'gmod_drawhelp' (a nil value)[/code]
What is the cause for this, and how can it be fixed?[/QUOTE]
Type unbindall in console and it will fix the errors.
:ninja:
No one is going to fix the bugs for you because JetBot sucks anyways.
Oh well, thanks anyway
I don't have a lua/autorun file. Anyone know how to get one?
Way to ruin gameplay...
[QUOTE=JnUgaming]I don't have a lua/autorun file. Anyone know how to get one?[/QUOTE]
If you don't have an autorun folder then make one.
2.2 is out on garrysmod.org this version would probably be disabled on most servers, like 2.2 is on some. Does any one know a good keypad cracker that works for 1.4? Thanks.
Hacks!
i got a huge amount of lua errors about the 3rd click (binded aimbot_scan key) of the key and i got huge lua errors when i pressed the binded key,
weaponErrors like crosshairs and stuff. anyone no why?
JetBot is useuless compared to the others out there (that actually work)
I will point you in the right direction by saying RabidToaster
Let the fucking thread die please. Oh, and Rieda the others are shit too.
Downloaded, tested. Aiming works (a little), but camera doesn't rotate, only the firing angle. I don't get spams and such, but just I don't need this. And the links are dead though. So, go do something better.
All I have to say:
[img]http://img24.imageshack.us/img24/1839/hax1.jpg[/img]
Sorry for the Old thread bump, but has anyone got a woring version of this that he can Re-upload?
Even if it's outdated...
[QUOTE=APerspective;10552110]lol.
[URL=http://img46.imageshack.us/my.php?image=zsinsaneasylumv30044si4.jpg][IMG]http://img46.imageshack.us/img46/97/zsinsaneasylumv30044si4.th.jpg[/IMG][/URL]
GU's anticheat:
[code]
local meta = FindMetaTable("Player")
local SetEye = meta.SetEyeAngles
meta.SetEyeAngles = function (objPl, ang)
RunConsoleCommand("hacking_banme")
SetEye(objPl,ang)
end
local AddOldCC = concommand.Add
concommand.Add = function (a,b,c)
if string.find(a,"doorspam") then
RunConsoleCommand("hacking_banme")
else
AddOldCC(a,b,c)
end
end
hook.Add("PlayerBindPress","FUCKYOUDARK",function (pl, bind)
if string.find(string.lower(bind),"aimbot") and not string.find(string.lower(bind),"say") then
RunConsoleCommand("hacking_banme")
return true
end
end)
[/code][/QUOTE]
And this bans anyone using these scripts?
[QUOTE=Bounty_Bam;17076266]And this bans anyone using these scripts?[/QUOTE]
Not really
[QUOTE=Bounty_Bam;17076266]And this bans anyone using these scripts?[/QUOTE]
alias hacking_banme ""
Easiest anticheat ever to bypass...
[QUOTE=|FlapJack|;17104608]alias hacking_banme ""
Easiest anticheat ever to bypass...[/QUOTE]
or in Lua:
[lua]
local rcc = RunConsoleCommand
_G.RunConsoleCommand = function( ... )
if ( select( 1, ... ) == "hacking_banme" ) then return end
return rcc( ... )
end
[/lua]
There are lots of other different ways to bypass it.
can someone mail it to me? it got removed from gmod.org :P
Same. Theres only one other on GMOD.org but i wouldn't want to download it :S
For some reason, I can only use it once, then it won't work and I have to reinstall it.
Sorry, you need to Log In to post a reply to this thread.