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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))()
  2. local w = library:CreateWindow("Brawl Legends")
  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. --Toggle
  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("AutoFlag",function(bool)
  24.     shared.toggle = bool
  25.     AutoFlag = bool
  26. end)
  27.  
  28. b:Toggle("AutoBoss",function(bool)
  29.     shared.toggle = bool
  30.     AutoBoss = bool
  31. end)
  32.  
  33. f:Toggle("Weapons",function(bool)
  34.     shared.toggle = bool
  35.     Weapons = bool
  36. end)
  37.  
  38. f:Toggle("DNA",function(bool)
  39.     shared.toggle = bool
  40.     DNA = bool
  41. end)
  42.  
  43. f:Toggle("Auras",function(bool)
  44.     shared.toggle = bool
  45.     Auras = bool
  46. end)
  47.  
  48. e:Toggle("AntiAfk",function(bool)
  49.     shared.toggle = bool
  50.     AntiAfk = bool
  51. end)
  52.  
  53. e:Dropdown("OpenShop",{"Spawn","Atlantis","Fairy","Russo"},true,function(World)
  54.     for i,v in pairs(game:GetService("Workspace").Map.Touch.ShopTouches:GetChildren()) do
  55.         if v.Name == World then
  56.             firetouchinterest(game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart, v, 1)
  57.             wait(.1)
  58.             firetouchinterest(game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart, v, 0)
  59.             wait(.1)
  60.         end
  61.     end
  62. end)
  63.  
  64. e:Button("Use All Codes",function()
  65.     for i,v in pairs(game:GetService("Workspace").Map.CodesLeaderboard.Model.Board.SurfaceGui.Frame:GetChildren()) do
  66.         game:GetService("ReplicatedStorage").Events.RedeemCode:InvokeServer(v.Name)
  67.     end
  68. end)
  69.  
  70. --Credits
  71. u:Button("maxgat5#8395",function()
  72.     setclipboard("maxgat5#8395")
  73. end)
  74.  
  75. u:Button("Discrod Server",function()
  76.     setclipboard("https://discord.gg/K4txdRSVfq")
  77. end)
  78.  
  79. while wait() do
  80.     if AutoFlag == true then
  81.         for i,v in pairs(game:GetService("Workspace").Map.Flags:GetDescendants()) do
  82.             if AutoFlag == true then
  83.                 if v.Name == "StatusLabel" then
  84.                     if v.Text ~= "Captured by: "..game.Players.LocalPlayer.Name then
  85.                         game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(v.Parent.Parent.Parent.Parent.Circle.CFrame.Position + Vector3.new(0,0,100))
  86.                         wait(.1)
  87.                         game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(v.Parent.Parent.Parent.Parent.Circle.CFrame.Position + Vector3.new(0,0,0))
  88.                         wait(15)
  89.                     end
  90.                 end
  91.             end
  92.         end
  93.     end
  94.  
  95.     if Auras == true then
  96.         for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Hud.Interface.AuraShop.ShopPanel.Frame:GetChildren()) do
  97.             if v.ClassName == "ImageLabel" then
  98.                 game:GetService("ReplicatedStorage").Events.BuySkill:InvokeServer(v.Name,"Auras","Buy")
  99.             end
  100.         end
  101.     end
  102.  
  103.     if AutoSell == true then
  104.         number = 0
  105.         for i,v in pairs(game:GetService("Workspace").Map.Sells:GetChildren()) do
  106.             number = number + 1
  107.         end
  108.         for i,v in pairs(game:GetService("Workspace").Map.Sells:GetChildren()) do
  109.             if i == number then
  110.                 for i,v1 in pairs(v:GetChildren()) do
  111.                     if v1.Name == "SellTouch" then
  112.                         firetouchinterest(game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart, v1, 1)
  113.                         wait(.1)
  114.                         firetouchinterest(game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart, v1, 0)
  115.                         wait(.1)
  116.                     end
  117.                 end
  118.             end
  119.         end
  120.     end
  121.  
  122.     if AutoBoss == true then
  123.         for i,v in pairs(game:GetService("Workspace").Map.Bosses:GetDescendants()) do
  124.             if v.ClassName == "Humanoid" then
  125.                 game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(v.Parent.Head.CFrame.Position + Vector3.new(0,3,0))
  126.                 local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  127.                 game.Workspace[game.Players.LocalPlayer.Name].Humanoid:EquipTool(tool)
  128.                 game:service'VirtualUser':ClickButton1(Vector2.new())
  129.             end
  130.         end
  131.     end
  132.    
  133.     if AutoCollectGems == true then
  134.         for i,v in pairs(game:GetService("Workspace").Spawns.Main.Gems:GetChildren()) do
  135.             v.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + Vector3.new(0,0,0)
  136.         end
  137.     end
  138.    
  139.     if Weapons == true then
  140.         for i,v in pairs(game:GetService("Workspace").Map.Touch.ShopTouches:GetChildren()) do
  141.             game:GetService("ReplicatedStorage").Events.BuyItem:InvokeServer("Weapon","Weapon","BuyAll",v.Name)
  142.         end
  143.     end
  144.    
  145.     if DNA == true then
  146.         for i,v in pairs(game:GetService("Workspace").Map.Touch.ShopTouches:GetChildren()) do
  147.             game:GetService("ReplicatedStorage").Events.BuyItem:InvokeServer("DNA","DNA","BuyAll",v.Name)
  148.         end
  149.     end
  150.    
  151.     if AutoClicker == true then
  152.         local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Workspace[game.Players.LocalPlayer.Name]:FindFirstChildOfClass("Tool")
  153.         game:GetService("ReplicatedStorage").Events.SwingEvent:FireServer(tool.Name)
  154.     end
  155.    
  156.     if AntiAfk == true then
  157.         local bb=game:service'VirtualUser'
  158.         bb:CaptureController()
  159.         bb:ClickButton2(Vector2.new())
  160.     end
  161. end