Advertisement
dkg_yt

THOT gui (redwood prison roblox gui)

May 6th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.10 KB | None | 0 0
  1. -- Instances:
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local THOTgui_main = Instance.new("Frame")
  4. local ScrollingFrame = Instance.new("ScrollingFrame")
  5. local killall = Instance.new("TextButton")
  6. local tazeall = Instance.new("TextButton")
  7. local noclip = Instance.new("TextButton")
  8. local clip = Instance.new("TextButton")
  9. local pressZtp = Instance.new("TextButton")
  10. local psyHub = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. THOTgui_main.Name = "THOT gui_main"
  17. THOTgui_main.Parent = ScreenGui
  18. THOTgui_main.BackgroundColor3 = Color3.new(1, 0, 0)
  19. THOTgui_main.Position = UDim2.new(0, 0, 0.536855042, 0)
  20. THOTgui_main.Size = UDim2.new(0, 199, 0, 377)
  21.  
  22. ScrollingFrame.Parent = THOTgui_main
  23. ScrollingFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  24. ScrollingFrame.Position = UDim2.new(-0.00470589893, 0, 0.144145295, 0)
  25. ScrollingFrame.Size = UDim2.new(0, 199, 0, 322)
  26. ScrollingFrame.CanvasPosition = Vector2.new(0, 80.5)
  27. ScrollingFrame.ScrollBarThickness = 10
  28.  
  29. killall.Name = "kill all"
  30. killall.Parent = ScrollingFrame
  31. killall.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  32. killall.Position = UDim2.new(0, 0, 0.0339390785, 0)
  33. killall.Size = UDim2.new(0, 180, 0, 50)
  34. killall.Font = Enum.Font.SourceSans
  35. killall.Text = "kill all"
  36. killall.TextColor3 = Color3.new(0, 0, 0)
  37. killall.TextSize = 24
  38. killall.MouseButton1Click:connect(function()
  39.     for _, v in pairs(game.Players:GetChildren()) do
  40. game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100) --keep in mind friendly fire is off
  41. end
  42. end)
  43.  
  44. tazeall.Name = "taze all"
  45. tazeall.Parent = ScrollingFrame
  46. tazeall.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  47. tazeall.Position = UDim2.new(0, 0, 0.121472232, 0)
  48. tazeall.Size = UDim2.new(0, 180, 0, 50)
  49. tazeall.Font = Enum.Font.SourceSans
  50. tazeall.Text = "taze all"
  51. tazeall.TextColor3 = Color3.new(0, 0, 0)
  52. tazeall.TextSize = 24
  53. tazeall.MouseButton1Click:connect(function()
  54.     for _, v in pairs(game.Players:GetChildren()) do
  55. game.Workspace.resources.RemoteEvent:FireServer("tase", v) --keep in mind friendly fire is off
  56. end
  57. end)
  58.  
  59. noclip.Name = "noclip"
  60. noclip.Parent = ScrollingFrame
  61. noclip.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  62. noclip.Position = UDim2.new(0, 0, 0.199721575, 0)
  63. noclip.Size = UDim2.new(0, 180, 0, 50)
  64. noclip.Font = Enum.Font.SourceSans
  65. noclip.Text = "noclip"
  66. noclip.TextColor3 = Color3.new(0, 0, 0)
  67. noclip.TextSize = 24
  68. noclip.MouseButton1Click:Connect(function()
  69.     local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  70. end)
  71.  
  72.  
  73.  
  74. clip.Name = "clip"
  75. clip.Parent = ScrollingFrame
  76. clip.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  77. clip.Position = UDim2.new(0, 0, 0.27797091, 0)
  78. clip.Size = UDim2.new(0, 180, 0, 50)
  79. clip.Font = Enum.Font.SourceSans
  80. clip.Text = "clip"
  81. clip.TextColor3 = Color3.new(0, 0, 0)
  82. clip.TextSize = 24
  83. clip.MouseButton1Click:Connect(function()
  84.     local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = true elseif v.ClassName == "Model" then v.Head.CanCollide = true end end) end end game:service("RunService").Stepped:wait() end
  85. end)
  86.  
  87. pressZtp.Name = "pressZtp"
  88. pressZtp.Parent = ScrollingFrame
  89. pressZtp.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  90. pressZtp.Position = UDim2.new(0, 0, 0.357546508, 0)
  91. pressZtp.Size = UDim2.new(0, 180, 0, 50)
  92. pressZtp.Font = Enum.Font.SourceSans
  93. pressZtp.Text = "press z tp"
  94. pressZtp.TextColor3 = Color3.new(0, 0, 0)
  95. pressZtp.TextSize = 24
  96. pressZtp.MouseButton1Down:connect(function()
  97.     plr = game.Players.LocalPlayer
  98.  
  99. hum = plr.Character.HumanoidRootPart
  100.  
  101. mouse = plr:GetMouse()
  102.  
  103.  
  104.  
  105. mouse.KeyDown:connect(function(key)
  106.  
  107. if key == "z" then
  108.  
  109. if mouse.Target then
  110.  
  111. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  112.  
  113. end
  114.  
  115. end
  116. end)
  117. end)
  118.  
  119.  
  120. psyHub.Name = "psyHub"
  121. psyHub.Parent = ScrollingFrame
  122. psyHub.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  123. psyHub.Position = UDim2.new(0, 0, 0.437122107, 0)
  124. psyHub.Size = UDim2.new(0, 180, 0, 50)
  125. psyHub.Font = Enum.Font.SourceSans
  126. psyHub.Text = "psyHub"
  127. psyHub.TextColor3 = Color3.new(0, 0, 0)
  128. psyHub.TextSize = 24
  129. psyHub.MouseButton1Click:connect(function()
  130.       loadstring(game:GetObjects("rbxassetid://03044718876")[1].Source)()
  131. end)
  132.  
  133. TextLabel.Parent = THOTgui_main
  134. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  135. TextLabel.BackgroundTransparency = 1
  136. TextLabel.Position = UDim2.new(-0.0115450164, 0, 0.00900357962, 0)
  137. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  138. TextLabel.Font = Enum.Font.SourceSans
  139. TextLabel.Text = "THOT Gui"
  140. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  141. TextLabel.TextSize = 33
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement