Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- GUI made by: https://v3rmillion.net/member.php?action=profile&uid=1642742
- -- Sword Fight Bot Made by MawinCK
- local player = game.Players.LocalPlayer
- local vir = game:GetService("VirtualUser")
- -- Load the library
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/lime"))()
- -- Create a new window
- local w = Library:Window("Bot Fighter GUI v2 by Mawin_CK")
- -- Toggle for auto-click
- local autoClickEnabled = false
- w:Toggle("Auto Click (Can be used in any game)", function(state)
- autoClickEnabled = state
- if autoClickEnabled then
- while autoClickEnabled do
- wait()
- vir:Button1Down(Vector2.new(1, 1))
- end
- end
- end)
- -- Button for Anti Fall feature
- w:Button("Anti Fall (Very Important)", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/6WWKuaA7"))()
- end)
- -- Button for Anti Stuck feature
- w:Button("Anti Stuck (Very Important)", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/bJ4S9RJe"))()
- end)
- -- Toggle for Casual Fighter Bot Mode
- local casualBotEnabled = false
- w:Toggle("Casual Fighter Bot Mode", function(state)
- casualBotEnabled = state
- if casualBotEnabled then
- while casualBotEnabled do
- wait(0.01)
- loadstring(game:HttpGet("https://pastebin.com/raw/hpUjxw8q"))()
- end
- end
- end)
- -- Toggle for Pro Fighter Bot Mode
- local proBotEnabled = false
- w:Toggle("Pro Fighter Bot Mode", function(state)
- proBotEnabled = state
- if proBotEnabled then
- while proBotEnabled do
- wait(0.01)
- loadstring(game:HttpGet("https://pastebin.com/raw/qEbx8cWK"))()
- end
- end
- end)
- -- Toggle for Super Pro Fighter Bot Mode
- local superProBotEnabled = false
- w:Toggle("Super Pro Fighter Bot Mode", function(state)
- superProBotEnabled = state
- if superProBotEnabled then
- while superProBotEnabled do
- wait(0.01)
- loadstring(game:HttpGet("https://pastebin.com/raw/ep0j1aHj"))()
- end
- end
- end)
- -- Toggle for Near Godlike Fighter Bot Mode
- local nearGodlikeBotEnabled = false
- w:Toggle("Near Godlike Fighter Bot Mode", function(state)
- nearGodlikeBotEnabled = state
- if nearGodlikeBotEnabled then
- while nearGodlikeBotEnabled do
- wait(0.01)
- loadstring(game:HttpGet("https://pastebin.com/raw/nux1XQn3"))()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement