Advertisement
Guest User

Untitled

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