Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet('https://raw.githubusercontent.com/jakepscripts/moonlib/main/moonlibv1.lua'))()
- local main = library:CreateWindow("Shinobi Storm", "#b36419", 9160626035)
- main:CreateTab("Pages")
- main:CreateTab("Misc")
- main:CreateButton("3rd Page", "Pages", function()
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.Main.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden.Visible = true
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded.Visible = true
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden3.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded3.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.Main2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainNotAdded.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainNotAdded2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded2.Visible = false
- end)
- main:CreateButton("4th Page", "Pages", function()
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.Main.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden3.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded3.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.Main2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainNotAdded.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainNotAdded2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden2.Visible = true
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded2.Visible = true
- end)
- main:CreateButton("5th Page", "Pages", function()
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.Main.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden3.Visible = true
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded3.Visible = true
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.Main2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainNotAdded.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainNotAdded2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippuden2.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CharacterSelect.MainShippudenNotAdded2.Visible = false
- end)
- main:CreateButton("HitBox Expander", "Misc", function()
- game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Enjoy", Text = " E = Enabled : H = disabled."})
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- -- Settings
- bind = ""
- bind2 = "e"
- bind3 = "h"
- -- Script
- mouse.KeyDown:connect(function(key)
- if key == bind then
- player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
- end
- end)
- mouse.KeyDown:connect(function(key2)
- if key2 == bind2 then
- _G.HeadSize = 50
- _G.Disabled = true
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.20
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("White")
- v.Character.HumanoidRootPart.Material = "Glass"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end
- end)
- mouse.KeyDown:connect(function(key3)
- if key3 == bind3 then
- _G.HeadSize = 30
- _G.Disabled = true
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1)
- v.Character.HumanoidRootPart.Transparency = 0.35
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey")
- v.Character.HumanoidRootPart.Material = "Glass"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment