PHIGHTING Script | INF CASH, SEMI GODMODE & MODE!

Created by MemesMakeDreams

Features:

  • inf cash (be in the game’s lobby, interact with the npc this teleports you to, spam z and say yes/1)
  • execute it again if you want the event coins too, change number to whatever you want (cash purchases skins from npcs around the map)
if not funcs then
loadstring(game:HttpGet("https://raw.githubusercontent.com/exceptional0/scr/main/funcs.lua"))()
end
funcs.lplr.SetValue:FireServer({funcs.lplr.Data.Events.Sum22.Moons},999999999) --changing other values does not seem to work
funcs.lplr.SetValue:FireServer({funcs.lplr.Data.Events.Sum22.Suns},999999999)
getchar():PivotTo(game:GetService("Workspace").NPC.Darkheart:GetPivot())
  • NPC esp (use in lobby, this is where you spend your cash)
if not funcs then
loadstring(game:HttpGet("https://raw.githubusercontent.com/exceptional0/scr/main/funcs.lua"))()
end
for i,v in pairs(workspace.NPC:GetChildren()) do
funcs.addhook(v,{txtenabled=true,autoremove=true,color=Color3.fromRGB(100,0,0)})
end
  • semi-god (CTRL R to go to last hp change position, reloads character on low hp, stopping enemy team from getting points and pretty much godmode i had 6/0/0 with this):
if not funcs then
loadstring(game:HttpGet("https://raw.githubusercontent.com/exceptional0/scr/main/funcs.lua"))()
end

local rem=game:GetService("ReplicatedStorage").Events.RefreshChar
local lastpiv



local function god(ch)

local hum=ch:WaitForChild("Humanoid",10)
if hum and hum:IsA("Humanoid") then

hum.HealthChanged:Connect(function(x)
lastpiv=ch:GetPivot()
if x<=50 then
rem:FireServer()
end
end)

end
end

funcs.uip.InputBegan:Connect(function(inpuut,proc)
if inpuut.UserInputType == Enum.UserInputType.Keyboard and inpuut.KeyCode == Enum.KeyCode.R and funcs.uip:IsKeyDown(Enum.KeyCode.LeftControl) and lastpiv then
getchar():PivotTo(lastpiv)
end
end)

god(getchar())

funcs.lplr.CharacterAdded:Connect(god)
if syn and game.PlaceId==10491640406 then
syn.queue_on_teleport("task.wait(2) game:GetService('TeleportService'):TeleportToPlaceInstance("..game.PlaceId..",'"..game.JobId.."',funcs.lplr)") end