Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Made By: pokeyy
- Your Key is: ImAPokeyyFan
- this script is old im just now posting it this script is for beyond beta/naruto game
- start copying the script at local.
- this is not an auto farm
- ↓
- ↓
- ↓
- ↓
- ↓
- local ScreenGui = Instance.new("ScreenGui")
- local SavageFrame = Instance.new("Frame")
- local SavageLabel = Instance.new("TextLabel")
- local VersionLabel = Instance.new("TextLabel")
- local TeleportButton = Instance.new("TextButton")
- local JutsuButton = Instance.new("TextButton")
- local CustomizeButton = Instance.new("TextButton")
- local OtherButton = Instance.new("TextButton")
- local TeleportFrame = Instance.new("Frame")
- local KonohaButton = Instance.new("TextButton")
- local KirigakureButton = Instance.new("TextButton")
- local AkatsukiBaseButton = Instance.new("TextButton")
- local AmegakureButton = Instance.new("TextButton")
- local SunagakureButton = Instance.new("TextButton")
- local KumogakureButton = Instance.new("TextButton")
- local ZetsuGametButton = Instance.new("TextButton")
- local IwagakureButton = Instance.new("TextButton")
- local MyobokuButton = Instance.new("TextButton")
- local CaveButton = Instance.new("TextButton")
- local BridgeButton = Instance.new("TextButton")
- local SamuraiButton = Instance.new("TextButton")
- local ValleyButton = Instance.new("TextButton")
- local HokageButton = Instance.new("TextButton")
- local ForestButton = Instance.new("TextButton")
- local JutsuFrame = Instance.new("Frame")
- local NinJutsuButton = Instance.new("TextButton")
- local TaiJutsuButton = Instance.new("TextButton")
- local KenJutsuButton = Instance.new("TextButton")
- local SubJutsuV1Button = Instance.new("TextButton")
- local SubJutsuV2Button = Instance.new("TextButton")
- local CompanionsButton = Instance.new("TextButton")
- local CustomizeFrame = Instance.new("Frame")
- local _4KGSlotButton = Instance.new("TextButton")
- local ElementsButton = Instance.new("TextButton")
- local OpenSusanooButton = Instance.new("TextButton")
- local CloseSusanooButton = Instance.new("TextButton")
- local KGinBagButton = Instance.new("TextButton")
- local CloseKGButton = Instance.new("TextButton")
- local OpenKGButton = Instance.new("TextButton")
- local WeaponsButton = Instance.new("TextButton")
- local OtherFrame = Instance.new("Frame")
- local PacksPlusButton = Instance.new("TextButton")
- local _2xExpButton = Instance.new("TextButton")
- local InfoButton = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local WelcomeLabel = Instance.new("TextLabel")
- local VersionLabel_2 = Instance.new("TextLabel")
- local CreatorLabel = Instance.new("TextLabel")
- local LinkLabel = Instance.new("TextLabel")
- local CloseButton = Instance.new("TextButton")
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Welcome";
- Icon = "rbxassetid://1741868183";
- Duration = 0.8;
- })
- local sound = Instance.new("Sound", game.Workspace)
- sound.SoundId = "rbxassetid://2432378456"
- sound:Play()
- print("play", sound.Playing, sound.TimePosition)
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- SavageFrame.Name = "SavageFrame"
- SavageFrame.Parent = ScreenGui
- SavageFrame.Active = true
- SavageFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- SavageFrame.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- SavageFrame.BorderSizePixel = 0
- SavageFrame.Position = UDim2.new(0.0985019803, 0, 0.0684655607, 0)
- SavageFrame.Size = UDim2.new(0, 320, 0, 200)
- SavageLabel.Name = "SavageLabel"
- SavageLabel.Parent = SavageFrame
- SavageLabel.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- SavageLabel.BorderColor3 = Color3.new(0.156863, 0.196078, 0.196078)
- SavageLabel.BorderSizePixel = 0
- SavageLabel.Size = UDim2.new(0, 283, 0, 30)
- SavageLabel.Font = Enum.Font.SciFi
- SavageLabel.Text = " Savage Gui"
- SavageLabel.TextColor3 = Color3.new(1, 1, 1)
- SavageLabel.TextSize = 17
- SavageLabel.TextStrokeColor3 = Color3.new(0.380392, 1, 0.368627)
- SavageLabel.TextXAlignment = Enum.TextXAlignment.Left
- VersionLabel.Name = "VersionLabel"
- VersionLabel.Parent = SavageFrame
- VersionLabel.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- VersionLabel.BorderColor3 = Color3.new(0.156863, 0.196078, 0.196078)
- VersionLabel.BorderSizePixel = 0
- VersionLabel.Position = UDim2.new(0, 0, 0.889999986, 0)
- VersionLabel.Size = UDim2.new(0, 320, 0, 23)
- VersionLabel.Font = Enum.Font.SciFi
- VersionLabel.Text = ""
- VersionLabel.TextColor3 = Color3.new(1, 1, 1)
- VersionLabel.TextSize = 16
- VersionLabel.TextStrokeColor3 = Color3.new(0.380392, 1, 0.368627)
- TeleportButton.Name = "TeleportButton"
- TeleportButton.Parent = SavageFrame
- TeleportButton.Active = false
- TeleportButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
- TeleportButton.BorderSizePixel = 0
- TeleportButton.Position = UDim2.new(0.200000003, 0, 0.149999976, 0)
- TeleportButton.Size = UDim2.new(0, 64, 0, 25)
- TeleportButton.Font = Enum.Font.SciFi
- TeleportButton.Text = "Teleport"
- TeleportButton.TextColor3 = Color3.new(1, 1, 1)
- TeleportButton.TextSize = 14
- JutsuButton.Name = "JutsuButton"
- JutsuButton.Parent = SavageFrame
- JutsuButton.Active = false
- JutsuButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
- JutsuButton.BorderSizePixel = 0
- JutsuButton.Position = UDim2.new(0.399999976, 0, 0.150000006, 0)
- JutsuButton.Size = UDim2.new(0, 64, 0, 25)
- JutsuButton.Font = Enum.Font.SciFi
- JutsuButton.Text = "Jutsu"
- JutsuButton.TextColor3 = Color3.new(1, 1, 1)
- JutsuButton.TextSize = 14
- CustomizeButton.Name = "CustomizeButton"
- CustomizeButton.Parent = SavageFrame
- CustomizeButton.Active = false
- CustomizeButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
- CustomizeButton.BorderSizePixel = 0
- CustomizeButton.Position = UDim2.new(0.600000024, 0, 0.150000006, 0)
- CustomizeButton.Size = UDim2.new(0, 64, 0, 25)
- CustomizeButton.Font = Enum.Font.SciFi
- CustomizeButton.Text = "Customize"
- CustomizeButton.TextColor3 = Color3.new(1, 1, 1)
- CustomizeButton.TextSize = 13
- OtherButton.Name = "OtherButton"
- OtherButton.Parent = SavageFrame
- OtherButton.Active = false
- OtherButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
- OtherButton.BorderSizePixel = 0
- OtherButton.Position = UDim2.new(0.800000012, 0, 0.150000006, 0)
- OtherButton.Size = UDim2.new(0, 64, 0, 25)
- OtherButton.Font = Enum.Font.SciFi
- OtherButton.Text = "Other"
- OtherButton.TextColor3 = Color3.new(1, 1, 1)
- OtherButton.TextSize = 14
- TeleportFrame.Name = "TeleportFrame"
- TeleportFrame.Parent = SavageFrame
- TeleportFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- TeleportFrame.BorderSizePixel = 0
- TeleportFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
- TeleportFrame.Size = UDim2.new(0, 320, 0, 123)
- TeleportFrame.Visible = false
- KonohaButton.Name = "KonohaButton"
- KonohaButton.Parent = TeleportFrame
- KonohaButton.Active = false
- KonohaButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- KonohaButton.BorderSizePixel = 0
- KonohaButton.Size = UDim2.new(0, 106, 0, 25)
- KonohaButton.Font = Enum.Font.SciFi
- KonohaButton.Text = "Konohagakure"
- KonohaButton.TextColor3 = Color3.new(1, 1, 1)
- KonohaButton.TextSize = 14
- KonohaButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-126, -109, -389)
- end)
- KirigakureButton.Name = "KirigakureButton"
- KirigakureButton.Parent = TeleportFrame
- KirigakureButton.Active = false
- KirigakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- KirigakureButton.BorderSizePixel = 0
- KirigakureButton.Position = UDim2.new(0.331, 0, 0, 0)
- KirigakureButton.Size = UDim2.new(0, 107, 0, 25)
- KirigakureButton.Font = Enum.Font.SciFi
- KirigakureButton.Text = "Kirigakure"
- KirigakureButton.TextColor3 = Color3.new(1, 1, 1)
- KirigakureButton.TextSize = 14
- KirigakureButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1775, -22, 2390)
- end)
- AkatsukiBaseButton.Name = "AkatsukiBaseButton"
- AkatsukiBaseButton.Parent = TeleportFrame
- AkatsukiBaseButton.Active = false
- AkatsukiBaseButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- AkatsukiBaseButton.BorderSizePixel = 0
- AkatsukiBaseButton.Position = UDim2.new(0.666000009, 0, 0, 0)
- AkatsukiBaseButton.Size = UDim2.new(0, 107, 0, 25)
- AkatsukiBaseButton.Font = Enum.Font.SciFi
- AkatsukiBaseButton.Text = "Akatsuki Base"
- AkatsukiBaseButton.TextColor3 = Color3.new(1, 1, 1)
- AkatsukiBaseButton.TextSize = 14
- AkatsukiBaseButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1908, -150, -665)
- end)
- AmegakureButton.Name = "AmegakureButton"
- AmegakureButton.Parent = TeleportFrame
- AmegakureButton.Active = false
- AmegakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- AmegakureButton.BorderSizePixel = 0
- AmegakureButton.Position = UDim2.new(0, 0, 0.198780626, 0)
- AmegakureButton.Size = UDim2.new(0, 106, 0, 25)
- AmegakureButton.Font = Enum.Font.SciFi
- AmegakureButton.Text = "Amegakure"
- AmegakureButton.TextColor3 = Color3.new(1, 1, 1)
- AmegakureButton.TextSize = 14
- AmegakureButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(178, 44, -2854)
- end)
- SunagakureButton.Name = "SunagakureButton"
- SunagakureButton.Parent = TeleportFrame
- SunagakureButton.Active = false
- SunagakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- SunagakureButton.BorderSizePixel = 0
- SunagakureButton.Position = UDim2.new(0, 0, 0.402032673, 0)
- SunagakureButton.Size = UDim2.new(0, 106, 0, 25)
- SunagakureButton.Font = Enum.Font.SciFi
- SunagakureButton.Text = "Sunagakure"
- SunagakureButton.TextColor3 = Color3.new(1, 1, 1)
- SunagakureButton.TextSize = 14
- SunagakureButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1490, -100, -3015)
- end)
- KumogakureButton.Name = "KumogakureButton"
- KumogakureButton.Parent = TeleportFrame
- KumogakureButton.Active = false
- KumogakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- KumogakureButton.BorderSizePixel = 0
- KumogakureButton.Position = UDim2.new(0, 0, 0.605284691, 0)
- KumogakureButton.Size = UDim2.new(0, 106, 0, 25)
- KumogakureButton.Font = Enum.Font.SciFi
- KumogakureButton.Text = "Kumogakure"
- KumogakureButton.TextColor3 = Color3.new(1, 1, 1)
- KumogakureButton.TextSize = 14
- KumogakureButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3217, 314, 2308)
- end)
- ZetsuGametButton.Name = "ZetsuGametButton"
- ZetsuGametButton.Parent = TeleportFrame
- ZetsuGametButton.Active = false
- ZetsuGametButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- ZetsuGametButton.BorderSizePixel = 0
- ZetsuGametButton.Position = UDim2.new(0, 0, 0.792276561, 0)
- ZetsuGametButton.Size = UDim2.new(0, 106, 0, 25)
- ZetsuGametButton.Font = Enum.Font.SciFi
- ZetsuGametButton.Text = "Zetsu Game"
- ZetsuGametButton.TextColor3 = Color3.new(1, 1, 1)
- ZetsuGametButton.TextSize = 14
- ZetsuGametButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1855, 224, -2588)
- end)
- IwagakureButton.Name = "IwagakureButton"
- IwagakureButton.Parent = TeleportFrame
- IwagakureButton.Active = false
- IwagakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- IwagakureButton.BorderSizePixel = 0
- IwagakureButton.Position = UDim2.new(0.331, 0, 0.203252032, 0)
- IwagakureButton.Size = UDim2.new(0, 107, 0, 25)
- IwagakureButton.Font = Enum.Font.SciFi
- IwagakureButton.Text = "Iwagakure"
- IwagakureButton.TextColor3 = Color3.new(1, 1, 1)
- IwagakureButton.TextSize = 14
- IwagakureButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3058, 441, -3030)
- end)
- MyobokuButton.Name = "MyobokuButton"
- MyobokuButton.Parent = TeleportFrame
- MyobokuButton.Active = false
- MyobokuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- MyobokuButton.BorderSizePixel = 0
- MyobokuButton.Position = UDim2.new(0.331, 0, 0.406504035, 0)
- MyobokuButton.Size = UDim2.new(0, 107, 0, 25)
- MyobokuButton.Font = Enum.Font.SciFi
- MyobokuButton.Text = "Mount Myoboku"
- MyobokuButton.TextColor3 = Color3.new(1, 1, 1)
- MyobokuButton.TextSize = 14
- MyobokuButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2048, -44, 1001)
- end)
- CaveButton.Name = "CaveButton"
- CaveButton.Parent = TeleportFrame
- CaveButton.Active = false
- CaveButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- CaveButton.BorderSizePixel = 0
- CaveButton.Position = UDim2.new(0.331, 0, 0.609756052, 0)
- CaveButton.Size = UDim2.new(0, 107, 0, 25)
- CaveButton.Font = Enum.Font.SciFi
- CaveButton.Text = "Ryuchi Cave"
- CaveButton.TextColor3 = Color3.new(1, 1, 1)
- CaveButton.TextSize = 14
- CaveButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2643, -21, -1493)
- end)
- BridgeButton.Name = "BridgeButton"
- BridgeButton.Parent = TeleportFrame
- BridgeButton.Active = false
- BridgeButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- BridgeButton.BorderSizePixel = 0
- BridgeButton.Position = UDim2.new(0.331, 0, 0.796747923, 0)
- BridgeButton.Size = UDim2.new(0, 107, 0, 25)
- BridgeButton.Font = Enum.Font.SciFi
- BridgeButton.Text = "Naruto Bridge"
- BridgeButton.TextColor3 = Color3.new(1, 1, 1)
- BridgeButton.TextSize = 14
- BridgeButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-597, -19, 1126)
- end)
- SamuraiButton.Name = "SamuraiButton"
- SamuraiButton.Parent = TeleportFrame
- SamuraiButton.Active = false
- SamuraiButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- SamuraiButton.BorderSizePixel = 0
- SamuraiButton.Position = UDim2.new(0.662874997, 0, 0.203252017, 0)
- SamuraiButton.Size = UDim2.new(0, 107, 0, 25)
- SamuraiButton.Font = Enum.Font.SciFi
- SamuraiButton.Text = "Samurai Bridge"
- SamuraiButton.TextColor3 = Color3.new(1, 1, 1)
- SamuraiButton.TextSize = 14
- SamuraiButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2306, 26, 1094)
- end)
- ValleyButton.Name = "ValleyButton"
- ValleyButton.Parent = TeleportFrame
- ValleyButton.Active = false
- ValleyButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- ValleyButton.BorderSizePixel = 0
- ValleyButton.Position = UDim2.new(0.662874997, 0, 0.406504035, 0)
- ValleyButton.Size = UDim2.new(0, 107, 0, 25)
- ValleyButton.Font = Enum.Font.SciFi
- ValleyButton.Text = "Valley of the End"
- ValleyButton.TextColor3 = Color3.new(1, 1, 1)
- ValleyButton.TextSize = 14
- ValleyButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1626, -109, -46)
- end)
- HokageButton.Name = "HokageButton"
- HokageButton.Parent = TeleportFrame
- HokageButton.Active = false
- HokageButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- HokageButton.BorderSizePixel = 0
- HokageButton.Position = UDim2.new(0.662874997, 0, 0.601626039, 0)
- HokageButton.Size = UDim2.new(0, 107, 0, 25)
- HokageButton.Font = Enum.Font.SciFi
- HokageButton.Text = "Hokage Mount"
- HokageButton.TextColor3 = Color3.new(1, 1, 1)
- HokageButton.TextSize = 14
- HokageButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(583, -25, -481)
- end)
- ForestButton.Name = "ForestButton"
- ForestButton.Parent = TeleportFrame
- ForestButton.Active = false
- ForestButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- ForestButton.BorderSizePixel = 0
- ForestButton.Position = UDim2.new(0.662874997, 0, 0.796747983, 0)
- ForestButton.Size = UDim2.new(0, 107, 0, 25)
- ForestButton.Font = Enum.Font.SciFi
- ForestButton.Text = "Forest of Death"
- ForestButton.TextColor3 = Color3.new(1, 1, 1)
- ForestButton.TextSize = 14
- ForestButton.MouseButton1Click:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(609, 57, 380)
- end)
- JutsuFrame.Name = "JutsuFrame"
- JutsuFrame.Parent = SavageFrame
- JutsuFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- JutsuFrame.BorderSizePixel = 0
- JutsuFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
- JutsuFrame.Size = UDim2.new(0, 320, 0, 123)
- JutsuFrame.Visible = false
- NinJutsuButton.Name = "NinJutsuButton"
- NinJutsuButton.Parent = JutsuFrame
- NinJutsuButton.Active = false
- NinJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- NinJutsuButton.BorderSizePixel = 0
- NinJutsuButton.Position = UDim2.new(0, 0, -0.00142276287, 0)
- NinJutsuButton.Size = UDim2.new(0, 106, 0, 25)
- NinJutsuButton.Font = Enum.Font.SciFi
- NinJutsuButton.Text = "NinJutsu"
- NinJutsuButton.TextColor3 = Color3.new(1, 1, 1)
- NinJutsuButton.TextSize = 14
- NinJutsuButton.MouseButton1Click:connect(function()
- local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Nin:GetChildren{}
- for i, v in pairs(target) do
- v.lock.Visible = false
- end
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "NinJutsu Unlocked";
- Icon = "rbxassetid://1524119725";
- Duration = 0.5;
- })
- end)
- TaiJutsuButton.Name = "TaiJutsuButton"
- TaiJutsuButton.Parent = JutsuFrame
- TaiJutsuButton.Active = false
- TaiJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- TaiJutsuButton.BorderSizePixel = 0
- TaiJutsuButton.Position = UDim2.new(0, 0, 0.20182927, 0)
- TaiJutsuButton.Size = UDim2.new(0, 106, 0, 25)
- TaiJutsuButton.Font = Enum.Font.SciFi
- TaiJutsuButton.Text = "TaiJutsu"
- TaiJutsuButton.TextColor3 = Color3.new(1, 1, 1)
- TaiJutsuButton.TextSize = 14
- TaiJutsuButton.MouseButton1Click:connect(function()
- local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.combos:GetChildren{}
- for i, v in pairs(target) do
- v.lock.Visible = false
- end
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "TaiJutsu Unlocked";
- Icon = "rbxassetid://2047974337";
- Duration = 0.5;
- })
- end)
- KenJutsuButton.Name = "KenJutsuButton"
- KenJutsuButton.Parent = JutsuFrame
- KenJutsuButton.Active = false
- KenJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- KenJutsuButton.BorderSizePixel = 0
- KenJutsuButton.Position = UDim2.new(0, 0, 0.405081302, 0)
- KenJutsuButton.Size = UDim2.new(0, 106, 0, 25)
- KenJutsuButton.Font = Enum.Font.SciFi
- KenJutsuButton.Text = "KenJutsu"
- KenJutsuButton.TextColor3 = Color3.new(1, 1, 1)
- KenJutsuButton.TextSize = 14
- KenJutsuButton.MouseButton1Click:connect(function()
- local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.ken:GetChildren()
- for i, v in pairs(target) do
- v.lock.Visible = false
- end
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "KenJutsu Unlocked";
- Icon = "rbxassetid://1995341682";
- Duration = 0.5;
- })
- end)
- SubJutsuV1Button.Name = "SubJutsuV1Button"
- SubJutsuV1Button.Parent = JutsuFrame
- SubJutsuV1Button.Active = false
- SubJutsuV1Button.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- SubJutsuV1Button.BorderSizePixel = 0
- SubJutsuV1Button.Position = UDim2.new(0.331249982, 0, -0.00142276287, 0)
- SubJutsuV1Button.Size = UDim2.new(0, 106, 0, 25)
- SubJutsuV1Button.Font = Enum.Font.SciFi
- SubJutsuV1Button.Text = "SubJutsu V1"
- SubJutsuV1Button.TextColor3 = Color3.new(1, 1, 1)
- SubJutsuV1Button.TextSize = 14
- SubJutsuV1Button.MouseButton1Click:connect(function()
- for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren()) do
- v.lock.Image = ("rbxassetid://1494129610")
- end
- for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren()) do
- v.lock.Image = ("rbxassetid://1494129610")
- end
- for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren()) do
- v.lock.Image = ("rbxassetid://1494129610")
- end
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "SubJutsu V1 Unlocked";
- Icon = "rbxassetid://2502808511";
- Duration = 0.5;
- })
- end)
- SubJutsuV2Button.Name = "SubJutsuV2Button"
- SubJutsuV2Button.Parent = JutsuFrame
- SubJutsuV2Button.Active = false
- SubJutsuV2Button.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- SubJutsuV2Button.BorderSizePixel = 0
- SubJutsuV2Button.Position = UDim2.new(0.331249982, 0, 0.201829255, 0)
- SubJutsuV2Button.Size = UDim2.new(0, 106, 0, 25)
- SubJutsuV2Button.Font = Enum.Font.SciFi
- SubJutsuV2Button.Text = "SubJutsu V2"
- SubJutsuV2Button.TextColor3 = Color3.new(1, 1, 1)
- SubJutsuV2Button.TextSize = 14
- SubJutsuV2Button.MouseButton1Click:connect(function()
- local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren() for i, v in pairs(target)
- do v.lock.Visible = false
- end
- local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren() for i, v in pairs(target)
- do v.lock.Visible = false
- end
- local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren() for i, v in pairs(target)
- do v.lock.Visible = false
- end
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "SubJutsu V2 Unlocked, but you can't equip modes";
- Icon = "rbxassetid://1868741386";
- Duration = 3;
- })
- end)
- CompanionsButton.Name = "CompanionsButton"
- CompanionsButton.Parent = JutsuFrame
- CompanionsButton.Active = false
- CompanionsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- CompanionsButton.BorderSizePixel = 0
- CompanionsButton.Position = UDim2.new(0.00312501192, 0, 0.600203276, 0)
- CompanionsButton.Size = UDim2.new(0, 106, 0, 25)
- CompanionsButton.Font = Enum.Font.SciFi
- CompanionsButton.Text = "Companions"
- CompanionsButton.TextColor3 = Color3.new(1, 1, 1)
- CompanionsButton.TextSize = 14
- CompanionsButton.MouseButton1Click:connect(function()
- local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Comp:GetChildren{}
- for i, v in pairs(target) do
- v.lock.Visible = false
- end
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Companions Unlocked";
- Icon = "rbxassetid://2296534225";
- Duration = 0.5;
- })
- end)
- CustomizeFrame.Name = "CustomizeFrame"
- CustomizeFrame.Parent = SavageFrame
- CustomizeFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- CustomizeFrame.BorderSizePixel = 0
- CustomizeFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
- CustomizeFrame.Size = UDim2.new(0, 320, 0, 123)
- CustomizeFrame.Visible = false
- _4KGSlotButton.Name = "4KGSlotButton"
- _4KGSlotButton.Parent = CustomizeFrame
- _4KGSlotButton.Active = false
- _4KGSlotButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- _4KGSlotButton.BorderSizePixel = 0
- _4KGSlotButton.Position = UDim2.new(0, 0, -0.00142276287, 0)
- _4KGSlotButton.Size = UDim2.new(0, 106, 0, 25)
- _4KGSlotButton.Font = Enum.Font.SciFi
- _4KGSlotButton.Text = "Spin 4 KG Slot"
- _4KGSlotButton.TextColor3 = Color3.new(1, 1, 1)
- _4KGSlotButton.TextSize = 14
- _4KGSlotButton.MouseButton1Click:connect(function()
- game:GetService("Players").LocalPlayer.keyinput:FireServer("respin", 4)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Spin 4 KG Slot";
- Icon = "rbxassetid://1602025638";
- Duration = 0.5;
- })
- end)
- ElementsButton.Name = "ElementsButton"
- ElementsButton.Parent = CustomizeFrame
- ElementsButton.Active = false
- ElementsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- ElementsButton.BorderSizePixel = 0
- ElementsButton.Position = UDim2.new(0, 0, 0.20182927, 0)
- ElementsButton.Size = UDim2.new(0, 106, 0, 25)
- ElementsButton.Font = Enum.Font.SciFi
- ElementsButton.Text = "All Elements"
- ElementsButton.TextColor3 = Color3.new(1, 1, 1)
- ElementsButton.TextSize = 14
- ElementsButton.MouseButton1Click:connect(function()
- local Element = "earth"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
- local Element = "fire"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
- local Element = "lightning"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
- local Element = "water"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
- local Element = "wind"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "All Elements";
- Icon = "rbxassetid://1602001899";
- Duration = 0.5;
- })
- end)
- OpenSusanooButton.Name = "OpenSusanooButton"
- OpenSusanooButton.Parent = CustomizeFrame
- OpenSusanooButton.Active = false
- OpenSusanooButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- OpenSusanooButton.BorderSizePixel = 0
- OpenSusanooButton.Position = UDim2.new(0.568750024, 0, 0.405081272, 0)
- OpenSusanooButton.Size = UDim2.new(0, 137, 0, 25)
- OpenSusanooButton.Font = Enum.Font.SciFi
- OpenSusanooButton.Text = "Open Susanoo Editor"
- OpenSusanooButton.TextColor3 = Color3.new(1, 1, 1)
- OpenSusanooButton.TextSize = 14
- OpenSusanooButton.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.MainGui.Susanoo.Visible = true
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Open Susanoo Editor";
- Icon = "rbxassetid://2502638270";
- Duration = 0.5;
- })
- end)
- CloseSusanooButton.Name = "CloseSusanooButton"
- CloseSusanooButton.Parent = CustomizeFrame
- CloseSusanooButton.Active = false
- CloseSusanooButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- CloseSusanooButton.BorderSizePixel = 0
- CloseSusanooButton.Position = UDim2.new(0.568750024, 0, 0.60833329, 0)
- CloseSusanooButton.Size = UDim2.new(0, 137, 0, 25)
- CloseSusanooButton.Font = Enum.Font.SciFi
- CloseSusanooButton.Text = "Close Susanoo Editor"
- CloseSusanooButton.TextColor3 = Color3.new(1, 1, 1)
- CloseSusanooButton.TextSize = 14
- CloseSusanooButton.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.MainGui.Susanoo.Visible = false
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Close Susanoo Editor";
- Icon = "rbxassetid://2502638270";
- Duration = 0.5;
- })
- end)
- KGinBagButton.Name = "KGinBagButton"
- KGinBagButton.Parent = CustomizeFrame
- KGinBagButton.Active = false
- KGinBagButton.Visible = false
- KGinBagButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- KGinBagButton.BorderSizePixel = 0
- KGinBagButton.Position = UDim2.new(0, 0, 0.405081302, 0)
- KGinBagButton.Size = UDim2.new(0, 106, 0, 25)
- KGinBagButton.Font = Enum.Font.SciFi
- KGinBagButton.Text = "All KG in Bag"
- KGinBagButton.TextColor3 = Color3.new(1, 1, 1)
- KGinBagButton.TextSize = 14
- KGinBagButton.MouseButton1Click:connect(function()
- local KG = "sharingan"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "wood"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "rinnegan"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "byakugan"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "sand"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "akimichi"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "ice"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "tenseigan"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "shadow"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "lava"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "storm"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "momo"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "sasrinnegan"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "Shikotsumyaku"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "aburame"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "madarasharingan"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- local KG = "itachiman"
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "All KG in Bag";
- Icon = "rbxassetid://2293552644";
- Duration = 0.5;
- })
- end)
- CloseKGButton.Name = "CloseKGButton"
- CloseKGButton.Parent = CustomizeFrame
- CloseKGButton.Active = false
- CloseKGButton.Visible = false
- CloseKGButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- CloseKGButton.BorderSizePixel = 0
- CloseKGButton.Position = UDim2.new(0.568750024, 0, 0.20182924, 0)
- CloseKGButton.Size = UDim2.new(0, 137, 0, 25)
- CloseKGButton.Font = Enum.Font.SciFi
- CloseKGButton.Text = "Close KG + Bag"
- CloseKGButton.TextColor3 = Color3.new(1, 1, 1)
- CloseKGButton.TextSize = 14
- CloseKGButton.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.Visible = false
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.Visible = false
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Close KG Bag";
- Icon = "rbxassetid://2512518936";
- Duration = 0.5;
- })
- end)
- OpenKGButton.Name = "OpenKGButton"
- OpenKGButton.Parent = CustomizeFrame
- OpenKGButton.Active = false
- OpenKGButton.Visible = false
- OpenKGButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- OpenKGButton.BorderSizePixel = 0
- OpenKGButton.Position = UDim2.new(0.568750024, 0, -0.00142279267, 0)
- OpenKGButton.Size = UDim2.new(0, 137, 0, 25)
- OpenKGButton.Font = Enum.Font.SciFi
- OpenKGButton.Text = "Open KG + Bag"
- OpenKGButton.TextColor3 = Color3.new(1, 1, 1)
- OpenKGButton.TextSize = 14
- OpenKGButton.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.Visible = true
- game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.Visible = true
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Open KG Bag";
- Icon = "rbxassetid://2512518936";
- Duration = 0.5;
- })
- end)
- WeaponsButton.Name = "WeaponsButton"
- WeaponsButton.Parent = CustomizeFrame
- WeaponsButton.Active = false
- WeaponsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- WeaponsButton.BorderSizePixel = 0
- WeaponsButton.Position = UDim2.new(0, 0, 0.405081302, 0)
- WeaponsButton.Size = UDim2.new(0, 106, 0, 25)
- WeaponsButton.Font = Enum.Font.SciFi
- WeaponsButton.Text = "Weapons"
- WeaponsButton.TextColor3 = Color3.new(1, 1, 1)
- WeaponsButton.TextSize = 14
- WeaponsButton.MouseButton1Click:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "Weapons Unlock. Coming soon...";
- Icon = "rbxassetid://2506900696";
- Duration = 0.5;
- })
- end)
- OtherFrame.Name = "OtherFrame"
- OtherFrame.Parent = SavageFrame
- OtherFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- OtherFrame.BorderSizePixel = 0
- OtherFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
- OtherFrame.Size = UDim2.new(0, 320, 0, 123)
- OtherFrame.Visible = false
- PacksPlusButton.Name = "PacksPlusButton"
- PacksPlusButton.Parent = OtherFrame
- PacksPlusButton.Active = false
- PacksPlusButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- PacksPlusButton.BorderSizePixel = 0
- PacksPlusButton.Position = UDim2.new(0, 0, 0.201829255, 0)
- PacksPlusButton.Size = UDim2.new(0, 106, 0, 25)
- PacksPlusButton.Font = Enum.Font.SciFi
- PacksPlusButton.Text = "Load PacksPlus"
- PacksPlusButton.TextColor3 = Color3.new(1, 1, 1)
- PacksPlusButton.TextSize = 14
- PacksPlusButton.MouseButton1Click:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/zDkcqT0W'),true))()
- end)
- _2xExpButton.Name = "2xExpButton"
- _2xExpButton.Parent = OtherFrame
- _2xExpButton.Active = false
- _2xExpButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- _2xExpButton.BorderSizePixel = 0
- _2xExpButton.Position = UDim2.new(0, 0, -0.00142276287, 0)
- _2xExpButton.Size = UDim2.new(0, 106, 0, 25)
- _2xExpButton.Font = Enum.Font.SciFi
- _2xExpButton.Text = "2x Exp"
- _2xExpButton.TextColor3 = Color3.new(1, 1, 1)
- _2xExpButton.TextSize = 14
- _2xExpButton.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.dblexp.Value = true
- Instance.new("IntValue",game.Players.LocalPlayer)
- wait()
- game.Players.LocalPlayer.Value.Name = ("dblexp")
- game.StarterGui:SetCore("SendNotification", {
- Title = "Savage Gui";
- Text = "X2 Exp";
- Icon = "rbxassetid://1602017079";
- Duration = 0.5;
- })
- end)
- InfoButton.Name = "InfoButton"
- InfoButton.Parent = SavageFrame
- InfoButton.Active = false
- InfoButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
- InfoButton.BorderSizePixel = 0
- InfoButton.Position = UDim2.new(0, 0, 0.150000006, 0)
- InfoButton.Size = UDim2.new(0, 64, 0, 25)
- InfoButton.Font = Enum.Font.SciFi
- InfoButton.Text = "Info"
- InfoButton.TextColor3 = Color3.new(1, 1, 1)
- InfoButton.TextSize = 14
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = SavageFrame
- MainFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
- MainFrame.Size = UDim2.new(0, 320, 0, 123)
- WelcomeLabel.Name = "WelcomeLabel"
- WelcomeLabel.Parent = MainFrame
- WelcomeLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- WelcomeLabel.BackgroundTransparency = 1
- WelcomeLabel.Position = UDim2.new(0.162499994, 0, 0.056910567, 0)
- WelcomeLabel.Size = UDim2.new(0, 216, 0, 27)
- WelcomeLabel.Font = Enum.Font.SciFi
- WelcomeLabel.Text = "Welcome to the Savage Gui"
- WelcomeLabel.TextColor3 = Color3.new(1, 1, 1)
- WelcomeLabel.TextSize = 16
- VersionLabel_2.Name = "VersionLabel"
- VersionLabel_2.Parent = MainFrame
- VersionLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
- VersionLabel_2.BackgroundTransparency = 1
- VersionLabel_2.Position = UDim2.new(0.293749988, 0, 0.276422769, 0)
- VersionLabel_2.Size = UDim2.new(0, 132, 0, 27)
- VersionLabel_2.Font = Enum.Font.SciFi
- VersionLabel_2.Text = "Version : 1.0"
- VersionLabel_2.TextColor3 = Color3.new(1, 1, 1)
- VersionLabel_2.TextSize = 16
- CreatorLabel.Name = "CreatorLabel"
- CreatorLabel.Parent = MainFrame
- CreatorLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- CreatorLabel.BackgroundTransparency = 1
- CreatorLabel.Position = UDim2.new(0.262499988, 0, 0.495934963, 0)
- CreatorLabel.Size = UDim2.new(0, 152, 0, 27)
- CreatorLabel.Font = Enum.Font.SciFi
- CreatorLabel.Text = "Creator : Mapaen"
- CreatorLabel.TextColor3 = Color3.new(1, 1, 1)
- CreatorLabel.TextSize = 16
- LinkLabel.Name = "LinkLabel"
- LinkLabel.Parent = MainFrame
- LinkLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- LinkLabel.BackgroundTransparency = 1
- LinkLabel.Position = UDim2.new(0.212499991, 0, 0.715447187, 0)
- LinkLabel.Size = UDim2.new(0, 184, 0, 27)
- LinkLabel.Font = Enum.Font.SciFi
- LinkLabel.Text = "pastebin.com/u/mapaen"
- LinkLabel.TextColor3 = Color3.new(1, 1, 1)
- LinkLabel.TextSize = 16
- CloseButton.Name = "CloseButton"
- CloseButton.Parent = SavageFrame
- CloseButton.Active = false
- CloseButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- CloseButton.BorderSizePixel = 0
- CloseButton.Position = UDim2.new(0.884323299, 0, 0, 0)
- CloseButton.Size = UDim2.new(0, 37, 0, 30)
- CloseButton.Font = Enum.Font.SciFi
- CloseButton.Text = "X"
- CloseButton.TextColor3 = Color3.new(1, 1, 1)
- CloseButton.TextSize = 18
- -- Scripts:
- function SCRIPT_LQCU75_FAKESCRIPT() -- TeleportButton.TeleportScript
- getfenv().script = Instance.new('LocalScript', TeleportButton)
- local frame1 = script.Parent.Parent.MainFrame
- local frame2 = script.Parent.Parent.TeleportFrame
- local frame3 = script.Parent.Parent.JutsuFrame
- local frame4 = script.Parent.Parent.CustomizeFrame
- local frame5 = script.Parent.Parent.OtherFrame
- local open = false
- script.Parent.MouseButton1Click:connect(function()
- if frame2.Visible == false then
- frame2.Visible = true
- frame1.Visible = false
- frame3.Visible = false
- frame4.Visible = false
- frame5.Visible = false
- else
- frame2.Visible = true
- frame1.Visible = false
- frame3.Visible = false
- frame4.Visible = false
- frame5.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_LQCU75_FAKESCRIPT))
- function SCRIPT_NKEG73_FAKESCRIPT() -- JutsuButton.JutsuScript
- getfenv().script = Instance.new('LocalScript', JutsuButton)
- local frame1 = script.Parent.Parent.MainFrame
- local frame2 = script.Parent.Parent.TeleportFrame
- local frame3 = script.Parent.Parent.JutsuFrame
- local frame4 = script.Parent.Parent.CustomizeFrame
- local frame5 = script.Parent.Parent.OtherFrame
- local open = false
- script.Parent.MouseButton1Click:connect(function()
- if frame3.Visible == false then
- frame3.Visible = true
- frame1.Visible = false
- frame2.Visible = false
- frame4.Visible = false
- frame5.Visible = false
- else
- frame3.Visible = true
- frame1.Visible = false
- frame2.Visible = false
- frame4.Visible = false
- frame5.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_NKEG73_FAKESCRIPT))
- function SCRIPT_WXVI70_FAKESCRIPT() -- CustomizeButton.CustomizeScript
- getfenv().script = Instance.new('LocalScript', CustomizeButton)
- local frame1 = script.Parent.Parent.MainFrame
- local frame2 = script.Parent.Parent.TeleportFrame
- local frame3 = script.Parent.Parent.JutsuFrame
- local frame4 = script.Parent.Parent.CustomizeFrame
- local frame5 = script.Parent.Parent.OtherFrame
- local open = false
- script.Parent.MouseButton1Click:connect(function()
- if frame4.Visible == false then
- frame4.Visible = true
- frame1.Visible = false
- frame2.Visible = false
- frame3.Visible = false
- frame5.Visible = false
- else
- frame4.Visible = true
- frame1.Visible = false
- frame2.Visible = false
- frame3.Visible = false
- frame5.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_WXVI70_FAKESCRIPT))
- function SCRIPT_SDNE67_FAKESCRIPT() -- OtherButton.OtherScript
- getfenv().script = Instance.new('LocalScript', OtherButton)
- local frame1 = script.Parent.Parent.MainFrame
- local frame2 = script.Parent.Parent.TeleportFrame
- local frame3 = script.Parent.Parent.JutsuFrame
- local frame4 = script.Parent.Parent.CustomizeFrame
- local frame5 = script.Parent.Parent.OtherFrame
- local open = false
- script.Parent.MouseButton1Click:connect(function()
- if frame5.Visible == false then
- frame5.Visible = true
- frame1.Visible = false
- frame2.Visible = false
- frame3.Visible = false
- frame4.Visible = false
- else
- frame5.Visible = true
- frame1.Visible = false
- frame2.Visible = false
- frame3.Visible = false
- frame4.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_SDNE67_FAKESCRIPT))
- function SCRIPT_BXHN80_FAKESCRIPT() -- InfoButton.MainScript
- getfenv().script = Instance.new('LocalScript', InfoButton)
- local frame1 = script.Parent.Parent.MainFrame
- local frame2 = script.Parent.Parent.TeleportFrame
- local frame3 = script.Parent.Parent.JutsuFrame
- local frame4 = script.Parent.Parent.CustomizeFrame
- local frame5 = script.Parent.Parent.OtherFrame
- local open = false
- script.Parent.MouseButton1Click:connect(function()
- if frame1.Visible == false then
- frame1.Visible = true
- frame2.Visible = false
- frame3.Visible = false
- frame4.Visible = false
- frame5.Visible = false
- else
- frame1.Visible = true
- frame2.Visible = false
- frame3.Visible = false
- frame4.Visible = false
- frame5.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_BXHN80_FAKESCRIPT))
- function SCRIPT_AIBH85_FAKESCRIPT() -- CloseButton.LocalScript
- getfenv().script = Instance.new('LocalScript', CloseButton)
- function onClick()
- script.Parent:Destroy()
- end
- script.Parent.MouseButton1Click:connect(onClick)
- end
- coroutine.resume(coroutine.create(SCRIPT_AIBH85_FAKESCRIPT))
- function SCRIPT_DGUG89_FAKESCRIPT() -- ScreenGui.LocalScript
- getfenv().script = Instance.new('LocalScript', ScreenGui)
- for _,v in ipairs(script.Parent:GetDescendants()) do
- if not v:IsA("LocalScript") then
- v.Draggable = true
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_DGUG89_FAKESCRIPT))
Add Comment
Please, Sign In to add comment