Advertisement
TheNadie

Saber Gui

Jan 16th, 2020
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.50 KB | None | 0 0
  1. local CurrentVersion = "1.9"
  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)
  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. for i, v in pairs(game:GetService("ReplicatedStorage").Eggs:GetChildren()) do
  515. if v.Name ~= "Thanksgiving Egg" then
  516. for _, x in pairs(game:GetService("Workspace"):GetChildren()) do
  517. if x:FindFirstChild("SignPart") then
  518. if x.SignPart.EggName.Value == v.Name then
  519. Teleport:AddButton(v.Name, function()
  520. FloorPos = x.Floor.Position
  521. TP(FloorPos.X, FloorPos.Y + 10, FloorPos.Z)
  522. end)
  523. end
  524. end
  525. end
  526. end
  527. end
  528.  
  529. Flags:AddToggle("Auto Flag", function(state)
  530. if state then
  531. _G.AutoFlag = true
  532. while _G.AutoFlag do
  533. local CurrentX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  534. local CurrentY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  535. local CurrentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  536. for i, v in pairs(workspace.Flags:GetChildren()) do
  537. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Base.CFrame
  538. if v.OwnerValue.Value ~= game:GetService("Players").LocalPlayer.Name then
  539. wait(15 + v.CapValue.Value)
  540. else
  541. wait(12 - v.CapValue.Value)
  542. end
  543. if not _G.AutoFlag then
  544. return
  545. end
  546. end
  547. TP(CurrentX, CurrentY, CurrentZ)
  548. wait()
  549. end
  550. else
  551. _G.AutoFlag = false
  552. end
  553. end)
  554.  
  555. local FlagsDropDown;
  556. local Drops = {"Teleport To Flag"}
  557. for i, v in pairs(workspace.Flags:GetChildren()) do
  558. table.insert(Drops, "Flag" .. tostring(i))
  559. end
  560. FlagsDropDown = Flags:AddDropdown(Drops, function(v)
  561. if v == "Teleport To Flag" then
  562. return
  563. end
  564. for x, y in pairs(workspace.Flags:GetChildren()) do
  565. if tostring(x) == v:gsub("Flag", "") then
  566. local BasePos = y.Base.Position
  567. TP(BasePos.X, BasePos.Y, BasePos.Z)
  568. end
  569. end
  570. end)
  571.  
  572. Stuff:AddButton("Shop", function()
  573. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.Shop.Visible = true
  574. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.Shop.Position = UDim2.new(0.5, 0, 0.5, 0)
  575. end)
  576.  
  577. Stuff:AddButton("Crown Shop", function()
  578. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.CrownShop.Visible = true
  579. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.CrownShop.Position = UDim2.new(0.5, 0, 0.5, 0)
  580. end)
  581.  
  582. Stuff:AddButton("Skill Shop", function()
  583. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.SkillShop.Visible = true
  584. game.Players.LocalPlayer.PlayerGui.Gui.Submenus.SkillShop.Position = UDim2.new(0.5, 0, 0.5, 0)
  585. end)
  586.  
  587. Stuff:AddBox("WalkSpeed", function(object, focus)
  588. if focus then
  589. _G.WalkSpeed = true
  590. while _G.WalkSpeed do
  591. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(object.Text) or 16
  592. wait()
  593. end
  594. else
  595. _G.WalkSpeed = false
  596. end
  597. end)
  598.  
  599. Stuff:AddBox("JumpPower", function(object, focus)
  600. if focus then
  601. _G.JumpPower = true
  602. while _G.JumpPower do
  603. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(object.Text) or 60
  604. wait()
  605. end
  606. else
  607. _G.JumpPower = false
  608. end
  609. end)
  610.  
  611. Stuff:AddToggle("Shift to Sprint", function(state)
  612. if state then
  613. _G.Sprint = true
  614. while _G.Sprint do
  615. if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftShift) then
  616. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  617. end
  618. wait()
  619. end
  620. else
  621. _G.Sprint = false
  622. end
  623. end)
  624.  
  625. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Loading Version..."
  626. local Version = game:HttpGet("http://ver.sabersim.kro.kr")
  627. if Version ~= CurrentVersion then
  628. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Script Outdated!"
  629. game.Players.LocalPlayer.PlayerGui.Gui.Home.MSG.Text = "This script is outdated!"
  630. game.CoreGui.UILibrary:Remove()
  631. else
  632. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Loading Server Message..."
  633. local ServerMessage = game:HttpGet("http://msg.sabersim.kro.kr")
  634.  
  635. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Saber Simulator GUI Loaded!"
  636. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Text = "Server Message: " .. ServerMessage
  637. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.TextColor3 = Color3.new(0, 178, 255)
  638. wait(3)
  639. game.Players.LocalPlayer.PlayerGui.Gui.Home.MSG.Text = ""
  640. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.Text = "Saber Simulator GUI [KeyBind: RSHIFT]"
  641. game.Players.LocalPlayer.PlayerGui.Gui.Home.DailyRewardInfo.TextColor3 = Color3.new(255, 255, 0)
  642. wait(7)
  643. game.Players.LocalPlayer.PlayerGui.Gui.Home.JumpMsg.Text = ""
  644. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement