Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- this is for rogue lineage
- ----- Regular Scripts
- ----- Script 1:
- ----- Notification Script
- local script = false
- pcall(function()
- if script == true then
- if game.Lighting:FindFirstChild("Required16") then
- else
- local folded = Instance.new("Folder", game.Lighting)
- folded.Name = "Required16"
- game.StarterGui:SetCore("SendNotification", {Title="ZENJITZU", Text="testing"})
- local soundy = Instance.new("Sound", game.Lighting)
- soundy.SoundId = "http://www.roblox.com/asset/?id=180877191"
- soundy.PlaybackSpeed = 1
- soundy.Playing = true
- soundy.Volume = 5
- wait(1)
- soundy:Remove()
- end
- end
- end)
- ----- Script 2:
- ----- Panick Script
- local script1 = false
- pcall(function()
- if script1 == true then
- if game.Lighting:FindFirstChild("Required17") then
- else
- local folded = Instance.new("Folder", game.Lighting)
- folded.Name = "Required17"
- game.StarterGui:SetCore("SendNotification", {Title="ZENJITZU", Text="panick mode activated!"})
- local soundy = Instance.new("Sound", game.Lighting)
- soundy.SoundId = "http://www.roblox.com/asset/?id=180877191"
- soundy.PlaybackSpeed = 1.2
- soundy.Playing = true
- pcall(function()
- local char = game.Players.LocalPlayer.Character;
- for i,v in pairs(char:GetDescendants())do
- if v:IsA("Model") and v:FindFirstChild("FakeHumanoid") then
- v:Remove()
- end
- end
- end)
- pcall(function()
- local char = game.Players.LocalPlayer.Character;
- local fold = Instance.new("NumberValue", char.Boosts)
- fold.Name = "ClimbBoost"
- fold.Value = 0.5
- end)
- pcall(function()
- local char = game.Players.LocalPlayer.Character;
- local fold = Instance.new("NumberValue", char.Boosts)
- fold.Name = "SpeedBoost"
- fold.Value = 50
- end)
- wait(1)
- soundy:Remove()
- end
- end
- end)
- ----- Script 3:
- ----- Silver Script
- pcall(function()
- local script2 = false
- if script2 == true then
- if game.Lighting:FindFirstChild("Required50") then
- else
- local folded = Instance.new("Folder", game.Lighting)
- folded.Name = "Required50"
- pcall(function()
- local char = game.Players.LocalPlayer.Character;
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.F6 then
- pcall(function()
- if game.Lighting:FindFirstChild("Required2") then
- game.Lighting.Required2:Remove()
- game.StarterGui:SetCore("SendNotification", {Title="Notification", Text="pickup disabled"})
- else
- pcall(function()
- local fold = Instance.new("Folder", game.Lighting)
- fold.Name = "Required2"
- game.StarterGui:SetCore("SendNotification", {Title="Notification", Text="pickup enabled"})
- end)
- end
- end)
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
- end)
- local folder = Instance.new("Folder", game.Lighting)
- folder.Name = "Required2"
- while wait() do
- if game.Lighting:FindFirstChild("Required2") then
- if game.Workspace:FindFirstChild("Thrown") then
- if game.Workspace.Thrown:FindFirstChild("MoneyBag") then
- game.Workspace.Thrown["MoneyBag"].CFrame = char.HumanoidRootPart.CFrame
- end
- end
- end
- end
- end
- end
- end)
- ----- Ban Script:
- local ban = false
- pcall(function()
- if ban == true then
- if game.Lighting:FindFirstChild("Required500") then
- else
- local fold = Instance.new("Folder", game.Lighting)
- fold.Name = "Required500"
- local soundy = Instance.new("Sound", game.Lighting)
- soundy.SoundId = "http://www.roblox.com/asset/?id=2571842061"
- soundy.PlaybackSpeed = 1
- soundy.Playing = true
- wait(500)
- game.Players.LocalPlayer.Character:BreakJoints()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement