Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (not game:IsLoaded()) then
- repeat
- game.Loaded:Wait()
- until game:IsLoaded()
- end
- local wait = task.wait
- repeat wait() until game.Players
- repeat wait() until game.Players.LocalPlayer
- repeat wait() until game.ReplicatedStorage
- repeat wait() until game.PlayersReplicatedStorage:FindFirstChild("Remotes")
- repeat wait() until game.PlayersReplicatedStorage:FindFirstChild("PlayerGui")
- repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("Main")
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local ReplicatedStorage = game:GetService("Players").ReplicatedStorage
- local StarterGui = game:GetService("StarterGui")
- StarterGui:SetCore("SendNotification", {
- Title="NYX";
- Text="NYX";
- Icon="rbxassetid://10258071211";
- })
- local ninjaEvent = {}
- ninjaEvent.swingKatana = function()
- local args = {
- [1] = "swingKatana"
- }
- LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- local i = 0
- repeat
- ninjaEvent.swingKatana()
- wait(1)
- until i == 5
- loadstring(game:HttpGet("https://pastebin.com/raw/iFYjXVQd"))();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement