Advertisement
Guest User

Site-76 Warp Exploit

a guest
Feb 5th, 2020
8,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local NetworkGUI = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Ngravity = Instance.new("TextButton")
  10. local ZeroGravity = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local SiteWarps = Instance.new("TextButton")
  13. local OpenFrame = Instance.new("Frame")
  14. local Open = Instance.new("TextButton")
  15. local SCP = Instance.new("Frame")
  16. local txt = Instance.new("TextLabel")
  17. local OldMan = Instance.new("TextButton")
  18. local ThePlagueDoctor = Instance.new("TextButton")
  19. local ShadowChild = Instance.new("TextButton")
  20. local CloseB = Instance.new("TextButton")
  21. local Penut = Instance.new("TextButton")
  22. local BurningMan = Instance.new("TextButton")
  23. local Mask = Instance.new("TextButton")
  24. local MissileStatus = Instance.new("TextButton")
  25. local MissileControl = Instance.new("TextButton")
  26.  
  27. --Properties:
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31. ScreenGui.ResetOnSpawn = false
  32.  
  33. NetworkGUI.Name = "NetworkGUI"
  34. NetworkGUI.Parent = ScreenGui
  35. NetworkGUI.Active = true
  36. NetworkGUI.Draggable = true
  37. NetworkGUI.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  38. NetworkGUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
  39. NetworkGUI.BorderSizePixel = 5
  40. NetworkGUI.Position = UDim2.new(0.403641194, 0, 0.521912217, 0)
  41. NetworkGUI.Size = UDim2.new(0, 367, 0, 206)
  42. NetworkGUI.Visible = false
  43.  
  44. TextLabel.Parent = NetworkGUI
  45. TextLabel.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  46. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  47. TextLabel.Position = UDim2.new(0.20527859, 0, 0.0406250022, 0)
  48. TextLabel.Size = UDim2.new(0, 201, 0, 35)
  49. TextLabel.Font = Enum.Font.SourceSans
  50. TextLabel.Text = "Network Gui"
  51. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. TextLabel.TextSize = 14.000
  53.  
  54. Ngravity.Name = "Ngravity"
  55. Ngravity.Parent = NetworkGUI
  56. Ngravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. Ngravity.Position = UDim2.new(0.54838711, 0, 0.39577207, 0)
  58. Ngravity.Size = UDim2.new(0, 140, 0, 23)
  59. Ngravity.Font = Enum.Font.SourceSans
  60. Ngravity.Text = "Normal Gravity"
  61. Ngravity.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. Ngravity.TextSize = 14.000
  63.  
  64. ZeroGravity.Name = "ZeroGravity"
  65. ZeroGravity.Parent = NetworkGUI
  66. ZeroGravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. ZeroGravity.Position = UDim2.new(0.0293255113, 0, 0.39577207, 0)
  68. ZeroGravity.Size = UDim2.new(0, 140, 0, 23)
  69. ZeroGravity.Font = Enum.Font.SourceSans
  70. ZeroGravity.Text = "Zero Gravity"
  71. ZeroGravity.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. ZeroGravity.TextSize = 14.000
  73.  
  74. Close.Name = "Close"
  75. Close.Parent = NetworkGUI
  76. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. Close.BackgroundTransparency = 1.000
  78. Close.Position = UDim2.new(0.874659419, 0, 0.0367647074, 0)
  79. Close.Size = UDim2.new(0, 39, 0, 35)
  80. Close.Font = Enum.Font.Gotham
  81. Close.Text = "X"
  82. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  83. Close.TextSize = 30.000
  84. Close.MouseButton1Down:connect(function()
  85. Open.Visible = true
  86. NetworkGUI.Visible = false
  87. end)
  88.  
  89. SiteWarps.Name = "Site-76 Warps"
  90. SiteWarps.Parent = NetworkGUI
  91. SiteWarps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. SiteWarps.Position = UDim2.new(0.289531469, 0, 0.840591133, 0)
  93. SiteWarps.Size = UDim2.new(0, 139, 0, 23)
  94. SiteWarps.Font = Enum.Font.SourceSans
  95. SiteWarps.Text = "Site-76 Warps"
  96. SiteWarps.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. SiteWarps.TextSize = 14.000
  98. SiteWarps.MouseButton1Down:connect(function()
  99. SCP.Visible = true
  100. end)
  101.  
  102. OpenFrame.Name = "OpenFrame"
  103. OpenFrame.Parent = ScreenGui
  104. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  105. OpenFrame.Position = UDim2.new(0.00913241971, 0, 0.48007971, 0)
  106. OpenFrame.Size = UDim2.new(0, 112, 0, 34)
  107.  
  108. Open.Name = "Open"
  109. Open.Parent = OpenFrame
  110. Open.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  111. Open.Position = UDim2.new(0.0446428582, 0, 0.0882352963, 0)
  112. Open.Size = UDim2.new(0, 102, 0, 27)
  113. Open.Font = Enum.Font.SciFi
  114. Open.Text = "Open"
  115. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. Open.TextSize = 14.000
  117. Open.MouseButton1Down:connect(function()
  118. NetworkGUI.Visible = true
  119. OpenFrame.Visible = false
  120. end)
  121.  
  122. SCP.Name = "SCP"
  123. SCP.Parent = ScreenGui
  124. SCP.Active = true
  125. SCP.Draggable = true
  126. SCP.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  127. SCP.BorderColor3 = Color3.fromRGB(0, 0, 0)
  128. SCP.BorderSizePixel = 5
  129. SCP.Position = UDim2.new(0.288356662, 0, 0.0418325476, 0)
  130. SCP.Size = UDim2.new(0, 334, 0, 218)
  131. SCP.Visible = false
  132.  
  133. txt.Parent = SCP
  134. txt.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  135. txt.BorderColor3 = Color3.fromRGB(0, 0, 0)
  136. txt.Position = UDim2.new(0.197435692, 0, 0.0339583345, 0)
  137. txt.Size = UDim2.new(0, 201, 0, 35)
  138. txt.Font = Enum.Font.SourceSans
  139. txt.Text = "Site-76 Warps"
  140. txt.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. txt.TextSize = 14.000
  142.  
  143. OldMan.Name = "OldMan"
  144. OldMan.Parent = SCP
  145. OldMan.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. OldMan.Position = UDim2.new(0.0353135355, 0, 0.493449271, 0)
  147. OldMan.Size = UDim2.new(0, 140, 0, 23)
  148. OldMan.Font = Enum.Font.SourceSans
  149. OldMan.Text = "The Old Man"
  150. OldMan.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. OldMan.TextSize = 14.000
  152.  
  153. ThePlagueDoctor.Name = "ThePlagueDoctor"
  154. ThePlagueDoctor.Parent = SCP
  155. ThePlagueDoctor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. ThePlagueDoctor.Position = UDim2.new(0.0353135355, 0, 0.285680324, 0)
  157. ThePlagueDoctor.Size = UDim2.new(0, 140, 0, 23)
  158. ThePlagueDoctor.Font = Enum.Font.SourceSans
  159. ThePlagueDoctor.Text = "The Plague Doctor"
  160. ThePlagueDoctor.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. ThePlagueDoctor.TextSize = 14.000
  162.  
  163. ShadowChild.Name = "ShadowChild"
  164. ShadowChild.Parent = SCP
  165. ShadowChild.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. ShadowChild.Position = UDim2.new(0.542792201, 0, 0.493449152, 0)
  167. ShadowChild.Size = UDim2.new(0, 140, 0, 23)
  168. ShadowChild.Font = Enum.Font.SourceSans
  169. ShadowChild.Text = "Shadow Child"
  170. ShadowChild.TextColor3 = Color3.fromRGB(0, 0, 0)
  171. ShadowChild.TextSize = 14.000
  172.  
  173. CloseB.Name = "Close"
  174. CloseB.Parent = SCP
  175. CloseB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. CloseB.BackgroundTransparency = 1.000
  177. CloseB.Position = UDim2.new(0.874659419, 0, 0.0367647074, 0)
  178. CloseB.Size = UDim2.new(0, 39, 0, 35)
  179. CloseB.Font = Enum.Font.Gotham
  180. CloseB.Text = "X"
  181. CloseB.TextColor3 = Color3.fromRGB(255, 0, 0)
  182. CloseB.TextSize = 30.000
  183. CloseB.MouseButton1Down:connect(function()
  184. SCP.Visible = false
  185. end)
  186.  
  187. Penut.Name = "Penut"
  188. Penut.Parent = SCP
  189. Penut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. Penut.Position = UDim2.new(0.0324295238, 0, 0.685806632, 0)
  191. Penut.Size = UDim2.new(0, 139, 0, 23)
  192. Penut.Font = Enum.Font.SourceSans
  193. Penut.Text = "Penut"
  194. Penut.TextColor3 = Color3.fromRGB(0, 0, 0)
  195. Penut.TextSize = 14.000
  196.  
  197. BurningMan.Name = "BurningMan"
  198. BurningMan.Parent = SCP
  199. BurningMan.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. BurningMan.Position = UDim2.new(0.5397982, 0, 0.28109318, 0)
  201. BurningMan.Size = UDim2.new(0, 140, 0, 23)
  202. BurningMan.Font = Enum.Font.SourceSans
  203. BurningMan.Text = "Burning Man"
  204. BurningMan.TextColor3 = Color3.fromRGB(0, 0, 0)
  205. BurningMan.TextSize = 14.000
  206.  
  207. Mask.Name = "Mask"
  208. Mask.Parent = SCP
  209. Mask.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  210. Mask.Position = UDim2.new(0.54440558, 0, 0.685806692, 0)
  211. Mask.Size = UDim2.new(0, 139, 0, 23)
  212. Mask.Font = Enum.Font.SourceSans
  213. Mask.Text = "Mask"
  214. Mask.TextColor3 = Color3.fromRGB(0, 0, 0)
  215. Mask.TextSize = 14.000
  216.  
  217. MissileStatus.Name = "MissileStatus"
  218. MissileStatus.Parent = SCP
  219. MissileStatus.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  220. MissileStatus.Position = UDim2.new(0.0324295238, 0, 0.855531454, 0)
  221. MissileStatus.Size = UDim2.new(0, 139, 0, 23)
  222. MissileStatus.Font = Enum.Font.SourceSans
  223. MissileStatus.Text = "Missile Status Room"
  224. MissileStatus.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. MissileStatus.TextSize = 14.000
  226.  
  227. MissileControl.Name = "MissileControl"
  228. MissileControl.Parent = SCP
  229. MissileControl.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. MissileControl.Position = UDim2.new(0.54440558, 0, 0.855531454, 0)
  231. MissileControl.Size = UDim2.new(0, 139, 0, 23)
  232. MissileControl.Font = Enum.Font.SourceSans
  233. MissileControl.Text = "Missile Control Room"
  234. MissileControl.TextColor3 = Color3.fromRGB(0, 0, 0)
  235. MissileControl.TextSize = 14.000
  236. --Scripts
  237. ZeroGravity.MouseButton1Down:connect(function()
  238. game.Workspace.Gravity = 0
  239. end)
  240.  
  241. Ngravity.MouseButton1Down:connect(function()
  242. game.Workspace.Gravity = 196.2
  243. end)
  244.  
  245.  
  246. ThePlagueDoctor.MouseButton1Down:connect(function()
  247. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(606.599243, -166.099716, 319.219482)
  248. end)
  249.  
  250.  
  251. Penut.MouseButton1Down:connect(function()
  252. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(625.179871, 21.6182766, -320.214264)
  253. end)
  254.  
  255. ShadowChild.MouseButton1Down:connect(function()
  256. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.95194817, -167.365082, -140.782333)
  257. end)
  258.  
  259.  
  260. OldMan.MouseButton1Down:connect(function()
  261. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(662.728027, -166.100006, -60.7211647)
  262. end)
  263.  
  264. Mask.MouseButton1Down:connect(function()
  265. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(209.007645, -166.126175, -59.7641449)
  266. end)
  267.  
  268. MissileControl.MouseButton1Down:connect(function()
  269. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(380.095551, 209.426804, 1388.63867)
  270. end)
  271.  
  272. MissileStatus.MouseButton1Down:connect(function()
  273. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.7826328, -164.826019, 162.31633)
  274. end)
  275.  
  276. BurningMan.MouseButton1Down:connect(function()
  277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(112.343285, -164.116791, -305.475006)
  278. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement