Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
godmode (all chapters) - Infected Gas Station [HORROR] Script | Free Roblox Script
Infected Gas Station [HORROR] Infected Gas Station [HORROR]

godmode (all chapters)

Infected Gas Station [HORROR] 57 views 2 months ago
godmode (all chapters) - Roblox Script
Mobile Mobile Friendly

Description

Credits: mangomangomangomango

made by l0stveilif you got slowdown dont blame me just use tpwalk using iy

Infected Gas Station [HORROR]
Explore more scripts
View all Infected Gas Station [HORROR] scripts

39 Lines 1,885 Bytes
getgenv().g = getgenv().g or {}

if getgenv().g.enabled then
    getgenv().g.enabled = false
    if getgenv().g.guiconn then getgenv().g.guiconn:Disconnect() end
    if getgenv().g.diedconn then getgenv().g.diedconn:Disconnect() end
    game.StarterGui:SetCore("SendNotification", {Title = "disabled", Text = "godmode is disabled!!!"})
    return
end
getgenv().g.enabled = true

if not game:IsLoaded() then game.Loaded:Wait() end

game.StarterGui:SetCore("SendNotification", {Title = "godmodee", Text = "dont worry the script is working"})

getgenv().g.oldnamecall = getgenv().g.oldnamecall or hookmetamethod(game, "__namecall", function(self, ...)
    if not getgenv().g.enabled then return getgenv().g.oldnamecall(self, ...) end
    if getnamecallmethod() == "FireServer" and (self.Name:find("Death") or self.Name:find("Kill") or self.Name == "dead") then
        game.StarterGui:SetCore("SendNotification", {Title = "info", Text = "saved you bud"})
        return
    end
    if getnamecallmethod() == "Connect" and self.Parent and (self.Parent.Name:find("Death") or self.Parent.Name:find("Arm")) then
        return {Disconnect = function() end}
    end
    return getgenv().g.oldnamecall(self, ...)
end)

getgenv().g.guiconn = game.Players.LocalPlayer.PlayerGui.ChildAdded:Connect(function(gui)
    if not getgenv().g.enabled then return end
    if gui.Name:lower():find("death") then gui:Destroy() end
end)

getgenv().g.diedconn = game.Players.LocalPlayer.Character.Humanoid.Died:Connect(function()
    if not getgenv().g.enabled then return end
    game:GetService("StarterGui"):SetCore("DevConsoleVisible", true)
    task.wait(0.5)
    warn("hey heres the error from godmode script but theres no error caught")
    game.StarterGui:SetCore("SendNotification", {Title = "huh???", Text = "what the hell no errors you should comment me"})
end)

Comments

Comments section coming soon...

Frequently Asked Questions

To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Infected Gas Station [HORROR] game.

Yes, this script is completely free to use.

No, this script does not require a key.

Yes, this script is designed to be compatible with mobile executors.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/godmode-all-chapters/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other