health and armor addon exploit
ok some garbage server has some garbage code that has some garbage exploits
FamousRP | Wire | M9K | Custom | FastDL |
185.38.148.8:27085
Code:
hook.Add("Think","crap", function()
if LocalPlayer():Health() < 100 then
net.Start("buyinghealth")
net.SendToServer()
end
if LocalPlayer():Armor() < 100 then
net.Start("armorgiving")
net.SendToServer()
end
end)
gives you full health and armor if they go under 100
find garrysmod/lua/autoun/client/gm_demo.lua then
place code under the other bit of code then
lua_openscript_cl autorun/client/gm_demo.lua
in the console
im guessing cus u have a health checker that the server checks if u got 100 or over health
To use this you need 2 things
A brain
and a ounce of logic