roblox weapon fighting simulator script pastebin --[[ https://www.roblox.com/games/8554378337/ loadstring(game:HttpGet("https://www.scriptblox.com/raw/WFS-or-Autofarm_393")() --]] repeat wait() until game:IsLoaded() _G.autofarm = false _G.farmType = "Nearest" _G.autoCollect = false roblox weapon fighting simulator script pastebin How to use it? roblox weapon fighting simulator script pastebin _G.autoGamble = false _G.autoBoss = false local bb = game:GetService("VirtualUser") local tickk = tick() local area = {} local bossArea = {} game:GetService("Players").LocalPlayer.Idled:Connect(function() bb:CaptureController() roblox weapon fighting simulator script pastebin How to use it? roblox weapon fighting simulator script pastebin bb:ClickButton2(Vector2.new()) end) table.insert(area,"-- Select Area --") for i, v in pairs(game:GetService("Workspace").Fight:GetChildren()) do if string.find(v.Name,"FightArea") and not table.find(area,v.Name)then table.insert(area,v.Name) end end table.sort(area) roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin table.insert(bossArea,"-- Select Area -- ") for i, v in pairs(game:GetService("Workspace").Fight:GetChildren()) do if v:FindFirstChild("BossTeleports") and not table.find(bossArea,v.Name) then table.insert(bossArea,v.Name) end end table.sort(bossArea) if _G.AreaLoad then _G.AreaLoad:Disconnect() end roblox weapon fighting simulator script pastebin How to get it for free? roblox weapon fighting simulator script pastebin _G.AreaLoad = game:GetService("Workspace").Fight.ChildAdded:Connect(function(asd) if string.find(asd.Name,"FightArea") then table.clear(area) for i, v in pairs(game:GetService("Workspace").Fight:GetChildren()) do if string.find(v.Name,"FightAre") and not table.find(area,v.Name)then table.insert(area,v.Name) end end table.sort(area) end roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin if asd:FindFirstChild("BossTeleports") then table.clear(bossArea) table.insert(bossArea,"-- Select Area -- ") for i, v in pairs(game:GetService("Workspace").Fight:GetChildren()) do if v:FindFirstChild("BossTeleports") and not table.find(bossArea,v.Name)then table.insert(bossArea,v.Name) end end table.sort(bossArea) end roblox weapon fighting simulator script pastebin PasteShr roblox weapon fighting simulator script pastebin end) function getHighest() local high = {} for i, v in pairs(game:GetService("Workspace").Fight.Chests:GetChildren()) do for x, y in pairs(game.Workspace.Fight[_G.selectedArea].Root:GetChildren()) do if v.Name == y.Name then table.insert(high,v.ChestHp.Value) table.sort(high, function(a,b) return a > b end) end roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin end end for a, b in pairs(game:GetService("Workspace").Fight.Chests:GetChildren()) do for x, y in pairs(game.Workspace.Fight[_G.selectedArea].Root:GetChildren()) do if b.Name == y.Name and high[1] == b.ChestHp.Value then return b.Name end end end roblox weapon fighting simulator script pastebin How to get it for free? roblox weapon fighting simulator script pastebin end function getMid() local mid = {} for i, v in pairs(game:GetService("Workspace").Fight.Chests:GetChildren()) do for x, y in pairs(game.Workspace.Fight[_G.selectedArea].Root:GetChildren()) do if v.Name == y.Name then table.insert(mid,v.ChestHp.Value) table.sort(mid, function(a,b) return a < b end) end roblox weapon fighting simulator script pastebin PasteShr roblox weapon fighting simulator script pastebin end end for a, b in pairs(game:GetService("Workspace").Fight.Chests:GetChildren()) do for x, y in pairs(game.Workspace.Fight[_G.selectedArea].Root:GetChildren()) do if b.Name == y.Name and mid[tonumber(string.format("%.g",#mid/2))] == b.ChestHp.Value then return b.Name end end end roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin end function getLowest() local low = {} for i, v in pairs(game:GetService("Workspace").Fight.Chests:GetChildren()) do for x, y in pairs(game.Workspace.Fight[_G.selectedArea].Root:GetChildren()) do if v.Name == y.Name then table.insert(low,v.ChestHp.Value) table.sort(low, function(a,b) return a < b end) end roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin end end for a, b in pairs(game:GetService("Workspace").Fight.Chests:GetChildren()) do for x, y in pairs(game.Workspace.Fight[_G.selectedArea].Root:GetChildren()) do if b.Name == y.Name and low[1] == b.ChestHp.Value then return b.Name end end end roblox weapon fighting simulator script pastebin How to get it for free? roblox weapon fighting simulator script pastebin end function getNear() local near; local nearr = math.huge local plr = game.Players.LocalPlayer.Character.HumanoidRootPart for i, v in pairs(game:GetService("Workspace").Fight.ClientChests:GetChildren()) do if (plr.Position - v.Root.Position).Magnitude < nearr then near = v roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin nearr = (plr.Position - v.Root.Position).Magnitude end end return near end function getQiChest() for i, v in pairs(game:GetService("Workspace").Fight.Chests:GetChildren()) do for x, y in pairs(game.Workspace.Fight[_G.selectedArea].Root:GetChildren()) do roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin if v.Name == y.Name and string.find(v.Value,"ChestBaoXiang") then return v.Name end end end end local alive = true if _G.checkAlive then _G.checkAlive:Disconnect() end roblox weapon fighting simulator script pastebin PasteShr roblox weapon fighting simulator script pastebin _G.checkAlive = game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function() alive = false print(alive) wait(6) alive = true print(alive) game.Players.LocalPlayer.CharacterAdded:Connect(function(a) a:WaitForChild("Humanoid").Died:Connect(function() alive = false wait(6) alive = true end) end) end) function teleport(part) roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin local player = game.Players.LocalPlayer.Character.HumanoidRootPart player.CFrame = part.CFrame * CFrame.new(0,2,5) end function MoveTo(enemy) game.Players.LocalPlayer.Character.Humanoid:MoveTo(enemy.Position) end function hrt() local lol = game.Players.LocalPlayer.Character.HumanoidRootPart roblox weapon fighting simulator script pastebin How to use it? roblox weapon fighting simulator script pastebin return lol end function sendKey(key) game:GetService('VirtualInputManager'):SendKeyEvent(true, key, false, game) wait() game:GetService('VirtualInputManager'):SendKeyEvent(false, key, false, game) end local library = loadstring(game:HttpGet("https://pastebin.com/raw/Uz6HijUN", true))() local w = library:CreateWindow("Farming") roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin local a = library:CreateWindow("Gamble") local c = library:CreateWindow("Boss") local b = library:CreateWindow("Misc") w:Toggle("Enabled", {flag = "a"}, function(value) _G.autofarm = value task.spawn(function() while task.wait() do if not _G.autofarm then break end roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin pcall(function() local tickk = tick() if alive == true then if _G.farmType == "Nearest" then local nearest = getNear() if (hrt().Position - nearest.Root.Position).Magnitude < 50 then MoveTo(nearest.Root) else teleport(nearest.Root) roblox weapon fighting simulator script pastebin How to get it for free? roblox weapon fighting simulator script pastebin end wait(.5) fireclickdetector(nearest.Root.ClickDetector,69) repeat task.wait() MoveTo(nearest.Root) until nearest.Root == nil or not _G.autofarm or alive == false or tick()-tickk > 45 elseif _G.farmType == "High Hp" then local highest = getHighest() local highestChest = game:GetService("Workspace").Fight.ClientChests[highest].Root roblox weapon fighting simulator script pastebin How to use it? roblox weapon fighting simulator script pastebin if (hrt().Position - highestChest.Position).Magnitude < 50 then MoveTo(highestChest) else teleport(highestChest) end wait(.5) fireclickdetector(highestChest.ClickDetector,69) repeat task.wait() roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin MoveTo(highestChest) until not game:GetService("Workspace").Fight.ClientChests[highest].Root or not _G.autofarm or alive == false or tick()-tickk > 45 elseif _G.farmType == "Mid Hp" then local mid = getMid() local midChest = game:GetService("Workspace").Fight.ClientChests[mid].Root if (hrt().Position - midChest.Position).Magnitude < 50 then MoveTo(midChest) else teleport(midChest) roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin end wait(.5) fireclickdetector(midChest.ClickDetector,69) repeat task.wait() MoveTo(midChest) until not game:GetService("Workspace").Fight.ClientChests[mid].Root or not _G.autofarm or alive == false or tick()-tickk > 45 elseif _G.farmType == "Low Hp" then local lowest = getLowest() local lowestChest = game:GetService("Workspace").Fight.ClientChests[lowest].Root roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin if (hrt().Position - lowestChest.Position).Magnitude < 50 then MoveTo(lowestChest) else teleport(lowestChest) end wait(.5) fireclickdetector(lowestChest.ClickDetector,69) repeat task.wait() roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin MoveTo(lowestChest) until not game:GetService("Workspace").Fight.ClientChests[lowest].Root or not _G.autofarm or alive == false or tick()-tickk > 45 elseif _G.farmType == "Qi Chest" then local qiChest = getQiChest() local chest = game:GetService("Workspace").Fight.ClientChests[qiChest].Root if (hrt().Position - chest.Position).Magnitude < 50 then MoveTo(chest) else teleport(chest) roblox weapon fighting simulator script pastebin How to use it? roblox weapon fighting simulator script pastebin end wait(.5) fireclickdetector(chest.ClickDetector,69) repeat task.wait() MoveTo(chest) until not game:GetService("Workspace").Fight.ClientChests[qiChest].Root or not _G.autofarm or alive == false or tick()-tickk > 45 end end end) roblox weapon fighting simulator script pastebin PasteShr roblox weapon fighting simulator script pastebin end end) end) w:Dropdown("Farm Type", {flag = "b" ,list = {"Nearest","High Hp","Mid Hp","Low Hp","Qi Chest"}}, function(v) _G.farmType = v end) w:Dropdown("Select Area", {flag = "c", list = area}, function(v) _G.selectedArea = v roblox weapon fighting simulator script pastebin How to get it for free? roblox weapon fighting simulator script pastebin end) w:Toggle("Collect Rewards", {flag = "d"}, function(value) _G.autoCollect = value local d = require(game:GetService("ReplicatedStorage").CommonConfig.CfgGlobal) if _G.autoCollect then d.RewardCollectRadius = 9e99 else roblox weapon fighting simulator script pastebin How to get it for free? roblox weapon fighting simulator script pastebin d.RewardCollectRadius = 12 end end) a:Toggle("Enabled", {flag = "ad"}, function(v) _G.autoGamble = v task.spawn(function() while task.wait() do if not _G.autoGamble then break end roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin for i, v in pairs(game.Workspace.Fight[_G.areatoGamble].Gamble:GetChildren()) do if v:IsA("Part") then teleport(v) sendKey("E") end end end end) end) roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin a:Dropdown("Select Area", {flag = "zad", list = area}, function(v) _G.areatoGamble = v end) c:Toggle("Enabled", { flag = "e",}, function(value) _G.autoBoss = value task.spawn(function() while task.wait() do if not _G.autoBoss then break end roblox weapon fighting simulator script pastebin How to use it? roblox weapon fighting simulator script pastebin pcall(function() local tickk = tick() wait(1) game:GetService("ReplicatedStorage").CommonLibrary.Tool.RemoteManager.Funcs.DataPullFunc:InvokeServer("ArenaTeleportLeaveChannel", "Out") wait(1) teleport(game:GetService("Workspace").Fight[_G.selectedBossArea].BossTeleports.Platform.Platform) wait(1) game:GetService("ReplicatedStorage").CommonLibrary.Tool.RemoteManager.Events.BossRoomStartEvent:FireServer("room1") game:GetService("ReplicatedStorage").CommonLibrary.Tool.RemoteManager.Events.BossRoomStartEvent:FireServer("room2") wait(1) roblox weapon fighting simulator script pastebin How to dowload it? roblox weapon fighting simulator script pastebin local near = getNear() teleport(near.Root) wait(.5) fireclickdetector(near.Root.ClickDetector,69) repeat task.wait() teleport(near.Root) until not near.Root or not _G.autoBoss or alive == false or tick()-tickk > 69 end) end end) roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin end) c:Dropdown("Select Area", { flag = "f", list = bossArea}, function(v) _G.selectedBossArea = v end) b:Button("Unlock Gamepass", function() local a = require(game:GetService("ReplicatedStorage").CommonLogic.Model.GamePasses) a.HasGamePass = function() return true end roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin game:GetService("Players").LocalPlayer.PlayerGui.MainGui.ScreenGui.MainLeftBarView.FrameChild4.BgTeleport.ImgMask.Visible = false end) b:Button("Invisible", function() pcall(function() for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v:IsA("MeshPart") and v.Name ~= "Head" and v.Name ~= "LowerTorso" and v.Name ~= "UpperTorso" then v:Destroy() end end roblox weapon fighting simulator script pastebin How to get it for free? roblox weapon fighting simulator script pastebin game.Players.LocalPlayer.Character.Humanoid.Animator:Destroy() wait(1) game.Players.LocalPlayer.Character.LowerTorso.Root:Destroy() game.Players.LocalPlayer.Character.NameTag:Destroy() end) end) b:Button("Reload Script", function() loadstring(game:HttpGet("https://pastebin.com/raw/Bd6R0GaC"))() end) roblox weapon fighting simulator script pastebin How to get it? roblox weapon fighting simulator script pastebin b:Section("Script by Uzu") b:Button("discord.gg/waAsQFwcBn", function() setclipboard(tostring("discord.gg/waAsQFwcBn")) end) warn("script took",string.format("%.0f",tick()-tickk),"seconds to load") roblox weapon fighting simulator script pastebin