Advertisement
XiedienGM

BLADE SIMULATOR GUI , Normal script

Dec 9th, 2019
8,927
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix",true))()
  2. library.options.underlinecolor = "rainbow"
  3.  
  4. -- Menu Farmeo
  5. local Farming = library:CreateWindow("Farming")
  6. local Swing = Farming:Toggle("Auto-Swing", {flag = "Swing"}) -- Farming.flags.Swing
  7. local Sell = Farming:Toggle("Auto-Sell", {flag = "Sell"}) -- Farming.flags.Sell
  8. -- menu Compra
  9. local Buying = library:CreateWindow("Buying")
  10. local Enabled = Buying:Toggle("Auto-Purchase", {flag = "Purchase"}) -- AutoBuy.flags.Purchase
  11. local Sword = Buying:Toggle("Auto-Sword", {flag = "Sword"}) -- Farming.flags.Sword
  12. local armor = Buying:Toggle("Auto-armor", {flag = "armor"}) -- Farming.flags.armor
  13. local Rank = Buying:Toggle("Auto-Rank", {flag = "Rank"}) -- Farming.flags.Rank
  14. _G.Enabled = Buying.flags.Purchase
  15. _G.Sword = Buying.flags.Sword
  16. _G.Belt = Buying.flags.armor
  17. _G.Rank = Buying.flags.Rank
  18. -- teleport
  19. local Teleports = library:CreateWindow("Teleports")
  20. Teleports:Section("--== Utilitys ==--")
  21. local Shop = Teleports:Button("Sell", function()
  22. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.6004, 48.443, -96.0819)
  23. end)
  24. Teleports:Section("--== Chests ==--")
  25. local Shop = Teleports:Button("Daily", function()
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Daily.CFrame
  27. end)
  28. local Shop = Teleports:Button("Earth", function()
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Earth.CFrame
  30. end)
  31. local Shop = Teleports:Button("Frozen", function()
  32. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Frozen.CFrame
  33. end)
  34. local Shop = Teleports:Button("Gem", function()
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Gem.CFrame
  36. end)
  37. local Shop = Teleports:Button("Group", function()
  38. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Group.CFrame
  39. end)
  40. local Shop = Teleports:Button("Lightning", function()
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Chests.Lightning.CFrame
  42. end)
  43. Teleports:Section("--== Flags ==--")
  44. local Flags = Teleports:Button("Auto-flags", function()
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(402.126322, 62.2903442, 27.3514404)
  46. wait(.5)
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(246.368118, 65.7559433, 123.350853)
  48. wait(.5)
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.6202278, 115.126793, 526.096008)
  50. wait(.5)
  51. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-338.482239, 58.5074272, 249.420639)
  52. wait(.5)
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(282.804016, 70.336731, -155.459819)
  54. wait(.5)
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(201.725967, 127.903198, -293.223694)
  56. wait(.5)
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(24.5324287, 62.5966492, -473.855896)
  58. wait(.5)
  59. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.8202278, 115.126793, 529.096008)
  60. wait(.5)
  61. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.0136909, 3555.13086, 51.683075)
  62. wait(.5)
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-41.8225365, 1376.90015, 43.9632492)
  64. wait(.5)
  65. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-45.7415543, 6684.03467, 42.6875496)
  66. wait(.5)
  67. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.6004, 48.443, -96.0819)
  68.  
  69. end)
  70.  
  71. -- Misc
  72. local Misc = library:CreateWindow("Misc")
  73. Misc:Section("--== Settings ==--")
  74.  
  75. Misc:Bind("Toggle Gui",
  76. {flag = "Toggle", kbonly = true, default = Enum.KeyCode.LeftControl},
  77. function()
  78. game:GetService("CoreGui").ScreenGui.Container.Visible = not game:GetService("CoreGui").ScreenGui.Container.Visible
  79. end)
  80. local StatEffects = Misc:Button("Toggle effects", function()
  81. game:GetService("Players").LocalPlayer.PlayerGui.Effects.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.Effects.Enabled
  82. end)
  83.  
  84. -- Creditos
  85. local Credits = library:CreateWindow("Credits")
  86. Credits:Section("--== MADE XiedienGM#0666 ==--")
  87. --function
  88. spawn(function()
  89. while wait () do
  90. if Farming.flags.Swing then
  91. game.ReplicatedStorage.Swing:FireServer(9999999999999999)
  92. end
  93. end
  94. end)
  95.  
  96. spawn(function()
  97. while wait (0.1) do
  98. if Buying.flags.Purchase then
  99. if Buying.flags.Sword then
  100. local A1_1 = "Sword"
  101. local vent = game:GetService("ReplicatedStorage").Buy
  102. vent:FireServer(A1_1)
  103. end
  104. end
  105. end
  106. end)
  107.  
  108. spawn(function()
  109. while wait (0.1) do
  110. if Buying.flags.Purchase then
  111. if Buying.flags.armor then
  112. local A_ = "Armor"
  113. local Even = game:GetService("ReplicatedStorage").Buy
  114. Even:FireServer(A_)
  115. end
  116. end
  117. end
  118. end)
  119.  
  120. spawn(function()
  121. while wait (0.1) do
  122. if Buying.flags.Purchase then
  123. if Buying.flags.Rank then
  124. local A1 = "Rank"
  125. local vento = game:GetService("ReplicatedStorage").Buy
  126. vento:FireServer(A1)
  127. end
  128. end
  129. end
  130. end)
  131.  
  132. spawn(function()
  133. while wait (0.1) do
  134. if Farming.flags.Sell then
  135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.6004, 48.443, -96.0819)
  136.  
  137. end
  138. end
  139. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement