[CODE FREECASE] Combat Surf!
8.4k Views

Best kill all 10k xp each kill anti cheat bypass

[CODE FREECASE] Combat Surf!Uploaded by
2 years ago
Please login to perform these actions:

Description

Fixed kill all for combat surf as they changed the shoot remote fully but i fixed it dont make the wait time lower or it will kick you if it kicks you for validation error make the wait time higher (it depends really on you lol) Note: if you just wanna farm fast put to task.wait() get kicked rejoin repeat

View Raw
Edited By: CatBoy Download


Comments
4
User profile picture
airedbyanze 2 years ago - Edited
is there any way you could only make it so it doesnt NOT autokill but it still gives 10k xp?
User profile picture
CatBoy 1 year ago - Edited
@airedbyanze yes
User profile picture
wawacat4832 2 months ago
17:45:13 -- GunLocalNew is not a valid member of Model "Workspace.nrdz_z" Stack Begin Script '', Line 56 Stack End
User profile picture
wawacat4832 2 months ago
tried using ai but it made this but did nothing and no errrors --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") local LocalPlayer = Players.LocalPlayer -- Fixed: (2 or 4 or 6) always evaluates to 2 in Lua. Changed to explicit checks. local function checkStaff(player) local Rank = player:GetRankInGroup(5479316) if Rank == 2 or Rank == 4 or Rank == 6 then LocalPlayer:Kick("Staff detected! Username: ".. player.Name .. " Rank: ".. Rank) end end for _, v in next, Players:GetPlayers() do checkStaff(v) end Players.PlayerAdded:Connect(checkStaff) getgenv().haha = true while getgenv().haha do local char = LocalPlayer.Character if char then -- Fixed: Looks for the gun in both the Character (equipped) and Backpack (unequipped) local gun = char:FindFirstChild("GunLocalNew") or LocalPlayer.Backpack:FindFirstChild("GunLocalNew") if gun and gun:FindFirstChild("Shoot") then for i, v in next, Players:GetPlayers() do if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and char:FindFirstChild("HumanoidRootPart") and not v.Character:FindFirstChildOfCl*("ForceField") then local ray = Ray.new(char.Head.Position, (v.Character.Head.Position - char.Head.Position)) local part = workspace:FindPartOnRayWithIgnoreList(ray, {char, v.Character}) if not part then local args = { [1] = v.Character.Head.Position, [2] = { [1] = char.Hea
Please Login to add a comment.