Notifications
Clear all

Advertisements

SoulShatters

1 Posts
1 Users
0 Likes
12.8 K Views
Scrip] Mater
Admin
Joined: 4 years ago
Posts: 128
Topic starter  

Auto Block Script test place 2021

Spoiler
Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/iHavoc101/Miscellaneous-Releases/main/High%20Quality/SoulShatters.lua"))()

Ruin Server Script

Spoiler
Ruin Server

local function GetKey()
return getrenv()._G.Pass
end

local rem = game:GetService("ReplicatedStorage").Remotes.SwordHandler

while true do
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if not v or not v.Character or not v.Character:FindFirstChild("HumanoidRootPart") then continue end
local tbl = {
GetKey(),
"SlashEffect",
v.Character.HumanoidRootPart.CFrame,
math.random(-90,90),
"Right",
2,
math.huge
}
rem:FireServer(tbl)
game:GetService("RunService").RenderStepped:Wait()
end
game:GetService("RunService").RenderStepped:Wait()
end

Baseplates & floors script

Spoiler
BASEPLATES AND FLOORS SCRIPT

for i,v in pairs(workspace:GetDescendants()) do
if v.Name == "Baseplate" and v:IsA("Part") then
v.Transparency = 0
v.BrickColor = BrickColor.new("Black")
end
end

--[[
for i,v in pairs(game.Lighting:GetChildren()) do
if v.Name == "Void" or v:IsA("Sky") then
v:Destroy()
end
end]]


   
Quote
Topic Tags