Get Unlimited Resources on any game for free!! Xbox Live Gold members will have exclusive access to these games for a limited time as part of Games with Gold. So will Xbox Game Pass Ultimate members, who receive all the fantastic benefits of Gold plus access to over 100 high-quality games with Xbox Game Pass. Darksiders III ($59.99 ERP): Available August 1 to 31.
- 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
General information
Activated:
Cookies help us improve the performance of our website and our client by collecting statistics that help guide our areas of improvement.
You remain logged in and won’t perpetually have to re-enter your password.
We can more accurately assess where you and your fellow users come from – anonymously, of course – so we can avoid sending you ads unnecessarily.
Ultimate Ninja Ninja King Gold Hacked
Deactivated:
We won’t be able to ‚remember‘ you from a previous session, so you’ll have to select your language and log in again every time you come back.
We won’t be able to see how you’re coming to our website, so we won’t be able to properly tailor our communication channels.
Ultimate Ninja Ninja King Gold Hacks
We won’t be able to properly reimburse our partners (i.e. streamers, other gamers) as we won’t be able to credit traffic created by them accurately.
These cookies are mandatory and are used to activate our website’s core functionalities and all related services. Without these cookies, our website would not function, thus they cannot be disabled.
These cookies allow us to measure the general performance of our website; data collected here is always anonymized. Things we measure here are page load times, our bounce rate, which of our game sites are selected most often or which countries our users visit us from. This in turn is very important to properly load balance our servers, for example.
These cookies help us identify via which channels, influencers or media sites users come to our website. This helps us to better plan advertising and special offer campaigns – and also avoid posting unnecessary advertisements.