Advertisement
Terminator879878979

Untitled

Dec 13th, 2019
1,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix", true))()
  2. local w = library:CreateWindow('PX Scripts Panel')
  3. w:Section('Admin Panels')
  4. local b = w:Button("Shattervast", function()
  5. loadstring(game:HttpGet("https://pastebin.com/raw/XnBU4sTK", true))()
  6. end)
  7. local b = w:Button("Reviz Admin FE", function()
  8. loadstring(game:HttpGet("pastebin.com/raw/ExBB33My", true))()
  9. end)
  10. local b = w:Button("IY (we recommend dont use this)", function()
  11. loadstring(game:HttpGet("https://pastebin.com/PGhmanB3", true))()
  12. end)
  13. w:Section('Places')
  14. local b = w:Button("Apocalypses Rising", function()
  15. loadstring(game:HttpGet("https://pastebin.com/raw/h5z1SPjm", true))()
  16. end)
  17. local b = w:Button("Bee swarm simulator", function()
  18. loadstring(game:HttpGet("https://pastebin.com/raw/PdNR39Xs", true))()
  19. end)
  20. local b = w:Button("Build a Boat (BaB)", function()
  21. loadstring(game:HttpGet("https://pastebin.com/raw/vKrz93pQ", true))()
  22. end)
  23. local b = w:Button("Doomspire BrickBattle", function()
  24. loadstring(game:HttpGet("https://pastebin.com/raw/tRax0VvD", true))()
  25. end)
  26. local b = w:Button("Gun simulatur", function()
  27. loadstring(game:HttpGet("https://pastebin.com/raw/NM3eHusW", true))()
  28. end)
  29. local b = w:Button("Lumber Tycoon", function()
  30. loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
  31. end)
  32. local b = w:Button("MadCity", function()
  33. loadstring(game:HttpGet("https://pastebin.com/raw/F86bCeiF", true))()
  34. end)
  35. local b = w:Button("Ninja Legends", function()
  36. loadstring(game:HttpGet("https://pastebin.com/raw/sjVGvJ1S", true))()
  37. end)
  38. local b = w:Button("Phantom Forces AIMBOT", function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/cdPJxGDU", true))()
  40. end)
  41. local b = w:Button("Phantom Forces ESP", function()
  42. loadstring(game:HttpGet("https://pastebin.com/raw/FFtBTTLr", true))()
  43. end)
  44. local b = w:Button("Prison Life", function()
  45. loadstring(game:HttpGet("https://pastebin.com/raw/JS5SYqaU", true))()
  46. end)
  47. local b = w:Button("RedWood Prison", function()
  48. loadstring(game:HttpGet("https://pastebin.com/raw/ij2cFnYd", true))()
  49. end)
  50. local b = w:Button("Vacuum Simulator", function()
  51. game.ReplicatedStorage.Events.FireRebirthChest:FireServer(-math.huge,math.huge)
  52. end)
  53. local b = w:Button("Vehicle Simulator", function()
  54. loadstring(game:HttpGet("https://pastebin.com/raw/S67LybWC", true))()
  55. end)
  56. w:Section('FE/Serverside scripts')
  57. local b = w:Button("FE Animations", function()
  58. loadstring(game:HttpGet("https://pastebin.com/raw/Rx4Qqicd", true))()
  59. end)
  60. w:Section('Other')
  61. local b = w:Button("ClickTP (Press F to use)", function()
  62. loadstring(game:HttpGet("https://pastebin.com/raw/RQhxhzdn", true))()
  63. end)
  64. local b = w:Button("Time Change Night", function()
  65. game.Lighting.TimeOfDay = "00:00:00"
  66. end)
  67. local b = w:Button("Time Change Day", function()
  68. game.Lighting.TimeOfDay = "12:00:00"
  69. end)
  70. local b = w:Button("Suicide", function()
  71. game.Players.LocalPlayer.Character:BreakJoints()
  72. end)
  73. local w = library:CreateWindow('PX Visuals')
  74. w:Section('ONLY YOU CAN SEE')
  75. local b = w:Button("BTools", function()
  76. loadstring(game:HttpGet("https://pastebin.com/raw/qQHiGeXA", true))()
  77. end)
  78. local b = w:Button("FF", function()
  79. for i, v in pairs(game.Players:GetPlayers()) do
  80. ff = Instance.new("ForceField", v.Character)
  81. end
  82. end)
  83. local b = w:Button("Fire", function()
  84. local player = game:GetService("Players").LocalPlayer
  85. local Fire = Instance.new("Fire", player.Character.Head)
  86. Fire.Size = 20
  87. Fire.Color = Color3.new(1,90,1)
  88. Fire.SecondaryColor = Color3.new(1,1,90)
  89. end)
  90. local b = w:Button("Smoke", function()
  91. local player = game:GetService("Players").LocalPlayer
  92. local Smoke = Instance.new("Smoke", player.Character.Head)
  93. end)
  94. local b = w:Button("Sparkles", function()
  95. local player = game:GetService("Players").LocalPlayer
  96. local Sparkles = Instance.new("Sparkles", player.Character.Head)
  97. end)
  98. w:Section('WS and JP settings')
  99.  
  100. local box = w:Box('WalkSpeed', {
  101. flag = "ws";
  102. type = 'number';
  103. }, function(new, old, enter)
  104. print(new, old, enter)
  105. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(new)
  106. end)
  107.  
  108. local b = w:Button("Reset WalkSpeed", function()
  109. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = "17"
  110. end)
  111.  
  112. local box = w:Box('JumpPower', {
  113. flag = "ws";
  114. type = 'number';
  115. }, function(new, old, enter)
  116. print(new, old, enter)
  117. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(new)
  118. end)
  119.  
  120. local b = w:Button("Reset JumpPower", function()
  121. game.Players.LocalPlayer.Character.Humanoid.JumpPower = "50"
  122. end)
  123.  
  124. w:Section('Fire settings')
  125.  
  126. local b = w:Button("Green Fire", function()
  127. local player = game:GetService("Players").LocalPlayer
  128. local Fire = Instance.new("Fire", player.Character.Head)
  129. Fire.Size = 20
  130. Fire.Color = Color3.new(1,90,1)
  131. Fire.SecondaryColor = Color3.new(1,1,90)
  132. end)
  133.  
  134. local b = w:Button("Blue Fire", function()
  135. local player = game:GetService("Players").LocalPlayer
  136. local Fire = Instance.new("Fire", player.Character.Head)
  137. Fire.Size = 20
  138. Fire.Color = Color3.new(0,0,254)
  139. Fire.SecondaryColor = Color3.new(0,0,254)
  140. end)
  141.  
  142. local b = w:Button("Red Fire", function()
  143. local player = game:GetService("Players").LocalPlayer
  144. local Fire = Instance.new("Fire", player.Character.Head)
  145. Fire.Size = 20
  146. Fire.Color = Color3.new(254,0,0)
  147. Fire.SecondaryColor = Color3.new(254,0,0)
  148. end)
  149.  
  150. local b = w:Button("Yellow Fire", function()
  151. local player = game:GetService("Players").LocalPlayer
  152. local Fire = Instance.new("Fire", player.Character.Head)
  153. Fire.Size = 20
  154. Fire.Color = Color3.new(211,177,1)
  155. Fire.SecondaryColor = Color3.new(211,177,1)
  156. end)
  157.  
  158. local w = library:CreateWindow('PX Other')
  159. w:Section('Exclusive')
  160. local old = workspace.CurrentCamera.FieldOfView
  161. local s = w:Slider("FOV", {
  162. min = math.floor(workspace.CurrentCamera.FieldOfView);
  163. max = 120;
  164. flag = 'fov'
  165. }, function(v)
  166. workspace.CurrentCamera.FieldOfView = v;
  167. end)
  168. local b2 = w:Button('Reset FOV', function()
  169. s:Set(old)
  170. end)
  171. local b = w:Button("Flash Mode", function()
  172. for i, v in pairs(game.Players:GetPlayers()) do
  173. ff = Instance.new("ForceField", v.Character)
  174. end
  175. game.Players.LocalPlayer.Character.Humanoid.JumpPower = "150"
  176. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = "150"
  177. local player = game:GetService("Players").LocalPlayer
  178. local Smoke = Instance.new("Smoke", player.Character.Head)
  179. local player = game:GetService("Players").LocalPlayer
  180. local Fire = Instance.new("Fire", player.Character.Head)
  181. Fire.Size = 20
  182. Fire.Color = Color3.new(1,90,1)
  183. Fire.SecondaryColor = Color3.new(1,1,90)
  184. end)
  185. w:Section('Other')
  186. local b = w:Button("Inf Jump(Press F)", function()
  187. loadstring(game:HttpGet("https://pastebin.com/raw/y6Veyb5w", true))()
  188. end)
  189. local b = w:Button("ESP 1", function()
  190. loadstring(game:HttpGet("https://pastebin.com/raw/2gpKdZL3", true))()
  191. end)
  192. local b = w:Button("ESP 2", function()
  193. loadstring(game:HttpGet("https://pastebin.com/raw/jqhnHbhz", true))()
  194. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement