Advertisement
sahdudelol123

Untitled

Nov 2nd, 2019
5,956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. -- this is for rogue lineage
  2.  
  3. ----- Regular Scripts
  4.  
  5. ----- Script 1:
  6. ----- Notification Script
  7. local script = false
  8.  
  9. pcall(function()
  10. if script == true then
  11. if game.Lighting:FindFirstChild("Required16") then
  12. else
  13. local folded = Instance.new("Folder", game.Lighting)
  14. folded.Name = "Required16"
  15. game.StarterGui:SetCore("SendNotification", {Title="ZENJITZU", Text="testing"})
  16. local soundy = Instance.new("Sound", game.Lighting)
  17. soundy.SoundId = "http://www.roblox.com/asset/?id=180877191"
  18. soundy.PlaybackSpeed = 1
  19. soundy.Playing = true
  20. soundy.Volume = 5
  21. wait(1)
  22. soundy:Remove()
  23. end
  24. end
  25. end)
  26.  
  27.  
  28. ----- Script 2:
  29. ----- Panick Script
  30. local script1 = false
  31.  
  32. pcall(function()
  33. if script1 == true then
  34. if game.Lighting:FindFirstChild("Required17") then
  35. else
  36. local folded = Instance.new("Folder", game.Lighting)
  37. folded.Name = "Required17"
  38. game.StarterGui:SetCore("SendNotification", {Title="ZENJITZU", Text="panick mode activated!"})
  39. local soundy = Instance.new("Sound", game.Lighting)
  40. soundy.SoundId = "http://www.roblox.com/asset/?id=180877191"
  41. soundy.PlaybackSpeed = 1.2
  42. soundy.Playing = true
  43. pcall(function()
  44. local char = game.Players.LocalPlayer.Character;
  45. for i,v in pairs(char:GetDescendants())do
  46. if v:IsA("Model") and v:FindFirstChild("FakeHumanoid") then
  47. v:Remove()
  48. end
  49. end
  50. end)
  51. pcall(function()
  52. local char = game.Players.LocalPlayer.Character;
  53. local fold = Instance.new("NumberValue", char.Boosts)
  54. fold.Name = "ClimbBoost"
  55. fold.Value = 0.5
  56. end)
  57. pcall(function()
  58. local char = game.Players.LocalPlayer.Character;
  59. local fold = Instance.new("NumberValue", char.Boosts)
  60. fold.Name = "SpeedBoost"
  61. fold.Value = 50
  62. end)
  63. wait(1)
  64. soundy:Remove()
  65. end
  66. end
  67. end)
  68.  
  69. ----- Script 3:
  70. ----- Silver Script
  71. pcall(function()
  72. local script2 = false
  73.  
  74. if script2 == true then
  75. if game.Lighting:FindFirstChild("Required50") then
  76. else
  77. local folded = Instance.new("Folder", game.Lighting)
  78. folded.Name = "Required50"
  79. pcall(function()
  80. local char = game.Players.LocalPlayer.Character;
  81. function onKeyPress(inputObject, gameProcessedEvent)
  82. if inputObject.KeyCode == Enum.KeyCode.F6 then
  83. pcall(function()
  84. if game.Lighting:FindFirstChild("Required2") then
  85. game.Lighting.Required2:Remove()
  86. game.StarterGui:SetCore("SendNotification", {Title="Notification", Text="pickup disabled"})
  87. else
  88. pcall(function()
  89. local fold = Instance.new("Folder", game.Lighting)
  90. fold.Name = "Required2"
  91. game.StarterGui:SetCore("SendNotification", {Title="Notification", Text="pickup enabled"})
  92. end)
  93. end
  94. end)
  95. end
  96. end
  97. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  98. end)
  99. local folder = Instance.new("Folder", game.Lighting)
  100. folder.Name = "Required2"
  101. while wait() do
  102. if game.Lighting:FindFirstChild("Required2") then
  103. if game.Workspace:FindFirstChild("Thrown") then
  104. if game.Workspace.Thrown:FindFirstChild("MoneyBag") then
  105. game.Workspace.Thrown["MoneyBag"].CFrame = char.HumanoidRootPart.CFrame
  106. end
  107. end
  108. end
  109. end
  110. end
  111. end
  112. end)
  113.  
  114.  
  115. ----- Ban Script:
  116. local ban = false
  117.  
  118. pcall(function()
  119. if ban == true then
  120. if game.Lighting:FindFirstChild("Required500") then
  121. else
  122. local fold = Instance.new("Folder", game.Lighting)
  123. fold.Name = "Required500"
  124. local soundy = Instance.new("Sound", game.Lighting)
  125. soundy.SoundId = "http://www.roblox.com/asset/?id=2571842061"
  126. soundy.PlaybackSpeed = 1
  127. soundy.Playing = true
  128. wait(500)
  129. game.Players.LocalPlayer.Character:BreakJoints()
  130. end
  131. end
  132. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement