Undertale: Last Reset (GodMode)

Uploaded On
Script Credit :- FrostFright924
Features

GodMode

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local gameMetaTable = getrawmetatable(game) setreadonly(gameMetaTable, false) local oldMetaTable = gameMetaTable.__namecall local CallingScript = game:GetService("Players").LocalPlayer.PlayerGui.Handler game.Players.LocalPlayer.PlayerGui.ChildAdded:Connect(function(item) if item.ClassName == "LocalScript" and item.Name == "Handler" then CallingScript = item end end) gameMetaTable.__namecall = newcclosure(function(self, ...) local method = getnamecallmethod() local script = getcallingscript() local args = {...} if method == "FireServer" and script == CallingScript then return false end return oldMetaTable(self,...) end)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors