Advertisement
AdiSploits

Tower of Hell God Mode

May 20th, 2021
1,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. wait(0)
  2.  
  3. local function callback(Text)
  4. if Text == "" then
  5. print("")
  6. elseif Text == "" then
  7. print("")
  8. end
  9. end
  10. ------------------------------------------------------------------------------------------------------
  11. local NotificationBindable = Instance.new("BindableFunction")
  12.  
  13. game.StarterGui:SetCore("SendNotification", {
  14. Title = "Thank You :D";
  15. Text = "Thank you for using scripts made by NITRO";
  16. Icon = "http://www.roblox.com/asset/?id=3264340825";
  17. Duration = 20;
  18. Button1 = "Ok";
  19. Button2 = "";
  20. Callback = NotificationBindable;
  21. })
  22.  
  23.  
  24.  
  25.  
  26. local LocalPlayer = game:GetService("Players").LocalPlayer
  27.  
  28. local function Invincibility()
  29. if LocalPlayer.Character then
  30. for i, v in pairs(LocalPlayer.Character:GetChildren()) do
  31. if v.Name == "hitbox" then
  32. v:Destroy()
  33. end
  34. end
  35. end
  36. end
  37.  
  38. while wait(0.5) do
  39. Invincibility(LocalPlayer)
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement