Oct 27th, 2019
Hack Roblox Ninja Legends
Ninja Legends is a ninjitsu training simulator Roblox game developed by Scriptbloxian Studios.The objective of the game is to training ninjitsu and buy swords and ranks to become more powerful. The higher your ninjitsu is, the more powerful you are.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local MainGUI = Instance.new('Frame')
- local CoinFarmOFF = Instance.new('TextButton')
- local ChiFarm = Instance.new('TextButton')
- local Title = Instance.new('TextLabel')
- local Close = Instance.new('TextButton')
- local Open = Instance.new('TextButton')
- NinjaLegend.Name = 'NinjaLegend'
- MainGUI.Active = true
- MainGUI.Parent = NinjaLegend
- MainGUI.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
- MainGUI.Position = UDim2.new(0.294597358, 0, 0.290726811, 0)
- MainGUI.Visible = false
- UnlockIsland.Name = 'UnlockIsland'
- UnlockIsland.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- UnlockIsland.BorderSizePixel = 0
- UnlockIsland.Position = UDim2.new(0.279850751, 0, 0.282718629, 0)
- UnlockIsland.Font = Enum.Font.SciFi
- UnlockIsland.TextColor3 = Color3.new(0, 0, 0)
- UnlockIsland.MouseButton1Down:connect(function()
- game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts['Enchanted Island'].CFrame*CFrame.new()
- game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts['Astral Island'].CFrame*CFrame.new()
- game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts['Mystical Island'].CFrame*CFrame.new()
- game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts['Space Island'].CFrame*CFrame.new()
- CoinFarmOFF.Parent = MainGUI
- CoinFarmOFF.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- CoinFarmOFF.BorderSizePixel = 0
- CoinFarmOFF.Position = UDim2.new(0.125621885, 0, 0.506161749, 0)
- CoinFarmOFF.Font = Enum.Font.SciFi
- CoinFarmOFF.TextColor3 = Color3.new(0, 0, 0)
- CoinFarmOFF.Visible = false
- CoinFarmOFF.Visible = false
- wait()
- while _G.Farm and wait(1) do
- for _,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position + Vector3.new())
- end
- end)
- ChiFarmOFF.Name = 'ChiFarmOFF'
- ChiFarmOFF.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- ChiFarmOFF.BorderSizePixel = 0
- ChiFarmOFF.Position = UDim2.new(0.510261297, 0, 0.502645433, 0)
- ChiFarmOFF.Font = Enum.Font.SciFi
- ChiFarmOFF.TextColor3 = Color3.new(0, 0, 0)
- ChiFarmOFF.Visible = false
- ChiFarmOFF.Visible = false
- wait()
- while _G.Farm and wait(1) do
- for _,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position + Vector3.new())
- end
- end)
- CoinFarm.Name = 'CoinFarm'
- CoinFarm.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- CoinFarm.BorderSizePixel = 0
- CoinFarm.Position = UDim2.new(0.125621885, 0, 0.506161749, 0)
- CoinFarm.Font = Enum.Font.SciFi
- CoinFarm.TextColor3 = Color3.new(0, 0, 0)
- CoinFarm.MouseButton1Down:connect(function()
- CoinFarmOFF.Visible = true
- _G.Farm = true
- for _,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position + Vector3.new())
- end
- end)
- ChiFarm.Name = 'ChiFarm'
- ChiFarm.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- ChiFarm.BorderSizePixel = 0
- ChiFarm.Position = UDim2.new(0.510261297, 0, 0.502645433, 0)
- ChiFarm.Font = Enum.Font.SciFi
- ChiFarm.TextColor3 = Color3.new(0, 0, 0)
- ChiFarm.MouseButton1Down:connect(function()
- ChiFarmOFF.Visible = true
- _G.Farm = true
- for _,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position + Vector3.new())
- end
- end)
- Title.Parent = MainGUI
- Title.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Title.Size = UDim2.new(0, 402, 0, 50)
- Title.Text = 'Ninja Legend GUI'
- Title.TextSize = 20
- Credit.Name = 'Credit'
- Credit.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Credit.Position = UDim2.new(0, 0, 0.805392325, 0)
- Credit.Font = Enum.Font.GothamBold
- Credit.TextColor3 = Color3.new(0, 0, 0)
- Close.Parent = MainGUI
- Close.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Close.Position = UDim2.new(0.925373137, 0, 0, 0)
- Close.Font = Enum.Font.GothamSemibold
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.MouseButton1Down:connect(function()
- OpenGUI.Visible = true
- OpenGUI.Parent = NinjaLegend
- OpenGUI.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
- OpenGUI.Position = UDim2.new(0.896024466, 0, 0.942355871, 0)
- Open.Parent = OpenGUI
- Open.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Open.Position = UDim2.new(0.108252347, 0, 0.149874687, 0)
- Open.Font = Enum.Font.GothamSemibold
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.MouseButton1Down:connect(function()
- OpenGUI.Visible = false
How Do You Hack Roblox Ninja Legends
RAW Paste Data
Comments are closed.