Need help?health and armor addon exploit - MPGH - MultiPlayer Game Hacking & Cheats
health and armor addon exploit
Posts 1–7 of 7 · Page 1 of 1
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
How do you use this?
How do you use this lol?
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
Originally Posted by Gorzoid
im guessing cus u have a health checker that the server checks if u got 100 or over health