Horrific Housing Script | SEMI GOD MODE

Created by shitass

Features:

  • SEMI GOD MODE
  • DEV NOTES:
  • It works against most things like sword, bomb, and hammer.
  • If you lose your torso / head you die.
  • If something does a % of your health instead of direct damage like 100 you will most likely die.
  • If you fall on the void you die.
_G.GM = true -- Change true to false to disable, made by shitass / peke#7374
while _G.GM do task.wait()
local retardargs = {
["dir"] = Vector3.new(0,0,0), -- The pos doesnt matter
["origin"] = Vector3.new(0,0,0), -- The pos doesnt matter
["shooter"] = game:GetService("Players").LocalPlayer -- Change to any player if LP doesnt work
}
game:GetService'ReplicatedStorage'["damageMe"]:FireServer(-math.huge, retardargs)
end