Advertisement
asdadsasd

Saber Sucks

Nov 21st, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.21 KB | None | 0 0
  1. --Made By Thuận--
  2. -- Instances:
  3.  
  4. local SaberSimulator = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local AutoFarm = Instance.new("TextLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TPStuff = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local MoreStuff = Instance.new("TextLabel")
  11. local AutoClick = Instance.new("TextButton")
  12. local AutoFarmSell = Instance.new("TextLabel")
  13. local ON = Instance.new("TextButton")
  14. local OFF = Instance.new("TextButton")
  15. local TPCoins = Instance.new("TextButton")
  16. local TPTurkey = Instance.new("TextButton")
  17. local Island3 = Instance.new("TextButton")
  18. local Island4 = Instance.new("TextButton")
  19. local Island5 = Instance.new("TextButton")
  20. local KillAll = Instance.new("TextButton")
  21. local Flag1 = Instance.new("TextButton")
  22. local Flag2 = Instance.new("TextButton")
  23. local Flag3 = Instance.new("TextButton")
  24. local Flag4 = Instance.new("TextButton")
  25. local Flag5 = Instance.new("TextButton")
  26. local Flag6 = Instance.new("TextButton")
  27. local Flag7 = Instance.new("TextButton")
  28. local Flag8 = Instance.new("TextButton")
  29. local Flag9 = Instance.new("TextButton")
  30. local Flag10 = Instance.new("TextButton")
  31. local Flag11 = Instance.new("TextButton")
  32. local Flag12 = Instance.new("TextButton")
  33. local JumpPower = Instance.new("TextButton")
  34. local InJumpPower = Instance.new("TextBox")
  35. local TextLabel_4 = Instance.new("TextLabel")
  36.  
  37. --Properties:
  38.  
  39. SaberSimulator.Name = "Saber Simulator"
  40. SaberSimulator.Parent = game.CoreGui
  41. SaberSimulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. Frame.Parent = SaberSimulator
  44. Frame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  45. Frame.BorderSizePixel = 3
  46. Frame.Position = UDim2.new(0.261572361, 0, 0.310679615, 0)
  47. Frame.Size = UDim2.new(0, 649, 0, 311)
  48. Frame.Active = true
  49. Frame.Draggable = true
  50.  
  51. AutoFarm.Name = "Auto Farm"
  52. AutoFarm.Parent = Frame
  53. AutoFarm.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  54. AutoFarm.BorderSizePixel = 3
  55. AutoFarm.Position = UDim2.new(-0.000770416111, 0, -0.00160771701, 0)
  56. AutoFarm.Size = UDim2.new(0, 210, 0, 50)
  57. AutoFarm.Font = Enum.Font.Cartoon
  58. AutoFarm.Text = "Auto Farm"
  59. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  60. AutoFarm.TextSize = 32
  61. AutoFarm.TextWrapped = true
  62.  
  63. TextLabel.Parent = AutoFarm
  64. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  65. TextLabel.Position = UDim2.new(1.00952387, 0, 0, 0)
  66. TextLabel.Size = UDim2.new(0, 5, 0, 311)
  67. TextLabel.Font = Enum.Font.SourceSans
  68. TextLabel.Text = ""
  69. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  70. TextLabel.TextSize = 14
  71.  
  72. TPStuff.Name = "TP Stuff"
  73. TPStuff.Parent = Frame
  74. TPStuff.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  75. TPStuff.BorderSizePixel = 3
  76. TPStuff.Position = UDim2.new(0.338212639, 0, -0.00160771701, 0)
  77. TPStuff.Size = UDim2.new(0, 210, 0, 50)
  78. TPStuff.Font = Enum.Font.Cartoon
  79. TPStuff.Text = "TP Stuff"
  80. TPStuff.TextColor3 = Color3.new(1, 1, 1)
  81. TPStuff.TextSize = 32
  82. TPStuff.TextWrapped = true
  83.  
  84. TextLabel_2.Parent = TPStuff
  85. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  86. TextLabel_2.Position = UDim2.new(1.00952387, 0, 0, 0)
  87. TextLabel_2.Size = UDim2.new(0, 5, 0, 311)
  88. TextLabel_2.Font = Enum.Font.SourceSans
  89. TextLabel_2.Text = ""
  90. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  91. TextLabel_2.TextSize = 14
  92.  
  93. MoreStuff.Name = "More Stuff"
  94. MoreStuff.Parent = Frame
  95. MoreStuff.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  96. MoreStuff.BorderSizePixel = 3
  97. MoreStuff.Position = UDim2.new(0.675654888, 0, -0.00160771701, 0)
  98. MoreStuff.Size = UDim2.new(0, 210, 0, 50)
  99. MoreStuff.Font = Enum.Font.Cartoon
  100. MoreStuff.Text = "More Stuff"
  101. MoreStuff.TextColor3 = Color3.new(1, 1, 1)
  102. MoreStuff.TextSize = 32
  103. MoreStuff.TextWrapped = true
  104.  
  105. AutoClick.Name = "Auto Click"
  106. AutoClick.Parent = Frame
  107. AutoClick.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  108. AutoClick.BorderSizePixel = 0
  109. AutoClick.Position = UDim2.new(0, 0, 0.192926049, 0)
  110. AutoClick.Size = UDim2.new(0, 211, 0, 50)
  111. AutoClick.Font = Enum.Font.Cartoon
  112. AutoClick.Text = "Auto Click"
  113. AutoClick.TextColor3 = Color3.new(1, 1, 1)
  114. AutoClick.TextSize = 35
  115. AutoClick.MouseButton1Click:Connect(function()
  116. while true do
  117. local Event = game:GetService("ReplicatedStorage").Events.Clicked
  118. Event:FireServer()
  119.  
  120. wait()
  121. end
  122. end)
  123.  
  124. AutoFarmSell.Name = "Auto Farm & Sell"
  125. AutoFarmSell.Parent = Frame
  126. AutoFarmSell.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  127. AutoFarmSell.BorderSizePixel = 0
  128. AutoFarmSell.Position = UDim2.new(-0.000770416053, 0, 0.389067531, 0)
  129. AutoFarmSell.Size = UDim2.new(0, 211, 0, 50)
  130. AutoFarmSell.Font = Enum.Font.Cartoon
  131. AutoFarmSell.Text = "Auto Farm & Sell"
  132. AutoFarmSell.TextColor3 = Color3.new(1, 1, 1)
  133. AutoFarmSell.TextScaled = true
  134. AutoFarmSell.TextSize = 14
  135. AutoFarmSell.TextWrapped = true
  136.  
  137. ON.Name = "ON"
  138. ON.Parent = AutoFarmSell
  139. ON.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  140. ON.BorderSizePixel = 0
  141. ON.Position = UDim2.new(0, 0, 1.27999997, 0)
  142. ON.Size = UDim2.new(0, 102, 0, 50)
  143. ON.Font = Enum.Font.Cartoon
  144. ON.Text = "ON"
  145. ON.TextColor3 = Color3.new(0, 1, 0)
  146. ON.TextScaled = true
  147. ON.TextSize = 14
  148. ON.TextWrapped = true
  149. ON.MouseButton1Click:Connect(function()
  150. local plr = game.Players.LocalPlayer
  151. local char = plr.Character
  152. local hum = char.HumanoidRootPart
  153. local rs = game:GetService("RunService").RenderStepped
  154. nc = true
  155. if nc == true then
  156. rs:Connect(function()
  157. char.Humanoid:ChangeState(11)
  158. end)
  159. end
  160. local rs = game:GetService("RunService").RenderStepped
  161. while rs:wait() do
  162. for i,v in pairs(plr.Backpack:GetChildren()) do
  163. if v.ClassName == "Tool" then
  164. v.Parent = plr.Character
  165. end
  166. end
  167. game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
  168. hum.CFrame = CFrame.new(game:GetService("Workspace").Locations.Sell.Position + Vector3.new(0,-12,0))
  169. game:GetService("ReplicatedStorage").Events.Sell:FireServer()
  170. end
  171. end)
  172.  
  173. OFF.Name = "OFF"
  174. OFF.Parent = AutoFarmSell
  175. OFF.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  176. OFF.BorderSizePixel = 0
  177. OFF.Position = UDim2.new(0.51184833, 0, 1.27999997, 0)
  178. OFF.Size = UDim2.new(0, 102, 0, 50)
  179. OFF.Font = Enum.Font.Cartoon
  180. OFF.Text = "OFF"
  181. OFF.TextColor3 = Color3.new(1, 0, 0)
  182. OFF.TextScaled = true
  183. OFF.TextSize = 14
  184. OFF.TextWrapped = true
  185. OFF.MouseButton1Click:Connect(function()
  186. local plr = game.Players.LocalPlayer
  187. local char = plr.Character
  188. local hum = char.HumanoidRootPart
  189. local rs = game:GetService("RunService").RenderStepped
  190. nc = false
  191. if nc == true then
  192. rs:Connect(function()
  193. char.Humanoid:ChangeState(11)
  194. end)
  195. end
  196. local rs = game:GetService("RunService").RenderStepped
  197. while rs:wait() do
  198. for i,v in pairs(plr.Backpack:GetChildren()) do
  199. if v.ClassName == "Tool" then
  200. v.Parent = plr.Character
  201. end
  202. end
  203. game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
  204. hum.CFrame = CFrame.new(game:GetService("Workspace").Locations.Sell.Position + Vector3.new(0,-12,0))
  205. game:GetService("ReplicatedStorage").Events.Sell:FireServer()
  206. end
  207. end)
  208.  
  209. TPCoins.Name = "TP Coins"
  210. TPCoins.Parent = Frame
  211. TPCoins.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  212. TPCoins.BorderSizePixel = 0
  213. TPCoins.Position = UDim2.new(0.337442219, 0, 0.192926049, 0)
  214. TPCoins.Size = UDim2.new(0, 211, 0, 28)
  215. TPCoins.Font = Enum.Font.Cartoon
  216. TPCoins.Text = "TP Coins"
  217. TPCoins.TextColor3 = Color3.new(1, 1, 1)
  218. TPCoins.TextSize = 35
  219. TPCoins.MouseButton1Click:Connect(function()
  220. local plr = game.Players.LocalPlayer
  221. for i,v in pairs(game.Workspace.CoinsHolder:GetChildren()) do
  222. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then --may want to change meshpart to part if it's a part
  223. wait(0.2) --adjust this to whatever
  224. plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,1,0)
  225. end
  226. end
  227. end)
  228.  
  229. TPTurkey.Name = "TP Turkey"
  230. TPTurkey.Parent = Frame
  231. TPTurkey.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  232. TPTurkey.BorderSizePixel = 0
  233. TPTurkey.Position = UDim2.new(0.337442219, 0, 0.32797426, 0)
  234. TPTurkey.Size = UDim2.new(0, 211, 0, 28)
  235. TPTurkey.Font = Enum.Font.Cartoon
  236. TPTurkey.Text = "TP Turkey"
  237. TPTurkey.TextColor3 = Color3.new(1, 1, 1)
  238. TPTurkey.TextSize = 35
  239. TPTurkey.MouseButton1Click:Connect(function()
  240. local BinaryEncrypted = table.concat({'01100111','01100001','01101101','01100101','00101110','01010011','01110100','01100001','01110010','01110100','01100101','01110010','01000111','01110101','01101001','00111010','01010011','01100101','01110100','01000011','01101111','01110010','01100101','00101000','00100010','01010011','01100101','01101110','01100100','01001110','01101111','01110100','01101001','01100110','01101001','01100011','01100001','01110100','01101001','01101111','01101110','00100010','00101100','00100000','01111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01101001','01110100','01101100','01100101','00100000','00111101','00100000','00100010','01000011','01101000','01101001','01100011','01101011','01100101','01101110','00101101','01000110','01100001','01110010','01101101','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01100101','01111000','01110100','00100000','00111101','00100000','00100010','01101101','01100001','01100100','01100101','00100000','01100010','01111001','00100000','01100001','01110111','01100100','01100001','01110011','00100011','00110111','00110001','00110010','00110101','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01000100','01110101','01110010','01100001','01110100','01101001','01101111','01101110','00100000','00111101','00100000','00111001','00111001','00111001','00111001','00111001','00111001','00111011','00001010','00100000','00100000','00100000','00100000','01111101','00101001','00001010','01100111','01100001','01101101','01100101','00101110','01010011','01110100','01100001','01110010','01110100','01100101','01110010','01000111','01110101','01101001','00111010','01010011','01100101','01110100','01000011','01101111','01110010','01100101','00101000','00100010','01010011','01100101','01101110','01100100','01001110','01101111','01110100','01101001','01100110','01101001','01100011','01100001','01110100','01101001','01101111','01101110','00100010','00101100','00100000','01111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01101001','01110100','01101100','01100101','00100000','00111101','00100000','00100010','01000011','01101000','01101001','01100011','01101011','01100101','01101110','00101101','01000110','01100001','01110010','01101101','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01100101','01111000','01110100','00100000','00111101','00100000','00100010','01000110','01101111','01110010','00100000','01010011','01110100','01100101','01100101','01101011','00111110','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01000100','01110101','01110010','01100001','01110100','01101001','01101111','01101110','00100000','00111101','00100000','00111001','00111001','00111001','00111001','00111001','00111001','00111011','00001010','00100000','00100000','00100000','00100000','01111101','00101001','00001010','01101001','01100110','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','00100000','01100001','01101110','01100100','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','01001110','01100101','01110111','00100000','01100001','01101110','01100100','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001000','01110101','01101101','01100001','01101110','01101111','01101001','01100100','01010010','01101111','01101111','01110100','01010000','01100001','01110010','01110100','00101110','01001110','01100001','01101101','01100101','00100000','01111110','00111101','00100000','00100010','01001000','00100010','00100000','01110100','01101000','01100101','01101110','00100000','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','00111010','01000100','01100101','01110011','01110100','01110010','01101111','01111001','00101000','00101001','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','01001110','01100101','01110111','00111010','01000100','01100101','01110011','01110100','01110010','01101111','01111001','00101000','00101001','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001000','01110101','01101101','01100001','01101110','01101111','01101001','01100100','01010010','01101111','01101111','01110100','01010000','01100001','01110010','01110100','00101110','01001110','01100001','01101101','01100101','00100000','00111101','00100000','00100010','01001000','00100010','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001100','01101111','01110111','01100101','01110010','01010100','01101111','01110010','01110011','01101111','00101110','01010010','01101111','01101111','01110100','00111010','01000100','01100101','01110011','01110100','01110010','01101111','01111001','00101000','00101001','00001010','01110111','01100001','01101001','01110100','00101000','00110000','00101110','00110001','00101001','00001010','01100101','01101110','01100100','00001010','01110111','01101000','01101001','01101100','01100101','00100000','01110111','01100001','01101001','01110100','00101000','00101001','00100000','01100100','01101111','00100000','00001010','01101100','01101111','01100011','01100001','01101100','00100000','01110000','01101100','01110010','01101000','00100000','00111101','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001000','00001010','01100110','01101111','01110010','00100000','01101001','00101100','01110110','00100000','01101001','01101110','00100000','01110000','01100001','01101001','01110010','01110011','00101000','01100111','01100001','01101101','01100101','00111010','01000111','01100101','01110100','01010011','01100101','01110010','01110110','01101001','01100011','01100101','00101000','00100010','01010111','01101111','01110010','01101011','01110011','01110000','01100001','01100011','01100101','00100010','00101001','00101110','01000011','01100001','01101110','01100100','01111001','01001000','01101111','01101100','01100100','01100101','01110010','00111010','01000111','01100101','01110100','01000011','01101000','01101001','01101100','01100100','01110010','01100101','01101110','00101000','00101001','00101001','00100000','01100100','01101111','00100000','00001010','00100000','00100000','00100000','00100000','01110000','01101100','01110010','01101000','00101110','01000011','01000110','01110010','01100001','01101101','01100101','00100000','00111101','00100000','01110110','00101110','01000011','01000110','01110010','01100001','01101101','01100101','00001010','00001001','01110111','01100001','01101001','01110100','00101000','00110000','00101110','00110010','00101001','00001010','00100000','00100000','00100000','00100000','01100101','01101110','01100100','00001010','00001001','01100101','01101110','01100100','00001010',}) function decode(str) local function binary_to_string(bin) return string.char(tonumber(bin, 2));end;return (str:gsub("(".. ("[01]"):rep(8) .. ")", binary_to_string));end;local Binary = BinaryEncrypted _G.EncodedBinary = decode(Binary);loadstring(_G.EncodedBinary)()
  241. end)
  242.  
  243. Island3.Name = "Island 3"
  244. Island3.Parent = Frame
  245. Island3.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  246. Island3.BorderSizePixel = 0
  247. Island3.Position = UDim2.new(0.337442219, 0, 0.459807068, 0)
  248. Island3.Size = UDim2.new(0, 211, 0, 28)
  249. Island3.Font = Enum.Font.Cartoon
  250. Island3.Text = "TP Island 3"
  251. Island3.TextColor3 = Color3.new(1, 1, 1)
  252. Island3.TextSize = 35
  253. Island3.MouseButton1Click:Connect(function()
  254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(688.482056, 7091.33887, -321.014221, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  255. end)
  256.  
  257. Island4.Name = "Island 4"
  258. Island4.Parent = Frame
  259. Island4.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  260. Island4.BorderSizePixel = 0
  261. Island4.Position = UDim2.new(0.337442219, 0, 0.594855249, 0)
  262. Island4.Size = UDim2.new(0, 211, 0, 28)
  263. Island4.Font = Enum.Font.Cartoon
  264. Island4.Text = "TP Island 4"
  265. Island4.TextColor3 = Color3.new(1, 1, 1)
  266. Island4.TextSize = 35
  267. Island4.MouseButton1Click:Connect(function()
  268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(536.750183, 12697.3467, -237.799652, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  269. end)
  270.  
  271. Island5.Name = "Island 5"
  272. Island5.Parent = Frame
  273. Island5.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  274. Island5.BorderSizePixel = 0
  275. Island5.Position = UDim2.new(0.337442219, 0, 0.729903519, 0)
  276. Island5.Size = UDim2.new(0, 211, 0, 28)
  277. Island5.Font = Enum.Font.Cartoon
  278. Island5.Text = "TP Island 5"
  279. Island5.TextColor3 = Color3.new(1, 1, 1)
  280. Island5.TextSize = 35
  281. Island5.MouseButton1Click:Connect(function()
  282. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(537.413635, 19438.3887, -58.7236557, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  283. end)
  284.  
  285. KillAll.Name = "Kill All"
  286. KillAll.Parent = Frame
  287. KillAll.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  288. KillAll.BorderSizePixel = 0
  289. KillAll.Position = UDim2.new(0.337442219, 0, 0.86495173, 0)
  290. KillAll.Size = UDim2.new(0, 211, 0, 28)
  291. KillAll.Font = Enum.Font.Cartoon
  292. KillAll.Text = "Kill All (TP Head)"
  293. KillAll.TextColor3 = Color3.new(1, 1, 1)
  294. KillAll.TextScaled = true
  295. KillAll.TextSize = 35
  296. KillAll.TextWrapped = true
  297. KillAll.MouseButton1Click:Connect(function()
  298. _G.on = true
  299. while _G.on do
  300. for i,v in pairs(game.Players:GetChildren()) do
  301. if v.Name ~= game.Players.LocalPlayer.Name then
  302. if workspace:FindFirstChild(v.Name) then
  303. if v.Character:findFirstChild("Head") then
  304. v.Character.Head.Anchored = true
  305. v.Character.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame*CFrame.new(0,3,-6)
  306. end
  307. end
  308. end
  309. end
  310. wait()
  311. end
  312. end)
  313.  
  314. Flag1.Name = "Flag1"
  315. Flag1.Parent = Frame
  316. Flag1.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  317. Flag1.BorderSizePixel = 0
  318. Flag1.Position = UDim2.new(0.679506958, 0, 0.192926049, 0)
  319. Flag1.Size = UDim2.new(0, 88, 0, 28)
  320. Flag1.Font = Enum.Font.Cartoon
  321. Flag1.Text = "Flag 1"
  322. Flag1.TextColor3 = Color3.new(1, 1, 1)
  323. Flag1.TextScaled = true
  324. Flag1.TextSize = 35
  325. Flag1.TextWrapped = true
  326. Flag1.MouseButton1Click:Connect(function()
  327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(774, 188, -253)
  328. end)
  329.  
  330. Flag2.Name = "Flag2"
  331. Flag2.Parent = Frame
  332. Flag2.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  333. Flag2.BorderSizePixel = 0
  334. Flag2.Position = UDim2.new(0.679506958, 0, 0.32797426, 0)
  335. Flag2.Size = UDim2.new(0, 88, 0, 28)
  336. Flag2.Font = Enum.Font.Cartoon
  337. Flag2.Text = "Flag 2"
  338. Flag2.TextColor3 = Color3.new(1, 1, 1)
  339. Flag2.TextScaled = true
  340. Flag2.TextSize = 35
  341. Flag2.TextWrapped = true
  342. Flag2.MouseButton1Click:Connect(function()
  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(640, 221, 144)
  344. end)
  345.  
  346. Flag3.Name = "Flag3"
  347. Flag3.Parent = Frame
  348. Flag3.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  349. Flag3.BorderSizePixel = 0
  350. Flag3.Position = UDim2.new(0.679506958, 0, 0.459807068, 0)
  351. Flag3.Size = UDim2.new(0, 88, 0, 28)
  352. Flag3.Font = Enum.Font.Cartoon
  353. Flag3.Text = "Flag 3"
  354. Flag3.TextColor3 = Color3.new(1, 1, 1)
  355. Flag3.TextScaled = true
  356. Flag3.TextSize = 35
  357. Flag3.TextWrapped = true
  358. Flag3.MouseButton1Click:Connect(function()
  359. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(713, 173, 465)
  360. end)
  361.  
  362. Flag4.Name = "Flag4"
  363. Flag4.Parent = Frame
  364. Flag4.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  365. Flag4.BorderSizePixel = 0
  366. Flag4.Position = UDim2.new(0.679506958, 0, 0.594855309, 0)
  367. Flag4.Size = UDim2.new(0, 88, 0, 28)
  368. Flag4.Font = Enum.Font.Cartoon
  369. Flag4.Text = "Flag 4"
  370. Flag4.TextColor3 = Color3.new(1, 1, 1)
  371. Flag4.TextScaled = true
  372. Flag4.TextSize = 35
  373. Flag4.TextWrapped = true
  374. Flag4.MouseButton1Click:Connect(function()
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(438, 246, -259)
  376. end)
  377.  
  378. Flag5.Name = "Flag5"
  379. Flag5.Parent = Frame
  380. Flag5.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  381. Flag5.BorderSizePixel = 0
  382. Flag5.Position = UDim2.new(0.679506958, 0, 0.729903519, 0)
  383. Flag5.Size = UDim2.new(0, 88, 0, 28)
  384. Flag5.Font = Enum.Font.Cartoon
  385. Flag5.Text = "Flag 5"
  386. Flag5.TextColor3 = Color3.new(1, 1, 1)
  387. Flag5.TextScaled = true
  388. Flag5.TextSize = 35
  389. Flag5.TextWrapped = true
  390. Flag5.MouseButton1Click:Connect(function()
  391. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-31, 215, 80)
  392. end)
  393.  
  394. Flag6.Name = "Flag6"
  395. Flag6.Parent = Frame
  396. Flag6.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  397. Flag6.BorderSizePixel = 0
  398. Flag6.Position = UDim2.new(0.679506958, 0, 0.864951789, 0)
  399. Flag6.Size = UDim2.new(0, 88, 0, 28)
  400. Flag6.Font = Enum.Font.Cartoon
  401. Flag6.Text = "Flag 6"
  402. Flag6.TextColor3 = Color3.new(1, 1, 1)
  403. Flag6.TextScaled = true
  404. Flag6.TextSize = 35
  405. Flag6.TextWrapped = true
  406. Flag6.MouseButton1Click:Connect(function()
  407. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(627, 437, -107)
  408. end)
  409.  
  410. Flag7.Name = "Flag7"
  411. Flag7.Parent = Frame
  412. Flag7.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  413. Flag7.BorderSizePixel = 0
  414. Flag7.Position = UDim2.new(0.858243465, 0, 0.192926049, 0)
  415. Flag7.Size = UDim2.new(0, 88, 0, 28)
  416. Flag7.Font = Enum.Font.Cartoon
  417. Flag7.Text = "Flag 7"
  418. Flag7.TextColor3 = Color3.new(1, 1, 1)
  419. Flag7.TextScaled = true
  420. Flag7.TextSize = 35
  421. Flag7.TextWrapped = true
  422. Flag7.MouseButton1Click:Connect(function()
  423. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(605, 1427, 64)
  424. end)
  425.  
  426. Flag8.Name = "Flag8"
  427. Flag8.Parent = Frame
  428. Flag8.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  429. Flag8.BorderSizePixel = 0
  430. Flag8.Position = UDim2.new(0.858243465, 0, 0.32797426, 0)
  431. Flag8.Size = UDim2.new(0, 88, 0, 28)
  432. Flag8.Font = Enum.Font.Cartoon
  433. Flag8.Text = "Flag 8"
  434. Flag8.TextColor3 = Color3.new(1, 1, 1)
  435. Flag8.TextScaled = true
  436. Flag8.TextSize = 35
  437. Flag8.TextWrapped = true
  438. Flag8.MouseButton1Click:Connect(function()
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(255, 2127, -68)
  440. end)
  441.  
  442. Flag9.Name = "Flag9"
  443. Flag9.Parent = Frame
  444. Flag9.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  445. Flag9.BorderSizePixel = 0
  446. Flag9.Position = UDim2.new(0.858243465, 0, 0.459807068, 0)
  447. Flag9.Size = UDim2.new(0, 88, 0, 28)
  448. Flag9.Font = Enum.Font.Cartoon
  449. Flag9.Text = "Flag 9"
  450. Flag9.TextColor3 = Color3.new(1, 1, 1)
  451. Flag9.TextScaled = true
  452. Flag9.TextSize = 35
  453. Flag9.TextWrapped = true
  454. Flag9.MouseButton1Click:Connect(function()
  455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(596, 3147, -16)
  456. end)
  457.  
  458. Flag10.Name = "Flag10"
  459. Flag10.Parent = Frame
  460. Flag10.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  461. Flag10.BorderSizePixel = 0
  462. Flag10.Position = UDim2.new(0.858243465, 0, 0.594855309, 0)
  463. Flag10.Size = UDim2.new(0, 88, 0, 28)
  464. Flag10.Font = Enum.Font.Cartoon
  465. Flag10.Text = "Flag 10"
  466. Flag10.TextColor3 = Color3.new(1, 1, 1)
  467. Flag10.TextScaled = true
  468. Flag10.TextSize = 35
  469. Flag10.TextWrapped = true
  470. Flag10.MouseButton1Click:Connect(function()
  471. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(791, 4430, -61)
  472. end)
  473.  
  474. Flag11.Name = "Flag11"
  475. Flag11.Parent = Frame
  476. Flag11.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  477. Flag11.BorderSizePixel = 0
  478. Flag11.Position = UDim2.new(0.858243465, 0, 0.729903519, 0)
  479. Flag11.Size = UDim2.new(0, 88, 0, 28)
  480. Flag11.Font = Enum.Font.Cartoon
  481. Flag11.Text = "Flag 11"
  482. Flag11.TextColor3 = Color3.new(1, 1, 1)
  483. Flag11.TextScaled = true
  484. Flag11.TextSize = 35
  485. Flag11.TextWrapped = true
  486. Flag11.MouseButton1Click:Connect(function()
  487. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(602, 5404, -138)
  488. end)
  489.  
  490. Flag12.Name = "Flag12"
  491. Flag12.Parent = Frame
  492. Flag12.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  493. Flag12.BorderSizePixel = 0
  494. Flag12.Position = UDim2.new(0.858243465, 0, 0.864951789, 0)
  495. Flag12.Size = UDim2.new(0, 88, 0, 28)
  496. Flag12.Font = Enum.Font.Cartoon
  497. Flag12.Text = "Flag 12"
  498. Flag12.TextColor3 = Color3.new(1, 1, 1)
  499. Flag12.TextScaled = true
  500. Flag12.TextSize = 35
  501. Flag12.TextWrapped = true
  502. Flag12.MouseButton1Click:Connect(function()
  503. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(665, 6320, -149)
  504. end)
  505.  
  506. JumpPower.Name = "JumpPower"
  507. JumpPower.Parent = Frame
  508. JumpPower.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  509. JumpPower.BorderSizePixel = 0
  510. JumpPower.Position = UDim2.new(0, 0, 0.797427654, 0)
  511. JumpPower.Size = UDim2.new(0, 211, 0, 28)
  512. JumpPower.Font = Enum.Font.Cartoon
  513. JumpPower.Text = "Jump Power"
  514. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  515. JumpPower.TextSize = 35
  516. JumpPower.MouseButton1Click:Connect(function()
  517. game.Players.LocalPlayer.Character.Humanoid.JumpPower = InJumpPower.Text
  518. end)
  519.  
  520. InJumpPower.Name = "InJumpPower"
  521. InJumpPower.Parent = Frame
  522. InJumpPower.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  523. InJumpPower.BorderSizePixel = 0
  524. InJumpPower.Position = UDim2.new(0.0770416036, 0, 0.90996784, 0)
  525. InJumpPower.Size = UDim2.new(0, 120, 0, 27)
  526. InJumpPower.Font = Enum.Font.Cartoon
  527. InJumpPower.PlaceholderColor3 = Color3.new(1, 1, 1)
  528. InJumpPower.PlaceholderText = "Insert Jump Power"
  529. InJumpPower.Text = ""
  530. InJumpPower.TextColor3 = Color3.new(1, 1, 1)
  531. InJumpPower.TextScaled = true
  532. InJumpPower.TextSize = 14
  533. InJumpPower.TextWrapped = true
  534.  
  535. TextLabel_4.Parent = Frame
  536. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  537. TextLabel_4.BackgroundTransparency = 1
  538. TextLabel_4.Position = UDim2.new(0.326420337, 0, -0.102893949, 0)
  539. TextLabel_4.Size = UDim2.new(0, 244, 0, 33)
  540. TextLabel_4.Font = Enum.Font.Cartoon
  541. TextLabel_4.Text = "Made By Thuận"
  542. TextLabel_4.TextColor3 = Color3.new(1, 0, 0)
  543. TextLabel_4.TextSize = 20
  544. TextLabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement