Darkloader
Darkloader
game.StarterGui:SetCore("SendNotification", {
Title = "Dark Ware";
Text = "You need to be alive for use kill all! When you died and pressing
kill all, it will not work.";
Icon = "";
Duration = 9e9;
Button1 = "Ok";
Callback = NotificationBindable;
})
game.StarterGui:SetCore("SendNotification", {
Title = "Dark Ware";
Text = "Be careful at Unranked Compatitive because when you pressing kill
all, your teammate can die too and you can be banned for killing your team!";
Icon = "";
Duration = 9e9;
Button1 = "Ok";
Callback = NotificationBindable;
})
game.StarterGui:SetCore("SendNotification", {
Title = "Dark Ware";
Text = "Some Anti Cheat features are disabled!";
Icon = "";
Duration = 9e9;
Button1 = "Ok";
Callback = NotificationBindable;
})
wait(0.1)
local Material =
loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/
master/Module.lua"))()
local X = Material.Load({
Title = "Dark Ware",
Style = 1,
SizeX = 250,
SizeY = 275,
Theme = "Dark",
})
local Page1 = X.New({
Title = "Main"
})
if player.Character then
if player.Character:FindFirstChild("Humanoid") then
player.Character.Humanoid.Name = "1"
end
local l = player.Character["1"]:Clone()
l.Parent = player.Character
player.Character["1"]:Destroy()
workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
player.Character.Animate.Disabled = false
end
end
})
coroutine.resume(Rejoin)
end
})