Advertisement
Pastebloxian

Site 17 GUI

Mar 5th, 2019
8,934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.51 KB | None | 0 0
  1. --credits to T A Z#2803 and ``#4934 for making this GUI.
  2.  
  3. --this gui was released on v3rmillion.net
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TouchKill = Instance.new("TextButton")
  7. local X = Instance.new("TextButton")
  8. local scripts = Instance.new("Frame")
  9. local ControlRoom = Instance.new("TextButton")
  10. local HideName = Instance.new("TextButton")
  11. local Shattervast = Instance.new("TextButton")
  12. local Invisibility = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local Open = Instance.new("Frame")
  15. local OpenB = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = ScreenGui
  21. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  22. Main.BackgroundTransparency = 0.5
  23. Main.BorderSizePixel = 5
  24. Main.Position = UDim2.new(0.385948896, 0, 0.305114627, 0)
  25. Main.Size = UDim2.new(0, 303, 0, 235)
  26.  
  27. TouchKill.Name = "TouchKill"
  28. TouchKill.Parent = Main
  29. TouchKill.BackgroundColor3 = Color3.new(0, 0, 0)
  30. TouchKill.BackgroundTransparency = 0.5
  31. TouchKill.BorderColor3 = Color3.new(1, 1, 1)
  32. TouchKill.BorderSizePixel = 0
  33. TouchKill.Position = UDim2.new(0.539017498, 0, 0.196425483, 0)
  34. TouchKill.Size = UDim2.new(0, 126, 0, 50)
  35. TouchKill.Font = Enum.Font.GothamBold
  36. TouchKill.Text = "Touch Kill"
  37. TouchKill.TextColor3 = Color3.new(1, 1, 1)
  38. TouchKill.TextSize = 20
  39.  
  40. X.Name = "X"
  41. X.Parent = Main
  42. X.BackgroundColor3 = Color3.new(1, 1, 1)
  43. X.BackgroundTransparency = 1
  44. X.Size = UDim2.new(0, 28, 0, 27)
  45. X.Font = Enum.Font.GothamBold
  46. X.Text = "X"
  47. X.TextColor3 = Color3.new(1, 1, 1)
  48. X.TextSize = 20
  49.  
  50. scripts.Name = "scripts"
  51. scripts.Parent = Main
  52. scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  53. scripts.Size = UDim2.new(0, 100, 0, 100)
  54. scripts.Visible = false
  55.  
  56. ControlRoom.Name = "Control Room"
  57. ControlRoom.Parent = Main
  58. ControlRoom.BackgroundColor3 = Color3.new(0, 0, 0)
  59. ControlRoom.BackgroundTransparency = 0.5
  60. ControlRoom.BorderColor3 = Color3.new(1, 1, 1)
  61. ControlRoom.BorderSizePixel = 0
  62. ControlRoom.Position = UDim2.new(0.53283155, 0, 0.438978702, 0)
  63. ControlRoom.Size = UDim2.new(0, 126, 0, 50)
  64. ControlRoom.Font = Enum.Font.GothamBold
  65. ControlRoom.Text = "Control Room"
  66. ControlRoom.TextColor3 = Color3.new(1, 1, 1)
  67. ControlRoom.TextSize = 20
  68.  
  69. HideName.Name = "Hide Name"
  70. HideName.Parent = Main
  71. HideName.BackgroundColor3 = Color3.new(0, 0, 0)
  72. HideName.BackgroundTransparency = 0.5
  73. HideName.BorderColor3 = Color3.new(1, 1, 1)
  74. HideName.BorderSizePixel = 0
  75. HideName.Position = UDim2.new(0.291907459, 0, 0.69523406, 0)
  76. HideName.Size = UDim2.new(0, 126, 0, 50)
  77. HideName.Font = Enum.Font.GothamBold
  78. HideName.Text = "Hide Name"
  79. HideName.TextColor3 = Color3.new(1, 1, 1)
  80. HideName.TextSize = 20
  81.  
  82. Shattervast.Name = "Shattervast"
  83. Shattervast.Parent = Main
  84. Shattervast.BackgroundColor3 = Color3.new(0, 0, 0)
  85. Shattervast.BackgroundTransparency = 0.5
  86. Shattervast.BorderColor3 = Color3.new(1, 1, 1)
  87. Shattervast.BorderSizePixel = 0
  88. Shattervast.Position = UDim2.new(0.057584025, 0, 0.435574383, 0)
  89. Shattervast.Size = UDim2.new(0, 126, 0, 50)
  90. Shattervast.Font = Enum.Font.GothamBold
  91. Shattervast.Text = "Shattervast"
  92. Shattervast.TextColor3 = Color3.new(1, 1, 1)
  93. Shattervast.TextSize = 20
  94.  
  95. Invisibility.Name = "Invisibility"
  96. Invisibility.Parent = Main
  97. Invisibility.BackgroundColor3 = Color3.new(0, 0, 0)
  98. Invisibility.BackgroundTransparency = 0.5
  99. Invisibility.BorderColor3 = Color3.new(1, 1, 1)
  100. Invisibility.BorderSizePixel = 0
  101. Invisibility.Position = UDim2.new(0.057584025, 0, 0.193021193, 0)
  102. Invisibility.Size = UDim2.new(0, 126, 0, 50)
  103. Invisibility.Font = Enum.Font.GothamBold
  104. Invisibility.Text = "Inivsibility"
  105. Invisibility.TextColor3 = Color3.new(1, 1, 1)
  106. Invisibility.TextSize = 20
  107.  
  108. TextLabel.Parent = Main
  109. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextLabel.BackgroundTransparency = 1
  111. TextLabel.Position = UDim2.new(0.231023103, 0, -0.0212765951, 0)
  112. TextLabel.Size = UDim2.new(0, 163, 0, 50)
  113. TextLabel.Font = Enum.Font.SciFi
  114. TextLabel.Text = "Site Fucker"
  115. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  116. TextLabel.TextSize = 20
  117.  
  118. Open.Name = "Open"
  119. Open.Parent = ScreenGui
  120. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  121. Open.BackgroundTransparency = 1
  122. Open.Position = UDim2.new(0.466240883, 0, 0, 0)
  123. Open.Size = UDim2.new(0, 100, 0, 39)
  124. Open.Visible = false
  125.  
  126. OpenB.Name = "OpenB"
  127. OpenB.Parent = Open
  128. OpenB.BackgroundColor3 = Color3.new(0, 0, 0)
  129. OpenB.BackgroundTransparency = 0.20000000298023
  130. OpenB.Position = UDim2.new(-0.00335037708, 0, -0.13708514, 0)
  131. OpenB.Size = UDim2.new(0, 99, 0, 42)
  132. OpenB.Font = Enum.Font.GothamBlack
  133. OpenB.Text = "Open"
  134. OpenB.TextColor3 = Color3.new(1, 1, 1)
  135. OpenB.TextSize = 20
  136. -- Scripts:
  137. function SCRIPT_FBUT68_FAKESCRIPT() -- TouchKill.LocalScript
  138. local script = Instance.new('LocalScript')
  139. script.Parent = TouchKill
  140. local btn = script.Parent
  141. btn.MouseButton1Click:Connect(function()
  142. local LocalPlayer = game:GetService("Players").LocalPlayer
  143. local target = game.Players.LocalPlayer
  144. local torsoname = "Torso"
  145. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  146.    torsoname = "UpperTorso"
  147. end
  148. if target.Character ~= nil then
  149.    local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  150.    LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  151.    local tool = Instance.new("Tool", LocalPlayer.Backpack)
  152.    local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  153.    local hathandle = hat.Handle
  154.    hathandle.Parent = tool
  155.    hathandle.Massless = true
  156.    tool.GripPos = Vector3.new(0, 9e99, 0)
  157.    tool.Parent = LocalPlayer.Character
  158.    repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  159.    tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  160.    LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  161.    repeat
  162.        LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = target.Character:FindFirstChild("HumanoidRootPart").CFrame
  163.        wait()
  164.    until target.Character == nil
  165. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  166.    hathandle.Parent = hat
  167.    hathandle.Massless = false
  168.    tool:Destroy()
  169. end
  170. end)
  171.  
  172. end
  173. coroutine.resume(coroutine.create(SCRIPT_FBUT68_FAKESCRIPT))
  174. function SCRIPT_GPIX78_FAKESCRIPT() -- X.close script
  175. local script = Instance.new('LocalScript')
  176. script.Parent = X
  177. local frame = script.Parent.Parent
  178. local frame2 = script.Parent.Parent.Parent.Open
  179. script.Parent.MouseButton1Click:Connect(function()
  180. frame.Visible = false
  181. frame2.Visible = true
  182. end)
  183.  
  184. end
  185. coroutine.resume(coroutine.create(SCRIPT_GPIX78_FAKESCRIPT))
  186. function SCRIPT_SCTY70_FAKESCRIPT() -- scripts.round
  187. local script = Instance.new('LocalScript')
  188. script.Parent = scripts
  189. local frame = script.Parent.Parent
  190. frame.Style = Enum.FrameStyle.RobloxRound
  191.  
  192. end
  193. coroutine.resume(coroutine.create(SCRIPT_SCTY70_FAKESCRIPT))
  194. function SCRIPT_ZAAS66_FAKESCRIPT() -- scripts.x anim
  195. local script = Instance.new('LocalScript')
  196. script.Parent = scripts
  197. local button = script.Parent.Parent.X
  198. button.MouseEnter:connect(function(Anim)
  199. button.TextSize = 30
  200. end)
  201.  
  202. button.MouseLeave:connect(function(Anim2)
  203. button.TextSize = 18
  204. end)
  205.  
  206.  
  207. end
  208. coroutine.resume(coroutine.create(SCRIPT_ZAAS66_FAKESCRIPT))
  209. function SCRIPT_PPQK76_FAKESCRIPT() -- ControlRoom.LocalScript
  210. local script = Instance.new('LocalScript')
  211. script.Parent = ControlRoom
  212. local btn = script.Parent
  213. btn.MouseButton1Click:Connect(function()
  214. local player = game:GetService("Players").LocalPlayer
  215. player.Character.HumanoidRootPart.CFrame = CFrame.new(-316.290619, 4.60035276, -457.796326)
  216. end)
  217.  
  218. end
  219. coroutine.resume(coroutine.create(SCRIPT_PPQK76_FAKESCRIPT))
  220. function SCRIPT_JGZL81_FAKESCRIPT() -- HideName.LocalScript
  221. local script = Instance.new('LocalScript')
  222. script.Parent = HideName
  223. local btn = script.Parent
  224. btn.MouseButton1Click:Connect(function()
  225. local player = game:GetService("Players").LocalPlayer
  226. player.Character.Head.Rank:remove()
  227.  
  228. end)
  229.  
  230. end
  231. coroutine.resume(coroutine.create(SCRIPT_JGZL81_FAKESCRIPT))
  232. function SCRIPT_PCCP90_FAKESCRIPT() -- Shattervast.LocalScript
  233. local script = Instance.new('LocalScript')
  234. script.Parent = Shattervast
  235. local btn = script.Parent
  236. btn.MouseButton1Click:Connect(function()
  237. loadstring(game:HttpGet("https://pastebin.com/raw/ghqrhtDB", true))()
  238. end)
  239.  
  240. end
  241. coroutine.resume(coroutine.create(SCRIPT_PCCP90_FAKESCRIPT))
  242. function SCRIPT_KOEI70_FAKESCRIPT() -- Invisibility.LocalScript
  243. local script = Instance.new('LocalScript')
  244. script.Parent = Invisibility
  245. local btn = script.Parent
  246. btn.MouseButton1Click:Connect(function()
  247. local player = game.Players.LocalPlayer
  248. position     = player.Character.HumanoidRootPart.Position
  249. wait(0.2)
  250. player.Character:MoveTo(position + Vector3.new(0, 99999999, 0))
  251. wait(0.2)
  252. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  253. wait(0.2)
  254. player.Character.HumanoidRootPart:Destroy()
  255. humanoidrootpart.Parent = player.Character
  256. player.Character:MoveTo(position)
  257. wait()
  258. -- Remove this if you want to see yourself (others still won't see you)
  259. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  260. game.Players.LocalPlayer.Character.Head.Transparency  = 1
  261. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  262. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  263. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  264. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  265. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  266. game.Players.LocalPlayer.Character.Head.face:Remove()
  267. end)
  268.  
  269. end
  270. coroutine.resume(coroutine.create(SCRIPT_KOEI70_FAKESCRIPT))
  271. function SCRIPT_DGJY81_FAKESCRIPT() -- ScreenGui.LocalScript
  272. local script = Instance.new('LocalScript')
  273. script.Parent = ScreenGui
  274. local frame = script.Parent.Main
  275. frame.Draggable = true
  276. frame.Active = true
  277. frame.Selectable = true
  278.  
  279.  
  280. end
  281. coroutine.resume(coroutine.create(SCRIPT_DGJY81_FAKESCRIPT))
  282. function SCRIPT_VBJV67_FAKESCRIPT() -- OpenB.LocalScript
  283. local script = Instance.new('LocalScript')
  284. script.Parent = OpenB
  285. local frame = script.Parent.Parent.Parent.Main
  286. script.Parent.MouseButton1Click:Connect(function()
  287. frame.Visible = true
  288. script.Parent.Parent.Visible = false
  289. end)
  290.  
  291. end
  292. coroutine.resume(coroutine.create(SCRIPT_VBJV67_FAKESCRIPT))
  293. function SCRIPT_STWY85_FAKESCRIPT() -- OpenB.LocalScript
  294. local script = Instance.new('LocalScript')
  295. script.Parent = OpenB
  296. local button = script.Parent.Parent.OpenB
  297. button.MouseEnter:connect(function(Anim)
  298. button.TextSize = 25
  299. end)
  300.  
  301. button.MouseLeave:connect(function(Anim2)
  302. button.TextSize = 18
  303. end)
  304.  
  305.  
  306. end
  307. coroutine.resume(coroutine.create(SCRIPT_STWY85_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement