Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix", true))()
- local w = library:CreateWindow('PX Scripts Panel')
- w:Section('Admin Panels')
- local b = w:Button("Shattervast", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/XnBU4sTK", true))()
- end)
- local b = w:Button("Reviz Admin FE", function()
- loadstring(game:HttpGet("pastebin.com/raw/ExBB33My", true))()
- end)
- local b = w:Button("IY (we recommend dont use this)", function()
- loadstring(game:HttpGet("https://pastebin.com/PGhmanB3", true))()
- end)
- w:Section('Places')
- local b = w:Button("Apocalypses Rising", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/h5z1SPjm", true))()
- end)
- local b = w:Button("Bee swarm simulator", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/PdNR39Xs", true))()
- end)
- local b = w:Button("Build a Boat (BaB)", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/vKrz93pQ", true))()
- end)
- local b = w:Button("Doomspire BrickBattle", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/tRax0VvD", true))()
- end)
- local b = w:Button("Gun simulatur", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/NM3eHusW", true))()
- end)
- local b = w:Button("Lumber Tycoon", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
- end)
- local b = w:Button("MadCity", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/F86bCeiF", true))()
- end)
- local b = w:Button("Ninja Legends", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/sjVGvJ1S", true))()
- end)
- local b = w:Button("Phantom Forces AIMBOT", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/cdPJxGDU", true))()
- end)
- local b = w:Button("Phantom Forces ESP", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/FFtBTTLr", true))()
- end)
- local b = w:Button("Prison Life", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/JS5SYqaU", true))()
- end)
- local b = w:Button("RedWood Prison", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ij2cFnYd", true))()
- end)
- local b = w:Button("Vacuum Simulator", function()
- game.ReplicatedStorage.Events.FireRebirthChest:FireServer(-math.huge,math.huge)
- end)
- local b = w:Button("Vehicle Simulator", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/S67LybWC", true))()
- end)
- w:Section('FE/Serverside scripts')
- local b = w:Button("FE Animations", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Rx4Qqicd", true))()
- end)
- w:Section('Other')
- local b = w:Button("ClickTP (Press F to use)", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/RQhxhzdn", true))()
- end)
- local b = w:Button("Time Change Night", function()
- game.Lighting.TimeOfDay = "00:00:00"
- end)
- local b = w:Button("Time Change Day", function()
- game.Lighting.TimeOfDay = "12:00:00"
- end)
- local b = w:Button("Suicide", function()
- game.Players.LocalPlayer.Character:BreakJoints()
- end)
- local w = library:CreateWindow('PX Visuals')
- w:Section('ONLY YOU CAN SEE')
- local b = w:Button("BTools", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/qQHiGeXA", true))()
- end)
- local b = w:Button("FF", function()
- for i, v in pairs(game.Players:GetPlayers()) do
- ff = Instance.new("ForceField", v.Character)
- end
- end)
- local b = w:Button("Fire", function()
- local player = game:GetService("Players").LocalPlayer
- local Fire = Instance.new("Fire", player.Character.Head)
- Fire.Size = 20
- Fire.Color = Color3.new(1,90,1)
- Fire.SecondaryColor = Color3.new(1,1,90)
- end)
- local b = w:Button("Smoke", function()
- local player = game:GetService("Players").LocalPlayer
- local Smoke = Instance.new("Smoke", player.Character.Head)
- end)
- local b = w:Button("Sparkles", function()
- local player = game:GetService("Players").LocalPlayer
- local Sparkles = Instance.new("Sparkles", player.Character.Head)
- end)
- w:Section('WS and JP settings')
- local box = w:Box('WalkSpeed', {
- flag = "ws";
- type = 'number';
- }, function(new, old, enter)
- print(new, old, enter)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(new)
- end)
- local b = w:Button("Reset WalkSpeed", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = "17"
- end)
- local box = w:Box('JumpPower', {
- flag = "ws";
- type = 'number';
- }, function(new, old, enter)
- print(new, old, enter)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(new)
- end)
- local b = w:Button("Reset JumpPower", function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = "50"
- end)
- w:Section('Fire settings')
- local b = w:Button("Green Fire", function()
- local player = game:GetService("Players").LocalPlayer
- local Fire = Instance.new("Fire", player.Character.Head)
- Fire.Size = 20
- Fire.Color = Color3.new(1,90,1)
- Fire.SecondaryColor = Color3.new(1,1,90)
- end)
- local b = w:Button("Blue Fire", function()
- local player = game:GetService("Players").LocalPlayer
- local Fire = Instance.new("Fire", player.Character.Head)
- Fire.Size = 20
- Fire.Color = Color3.new(0,0,254)
- Fire.SecondaryColor = Color3.new(0,0,254)
- end)
- local b = w:Button("Red Fire", function()
- local player = game:GetService("Players").LocalPlayer
- local Fire = Instance.new("Fire", player.Character.Head)
- Fire.Size = 20
- Fire.Color = Color3.new(254,0,0)
- Fire.SecondaryColor = Color3.new(254,0,0)
- end)
- local b = w:Button("Yellow Fire", function()
- local player = game:GetService("Players").LocalPlayer
- local Fire = Instance.new("Fire", player.Character.Head)
- Fire.Size = 20
- Fire.Color = Color3.new(211,177,1)
- Fire.SecondaryColor = Color3.new(211,177,1)
- end)
- local w = library:CreateWindow('PX Other')
- w:Section('Exclusive')
- local old = workspace.CurrentCamera.FieldOfView
- local s = w:Slider("FOV", {
- min = math.floor(workspace.CurrentCamera.FieldOfView);
- max = 120;
- flag = 'fov'
- }, function(v)
- workspace.CurrentCamera.FieldOfView = v;
- end)
- local b2 = w:Button('Reset FOV', function()
- s:Set(old)
- end)
- local b = w:Button("Flash Mode", function()
- for i, v in pairs(game.Players:GetPlayers()) do
- ff = Instance.new("ForceField", v.Character)
- end
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = "150"
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = "150"
- local player = game:GetService("Players").LocalPlayer
- local Smoke = Instance.new("Smoke", player.Character.Head)
- local player = game:GetService("Players").LocalPlayer
- local Fire = Instance.new("Fire", player.Character.Head)
- Fire.Size = 20
- Fire.Color = Color3.new(1,90,1)
- Fire.SecondaryColor = Color3.new(1,1,90)
- end)
- w:Section('Other')
- local b = w:Button("Inf Jump(Press F)", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/y6Veyb5w", true))()
- end)
- local b = w:Button("ESP 1", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/2gpKdZL3", true))()
- end)
- local b = w:Button("ESP 2", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/jqhnHbhz", true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement