Advertisement
Upscalefanatic3

ECLIPSIS INFINITE IRIDIUM

Aug 2nd, 2018
1,070
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local function hack(c)
  3. if c:IsA("Tool") and c.Name ~= "Portafab" then
  4. c:WaitForChild("Remote"):FireServer("IridiumConsumed", -10^10)
  5. end
  6. end
  7.  
  8. plr.Backpack.ChildAdded:Connect(hack)
  9.  
  10. plr.CharacterAdded:Connect(function() plr.Backpack.ChildAdded:Connect(hack) end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement