Categories > Exploiting > Scripts >

(Release)Roblox arsenal murder auto kill murderer and sheriff script by me

Posts: 56

Threads: 15

Joined: Mar, 2023

Reputation: 4

Posted

Hello guy I just used my pro coding skills to make this script it is very simple but effective 

here is the game link: ArsenalMurder

Here is the script copy and paste it in a executor to use it ok: (credit to infyield creator for the code to bring player)

Note: press f to enable the script and press again to disable it you also need to have a gun to autokill the murder

--Made by dragon4dev
local LocalPlayer = game:GetService("Players").LocalPlayer
local UserInputService = game:GetService("UserInputService")
local Run = false



function getRoot(char)
	local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso')
	return rootPart
end

UserInputService.InputBegan:Connect(function(input)
	if input.KeyCode == Enum.KeyCode.F then
		if Run == false then
			Run = true
		else 
		    Run = false
		end
	end
end)

while true do
	wait(0.1)
	if Run == true then
		for i, v in pairs(game:GetService("Players"):GetChildren()) do

			if LocalPlayer.Status.Role.value == "Murderer" then
				if v.Status.Role.value == "Bystander" and v.Status.Alive.Value == true then
					if v.Character ~= nil then
						if v.Character:FindFirstChildOfClass('Humanoid') then
							v.Character:FindFirstChildOfClass('Humanoid').Sit = false
						end
						getRoot(v.Character).CFrame = getRoot(LocalPlayer.Character).CFrame + Vector3.new(5,1,0)
					end
				end
			end
			
			if LocalPlayer.Status.Role.value == "Bystander" and v.Status.Alive.Value == true then
				if v.Status.Role.value == "Murderer" then
					if v.Character ~= nil then
						if v.Character:FindFirstChildOfClass('Humanoid') then
							v.Character:FindFirstChildOfClass('Humanoid').Sit = false
						end
						getRoot(v.Character).CFrame = getRoot(LocalPlayer.Character).CFrame + Vector3.new(5,1,0)
					end
				end
			end

		end
	end
end

 

 

  • 0

Dev of vergarson v5 ceo of vergarson sorfware ltd we have make executors since 2020 

Products: Vergarson v5(UWP level 8 on top bypass byfron) we discontinued vergarson due to byfron we sorry :(

Posts: 93

Threads: 2

Joined: Apr, 2023

Reputation: 6

Replied

i am bystander

Comments

dragon4dev 4 Reputation

Commented

use auto collect loot script search it on v3rmmillion

  • 0

  • 0

"your code looks like a decompiled roblox script", - Whoman

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )