Advertisement
SplashExploits

*Tower Of Hell* *TP TO END*, INVISIBLE, *INF JUMP* script AND MORE!!

Oct 21st, 2021
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. -- Require
  2. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))()
  3. local venyx = library.new("Venyx", 5013109572)
  4.  
  5. -- Theme
  6. local themes = {
  7. Background = Color3.fromRGB(24, 24, 24),
  8. Glow = Color3.fromRGB(0, 0, 0),
  9. Accent = Color3.fromRGB(10, 10, 10),
  10. LightContrast = Color3.fromRGB(20, 20, 20),
  11. DarkContrast = Color3.fromRGB(14, 14, 14),
  12. TextColor = Color3.fromRGB(255, 255, 255)
  13. }
  14.  
  15. -- Pages/Sections
  16. local ToP = venyx:addPage("Tower of Pog", 5012544693)
  17. local MF = ToP:addSection("Main Features")
  18. local WT = ToP:addSection("Too EZ")
  19. local me = game.Players.LocalPlayer.Name
  20.  
  21. -- Notification
  22. venyx:Notify("Notification", "This script was created by Monkey God @ V3rmillion.net", function()
  23. end)
  24.  
  25. --Custom Stuff
  26. game:GetService("Workspace")[me].currentSection.Value = 6969
  27. workspace.Gravity = 147.14999999999998
  28.  
  29. -- Functions
  30. MF:addToggle("Time Freeze", false, function(value)
  31. game:GetService("Players").LocalPlayer.PlayerScripts.timefreeze.Value = value
  32. end)
  33.  
  34. MF:addSlider("Walkspeed", 16, 16, 100, function(value)
  35. game:GetService("ReplicatedStorage").globalSpeed.Value = value
  36. end)
  37.  
  38. MF:addButton("Infinite Double Jumps", function()
  39. game:GetService("ReplicatedStorage").globalJumps.Value = 6969
  40. end)
  41.  
  42. WT:addButton("Invincibility", function()
  43. for i,v in pairs(game:GetService("Workspace")[me]:GetChildren()) do
  44. if v.Name == "hitbox" then
  45. v:ClearAllChildren()
  46. end
  47. end
  48. end)
  49.  
  50. WT:addButton("Teleport to End", function()
  51. for i,v in pairs(game:GetService("Workspace").tower.sections.finish:GetChildren()) do
  52. if v.Name == "FinishGlow" then
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  54. end
  55. end
  56. end)
  57.  
  58.  
  59. DONT COPY THIS PART OR BELOW THIS LINE----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  60. CREDITS TO SPLASHEXPLOITS(AKA ME) WEAREDEVS, AND DAVEEXPLOITS FOR THIS TP TO END SCRIPT, INV, AND INF JUMP FOR TOWER OF HELL!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement