Advertisement
AchilleTheScRiPters

Tower of Hell script 2022! (100% work)

Dec 18th, 2022
1,239
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.17 KB | Gaming | 0 0
  1. loadstring(game:HttpGetAsync("https://pastebin.com/raw/DftBDuy2"))()
  2. --change a73x22h70832d with your roblox name!
  3. --change a73x22h70832d with your roblox name!
  4. --change a73x22h70832d with your roblox name!
  5.  
  6. local prl = game.Workspace["a73x22h70832d"]
  7.  
  8. --did you change it?
  9. local Main = Instance.new("ScreenGui")
  10. local credits = Instance.new("TextLabel")
  11. local main = Instance.new("TextLabel")
  12. local I = Instance.new("TextLabel")
  13. local X = Instance.new("TextButton")
  14. local Scripts = Instance.new("ScrollingFrame")
  15. local GOD = Instance.new("TextButton")
  16. local TextButton = Instance.new("TextButton")
  17. local TextButton_2 = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. Main.Name = "Main"
  22. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. Main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. credits.Name = "credits"
  26. credits.Parent = Main
  27. credits.BackgroundColor3 = Color3.fromRGB(11, 190, 255)
  28. credits.Position = UDim2.new(0.197594509, 0, 0.243209884, 0)
  29. credits.Size = UDim2.new(0, 461, 0, 50)
  30. credits.Font = Enum.Font.SourceSans
  31. credits.Text = "MADE BY | THE_GOD"
  32. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. credits.TextSize = 14.000
  34.  
  35. main.Name = "main"
  36. main.Parent = Main
  37. main.Active = true
  38. main.BackgroundColor3 = Color3.fromRGB(30, 83, 255)
  39. main.Position = UDim2.new(0.197594509, 0, 0.304938257, 0)
  40. main.Size = UDim2.new(0, 461, 0, 230)
  41. main.Font = Enum.Font.SourceSans
  42. main.Text = ""
  43. main.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. main.TextSize = 14.000
  45.  
  46. I.Name = "I"
  47. I.Parent = main
  48. I.BackgroundColor3 = Color3.fromRGB(10, 96, 255)
  49. I.Position = UDim2.new(1, 0, -0.217391297, 0)
  50. I.Size = UDim2.new(0, 149, 0, 280)
  51. I.Font = Enum.Font.SourceSans
  52. I.Text = "my scripts, simple and effective, always work 100%"
  53. I.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. I.TextScaled = true
  55. I.TextSize = 14.000
  56. I.TextWrapped = true
  57.  
  58. X.Name = "X"
  59. X.Parent = main
  60. X.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  61. X.Position = UDim2.new(0, 0, -0.217391297, 0)
  62. X.Size = UDim2.new(0, 29, 0, 25)
  63. X.Font = Enum.Font.SourceSans
  64. X.Text = "X"
  65. X.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. X.TextSize = 30.000
  67.  
  68. Scripts.Name = "Scripts"
  69. Scripts.Parent = Main
  70. Scripts.Active = true
  71. Scripts.BackgroundColor3 = Color3.fromRGB(30, 83, 255)
  72. Scripts.BorderSizePixel = 0
  73. Scripts.Position = UDim2.new(0.197594509, 0, 0.304938257, 0)
  74. Scripts.Size = UDim2.new(0, 461, 0, 230)
  75.  
  76. GOD.Name = "GOD"
  77. GOD.Parent = Scripts
  78. GOD.BackgroundColor3 = Color3.fromRGB(14, 46, 255)
  79. GOD.BorderColor3 = Color3.fromRGB(0, 0, 0)
  80. GOD.Size = UDim2.new(0, 461, 0, 50)
  81. GOD.Font = Enum.Font.SourceSans
  82. GOD.Text = "GOD MODE!"
  83. GOD.TextColor3 = Color3.fromRGB(0, 0, 0)
  84. GOD.TextSize = 14.000
  85.  
  86. TextButton.Parent = Scripts
  87. TextButton.BackgroundColor3 = Color3.fromRGB(14, 46, 255)
  88. TextButton.Position = UDim2.new(0, 0, 0.0308641959, 0)
  89. TextButton.Size = UDim2.new(0, 449, 0, 50)
  90. TextButton.Font = Enum.Font.SourceSans
  91. TextButton.Text = "JumpBoost!"
  92. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. TextButton.TextSize = 14.000
  94.  
  95. TextButton_2.Name = "-"
  96. TextButton_2.Parent = Main
  97. TextButton_2.BackgroundColor3 = Color3.fromRGB(29, 255, 44)
  98. TextButton_2.Position = UDim2.new(-0.000517293811, 0, -0.0011728406, 0)
  99. TextButton_2.Size = UDim2.new(0, 29, 0, 25)
  100. TextButton_2.Font = Enum.Font.SourceSans
  101. TextButton_2.Text = "-"
  102. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. TextButton_2.TextSize = 32.000
  104.  
  105. -- Scripts:
  106.  
  107. local function TYPDSBI_fake_script() -- X.Script
  108.     local script = Instance.new('Script', X)
  109.  
  110.     script.Parent.MouseButton1Click:Connect(function()
  111.         script.Parent.Visible = false
  112.        
  113.         script.Parent.Parent.Visible = false
  114.         script.Parent.Parent.Visible = false
  115.        
  116.         script.Parent.Parent.I.Visible = false
  117.         script.Parent.Parent.I.Active = false
  118.        
  119.         script.Parent.Parent.Parent.Scripts.Visible = false
  120.         script.Parent.Parent.Parent.Scripts.Active = false
  121.        
  122.         script.Parent.Parent.Parent.credits.Visible = false
  123.         script.Parent.Parent.Parent.credits.Active = false
  124.        
  125.         script.Parent.Active = false
  126.        
  127.     end)
  128. end
  129. coroutine.wrap(TYPDSBI_fake_script)()
  130. local function FPLK_fake_script() -- GOD.Script
  131.     local script = Instance.new('Script', GOD)
  132.  
  133.     script.Parent.MouseButton1Click:Connect(function()
  134.         prl.Humanoid.MaxHealth = 99999997952
  135.         prl.Humanoid.Health = 99999997952
  136.        
  137.         prl.KillScript:Destroy()
  138.     end)
  139. end
  140. coroutine.wrap(FPLK_fake_script)()
  141. local function UFLYG_fake_script() -- TextButton.Script
  142.     local script = Instance.new('Script', TextButton)
  143.  
  144.     script.Parent.MouseButton1Click:Connect(function()
  145.         prl.Humanoid.JumpPower = 350
  146.  
  147.         prl.KillScript:Destroy()
  148.     end)
  149. end
  150. coroutine.wrap(UFLYG_fake_script)()
  151. local function RBHQXZ_fake_script() -- TextButton_2.Script
  152.     local script = Instance.new('Script', TextButton_2)
  153.  
  154.     script.Parent.MouseButton1Click:Connect(function()
  155.         local main = script.Parent.Parent
  156.         local mainP = main.main
  157.        
  158.         main.Scripts.Visible = true
  159.         main.Scripts.Active = true
  160.        
  161.         main.credits.Visible = true
  162.         main.credits.Active = true
  163.        
  164.         mainP.Visible = true
  165.         mainP.Visible = true
  166.        
  167.    
  168.         mainP.I.Visible = true
  169.         mainP.I.Active = true
  170.        
  171.    
  172.         mainP.X.Visible = true
  173.         mainP.X.Active = true
  174.     end)
  175. end
  176. coroutine.wrap(RBHQXZ_fake_script)()
  177.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement