Project Slayers Script

Project Slayers ScriptPin
Project Slayers Script

We know that you are looking for a project slayers script. We have shared 18 of the best working scripts below.

It would be helpful to tell you about this game before using the Project slayers scripts.
The Roblox project slayer game was created by @raklaz on December 3, 2020.

You will often encounter small villages, big cities, and scary mountains in this game. Project Slayers is a Roblox game inspired by the Demon Slayer anime.

The game has been visited 367.1K+ times since its creation until March 2023 and has also been added to favorites 3,202 times.

We have included the codes and the project slayers scripts that work perfectly below.

Project Slayers Controls

  • Mouse Left Button – Combat (L Click).
  • Mouse Right Button – Combat (R Click).
  • M – Menu.
  • Q – Dash.
  • E – Interact
  • G – Grip
  • H – Carry
  • R – Revive
  • CTRL – Wall Climb.
  • Left Shift – Sprint.
  • Left Alt – Mouse Lock
  • Z – Move 1
  • X – Move 2
  • C – Move 3
  • V – Move 4
  • B – Move 5
  • N – Move 6
  • L – Move 7
  • K – Move 8

You can play the game easily using these controls.

Project Slayers Codes (May 2023)

The Project Slayers Codes are the latest codes for March. We’ve tried all the codes, and they work. We are constantly updating the Project Slayers Codes on our site. Remember to add the page to your favorites to get the latest codes.

  • ThanksFor500kVotes –  Use this code to get free rewards.
  • ThanksFor200MilVisitsRace – Use this code to reset the race.
  • ThanksFor200MilVisitsBreathing – Use this code to reset breathing.

How to Use Project Slayers Codes?

Project Slayers Codes are very simple to run. You can use the codes in the game by using these steps.

  1. Open the Roblox project slayers game.
  2. After opening the game’s chat window, paste the codes shared above into the chat box and press enter.

Project Slayers Script Features

Project slayers script will allow you to use the game’s many different features besides the ones listed below.

  • AUTO FARM ALL BOSSES
  • AUTO GOURD
  • AUTO FARM
  • AUTO LOOT CHEST
  • AUTO FARM ALL NPCS
  • AUTO FARM WEN
  • TELEPORTS
  • WALK SPEED
  • JUMP POWER
  • GODSPEED
  • RENGOKU
  • AMOUNT OF POTIONS
  • WEBHOOK OPTIONS
  • AUTO COLLECT CHESTS
  • INFINITE STAMINA
  • INFINITE BREATHING
  • BREAK SMALL/MEDIUM/LARGE GOURD
  • COLLECT SOULS
  • KILL AURA
  • NO SUN DAMAGE
  • THUNDER MODE
  • LEVEL FARM
  • AUTO QUEST
  • NO DROWN
  • AUTO PICK FLOWERS
  • NO CD MOVES
  • AUTO SKILLL
  • UNPARTY ALL
  • SPAM DASH EFFECT AT EVERY PART
  • and more features.

These features are fantastic and will make you invincible in the game.

Which project slayers script feature do you like the most? We like the auto farm feature the most.

Many people are looking for the project slayers Trello link. With the Trello link, you can find many weapons and similar things.

Project Slayers Script PastebinPin
Project Slayers Script Pastebin

Project Slayer Scripts

If you want to beat everyone in the project slayers game, you need to use a script. Using Roblox scripts is relatively easy. You can use these scripts on your computer without downloading anything. We also share many great Roblox scripts on our site.

mm2 script and blox fruit script are pretty great, and we recommend using them.

SCRİPT 1;

repeat wait() until game:IsLoaded()

