DumbShit

Saber Simulator

Mar 28th, 2020
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.40 KB | None | 0 0
  1. local CurrentVersion = "1.8"
  2.  
  3. if workspace.Flags:FindFirstChild("Flag") then
  4. _G.IsVIP = false
  5. else
  6. _G.IsVIP = true
  7. game.Players.LocalPlayer.PlayerGui.Gui.Home.MSG.Text = "VIP Server Detected!"
  8. end
  9.  
  10. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Waiting Character..."
  11.  
  12. while not workspace:FindFirstChild(game.Players.LocalPlayer.Name) do
  13. wait()
  14. end
  15. if game.Players.LocalPlayer.Character.Head.RankingGui:FindFirstChild("PName") then
  16. game.Players.LocalPlayer.Character.Head.RankingGui.PName:Remove()
  17. end
  18. if game.Players.LocalPlayer.Character.Head.RankingGui:FindFirstChild("Tag1") then
  19. game.Players.LocalPlayer.Character.Head.RankingGui.Tag1:Remove()
  20. end
  21. if game.Players.LocalPlayer.Character.Head.RankingGui:FindFirstChild("Tag2") then
  22. game.Players.LocalPlayer.Character.Head.RankingGui.Tag2:Remove()
  23. end
  24.  
  25. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Loading GUI..."
  26. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Visible = true
  27.  
  28. function ShowMSG1(msg, duration)
  29. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = msg
  30. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Visible = true
  31. wait(duration)
  32. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = ""
  33. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Visible = false
  34. end
  35.  
  36. function ShowMSG2(msg, duration)
  37. game.Players.LocalPlayer.PlayerGui.Gui.Home.MSG.Text = msg
  38. wait(duration)
  39. game.Players.LocalPlayer.PlayerGui.Gui.Home.MSG.Text = ""
  40. end
  41.  
  42. function ShowMSG3(msg, duration)
  43. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Text = msg
  44. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Visible = true
  45. wait(duration)
  46. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Text = ""
  47. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Visible = false
  48. end
  49.  
  50. function TP(X, Y, Z)
  51. while not game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") do
  52. wait()
  53. end
  54. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(X, Y, Z)
  55. end
  56.  
  57. function TP2(X, Y, Z)
  58. local CurrentX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  59. local CurrentY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  60. local CurrentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  61. TP(X, Y, Z)
  62. wait(0.1)
  63. TP(CurrentX, CurrentY, CurrentZ)
  64. end
  65.  
  66. function TP3(X, Y, Z)
  67. local CurrentX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  68. local CurrentY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  69. local CurrentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  70. TP(X, Y, Z)
  71. wait(0.5)
  72. TP(CurrentX, CurrentY, CurrentZ)
  73. end
  74.  
  75. function SilentTP(X, Y, Z, Delay)
  76. game.Players.LocalPlayer.Character.Archivable = true
  77. local Clone = game.Players.LocalPlayer.Character:Clone()
  78. Clone.Name = "CharClone"
  79. Clone.Parent = workspace
  80. local CamCFrame = workspace.Camera.CFrame
  81. local CurrentPosition = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  82. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(X, Y, Z)
  83. workspace.Camera.CameraType = Enum.CameraType.Scriptable
  84. wait(Delay)
  85. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(CurrentPosition.X, CurrentPosition.Y, CurrentPosition.Z)
  86. workspace:FindFirstChild("CharClone"):Remove()
  87. workspace.Camera.CameraType = Enum.CameraType.Custom
  88. workspace.Camera.CFrame = CamCFrame
  89. end
  90.  
  91. function HatchEgg(v)
  92. game:GetService("ReplicatedStorage").Events.HatchEggs:InvokeServer(game:GetService("ReplicatedStorage").Eggs[v], 3)
  93. game:GetService("ReplicatedStorage").Events.HatchEggs:InvokeServer(game:GetService("ReplicatedStorage").Eggs[v], 1)
  94. end
  95.  
  96. function EquipTool()
  97. if game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") then
  98. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"))
  99. end
  100. end
  101.  
  102. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Key)
  103. if Key == "/" and game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.RightShift) then
  104. for i, v in pairs(game.CoreGui.UILibrary:GetChildren()) do
  105. v.Visible = not v.Visible
  106. end
  107. end
  108. end)
  109.  
  110. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  111. local Auto = library:CreateWindow({text = "Auto"})
  112. local AutoPet = library:CreateWindow({text = "Auto Pet"})
  113. local AutoHatch = library:CreateWindow({text = "Auto Hatch"})
  114. local Teleport = library:CreateWindow({text = "Teleport"})
  115. local Flags = library:CreateWindow({text = "Flags"})
  116. local Stuff = library:CreateWindow({text = "Stuff"})
  117. local Credits = library:CreateWindow({text = "Credits"})
  118. Credits:AddLabel("Credits\nWally - UI\nDollar3795#8891 - Code\nDichill#7174 - Help (Stuff)\nNaryxian#0001 - Help (Stuff)\nxMitchz#2416 - Help (Idea)\nProject Cavera#2696 - Beta Tester\nPing = Pong#8634 - Helper (Stuff)\nMisterLuuk#9536 - Helper (Stuff)\nGUI Users - <3")
  119.  
  120. Auto:AddToggle("Auto Farm", function(state)
  121. if state then
  122. _G.AutoFarm = true
  123. while _G.AutoFarm do
  124. EquipTool()
  125. game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
  126. wait()
  127. end
  128. else
  129. _G.AutoFarm = false
  130. end
  131. end)
  132.  
  133. Auto:AddToggle("Auto Swing", function(state)
  134. if state then
  135. _G.AutoSwing = true
  136. while _G.AutoSwing do
  137. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  138. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").RemoteClick:FireServer()
  139. else
  140. EquipTool()
  141. end
  142. wait()
  143. end
  144. else
  145. _G.AutoSwing = false
  146. end
  147. end)
  148.  
  149. Auto:AddToggle("Auto Collect [Coin]", function(state)
  150. if state then
  151. _G.AutoCollectCoin = true
  152. while _G.AutoCollectCoin do
  153. if _G.FastCollect then
  154. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPort") then
  155. game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPort"):Remove()
  156. end
  157. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPortNew") then
  158. game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPortNew"):Remove()
  159. end
  160.  
  161. for i, v in pairs(workspace.CoinsHolder:GetChildren()) do
  162. if v.Name == "Coin" then
  163. if not _G.AutoCollectCoin then
  164. return
  165. end
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  167. game:GetService("ReplicatedStorage").Events.UpdateData:InvokeServer()
  168. end
  169. end
  170. wait()
  171. else
  172. local CoinPosition = game:GetService("Workspace").CoinsHolder.Coin.Position
  173. SilentTP(CoinPosition.X, CoinPosition.Y, CoinPosition.Z, 1)
  174. wait(2)
  175. end
  176. end
  177. else
  178. _G.AutoCollectCoin = false
  179. end
  180. end)
  181.  
  182. Auto:AddToggle("Auto Collect [Candy Cane]", function(state)
  183. if state then
  184. _G.AutoCollectCandyCane = true
  185. while _G.AutoCollectCandyCane do
  186. if _G.FastCollect then
  187. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPort") then
  188. game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPort"):Remove()
  189. end
  190. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPortNew") then
  191. game:GetService("Players").LocalPlayer.Character:FindFirstChild("AntiPortNew"):Remove()
  192. end
  193.  
  194. for i, v in pairs(workspace.CandyHolder:GetChildren()) do
  195. if v.Name == "CandyCane" then
  196. if not _G.AutoCollectCandyCane then
  197. return
  198. end
  199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  200. game:GetService("ReplicatedStorage").Events.UpdateData:InvokeServer()
  201. end
  202. end
  203. wait()
  204. else
  205. local CandyCanePosition = game:GetService("Workspace").CandyHolder.CandyCane.Position
  206. SilentTP(CandyCanePosition.X, CandyCanePosition.Y, CandyCanePosition.Z, 1)
  207. wait(2)
  208. end
  209. end
  210. else
  211. _G.AutoCollectCandyCane = false
  212. end
  213. end)
  214.  
  215. Auto:AddToggle("Faster Collection Method", function(state)
  216. if state then
  217. _G.FastCollect = true
  218. else
  219. _G.FastCollect = false
  220. end
  221. end)
  222.  
  223. Auto:AddToggle("Auto Sell", function(state)
  224. if state then
  225. _G.AutoSell = true
  226. while _G.AutoSell do
  227. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("Gui") then
  228. Sand = game.Players.LocalPlayer.PlayerGui.Gui.Home.Sand.Amount.Text
  229. CurrentSand = Sand:split(" / ")[1] -- I had to do this because
  230. MaxSand = Sand:split(" / ")[2] -- better method didn't work
  231. if CurrentSand == MaxSand then
  232. TP3(532.80011, 183.835846, 151.486023)
  233. wait(0.4)
  234. end
  235. end
  236. wait(0.1)
  237. end
  238. else
  239. _G.AutoSell = false
  240. end
  241. end)
  242.  
  243. Auto:AddToggle("Auto Boss", function(state)
  244. if state and _G.AutoFarm and _G.AutoSwing then
  245. _G.AutoBoss = true
  246. if game:GetService("Workspace"):FindFirstChild("Boss") then
  247. local Boss = game:GetService("Workspace").Boss.HumanoidRootPart.Position
  248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Boss.X, 186.29756164551, Boss.Z)
  249. else
  250. ShowMSG2("Auto Boss - Boss isn't spawned!", 3)
  251. end
  252. while _G.AutoBoss do
  253. if game:GetService("Workspace"):FindFirstChild("Boss") and not _G.BossAlive then
  254. local Boss = game:GetService("Workspace").Boss.HumanoidRootPart.Position
  255. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Boss.X, 186.29756164551, Boss.Z)
  256. _G.BossAlive = true
  257. elseif game:GetService("Workspace"):FindFirstChild("Boss") and _G.BossAlive then
  258. local Boss = game:GetService("Workspace").Boss.HumanoidRootPart.Position
  259. if _G.IsVIP then
  260. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Boss.X, 186.29756164551, Boss.Z)
  261. else
  262. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(Boss.X, 186.29756164551, Boss.Z))
  263. end
  264. elseif not game:GetService("Workspace"):FindFirstChild("Boss") and _G.BossAlive then
  265. if _G.IsVIP then
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(511.50579833984, 184.78834533691, 50.392555236816)
  267. else
  268. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(511.50579833984, 184.78834533691, 50.392555236816))
  269. end
  270. ShowMSG2("Auto Boss - Boss has died!", 3)
  271. _G.BossAlive = false
  272. end
  273. if _G.IsVIP then
  274. wait()
  275. else
  276. wait(1)
  277. end
  278. end
  279. elseif state == false then
  280. _G.AutoBoss = false
  281. else
  282. ShowMSG2("Auto Boss - You should turn on Auto Farm and Auto Swing\nbefore using Auto Boss!", 3)
  283. _G.AutoBoss = false
  284. end
  285. end)
  286.  
  287. Auto:AddToggle("Auto Buy Saber", function(state)
  288. if state then
  289. _G.AutoSaber = true
  290. while _G.AutoSaber do
  291. game:GetService("ReplicatedStorage").Events.BuyAll:FireServer("Swords")
  292. wait()
  293. end
  294. else
  295. _G.AutoSaber = false
  296. end
  297. end)
  298.  
  299. Auto:AddToggle("Auto Buy DNA", function(state)
  300. if state then
  301. _G.AutoDNA = true
  302. while _G.AutoDNA do
  303. game:GetService("ReplicatedStorage").Events.BuyAll:FireServer("Backpacks")
  304. wait()
  305. end
  306. else
  307. _G.AutoDNA = false
  308. end
  309. end)
  310.  
  311. Auto:AddToggle("Auto Buy Jump", function(state)
  312. if state then
  313. _G.AutoJump = true
  314. while _G.AutoJump do
  315. game:GetService("ReplicatedStorage").Events.BuyAll:FireServer("JumpBoosts")
  316. wait()
  317. end
  318. else
  319. _G.AutoJump = false
  320. end
  321. end)
  322.  
  323. Auto:AddToggle("Auto Buy Boss Hit", function(state)
  324. if state then
  325. _G.AutoHit = true
  326. while _G.AutoHit do
  327. game:GetService("ReplicatedStorage").Events.BuyAll:FireServer("BossBoosts")
  328. wait(0.1)
  329. end
  330. else
  331. _G.AutoHit = false
  332. end
  333. end)
  334.  
  335. Auto:AddToggle("Auto Buy Aura", function(state)
  336. if state then
  337. _G.AutoAura = true
  338. while _G.AutoAura do
  339. game:GetService("ReplicatedStorage").Events.BuyAll:FireServer("Auras")
  340. wait(0.1)
  341. end
  342. else
  343. _G.AutoAura = false
  344. end
  345. end)
  346.  
  347. -- This Won't Work, Fix It Yourself (PLZ DONT DM ME I WONT FIX IT FOR U)
  348. Auto:AddToggle("Auto Buy Class [BETA]", function(state)
  349. if state then
  350. _G.AutoClass = true
  351. while _G.AutoClass do
  352. for i, v in pairs(game:GetService("ReplicatedStorage").ShopItems.Classes:GetChildren()) do
  353. game:GetService("ReplicatedStorage").Events.BuyItem:FireServer(v.Name)
  354. wait()
  355. end
  356. wait(0.1)
  357. end
  358. else
  359. _G.AutoClass = false
  360. end
  361. end)
  362.  
  363. Auto:AddToggle("Auto Kill Players [BETA]", function(state)
  364. if state then
  365. _G.AutoKill = true
  366. while _G.AutoKill do
  367. for i, v in pairs(game.Players:GetPlayers()) do
  368. if v ~= game.Players.LocalPlayer then
  369. if workspace:FindFirstChild(v.Name) then
  370. if not v.Character.Head.RankingGui.Safe.Visible then
  371. if game.Players.LocalPlayer.leaderstats.Strength > v.leaderstats.Strength then
  372. while v.Character.Humanoid.Health ~= 0 do
  373. if not _G.AutoKill then
  374. return
  375. end
  376. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and not v.Character.Head.RankingGui.Safe.Visible then
  377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 7)
  378. end
  379. wait()
  380. end
  381. end
  382. end
  383. end
  384. end
  385. end
  386. wait()
  387. end
  388. else
  389. _G.AutoKill = false
  390. end
  391. end)
  392.  
  393. AutoPet:AddToggle("Auto Craft", function(state)
  394. if state then
  395. _G.AutoCraft = true
  396. while _G.AutoCraft do
  397. game:GetService("ReplicatedStorage").Events.CombineAll:FireServer()
  398. wait(10)
  399. end
  400. else
  401. _G.AutoCraft = false
  402. end
  403. end)
  404.  
  405. -- Shit Method, Please Fix This Yourself. (I was lazy to fix it)
  406. -- It works but slow.
  407. for i = 1, 6 do
  408. if i == 1 then
  409. Color = "Gray"
  410. elseif i == 2 then
  411. Color = "Green"
  412. elseif i == 3 then
  413. Color = "Blue"
  414. elseif i == 4 then
  415. Color = "Purple"
  416. elseif i == 5 then
  417. Color = "Orange"
  418. elseif i == 6 then
  419. Color = "Moon"
  420. end
  421. AutoPet:AddToggle("Auto Delete [" .. Color .. "]", function(state)
  422. if state then
  423. _G["AutoDelete" .. i] = true
  424. while _G["AutoDelete" .. i] do
  425. if game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("Gui") then
  426. local PetTable = {}
  427. for n, v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Gui.Submenus.PetsInventory.PetsFrame.Frame:GetChildren()) do
  428. if v.Name ~= "UIGridLayout" then
  429. if _G.AutoDeleteIgnoreGolden and v.Golden.Visible then
  430. elseif _G.AutoDeleteIgnoreShiny and v.Shiny.Visible then
  431. elseif _G.AutoDeleteIgnoreRainbow and v.Rainbow.Visible then
  432. else
  433. for _, x in pairs(game:GetService("ReplicatedStorage").Pets:GetChildren()) do
  434. if v:FindFirstChild("IMG") then
  435. if x.Name == v.IMG:GetChildren()[1].Name then
  436. if x.Rarity.Value == i then
  437. table.insert(PetTable, v.Name)
  438. end
  439. end
  440. end
  441. end
  442. end
  443. end
  444. wait()
  445. end
  446. game:GetService("ReplicatedStorage").Events.PetCommand:FireServer(PetTable, "DeleteMulti")
  447. end
  448. wait()
  449. end
  450. else
  451. _G["AutoDelete" .. i] = false
  452. end
  453. end)
  454. end
  455.  
  456. AutoPet:AddToggle("Ignore Golden", function(state)
  457. if state then
  458. _G.AutoDeleteIgnoreGolden = true
  459. else
  460. _G.AutoDeleteIgnoreGolden = false
  461. end
  462. end)
  463.  
  464. AutoPet:AddToggle("Ignore Shiny", function(state)
  465. if state then
  466. _G.AutoDeleteIgnoreShiny = true
  467. else
  468. _G.AutoDeleteIgnoreShiny = false
  469. end
  470. end)
  471.  
  472. AutoPet:AddToggle("Ignore Rainbow", function(state)
  473. if state then
  474. _G.AutoDeleteIgnoreRainbow = true
  475. else
  476. _G.AutoDeleteIgnoreRainbow = false
  477. end
  478. end)
  479.  
  480. for i, v in pairs(game:GetService("ReplicatedStorage").Eggs:GetChildren()) do
  481. if v.Name ~= "Thanksgiving Egg" then
  482. for _, x in pairs(game:GetService("Workspace"):GetChildren()) do
  483. if x:FindFirstChild("SignPart") then
  484. if x.SignPart.EggName.Value == v.Name then
  485. AutoHatch:AddToggle(v.Name .. " [" .. x.SignPart.EggsSurfaceGui.Frame.Amount.Text .. " " .. v.Currency.Value .. "]", function(state)
  486. if state then
  487. _G["AutoHatch" .. v.Name:gsub(" ", "")] = true
  488. while _G["AutoHatch" .. v.Name:gsub(" ", "")] do
  489. HatchEgg(v.Name)
  490. wait()
  491. end
  492. else
  493. _G["AutoHatch" .. v.Name:gsub(" ", "")] = false
  494. end
  495. end)
  496. end
  497. end
  498. end
  499. end
  500. end
  501.  
  502. Teleport:AddButton("Hill", function()
  503. TP(791.358, 252.105, 32.121)
  504. end)
  505.  
  506. Teleport:AddButton("Sell", function()
  507. TP3(532.80011, 183.835846, 151.486023)
  508. end)
  509.  
  510. Teleport:AddButton("Egg", function()
  511. TP(623, 184.209091, 52)
  512. end)
  513.  
  514. Teleport:AddButton("Egg Of Life", function()
  515. TP(513.059, 797.52136230469, 171.205)
  516. end)
  517.  
  518. Teleport:AddButton("Glory Egg", function()
  519. TP(484.251, 2651.1938476563, -304.177)
  520. end)
  521.  
  522. Teleport:AddButton("Dominus Egg", function()
  523. TP(658.16, 7090.1552734375, -295.134)
  524. end)
  525.  
  526. Teleport:AddButton("Silver Egg", function()
  527. TP(576.047, 12696.16015625, -233.788)
  528. end)
  529.  
  530. Teleport:AddButton("Golden Egg", function()
  531. TP(511.604, 19437.19921875, -71.579)
  532. end)
  533.  
  534. Teleport:AddButton("Premium Egg", function()
  535. TP(476.739, 26254.69921875, -188.6)
  536. end)
  537.  
  538. Teleport:AddButton("Class Egg", function()
  539. TP(630.541, 29798.35546875, -76.334)
  540. end)
  541.  
  542. Teleport:AddButton("Diamond Egg", function()
  543. TP(518.662, 34167.1484375, -202.459)
  544. end)
  545.  
  546. Teleport:AddButton("Ruby Egg", function()
  547. TP(576.41, 38092.25390625, -133.051)
  548. end)
  549.  
  550. Teleport:AddButton("Alpha Egg", function()
  551. TP(576.41, 42886.25390625, -196.051)
  552. end)
  553.  
  554. Teleport:AddButton("Snow Egg", function()
  555. TP(631.199, 48847.015625, -293.765)
  556. end)
  557.  
  558. Teleport:AddButton("Reaper Egg", function()
  559. TP(539.671, 52641.015625, -163.945)
  560. end)
  561.  
  562. Teleport:AddButton("Ice Egg", function()
  563. TP(539.671, 59654.015625, -163.945)
  564. end)
  565.  
  566. Teleport:AddButton("Nature Egg", function()
  567. TP(539.671, 64564.02734375, -163.945)
  568. end)
  569.  
  570. Teleport:AddButton("Winter Egg", function()
  571. TP(539.671, 69320.03125, -163.945)
  572. end)
  573.  
  574. Flags:AddToggle("Auto Flag", function(state)
  575. if state then
  576. _G.AutoFlag = true
  577. while _G.AutoFlag do
  578. local CurrentX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  579. local CurrentY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  580. local CurrentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  581. for i, v in pairs(workspace.Flags:GetChildren()) do
  582. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Base.CFrame
  583. if v.OwnerValue.Value ~= game:GetService("Players").LocalPlayer.Name then
  584. wait(15 + v.CapValue.Value)
  585. else
  586. wait(12 - v.CapValue.Value)
  587. end
  588. if not _G.AutoFlag then
  589. return
  590. end
  591. end
  592. TP(CurrentX, CurrentY, CurrentZ)
  593. wait()
  594. end
  595. else
  596. _G.AutoFlag = false
  597. end
  598. end)
  599.  
  600. local FlagsDropDown;
  601. local Drops = {"Teleport To Flag"}
  602. for i, v in pairs(workspace.Flags:GetChildren()) do
  603. table.insert(Drops, "Flag" .. tostring(i))
  604. end
  605. FlagsDropDown = Flags:AddDropdown(Drops, function(v)
  606. if v == "Teleport To Flag" then
  607. return
  608. end
  609. for x, y in pairs(workspace.Flags:GetChildren()) do
  610. if tostring(x) == v:gsub("Flag", "") then
  611. local BasePos = y.Base.Position
  612. TP(BasePos.X, BasePos.Y, BasePos.Z)
  613. end
  614. end
  615. end)
  616.  
  617. Stuff:AddButton("Shop", function()
  618. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.Shop.Visible = true
  619. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.Shop.Position = UDim2.new(0.5, 0, 0.5, 0)
  620. end)
  621.  
  622. Stuff:AddButton("Crown Shop", function()
  623. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.CrownShop.Visible = true
  624. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.CrownShop.Position = UDim2.new(0.5, 0, 0.5, 0)
  625. end)
  626.  
  627. Stuff:AddButton("Skill Shop", function()
  628. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.SkillShop.Visible = true
  629. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.SkillShop.Position = UDim2.new(0.5, 0, 0.5, 0)
  630. end)
  631.  
  632. Stuff:AddBox("WalkSpeed", function(object, focus)
  633. if focus then
  634. _G.WalkSpeed = true
  635. while _G.WalkSpeed do
  636. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(object.Text) or 16
  637. wait()
  638. end
  639. else
  640. _G.WalkSpeed = false
  641. end
  642. end)
  643.  
  644. Stuff:AddBox("JumpPower", function(object, focus)
  645. if focus then
  646. _G.JumpPower = true
  647. while _G.JumpPower do
  648. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(object.Text) or 60
  649. wait()
  650. end
  651. else
  652. _G.JumpPower = false
  653. end
  654. end)
  655.  
  656. Stuff:AddToggle("Shift to Sprint", function(state)
  657. if state then
  658. _G.Sprint = true
  659. while _G.Sprint do
  660. if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftShift) then
  661. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  662. end
  663. wait()
  664. end
  665. else
  666. _G.Sprint = false
  667. end
  668. end)
  669.  
  670. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Loading Version..."
  671. local Version = game:HttpGet("http://ver.sabersim.kro.kr")
  672. if Version ~= CurrentVersion then
  673. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Script Outdated!"
  674. game.Players.LocalPlayer.PlayerGui.Gui.Home.MSG.Text = "This script is outdated!"
  675. game.CoreGui.UILibrary:Remove()
  676. else
  677. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Loading Server Message..."
  678. local ServerMessage = game:HttpGet("http://msg.sabersim.kro.kr")
  679.  
  680. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Saber Simulator GUI Loaded!"
  681. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Text = "Server Message: " .. ServerMessage
  682. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.TextColor3 = Color3.new(0, 178, 255)
  683. wait(3)
  684. game.Players.LocalPlayer.PlayerGui.Gui.Home.MSG.Text = ""
  685. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Saber Simulator GUI [KeyBind: RSHIFT]"
  686. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.TextColor3 = Color3.new(255, 255, 0)
  687. wait(7)
  688. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Text = ""
  689. end
Add Comment
Please, Sign In to add comment