The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Blade Masters script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 13



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/Maxgat5/UiLib/main/lua')))()
  2. local w = library:CreateWindow("Blade Masters")
  3. local b = w:CreateFolder("AutoFarm")
  4. local f = w:CreateFolder("AutoBuy")
  5. local e = w:CreateFolder("Mix")
  6. local u = w:CreateFolder("Credits")
  7.  
  8. b:Toggle("AutoClicker",function(bool)
  9.     shared.toggle = bool
  10.     AutoClicker = bool
  11. end)
  12.  
  13. b:Toggle("AutoSell",function(bool)
  14.     shared.toggle = bool
  15.     AutoSell = bool
  16. end)
  17.  
  18. b:Toggle("AutoCollectGems",function(bool)
  19.     shared.toggle = bool
  20.     AutoCollectGems = bool
  21. end)
  22.  
  23. b:Toggle("AutoKillBoss",function(bool)
  24.     shared.toggle = bool
  25.     AutoKillBoss = bool
  26. end)
  27.  
  28. f:Toggle("Blades",function(bool)
  29.     shared.toggle = bool
  30.     Blades = bool
  31. end)
  32.  
  33. f:Toggle("Backpacks",function(bool)
  34.     shared.toggle = bool
  35.     Backpacks = bool
  36. end)
  37.  
  38. f:Toggle("Ranks",function(bool)
  39.     shared.toggle = bool
  40.     Ranks = bool
  41. end)
  42.  
  43. f:Toggle("Skills",function(bool)
  44.     shared.toggle = bool
  45.     Skills = bool
  46. end)
  47.  
  48. e:Toggle("AntiAfk",function(boosl)
  49.     shared.toggle = bool
  50.     AntiAfk = bool
  51. end)
  52.  
  53. --Credits
  54. u:Button("maxgat5#8395",function()
  55.     setclipboard("maxgat5#8395")
  56. end)
  57.  
  58. u:Button("Discord Server",function()
  59.     setclipboard("https://discord.gg/K4txdRSVfq")
  60. end)
  61.  
  62. pcall(function()
  63.     function Click1()
  64.         local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  65.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
  66.         game:service'VirtualUser':ClickButton1(Vector2.new())
  67.     end
  68.    
  69.     function Sell1()
  70.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").ScriptedAssets.Sell.Sell1.Stuff.Touch.CFrame.Position + Vector3.new(0,0,0))
  71.     end
  72.    
  73.     function Boss1()
  74.         for i,v in pairs(game:GetService("Workspace").BossFolder:GetDescendants()) do
  75.             if v.ClassName == "Humanoid" then
  76.                 local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  77.                 game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
  78.                 game:service'VirtualUser':ClickButton1(Vector2.new())
  79.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Parent.HumanoidRootPart.CFrame.Position + Vector3.new(0,3,0))
  80.             end
  81.         end
  82.     end
  83.    
  84.     function Codes1()
  85.         for i,v in pairs(game:GetService("Players").LocalPlayer.Codes:GetChildren()) do
  86.             game:GetService("ReplicatedStorage").RemoteEvents.Codes:InvokeServer(v.Name)
  87.         end
  88.     end
  89.    
  90.     function Blade1()
  91.         for i,v in pairs(game:GetService("Players").LocalPlayer.Items.Blades:GetChildren()) do
  92.             if v.Value == false then
  93.                 game:GetService("ReplicatedStorage").RemoteEvents.ServerRequest:InvokeServer("BuyBlade",i)
  94.             end
  95.         end
  96.     end
  97.    
  98.     function Backpacks1()
  99.         for i,v in pairs(game:GetService("Players").LocalPlayer.Items.Backpacks:GetChildren()) do
  100.             if v.Value == false then
  101.                 game:GetService("ReplicatedStorage").RemoteEvents.ServerRequest:InvokeServer("BuyBackpack",i)
  102.             end
  103.         end
  104.     end
  105.    
  106.     function Ranks1()
  107.         for i,v in pairs(game:GetService("Players").LocalPlayer.Items.Ranks:GetChildren()) do
  108.             if v.Value == false then
  109.                 game:GetService("ReplicatedStorage").RemoteEvents.ServerRequest:InvokeServer("BuyRank",i)
  110.             end
  111.         end
  112.     end
  113.    
  114.     function Skills1()
  115.         for i,v in pairs(game:GetService("Players").LocalPlayer.Items.Skills:GetChildren()) do
  116.             if v.Value == false then
  117.                 game:GetService("ReplicatedStorage").RemoteEvents.ServerRequest:InvokeServer("BuySkill",i)
  118.             end
  119.         end
  120.     end
  121.    
  122.     function CollectGems1()
  123.         for i,v in pairs(game:GetService("Workspace").ScriptedAssets.Gems:GetDescendants()) do
  124.             if v.ClassName == "TouchTransmitter" then
  125.                 v.Parent.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,0,0)
  126.             end
  127.         end
  128.     end
  129.    
  130.     function Chests1()
  131.         for i,v in pairs(game:GetService("Workspace").ScriptedAssets.Chests:GetDescendants()) do
  132.             if v.ClassName == "TouchTransmitter" then
  133.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Parent.CFrame.Position + Vector3.new(0,0,0))
  134.                 wait(.1)
  135.             end
  136.         end
  137.     end
  138.  
  139.     e:Button("Use All Codes",function()
  140.         Codes1()
  141.     end)
  142.    
  143.     e:Button("Tp All Chests",function()
  144.         Chests1()
  145.     end)
  146.    
  147.     e:Button("Inf Jumps",function()
  148.         game:GetService("UserInputService").JumpRequest:connect(function()
  149.                 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")          
  150.         end)
  151.     end)
  152.    
  153.     while wait() do
  154.         spawn(function()
  155.             if AutoClicker == true then
  156.                 Click1()
  157.             end
  158.         end)
  159.         spawn(function()
  160.             if AutoKillBoss == true then
  161.                 Boss1()
  162.             end
  163.         end)
  164.         spawn(function()
  165.             if Blades == true then
  166.                 Blade1()
  167.             end
  168.         end)
  169.         spawn(function()
  170.             if Backpacks == true then
  171.                 Backpacks1()
  172.             end
  173.         end)
  174.         spawn(function()
  175.             if Ranks == true then
  176.                 Ranks1()
  177.             end
  178.         end)
  179.         spawn(function()
  180.             if Skills == true then
  181.                 Skills1()
  182.             end
  183.         end)
  184.         spawn(function()
  185.             if AutoCollectGems == true then
  186.                 CollectGems1()
  187.             end
  188.         end)
  189.         if AutoSell == true then
  190.             wait(.1)
  191.             Sell1()
  192.         end
  193.         spawn(function()
  194.             if AntiAfk == true then
  195.                 local bb=game:service'VirtualUser'
  196.                 bb:CaptureController()
  197.                 bb:ClickButton2(Vector2.new())
  198.             end
  199.         end)
  200.     end
  201. end)