Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --NINJA LEGENDS AUTO FARM SCRIPT!
- --THIS SCRIPT IS NOT MADE BY ME!!!
- local NinjaLeg = Instance.new("ScreenGui")
- local Top = Instance.new("Frame")
- local feasgverget5e5 = Instance.new("TextLabel")
- local AF = Instance.new("TextButton")
- local eherherherhea = Instance.new("Frame")
- local ergh34t3rger = Instance.new("TextLabel")
- local AFK = Instance.new("TextButton")
- --Properties:
- NinjaLeg.Name = "NinjaLeg"
- NinjaLeg.Parent = game.CoreGui
- NinjaLeg.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Top.Name = "Top"
- Top.Parent = NinjaLeg
- Top.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
- Top.Position = UDim2.new(0.421715647, 0, 0.425061435, 0)
- Top.Size = UDim2.new(0, 260, 0, 122)
- feasgverget5e5.Name = "feasgverget5e5"
- feasgverget5e5.Parent = Top
- feasgverget5e5.BackgroundColor3 = Color3.new(1, 1, 1)
- feasgverget5e5.BackgroundTransparency = 0.89999997615814
- feasgverget5e5.Size = UDim2.new(0, 260, 0, 31)
- feasgverget5e5.Font = Enum.Font.GothamBold
- feasgverget5e5.Text = " Ninja Legends GUI By Yanis#5565"
- feasgverget5e5.TextColor3 = Color3.new(0, 0, 0)
- feasgverget5e5.TextSize = 20
- feasgverget5e5.TextXAlignment = Enum.TextXAlignment.Left
- AF.Name = "AF"
- AF.Parent = Top
- AF.BackgroundColor3 = Color3.new(1, 1, 1)
- AF.BackgroundTransparency = 0.89999997615814
- AF.Position = UDim2.new(0.107692309, 0, 0.409836054, 0)
- AF.Size = UDim2.new(0, 204, 0, 22)
- AF.Font = Enum.Font.GothamBlack
- AF.Text = " AutoFarm: OFF"
- AF.TextColor3 = Color3.new(0, 0, 0)
- AF.TextSize = 14
- eherherherhea.Name = "eherherherhea"
- eherherherhea.Parent = Top
- eherherherhea.BackgroundColor3 = Color3.new(1, 1, 1)
- eherherherhea.Position = UDim2.new(0, 0, 0.254098356, 0)
- eherherherhea.Size = UDim2.new(0, 260, 0, 7)
- ergh34t3rger.Name = "ergh34t3rger"
- ergh34t3rger.Parent = Top
- ergh34t3rger.BackgroundColor3 = Color3.new(1, 1, 1)
- ergh34t3rger.BackgroundTransparency = 1
- ergh34t3rger.Position = UDim2.new(0.503846169, 0, 0.893442571, 0)
- ergh34t3rger.Size = UDim2.new(0, 129, 0, 13)
- ergh34t3rger.Font = Enum.Font.SourceSans
- ergh34t3rger.Text = "Made by Yanis#5565"
- ergh34t3rger.TextColor3 = Color3.new(0, 0, 0)
- ergh34t3rger.TextSize = 14
- AFK.Name = "AFK"
- AFK.Parent = Top
- AFK.BackgroundColor3 = Color3.new(1, 1, 1)
- AFK.BackgroundTransparency = 0.89999997615814
- AFK.Position = UDim2.new(0.107692309, 0, 0.639344215, 0)
- AFK.Size = UDim2.new(0, 204, 0, 22)
- AFK.Font = Enum.Font.GothamBlack
- AFK.Text = " Anti-AFK"
- AFK.TextColor3 = Color3.new(0, 0, 0)
- AFK.TextSize = 14
- -- Scripts:
- function SCRIPT_LSRO65_FAKESCRIPT() -- eherherherhea.LocalScripterf4gg
- local script = Instance.new('LocalScript')
- script.Parent = eherherherhea
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_LSRO65_FAKESCRIPT))
- print("Hello, Welcolme To ****** By TheRealJMz")
- AF.MouseButton1Down:Connect(function()
- if AF.Text == ' AutoFarm: OFF' then
- AF.Text = ' AutoFarm: ON'
- repeat
- _G.Enabled = true
- while _G.Enabled == true do
- wait(0.01)
- for i,v in pairs(game.Workspace.Hoops:GetChildren()) do
- if v.Name == "Hoop" then
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- wait()
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end
- end
- until
- AF.Text == ' AutoFarm: OFF'
- elseif AF.Text == ' AutoFarm: ON' then
- _G.Enabled = false
- AF.Text = ' AutoFarm: OFF'
- end
- end)
- _G.Enabled = false
- Top.Active = true
- Top.Selectable = true
- Top.Draggable = true
Advertisement
Comments
-
- loadstring(game:HttpGet("https://raw.githubusercontent.com/zerpqe/script/main/NinjaLegends.lua"))()
Add Comment
Please, Sign In to add comment
Advertisement