Project Slayers Script | UNPARTY ALL & SPAM DASH EFFECT AT EVERY PART

Png-5-14-300x169-1.png

Created by loglizzy#1982

Features:

  • 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
  • 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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