ZploitKing

Treacherous Tower

Jun 14th, 2020 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Menu = Instance.new("Frame")
  8. local GUIname = Instance.new("TextLabel")
  9. local CreditsAndDiscord = Instance.new("TextLabel")
  10. local Speed = Instance.new("TextButton")
  11. local Comingsoon = Instance.new("TextButton")
  12. local InfJump = Instance.new("TextButton")
  13. local ComingSoon = Instance.new("TextButton")
  14. local JumpPower = Instance.new("TextButton")
  15. local ChatTroll = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Menu.Name = "Menu"
  23. Menu.Parent = ScreenGui
  24. Menu.BackgroundColor3 = Color3.fromRGB(172, 60, 170)
  25. Menu.Position = UDim2.new(0.0277372263, 0, 0.0224839393, 0)
  26. Menu.Size = UDim2.new(0, 414, 0, 287)
  27.  
  28. GUIname.Name = "GUI name"
  29. GUIname.Parent = Menu
  30. GUIname.BackgroundColor3 = Color3.fromRGB(245, 128, 255)
  31. GUIname.BorderColor3 = Color3.fromRGB(172, 60, 170)
  32. GUIname.Size = UDim2.new(0, 414, 0, 50)
  33. GUIname.Font = Enum.Font.SourceSans
  34. GUIname.Text = "Treacherous Tower GUI"
  35. GUIname.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. GUIname.TextSize = 40.000
  37.  
  38. CreditsAndDiscord.Name = "Credits And Discord"
  39. CreditsAndDiscord.Parent = Menu
  40. CreditsAndDiscord.BackgroundColor3 = Color3.fromRGB(245, 128, 255)
  41. CreditsAndDiscord.BorderColor3 = Color3.fromRGB(172, 60, 170)
  42. CreditsAndDiscord.Position = UDim2.new(0, 0, 0.82362318, 0)
  43. CreditsAndDiscord.Size = UDim2.new(0, 414, 0, 50)
  44. CreditsAndDiscord.Font = Enum.Font.SourceSans
  45. CreditsAndDiscord.Text = "Join Our Discord: http://discord.gg/6kR7TAD - Made by OliHello#8986"
  46. CreditsAndDiscord.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. CreditsAndDiscord.TextSize = 16.000
  48.  
  49. Speed.Name = "Speed"
  50. Speed.Parent = Menu
  51. Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. Speed.Position = UDim2.new(0, 0, 0.257839739, 0)
  53. Speed.Size = UDim2.new(0, 114, 0, 50)
  54. Speed.Font = Enum.Font.SourceSans
  55. Speed.Text = "Speed"
  56. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. Speed.TextSize = 14.000
  58. Speed.MouseButton1Down:connect(function()
  59. local walkspeed = 75
  60. local bodypos = Instance.new("BodyPosition",game.Players.LocalPlayer.Character.HumanoidRootPart)
  61. bodypos.maxForce = Vector3.new(12500,12500,12500)
  62. spawn(function()
  63. game:GetService("RunService").RenderStepped:connect(function()
  64. wait()
  65. if game.Players.LocalPlayer.Character.Humanoid.FloorMaterial == Enum.Material.Air then
  66. bodypos.Parent = game.Players.LocalPlayer.Character
  67. game:GetService("RunService").RenderStepped:Wait()
  68. else
  69. game:GetService("RunService").RenderStepped:Wait()
  70. bodypos.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  71. end
  72. end)
  73. end)
  74.  
  75. spawn(function()
  76. game:GetService("RunService").RenderStepped:connect(function()
  77. game:GetService("RunService").RenderStepped:Wait()
  78. bodypos.Position = Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.X*(1+walkspeed*0.05*5.4),game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.Z*(1+walkspeed*0.05*5.4))
  79. end)
  80. end)
  81. end)
  82.  
  83. Comingsoon.Name = "Coming soon"
  84. Comingsoon.Parent = Menu
  85. Comingsoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. Comingsoon.Position = UDim2.new(0, 0, 0.567944229, 0)
  87. Comingsoon.Size = UDim2.new(0, 114, 0, 50)
  88. Comingsoon.Font = Enum.Font.SourceSans
  89. Comingsoon.Text = "(COMING SOON"
  90. Comingsoon.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. Comingsoon.TextSize = 14.000
  92.  
  93. InfJump.Name = "Inf Jump"
  94. InfJump.Parent = Menu
  95. InfJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. InfJump.Position = UDim2.new(0.38164252, 0, 0.25783971, 0)
  97. InfJump.Size = UDim2.new(0, 114, 0, 50)
  98. InfJump.Font = Enum.Font.SourceSans
  99. InfJump.Text = "Inf Jump"
  100. InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. InfJump.TextSize = 14.000
  102. InfJump.MouseButton1Down:connect(function()
  103. -- //~ F to toggle ~\ --
  104. --I have no idea who made this
  105. _G.infinjump = true
  106.  
  107. local Player = game:GetService("Players").LocalPlayer
  108. local Mouse = Player:GetMouse()
  109. Mouse.KeyDown:connect(function(k)
  110. if _G.infinjump then
  111. if k:byte() == 32 then
  112. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  113. Humanoid:ChangeState("Jumping")
  114. wait(0.1)
  115. Humanoid:ChangeState("Seated")
  116. end
  117. end
  118. end)
  119.  
  120. local Player = game:GetService("Players").LocalPlayer
  121. local Mouse = Player:GetMouse()
  122. Mouse.KeyDown:connect(function(k)
  123. k = k:lower()
  124. if k == "f" then
  125. if _G.infinjump == true then
  126. _G.infinjump = false
  127. else
  128. _G.infinjump = true
  129. end
  130. end
  131. end)
  132. end)
  133.  
  134. ComingSoon.Name = "Coming Soon"
  135. ComingSoon.Parent = Menu
  136. ComingSoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. ComingSoon.Position = UDim2.new(0.38164252, 0, 0.567944229, 0)
  138. ComingSoon.Size = UDim2.new(0, 114, 0, 50)
  139. ComingSoon.Font = Enum.Font.SourceSans
  140. ComingSoon.Text = "(COMING SOON)"
  141. ComingSoon.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. ComingSoon.TextSize = 14.000
  143.  
  144. JumpPower.Name = "Jump Power"
  145. JumpPower.Parent = Menu
  146. JumpPower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. JumpPower.Position = UDim2.new(0.724637687, 0, 0.25783971, 0)
  148. JumpPower.Size = UDim2.new(0, 114, 0, 50)
  149. JumpPower.Font = Enum.Font.SourceSans
  150. JumpPower.Text = "Jump Power"
  151. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. JumpPower.TextSize = 14.000
  153. JumpPower.MouseButton1Down:connect(function()
  154. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 115
  155. end)
  156.  
  157. ChatTroll.Name = "ChatTroll"
  158. ChatTroll.Parent = Menu
  159. ChatTroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  160. ChatTroll.Position = UDim2.new(0.724637687, 0, 0.567944229, 0)
  161. ChatTroll.Size = UDim2.new(0, 114, 0, 50)
  162. ChatTroll.Font = Enum.Font.SourceSans
  163. ChatTroll.Text = "Chat Troll"
  164. ChatTroll.TextColor3 = Color3.fromRGB(0, 0, 0)
  165. ChatTroll.TextSize = 14.000
  166. ChatTroll.MouseButton1Down:connect(function()
  167. count=0;stopped=true;local a=game.Players:GetPlayers()game.Players.LocalPlayer.Chatted:Connect(function(b)if b=="/e stop"then stopped=true elseif b=="/e start"then stopped=false end end)for c=1,#a do a[c].Chatted:connect(function(d)if stopped==false then if a[c].Name==game.Players.LocalPlayer.Name then count=count+1;print("Revoked request to log your chat("..count..").")else game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..a[c].Name.."]".." "..d,"All")end end end)end
  168. end)
Add Comment
Please, Sign In to add comment