FurkingBoi

Sirenhead

May 22nd, 2020
1,459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. local players = game:GetService("Players")
  2. local localplayer = players.LocalPlayer
  3. local lighting = game:GetService("Lighting")
  4.  
  5. local library = loadstring(game:HttpGet("https://pastebin.com/raw/D5DdW0ix", true))()
  6. local Window = library:CreateWindow('Siren Head: Rebirth')
  7.  
  8. Window:Section('Place Teleports')
  9.  
  10. local WhateverYouWantToNameThis = Window:Button("Dev Room", function()
  11. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(-861, 6.68, -134.21)
  12. end)
  13.  
  14. local WhateverYouWantToNameThis = Window:Button("Spawn", function()
  15. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(1111.86072, 4.88811493, 25.279541, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  16. end)
  17.  
  18. local WhateverYouWantToNameThis = Window:Button("City", function()
  19. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(-214.423, 7.48, -169.54)
  20. end)
  21.  
  22. local WhateverYouWantToNameThis = Window:Button("Plane", function()
  23. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(412.012, 21.313, -925.619)
  24. end)
  25.  
  26. local WhateverYouWantToNameThis = Window:Button("Barn", function()
  27. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(1115.87, 6.85, -1414.088)
  28. end)
  29.  
  30. local WhateverYouWantToNameThis = Window:Button("Cave", function()
  31. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(841.195, 9.94, -1530.265)
  32. end)
  33.  
  34. local WhateverYouWantToNameThis = Window:Button("Power Station", function()
  35. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(704.635, 24.447, -465.329)
  36. end)
  37.  
  38. local WhateverYouWantToNameThis = Window:Button("Car Lot", function()
  39. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(1105.95, 9.92, 14.194)
  40. end)
  41.  
  42. local WhateverYouWantToNameThis = Window:Button("Lake", function()
  43. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(-275.23, 10.52, -1156.063)
  44. end)
  45.  
  46. local WhateverYouWantToNameThis = Window:Button("Village", function()
  47. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(369.377, 9, -174.224)
  48. end)
  49.  
  50. local WhateverYouWantToNameThis = Window:Button("Tower", function()
  51. localplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100.816, 81.271, -862.195)
  52. end)
  53.  
  54. Window:Section('Monster Teleports')
  55.  
  56. local WhateverYouWantToNameThis = Window:Button("SirenHead", function()
  57. localplayer.Character.HumanoidRootPart.CFrame = workspace["SirenHead"].Torso.CFrame - Vector3.new(15,0,15)
  58. end)
  59.  
  60. local WhateverYouWantToNameThis = Window:Button("Long Horse", function()
  61. localplayer.Character.HumanoidRootPart.CFrame = workspace["Long Horse"].Torso.CFrame - Vector3.new(5,0,5)
  62. end)
  63.  
  64. local WhateverYouWantToNameThis = Window:Button("Milkwalker", function()
  65. localplayer.Character.HumanoidRootPart.CFrame = workspace["Milkwalker Ambassador"].Torso.CFrame - Vector3.new(5,0,5)
  66. end)
  67.  
  68. local WhateverYouWantToNameThis = Window:Button("CartoonCat", function()
  69. localplayer.Character.HumanoidRootPart.CFrame = workspace["CartoonCat"].Torso.CFrame - Vector3.new(5,0,5)
  70. end)
  71.  
  72.  
  73. Window:Section('InstaKill')
  74.  
  75. local WhateverYouWantToNameThis = Window:Button("Siren Head", function()
  76. local inflict = localplayer.Backpack["P250"]["GunScript_Server"].InflictTarget
  77. inflict:FireServer(
  78. workspace["SirenHead"].Humanoid,
  79. workspace["SirenHead"].Torso,
  80. 1000000,
  81. Vector3.new(0,0,0),
  82. 0,
  83. 0,
  84. false
  85. )
  86. end)
  87.  
  88. local WhateverYouWantToNameThis = Window:Button("MilkWalker Ambassador", function()
  89. local inflict = localplayer.Backpack["P250"]["GunScript_Server"].InflictTarget
  90. inflict:FireServer(
  91. workspace["Milkwalker Ambassador"].Humanoid,
  92. workspace["Milkwalker Ambassador"].Head,
  93. 1000000,
  94. Vector3.new(0,0,0),
  95. 0,
  96. 0,
  97. false
  98. )
  99. end)
  100.  
  101. local WhateverYouWantToNameThis = Window:Button("Cartoon Cat", function()
  102. local inflict = localplayer.Backpack["P250"]["GunScript_Server"].InflictTarget
  103. inflict:FireServer(
  104. workspace["CartoonCat"].Humanoid,
  105. workspace["CartoonCat"].Head,
  106. 1000000,
  107. Vector3.new(0,0,0),
  108. 0,
  109. 0,
  110. false
  111. )
  112. end)
  113.  
  114. Window:Section('Cheats')
  115.  
  116. local WhateverYouWantToNameThis = Window:Button("Kill All Players", function()
  117. local inflict = localplayer.Backpack["P250"]["GunScript_Server"].InflictTarget
  118.  
  119. for i, v in pairs(players:GetPlayers()) do
  120. inflict:FireServer(
  121. v.Character.Humanoid,
  122. v.Character.UpperTorso,
  123. 1000000,
  124. Vector3.new(0,0,0),
  125. 0,
  126. 0,
  127. false
  128. )
  129. end
  130.  
  131. end)
  132.  
  133.  
  134. local WhateverYouWantToNameThis = Window:Button("Remove Trees", function()
  135. workspace.Trees:Destroy()
  136. end)
  137.  
  138. local WhateverYouWantToNameThis = Window:Button("Unrestricted Vision", function()
  139. localplayer.CameraMaxZoomDistance = 9999999
  140. lighting.FogEnd = 100000
  141. lighting.TimeOfDay = 14
  142. lighting.SunRays:Destroy()
  143. lighting.ColorCorrection:Destroy()
  144. lighting.Bloom:Destroy()
  145. lighting.Blur:Destroy()
  146. if lighting:FindFirstChild("Sky") then
  147. lighting.Sky:Destroy()
  148. end
  149. end)
  150.  
  151. local WhateverYouWantToNameThis = Window:Button("Grab Guns (fireclickdetector only)", function()
  152. for _, v in pairs(workspace:GetChildren()) do
  153. if v.Name:find("Giver") and v:FindFirstChild("Part") then
  154. local cd = v.Part:FindFirstChildOfClass("ClickDetector")
  155. if cd then
  156. fireclickdetector(cd)
  157. end
  158. end
  159. end
  160. end)
  161.  
  162. local WhateverYouWantToNameThis = Window:Button("Equip all guns", function()
  163. for i, v in pairs(localplayer.Character:GetChildren()) do
  164. if v:IsA("Tool") then
  165. v.Parent = localplayer.Backpack
  166. end
  167. end
  168.  
  169. for i, v in pairs(localplayer.Backpack:GetChildren()) do
  170. if v.Name:find("AK-") or v.Name == "P250" or v.Name == "UMP" then
  171. v.Parent = localplayer.Character
  172. end
  173. end
  174. end)
Add Comment
Please, Sign In to add comment