loadstring(game:HttpGet(“https://raw.githubusercontent.com/LioK251/RbScripts/main/lazyhub.lua”))()

SCRİPT 2;

loadstring(game:HttpGet(“https://raw.githubusercontent.com/CopyReal/NexHub/main/NexHubLoader”))()

SCRİPT 3;

loadstring(game:HttpGet(“https://raw.githubusercontent.com/TweedLeak/Scripts/main/Project-Slayers.lua”))()

SCRİPT 4;

loadstring(game:HttpGet(‘https://scripts.luawl.com/13585/FreeScript.lua’))()

SCRİPT 5;

loadstring(game:HttpGet(“https://raw.githubusercontent.com/SkinnyBonz/Master-hub/main/Client”))()

SCRİPT 6;

local wanted = {“Kamado”,”Agatsuma”}
for i = 1,game.ReplicatedStorage.Player_Data[game.Players.LocalPlayer.Name].Spins.Value do
game:GetService(“ReplicatedStorage”).Remotes.To_Server.Handle_Initiate_S_:InvokeServer(“check_can_spin”)
task.wait(.13)
if table.find(wanted,game.ReplicatedStorage.Player_Data[game.Players.LocalPlayer.Name].Clan.Value) then
return end
end

SCRİPT 7;

–Options
local Method = “Claws” –Fist/Claws/Sword
_G.Enabled = true
–Services
local ReplicatedStorage = game:GetService(“ReplicatedStorage”)
local Players = game:GetService(“Players”)
local TweenService = game:GetService(“TweenService”)
print()
–Instances
local Map = workspace.Map
local Mobs = workspace.Mobs
local Remotes = ReplicatedStorage.Remotes
local Client = Players.LocalPlayer

–#region Functions
local spawn, wait = task.spawn, task.wait

local FireServer = Instance.new(“RemoteEvent”).FireServer
local InvokeServer = Instance.new(“RemoteFunction”).InvokeServer

function Call(self, …) –Caching the FireServer and InvokeServer functions for optimization
local Method = self.ClassName == (“RemoteEvent”) and FireServer or self.ClassName == (“RemoteFunction”) and InvokeServer

return spawn(Method, self, …)
end

function Teleport(Position, Offset, Speed)
local Distance = Client:DistanceFromCharacter(Position + (Offset or Vector3.zero))

if Distance < 2500 then
local Tween = TweenService:Create(
Client.Character.HumanoidRootPart,
TweenInfo.new(Distance/Speed, Enum.EasingStyle.Linear),
{CFrame = CFrame.new(Position + (Offset or Vector3.zero)
)})

Tween:Play()

return Tween.Completed:Wait()
else
Client.Character.HumanoidRootPart.CFrame = Position + (Offset or Vector3.zero)

return wait()
end
end

local Initiate_S = Remotes.To_Server.Handle_Initiate_S_

local AttackMethods = {
Fist = “fist_combat”,
Sword = “Sword_Combat_Slash”,
Claws = “claw_Combat_Slash”
}

function Attack()
local Method = AttackMethods[Method]

for Cycle=1, 5 do
Call(
Initiate_S,
Method,
Client,
Client.Character,
Client.Character.HumanoidRootPart,
Client.Character.Humanoid,
Cycle ~= 5 and Cycle or Cycle == 5 and 919
)
end
end

local Orbs = {
“InstaKill”,
“HealthRegen”,
“StaminaRegen”,
“BloodMoney”,
“DoublePoints”,
}

function ClaimOrbs()
for i, Orb in next, Map:GetChildren() do
if table.find(Orbs, Orb.Name) then
pcall(Teleport, Orb:FindFirstChildOfClass(“MeshPart”).CFrame.Position, nil, 256)
end
end
end

function CreateInstance(Class, Properties)
local Instance = Instance.new(Class)

for Property, Value in Properties do
Instance[Property] = Value
end

return Instance
end
–#endregion

–Main
local BodyVelocity = CreateInstance(“BodyVelocity”, {MaxForce = Vector3.new(1/0, 1/0, 1/0), Velocity = Vector3.zero, Name = “BV”})
local BodyAngularVelocity = CreateInstance(“BodyAngularVelocity”, {MaxTorque = Vector3.new(1/0, 1/0, 1/0), AngularVelocity = Vector3.zero, Name = “BAV”})

spawn(function()
while _G.Enabled do
for i, Mob in next, Mobs:GetChildren() do
Mob = Mob:FindFirstChildOfClass(“Model”)

pcall(function()
BodyVelocity:Clone().Parent = Client.Character.LowerTorso
BodyAngularVelocity:Clone().Parent = Client.Character.LowerTorso

Teleport(Mob.HumanoidRootPart.CFrame.Position, Vector3.new(0, 50, 0), 128)
end)

repeat
local Status = pcall(function()
if #Mobs:GetChildren() == 0 then
spawn(ClaimOrbs)
end

Client.Character.HumanoidRootPart.CFrame = Mob.HumanoidRootPart.CFrame
wait(0.25)
Attack()
Teleport(Mob.HumanoidRootPart.CFrame.Position, Vector3.new(0, 50, 0), 256)
repeat wait() until Client:WaitForChild(“combotangasd123”, 9e9).Value == 0 and wait(0.25)
end)
if not Status or not _G.Enabled then
break
end

until wait() and not _G.Enabled

pcall(function()
Client.Character.LowerTorso:FindFirstChildOfClass(“BodyVelocity”):Destroy()
Client.Character.LowerTorso:FindFirstChildOfClass(“BodyAngularVelocity”):Destroy()
end)
end
wait()
end
end)
spawn(function()
while _G.Enabled do
local Chest = game:GetService(“Workspace”).Debree:FindFirstChild(“Loot_Chest”)

if Chest and #Chest:WaitForChild(“Drops”):GetChildren() > 0 then
local Remote = Chest:WaitForChild(“Add_To_Inventory”)

for _,Drop in next, Chest:WaitForChild(“Drops”):GetChildren() do
Call(Remote, Drop.Name)
end
end
wait(3)
end
end)

SCRİPT 8;

loadstring(game:HttpGet(“https://raw.githubusercontent.com/CopyReal/NexHub/main/NexHubLoader”))()

SCRİPT 9;

if not game:IsLoaded() then
game.Loaded:Wait()
end
if game.PlaceId == 1537690962 then
_G.wl_key = “” — you dont actually need a key it’ll still work
_G.autoload = “” — config name you want to autoload inside the quotes
loadstring(game:HttpGet(‘https://scripts.luawl.com/12761/bss.lua’))()
end

SCRİPT 10;

loadstring(game:HttpGet(“https://raw.githubusercontent.com/SkinnyBonz/Master-hub/main/Client”))()

SCRİPT 11;

loadstring(game:HttpGet(“https://raw.githubusercontent.com/LeadMarker/Scripts/main/ProjectSlayer.lua”))()

SCRİPT 12;

game:GetService(“ReplicatedStorage”).Remotes.To_Server.Handle_Initiate_S:FireServer(“Sword_Combat_Slash”, game.Players.LocalPlayer, game.Players.LocalPlaye.Character, game.Players.LocalPlaye.Character.HumanoidRootPart, game.Players.LocalPlaye.Character.Humanoid, 1, nil, nil, 99999)

SCRİPT 13;

— trashs#0414 was here
print(“autoquests”)
getgenv().qtog = true — toggle which turns it on an off (true/false)

closestmob = function()
local closestPlayer = nil
local shortestDistance = math.huge

for i, v in pairs(game:GetService(“Workspace”).Mobs:GetDescendants()) do
if v:IsA(“Part”) and v.Name == “HumanoidRootPart” then
if v.Parent.Humanoid.Health > 0 then

local magnitude = (v.Position – game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude

if magnitude < shortestDistance and v.Parent.Name ~= game.Players.LocalPlayer.Name then
closestPlayer = v
shortestDistance = magnitude
end
end
end
end

return closestPlayer.Parent or localPlayer
end

while wait(1) do
if getgenv().qtog == true and closestmob() ~= nil then
for i,v in pairs(game:GetService(“Players”).LocalPlayer.PlayerGui[“universal_client_scripts”][“Bird_Ui”].Bill[“Detect_Frame”].Main.Holder[“Content_Holder”].Quests.Frame2.Holder:GetChildren()) do
local quest_check = “Defeat “..tostring(closestmob().Name)
if v.Name == quest_check then
game:GetService(“ReplicatedStorage”).Remotes.To_Server.crow_quest_ting:FireServer(quest_check, “Do”)
end
end
end
end

SCRİPT 14;

loadstring(game:HttpGetAsync(“https://raw.githubusercontent.com/Blackout4781/Sin.xyzz/main/Project%20Slayers%20Test”))()

SCRİPT 15;

game.ReplicatedStorage:WaitForChild(“Remotes”):WaitForChild(“getclientping”).OnClientInvoke = function(args)
task.wait(4.5)
return true
end

SCRİPT 16 UNPARTY ALL ;

IGNORE_ME = true

local r = game.ReplicatedStorage.Remotes.To_Server.Handle_Initiate_S
for i,v in next, game.Players:GetPlayers() do
if not IGNORE_ME or v ~= plr then
local p = v:FindFirstChild(“currentparty”)

if p then
r:FireServer(“Join_Party”, v, p.Value);
end
end
end

SCRİPT 17 SPAM DASH EFFECT AT EVERY PART ;

local p = game.Players.LocalPlayer
local s = “Players.”..p.Name..”.PlayerScripts.Client_Modules.Main_Script”

local r = game.ReplicatedStorage.Remotes[“To_Server”][“Handle_Initiate_C”]
local t = workspace:GetDescendants()
local n = 1000
for i = 1, #t, n do
for i = i, math.min(i + n, #t) do
local v = t[i]
if v:IsA(“BasePart”) then
r:FireServer(s, os.clock(), “dash_effect”, v.CFrame, v)
else
i = i – 1
end
end

task.wait()
end

SCRİPT 18 project slayers infinite spins script ;

if not getgenv().already_executed then
getgenv().already_executed = true

if setfflag then
setfflag(“HumanoidParallelRemoveNoPhysics”, “False”)
setfflag(“HumanoidParallelRemoveNoPhysicsNoSimulate2”, “False”)
end

local stop_kill_aura
local using_move
local http_request
local queue_on_tp
local current_tween
local farming_tween
local noclip_tween
local reached_place
local UIs = game:GetService(“UserInputService”)
local RunService = game:GetService(“RunService”)
local TweenService = game:GetService(“TweenService”)

UIs.WindowFocused:Connect(function()
RunService:Set3dRenderingEnabled(true)
setfpscap(360)
end)

UIs.WindowFocusReleased:Connect(function()
RunService:Set3dRenderingEnabled(false)
setfpscap(360)
end)

for i,v in next, getconnections(game:GetService(“Players”).LocalPlayer.Idled) do
v:Disable()
end

How To Use Project Slayers Script

You need to download an exploit before running the script in Roblox games. Many Roblox exploits on the Internet, including the kernel, vega x, and the like.

We use vega x as a Roblox exploit and recommend it to you.

  1. First, download Roblox exploit.
  2. Run the Roblox exploit and then open the Roblox project slayers game.
  3. Copy the Roblox project slayers script you want to run from above and paste it into the exploit box.
  4. Finally, press the button that says execute or inject.
  5. Now you can use the features you want in the game.

Please share your thoughts about the project slayers scripts we shared by commenting.

Leave a Comment

3