Advertisement
asdadsasd

WLS3 GUI

Nov 17th, 2019
4,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.83 KB | None | 0 0
  1. --Made By Thuận--
  2. -- Instances:
  3.  
  4. local WLS3 = Instance.new("ScreenGui")
  5. local tele = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local SpaceGym = Instance.new("TextButton")
  9. local UnderworldGym = Instance.new("TextButton")
  10. local SkyGym = Instance.new("TextButton")
  11. local BrawlArena = Instance.new("TextButton")
  12. local BrawlLobby = Instance.new("TextButton")
  13. local BigBoyBeach = Instance.new("TextButton")
  14. local Autofram = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local ON = Instance.new("TextButton")
  17. local OFF = Instance.new("TextButton")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local SpeedHack = Instance.new("TextButton")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21.  
  22. --Properties:
  23.  
  24. WLS3.Name = "WLS3"
  25. WLS3.Parent = game.CoreGui
  26. WLS3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. tele.Name = "tele"
  29. tele.Parent = WLS3
  30. tele.BackgroundColor3 = Color3.new(0, 0, 0)
  31. tele.BorderColor3 = Color3.new(1, 0, 0.498039)
  32. tele.BorderSizePixel = 3
  33. tele.Position = UDim2.new(0.554064691, 0, 0.0196560193, 0)
  34. tele.Size = UDim2.new(0, 143, 0, 209)
  35. tele.Active = true
  36. tele.Draggable = true
  37.  
  38. TextLabel.Parent = tele
  39. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  40. TextLabel.BorderColor3 = Color3.new(1, 0.333333, 0.498039)
  41. TextLabel.BorderSizePixel = 3
  42. TextLabel.Size = UDim2.new(0, 143, 0, 28)
  43. TextLabel.Font = Enum.Font.Bodoni
  44. TextLabel.Text = "Teleport"
  45. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  46. TextLabel.TextScaled = true
  47. TextLabel.TextSize = 14
  48. TextLabel.TextWrapped = true
  49.  
  50. TextButton.Parent = tele
  51. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  52. TextButton.BorderColor3 = Color3.new(1, 0, 0.498039)
  53. TextButton.BorderSizePixel = 3
  54. TextButton.Position = UDim2.new(0, 0, 0.16331467, 0)
  55. TextButton.Size = UDim2.new(0, 69, 0, 29)
  56. TextButton.Font = Enum.Font.Bodoni
  57. TextButton.Text = "Tiny Beach"
  58. TextButton.TextColor3 = Color3.new(1, 1, 1)
  59. TextButton.TextScaled = true
  60. TextButton.TextSize = 14
  61. TextButton.TextWrapped = true
  62. TextButton.MouseButton1Down:connect(function()
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-370, 4, 119)
  64. end)
  65.  
  66. SpaceGym.Name = "Space Gym"
  67. SpaceGym.Parent = tele
  68. SpaceGym.BackgroundColor3 = Color3.new(0, 0, 0)
  69. SpaceGym.BorderColor3 = Color3.new(1, 0, 0.498039)
  70. SpaceGym.BorderSizePixel = 3
  71. SpaceGym.Position = UDim2.new(0.517482519, 0, 0.16331467, 0)
  72. SpaceGym.Size = UDim2.new(0, 69, 0, 29)
  73. SpaceGym.Font = Enum.Font.Bodoni
  74. SpaceGym.Text = "Space Gym"
  75. SpaceGym.TextColor3 = Color3.new(1, 1, 1)
  76. SpaceGym.TextScaled = true
  77. SpaceGym.TextSize = 14
  78. SpaceGym.TextWrapped = true
  79. SpaceGym.MouseButton1Down:connect(function()
  80. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-469, 1387, -5401)
  81. end)
  82.  
  83. UnderworldGym.Name = "Underworld Gym"
  84. UnderworldGym.Parent = tele
  85. UnderworldGym.BackgroundColor3 = Color3.new(0, 0, 0)
  86. UnderworldGym.BorderColor3 = Color3.new(1, 0, 0.498039)
  87. UnderworldGym.BorderSizePixel = 3
  88. UnderworldGym.Position = UDim2.new(0, 0, 0.397390634, 0)
  89. UnderworldGym.Size = UDim2.new(0, 69, 0, 29)
  90. UnderworldGym.Font = Enum.Font.Bodoni
  91. UnderworldGym.Text = "Underworld Gym"
  92. UnderworldGym.TextColor3 = Color3.new(1, 1, 1)
  93. UnderworldGym.TextScaled = true
  94. UnderworldGym.TextSize = 14
  95. UnderworldGym.TextWrapped = true
  96. UnderworldGym.MouseButton1Down:connect(function()
  97. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-790, 5, 3573)
  98. end)
  99.  
  100. SkyGym.Name = "Sky Gym"
  101. SkyGym.Parent = tele
  102. SkyGym.BackgroundColor3 = Color3.new(0, 0, 0)
  103. SkyGym.BorderColor3 = Color3.new(1, 0, 0.498039)
  104. SkyGym.BorderSizePixel = 3
  105. SkyGym.Position = UDim2.new(0.517482519, 0, 0.397390634, 0)
  106. SkyGym.Size = UDim2.new(0, 69, 0, 29)
  107. SkyGym.Font = Enum.Font.Bodoni
  108. SkyGym.Text = "Sky Gym"
  109. SkyGym.TextColor3 = Color3.new(1, 1, 1)
  110. SkyGym.TextScaled = true
  111. SkyGym.TextSize = 14
  112. SkyGym.TextWrapped = true
  113. SkyGym.MouseButton1Down:connect(function()
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2190, 756, -240)
  115. end)
  116.  
  117. BrawlArena.Name = "Brawl Arena"
  118. BrawlArena.Parent = tele
  119. BrawlArena.BackgroundColor3 = Color3.new(0, 0, 0)
  120. BrawlArena.BorderColor3 = Color3.new(1, 0, 0.498039)
  121. BrawlArena.BorderSizePixel = 3
  122. BrawlArena.Position = UDim2.new(0, 0, 0.61678946, 0)
  123. BrawlArena.Size = UDim2.new(0, 69, 0, 29)
  124. BrawlArena.Font = Enum.Font.Bodoni
  125. BrawlArena.Text = "Brawl Arena"
  126. BrawlArena.TextColor3 = Color3.new(1, 1, 1)
  127. BrawlArena.TextScaled = true
  128. BrawlArena.TextSize = 14
  129. BrawlArena.TextWrapped = true
  130. BrawlArena.MouseButton1Down:connect(function()
  131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5790, 30, 2297)
  132. end)
  133.  
  134. BrawlLobby.Name = "Brawl Lobby"
  135. BrawlLobby.Parent = tele
  136. BrawlLobby.BackgroundColor3 = Color3.new(0, 0, 0)
  137. BrawlLobby.BorderColor3 = Color3.new(1, 0, 0.498039)
  138. BrawlLobby.BorderSizePixel = 3
  139. BrawlLobby.Position = UDim2.new(0.517482519, 0, 0.61678952, 0)
  140. BrawlLobby.Size = UDim2.new(0, 69, 0, 29)
  141. BrawlLobby.Font = Enum.Font.Bodoni
  142. BrawlLobby.Text = "Brawl Lobby"
  143. BrawlLobby.TextColor3 = Color3.new(1, 1, 1)
  144. BrawlLobby.TextScaled = true
  145. BrawlLobby.TextSize = 14
  146. BrawlLobby.TextWrapped = true
  147. BrawlLobby.MouseButton1Down:connect(function()
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5793, 159, 1941)
  149. end)
  150.  
  151. BigBoyBeach.Name = "Big Boy Beach"
  152. BigBoyBeach.Parent = tele
  153. BigBoyBeach.BackgroundColor3 = Color3.new(0, 0, 0)
  154. BigBoyBeach.BorderColor3 = Color3.new(1, 0, 0.498039)
  155. BigBoyBeach.BorderSizePixel = 3
  156. BigBoyBeach.Position = UDim2.new(0.202797204, 0, 0.828768194, 0)
  157. BigBoyBeach.Size = UDim2.new(0, 85, 0, 29)
  158. BigBoyBeach.Font = Enum.Font.Bodoni
  159. BigBoyBeach.Text = "Big Boy Beach"
  160. BigBoyBeach.TextColor3 = Color3.new(1, 1, 1)
  161. BigBoyBeach.TextScaled = true
  162. BigBoyBeach.TextSize = 14
  163. BigBoyBeach.TextWrapped = true
  164. BigBoyBeach.MouseButton1Down:connect(function()
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(22, 4, -228)
  166. end)
  167.  
  168. Autofram.Name = "Auto fram"
  169. Autofram.Parent = WLS3
  170. Autofram.BackgroundColor3 = Color3.new(0, 0, 0)
  171. Autofram.BorderColor3 = Color3.new(1, 0, 0.498039)
  172. Autofram.BorderSizePixel = 3
  173. Autofram.Position = UDim2.new(0.377269149, 0, 0.0196560193, 0)
  174. Autofram.Size = UDim2.new(0, 147, 0, 112)
  175.  
  176. TextLabel_2.Parent = Autofram
  177. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  178. TextLabel_2.BorderColor3 = Color3.new(1, 0, 0.498039)
  179. TextLabel_2.BorderSizePixel = 3
  180. TextLabel_2.Size = UDim2.new(0, 147, 0, 28)
  181. TextLabel_2.Font = Enum.Font.Bodoni
  182. TextLabel_2.Text = "Auto Fram All"
  183. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  184. TextLabel_2.TextScaled = true
  185. TextLabel_2.TextSize = 14
  186. TextLabel_2.TextWrapped = true
  187.  
  188. ON.Name = "ON"
  189. ON.Parent = Autofram
  190. ON.BackgroundColor3 = Color3.new(0, 0, 0)
  191. ON.BorderColor3 = Color3.new(1, 0, 0.498039)
  192. ON.BorderSizePixel = 3
  193. ON.Position = UDim2.new(0, 0, 0.309354126, 0)
  194. ON.Size = UDim2.new(0, 72, 0, 42)
  195. ON.Font = Enum.Font.Bodoni
  196. ON.Text = "ON"
  197. ON.TextColor3 = Color3.new(1, 1, 1)
  198. ON.TextScaled = true
  199. ON.TextSize = 14
  200. ON.TextWrapped = true
  201. ON.MouseButton1Down:connect(function()
  202. BP = Instance.new("Part", workspace)
  203. BP.Size = Vector3.new(5, 0, 5)
  204. BP.Anchored = true
  205. BP.CFrame = CFrame.new(Vector3.new(math.random(9000, 9999), math.random(9000, 9999), math.random(9000, 9999)))
  206. LP = game:GetService("Players").LocalPlayer;
  207. RS = game:GetService("RunService").RenderStepped;
  208. Character = LP.Character;
  209. _G.Toggle = true;
  210.  
  211. Character.PrimaryPart.CFrame = BP.CFrame*CFrame.new(0, 3, 0)
  212. repeat RS:wait();
  213. if Character:FindFirstChild("Weight") or Character:FindFirstChild("Pushups") then
  214. LP.strengthEvent:FireServer("rep");
  215. elseif LP.Backpack:FindFirstChild("Weight") then
  216. Character.Humanoid:EquipTool(game:GetService("Players").LocalPlayer.Backpack.Weight);
  217. LP.strengthEvent:FireServer("rep");
  218. Character.Humanoid:UnequipTools();
  219. elseif LP.Backpack:FindFirstChild("Pushups") then
  220. Character.Humanoid:EquipTool(game:GetService("Players").LocalPlayer.Backpack.Pushups);
  221. LP.strengthEvent:FireServer("rep");
  222. Character.Humanoid:UnequipTools();
  223. end;
  224. until _G.Toggle == false;
  225. end)
  226.  
  227. OFF.Name = "OFF"
  228. OFF.Parent = Autofram
  229. OFF.BackgroundColor3 = Color3.new(0, 0, 0)
  230. OFF.BorderColor3 = Color3.new(1, 0, 0.498039)
  231. OFF.BorderSizePixel = 3
  232. OFF.Position = UDim2.new(0.53061223, 0, 0.309354126, 0)
  233. OFF.Size = UDim2.new(0, 69, 0, 42)
  234. OFF.Font = Enum.Font.Bodoni
  235. OFF.Text = "OFF"
  236. OFF.TextColor3 = Color3.new(1, 1, 1)
  237. OFF.TextSize = 37
  238. OFF.TextWrapped = true
  239. OFF.MouseButton1Down:connect(function()
  240. BP = Instance.new("Part", workspace)
  241. BP.Size = Vector3.new(5, 0, 5)
  242. BP.Anchored = true
  243. BP.CFrame = CFrame.new(Vector3.new(math.random(9000, 9999), math.random(9000, 9999), math.random(9000, 9999)))
  244. LP = game:GetService("Players").LocalPlayer;
  245. RS = game:GetService("RunService").RenderStepped;
  246. Character = LP.Character;
  247. _G.Toggle = false;
  248.  
  249. Character.PrimaryPart.CFrame = BP.CFrame*CFrame.new(0, 3, 0)
  250. repeat RS:wait();
  251. if Character:FindFirstChild("Weight") or Character:FindFirstChild("Pushups") then
  252. LP.strengthEvent:FireServer("rep");
  253. elseif LP.Backpack:FindFirstChild("Weight") then
  254. Character.Humanoid:EquipTool(game:GetService("Players").LocalPlayer.Backpack.Weight);
  255. LP.strengthEvent:FireServer("rep");
  256. Character.Humanoid:UnequipTools();
  257. elseif LP.Backpack:FindFirstChild("Pushups") then
  258. Character.Humanoid:EquipTool(game:GetService("Players").LocalPlayer.Backpack.Pushups);
  259. LP.strengthEvent:FireServer("rep");
  260. Character.Humanoid:UnequipTools();
  261. end;
  262. until _G.Toggle == false;
  263. end)
  264.  
  265. TextLabel_3.Parent = Autofram
  266. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  267. TextLabel_3.BackgroundTransparency = 1
  268. TextLabel_3.Position = UDim2.new(-0.564625859, 0, -0.038961038, 0)
  269. TextLabel_3.Size = UDim2.new(0, 74, 0, 34)
  270. TextLabel_3.Font = Enum.Font.SourceSans
  271. TextLabel_3.Text = " except speed"
  272. TextLabel_3.TextColor3 = Color3.new(1, 0, 0)
  273. TextLabel_3.TextSize = 18
  274.  
  275. SpeedHack.Name = "SpeedHack"
  276. SpeedHack.Parent = Autofram
  277. SpeedHack.BackgroundColor3 = Color3.new(0, 0, 0)
  278. SpeedHack.BorderColor3 = Color3.new(1, 0, 0.498039)
  279. SpeedHack.BorderSizePixel = 3
  280. SpeedHack.Position = UDim2.new(0.108843535, 0, 0.777273595, 0)
  281. SpeedHack.Size = UDim2.new(0, 114, 0, 20)
  282. SpeedHack.Font = Enum.Font.Bodoni
  283. SpeedHack.Text = "Speed Hack"
  284. SpeedHack.TextColor3 = Color3.new(1, 1, 1)
  285. SpeedHack.TextScaled = true
  286. SpeedHack.TextSize = 14
  287. SpeedHack.TextWrapped = true
  288. SpeedHack.MouseButton1Down:connect(function()
  289. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  290. end)
  291.  
  292. TextLabel_4.Parent = Autofram
  293. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  294. TextLabel_4.BackgroundTransparency = 1
  295. TextLabel_4.Position = UDim2.new(-0.183673471, 0, 0.991071522, 0)
  296. TextLabel_4.Size = UDim2.new(0, 200, 0, 34)
  297. TextLabel_4.Font = Enum.Font.Cartoon
  298. TextLabel_4.Text = "Made By Thuận & PHTA Gaming"
  299. TextLabel_4.TextColor3 = Color3.new(1, 0, 0)
  300. TextLabel_4.TextSize = 15
  301. TextLabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement