Advertisement
BosSu_006

SKYWARS (old)

Dec 24th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.96 KB | None | 0 0
  1. --Made By Allan - Exploits & Hacks ON YouTube! Please do not steal this gui!
  2. local plr = game:GetService('Players').LocalPlayer.Character
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local Frame = Instance.new("Frame")
  7. local BeautyA = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local BeautyA_2 = Instance.new("Frame")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local AIM = Instance.new("TextButton")
  12. local CTP = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local MI = Instance.new("TextButton")
  15. local MVIP = Instance.new("TextButton")
  16. local Plate = Instance.new("TextButton")
  17. local Shop = Instance.new("TextButton")
  18. local VIP = Instance.new("TextButton")
  19. local Walls = Instance.new("TextButton")
  20.  
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.CoreGui
  25. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27.  
  28.  
  29. OpenFrame.Name = "OpenFrame"
  30. OpenFrame.Parent = ScreenGui
  31. OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  32. OpenFrame.Position = UDim2.new(0, 0, 0.54422605, 0)
  33. OpenFrame.Selectable = true
  34. OpenFrame.Size = UDim2.new(0, 117, 0, 53)
  35.  
  36.  
  37. Open.Name = "Open"
  38. Open.Parent = OpenFrame
  39. Open.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  40. Open.Position = UDim2.new(0.00854700897, 0, 0, 0)
  41. Open.Size = UDim2.new(0, 116, 0, 52)
  42. Open.Font = Enum.Font.SourceSansItalic
  43. Open.Text = "Open"
  44. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. Open.TextSize = 40.000
  46. Open.MouseButton1Down:connect(function()
  47. Frame.Visible = true
  48. OpenFrame.Visible = false
  49. end)
  50.  
  51. Frame.Parent = ScreenGui
  52. Frame.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  53. Frame.BackgroundTransparency = 0.250
  54. Frame.Position = UDim2.new(0.396668673, 0, 0.224815726, 0)
  55. Frame.Size = UDim2.new(0, 502, 0, 287)
  56. Frame.Draggable = true
  57. Frame.Visible = false
  58.  
  59. BeautyA.Name = "BeautyA"
  60. BeautyA.Parent = Frame
  61. BeautyA.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  62. BeautyA.BackgroundTransparency = 0.200
  63. BeautyA.Size = UDim2.new(0, 502, 0, 37)
  64.  
  65. TextLabel.Parent = BeautyA
  66. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. TextLabel.BackgroundTransparency = 1.000
  68. TextLabel.Position = UDim2.new(0.0199203193, 0, 0, 0)
  69. TextLabel.Size = UDim2.new(0, 502, 0, 37)
  70. TextLabel.Font = Enum.Font.SourceSans
  71. TextLabel.Text = "SkyWars Gui!"
  72. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. TextLabel.TextSize = 40.000
  74. TextLabel.Draggable = true
  75.  
  76.  
  77. BeautyA_2.Name = "BeautyA"
  78. BeautyA_2.Parent = Frame
  79. BeautyA_2.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  80. BeautyA_2.BackgroundTransparency = 0.200
  81. BeautyA_2.Position = UDim2.new(0, 0, 0.87108016, 0)
  82. BeautyA_2.Size = UDim2.new(0, 502, 0, 37)
  83.  
  84.  
  85. TextLabel_2.Parent = BeautyA_2
  86. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. TextLabel_2.BackgroundTransparency = 1.000
  88. TextLabel_2.Size = UDim2.new(0, 502, 0, 37)
  89. TextLabel_2.Font = Enum.Font.SourceSans
  90. TextLabel_2.Text = "Made By Allan - Exploits & Hacks on YT"
  91. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. TextLabel_2.TextSize = 31.000
  93. TextLabel_2.Draggable = true
  94.  
  95.  
  96. AIM.Name = "AIM"
  97. AIM.Parent = Frame
  98. AIM.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  99. AIM.BackgroundTransparency = 0.200
  100. AIM.Position = UDim2.new(0.379655898, 0, 0.175971001, 0)
  101. AIM.Size = UDim2.new(0, 140, 0, 48)
  102. AIM.Font = Enum.Font.SourceSansSemibold
  103. AIM.Text = "Teleport Players to you!"
  104. AIM.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. AIM.TextScaled = true
  106. AIM.TextSize = 29.000
  107. AIM.TextWrapped = true
  108. AIM.MouseButton1Down:connect(function()
  109. for i , v in pairs(game.Players:GetChildren()) do
  110. if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") then
  111. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  112. v.Character.HumanoidRootPart.Anchored = true
  113. end
  114. end
  115. end)
  116.  
  117. CTP.Name = "CTP"
  118. CTP.Parent = Frame
  119. CTP.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  120. CTP.BackgroundTransparency = 0.200
  121. CTP.Position = UDim2.new(0.719589233, 0, 0.412819207, 0)
  122. CTP.Size = UDim2.new(0, 140, 0, 48)
  123. CTP.Font = Enum.Font.SourceSansSemibold
  124. CTP.Text = "Ctrl+Tp"
  125. CTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. CTP.TextScaled = true
  127. CTP.TextSize = 29.000
  128. CTP.TextWrapped = true
  129. CTP.MouseButton1Down:connect(function()
  130. local Player = game.Players.LocalPlayer
  131. local Mouse = Player:GetMouse()
  132. local UserInputService = game:GetService('UserInputService')
  133.  
  134. local HoldingControl = false
  135.  
  136. Mouse.Button1Down:connect(function()
  137. if HoldingControl then
  138. Player.Character:MoveTo(Mouse.Hit.p)
  139. end
  140. end)
  141.  
  142. UserInputService.InputBegan:connect(function(Input, Processed)
  143. if Input.UserInputType == Enum.UserInputType.Keyboard then
  144. if Input.KeyCode == Enum.KeyCode.LeftControl then
  145. HoldingControl = true
  146. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  147. HoldingControl = true
  148. end
  149. end
  150. end)
  151.  
  152. UserInputService.InputEnded:connect(function(Input, Processed)
  153. if Input.UserInputType == Enum.UserInputType.Keyboard then
  154. if Input.KeyCode == Enum.KeyCode.LeftControl then
  155. HoldingControl = false
  156. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  157. HoldingControl = false
  158. end
  159. end
  160. end)
  161. end)
  162.  
  163. Close.Name = "Close"
  164. Close.Parent = Frame
  165. Close.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  166. Close.BackgroundTransparency = 0.200
  167. Close.Position = UDim2.new(0.86038202, 0, -0.00166513026, 0)
  168. Close.Size = UDim2.new(0, 70, 0, 37)
  169. Close.Font = Enum.Font.SourceSansSemibold
  170. Close.Text = "X"
  171. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. Close.TextScaled = true
  173. Close.TextSize = 29.000
  174. Close.TextWrapped = true
  175. Close.MouseButton1Down:connect(function()
  176. Frame.Visible = false
  177. OpenFrame.Visible = true
  178. end)
  179.  
  180. MI.Name = "MI"
  181. MI.Parent = Frame
  182. MI.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  183. MI.BackgroundTransparency = 0.200
  184. MI.Position = UDim2.new(0.719589233, 0, 0.175971001, 0)
  185. MI.Size = UDim2.new(0, 140, 0, 48)
  186. MI.Font = Enum.Font.SourceSansSemibold
  187. MI.Text = "MiddleIsland"
  188. MI.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. MI.TextScaled = true
  190. MI.TextSize = 29.000
  191. MI.TextWrapped = true
  192. MI.MouseButton1Down:connect(function()
  193. local plr = game:GetService('Players').LocalPlayer.Character
  194. plr.HumanoidRootPart.CFrame = CFrame.new(-8, 164, 12)
  195. end)
  196.  
  197.  
  198. MVIP.Name = "MVIP"
  199. MVIP.Parent = Frame
  200. MVIP.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  201. MVIP.BackgroundTransparency = 0.200
  202. MVIP.Position = UDim2.new(-0.00173771381, 0, 0.175971001, 0)
  203. MVIP.Size = UDim2.new(0, 140, 0, 48)
  204. MVIP.Font = Enum.Font.SourceSansSemibold
  205. MVIP.Text = "Mega Vip"
  206. MVIP.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. MVIP.TextSize = 34.000
  208. MVIP.MouseButton1Down:connect(function()
  209. local plr = game:GetService('Players').LocalPlayer.Character
  210. plr.HumanoidRootPart.CFrame = CFrame.new(12, 264, 79)
  211. end)
  212.  
  213. Plate.Name = "Plate"
  214. Plate.Parent = Frame
  215. Plate.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  216. Plate.BackgroundTransparency = 0.200
  217. Plate.Position = UDim2.new(-0.00173771381, 0, 0.649667382, 0)
  218. Plate.Size = UDim2.new(0, 214, 0, 48)
  219. Plate.Font = Enum.Font.SourceSansSemibold
  220. Plate.Text = "Delete all KillPlates"
  221. Plate.TextColor3 = Color3.fromRGB(0, 0, 0)
  222. Plate.TextScaled = true
  223. Plate.TextSize = 29.000
  224. Plate.TextWrapped = true
  225. Plate.MouseButton1Down:connect(function()
  226. game.workspace.Lobby.KillPlates:remove()
  227. end)
  228.  
  229. Shop.Name = "Shop"
  230. Shop.Parent = Frame
  231. Shop.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  232. Shop.BackgroundTransparency = 0.200
  233. Shop.Position = UDim2.new(0.379655898, 0, 0.412819207, 0)
  234. Shop.Size = UDim2.new(0, 140, 0, 48)
  235. Shop.Font = Enum.Font.SourceSansSemibold
  236. Shop.Text = "Shop"
  237. Shop.TextColor3 = Color3.fromRGB(0, 0, 0)
  238. Shop.TextScaled = true
  239. Shop.TextSize = 29.000
  240. Shop.TextWrapped = true
  241. Shop.MouseButton1Down:connect(function()
  242. local plr = game:GetService('Players').LocalPlayer.Character
  243. plr.HumanoidRootPart.CFrame = CFrame.new(60, 260.5, 0)
  244. end)
  245.  
  246.  
  247. VIP.Name = "VIP"
  248. VIP.Parent = Frame
  249. VIP.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  250. VIP.BackgroundTransparency = 0.200
  251. VIP.Position = UDim2.new(-0.00173771381, 0, 0.412819207, 0)
  252. VIP.Size = UDim2.new(0, 140, 0, 48)
  253. VIP.Font = Enum.Font.SourceSansSemibold
  254. VIP.Text = "Vip"
  255. VIP.TextColor3 = Color3.fromRGB(0, 0, 0)
  256. VIP.TextSize = 34.000
  257. VIP.MouseButton1Down:connect(function()
  258. local plr = game:GetService('Players').LocalPlayer.Character
  259. plr.HumanoidRootPart.CFrame = CFrame.new(-11, 264, -79)
  260. end)
  261.  
  262.  
  263. Walls.Name = "Walls"
  264. Walls.Parent = Frame
  265. Walls.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
  266. Walls.BackgroundTransparency = 0.200
  267. Walls.Position = UDim2.new(0.456317842, 0, 0.649667382, 0)
  268. Walls.Size = UDim2.new(0, 260, 0, 48)
  269. Walls.Font = Enum.Font.SourceSansSemibold
  270. Walls.Text = "Delete all invisible walls"
  271. Walls.TextColor3 = Color3.fromRGB(0, 0, 0)
  272. Walls.TextScaled = true
  273. Walls.TextSize = 29.000
  274. Walls.TextWrapped = true
  275. Walls.MouseButton1Down:connect(function()
  276. game.workspace.Borders.InvisibleBorder:remove()
  277. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement