Palazikaka

Untitled

Dec 12th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 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/PGhmanB3", true))()
  34. end)
  35. local b = w:Button("Ninja Legends", function()
  36. loadstring(game:HttpGet("https://pastebin.com/PGhmanB3", true))()
  37. end)
  38. local b = w:Button("Phantom Forces AIMBOT", function()
  39. loadstring(game:HttpGet("https://pastebin.com/PGhmanB3", true))()
  40. end)
  41. local b = w:Button("Phantom Forces ESP", function()
  42. loadstring(game:HttpGet("https://pastebin.com/PGhmanB3", true))()
  43. end)
  44. w:Section('Other')
  45. local b = w:Button("ClickTP (Press F to use)", function()
  46. loadstring(game:HttpGet("https://pastebin.com/raw/RQhxhzdn", true))()
  47. end)
  48. local b = w:Button("Time Change Night", function()
  49. game.Lighting.TimeOfDay = "00:00:00"
  50. end)
  51. local b = w:Button("Time Change Day", function()
  52. game.Lighting.TimeOfDay = "12:00:00"
  53. end)
  54. local b = w:Button("Suicide", function()
  55. game.Players.LocalPlayer.Character:BreakJoints()
  56. end)
  57. local w = library:CreateWindow('PX Visuals')
  58. w:Section('ONLY YOU CAN SEE')
  59. local b = w:Button("FF", function()
  60. for i, v in pairs(game.Players:GetPlayers()) do
  61. ff = Instance.new("ForceField", v.Character)
  62. end
  63. end)
  64. local b = w:Button("Fire", function()
  65. local player = game:GetService("Players").LocalPlayer
  66. local Fire = Instance.new("Fire", player.Character.Head)
  67. Fire.Size = 20
  68. Fire.Color = Color3.new(1,90,1)
  69. Fire.SecondaryColor = Color3.new(1,1,90)
  70. end)
  71. local b = w:Button("JumpPower", function()
  72. loadstring(game:HttpGet("game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150", true))()
  73. end)
  74. local b = w:Button("Smoke", function()
  75. local player = game:GetService("Players").LocalPlayer
  76. local Smoke = Instance.new("Smoke", player.Character.Head)
  77. end)
  78. local b = w:Button("Smoke", function()
  79. local player = game:GetService("Players").LocalPlayer
  80. local Sparkles = Instance.new("Sparkles", player.Character.Head)
  81. end)
  82. local b = w:Button("Speed", function()
  83. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
  84. end)
Add Comment
Please, Sign In to add comment