Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local SENSPIEHAX = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local AUTOSELL = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local AUTOSELL_2 = Instance.new("TextButton")
- local AUTOSELL_3 = Instance.new("TextButton")
- local AUTOSELL_4 = Instance.new("TextButton")
- --Properties:
- SENSPIEHAX.Name = "SENSPIE HAX"
- SENSPIEHAX.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = SENSPIEHAX
- main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- main.Position = UDim2.new(0.246398523, 0, 0.0834914744, 0)
- main.Size = UDim2.new(0, 299, 0, 286)
- main.Active = true
- main.Draggable = true
- AUTOSELL.Name = "AUTO SELL"
- AUTOSELL.Parent = main
- AUTOSELL.BackgroundColor3 = Color3.new(1, 1, 1)
- AUTOSELL.Position = UDim2.new(0.143812716, 0, 0.125874117, 0)
- AUTOSELL.Size = UDim2.new(0, 213, 0, 60)
- AUTOSELL.Style = Enum.ButtonStyle.RobloxRoundButton
- AUTOSELL.Text = "AUTO SELL"
- AUTOSELL.TextColor3 = Color3.new(0, 0, 0)
- AUTOSELL.TextSize = 14
- AUTOSELL.MouseButton1Down:connect(function()
- _G.sell = true
- while _G.sell do
- wait()
- game.Workspace.Rings.Sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0.807692349, 0)
- TextLabel.Size = UDim2.new(0, 299, 0, 73)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Created by: SENSPIE HAX"
- TextLabel.TextColor3 = Color3.new(1, 0.333333, 0)
- TextLabel.TextSize = 20
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0, 0, -0.0594405606, 0)
- TextLabel_2.Size = UDim2.new(0, 299, 0, 68)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "NINJA GUI"
- TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 0)
- TextLabel_2.TextSize = 40
- AUTOSELL_2.Name = "AUTO SELL"
- AUTOSELL_2.Parent = main
- AUTOSELL_2.BackgroundColor3 = Color3.new(1, 1, 1)
- AUTOSELL_2.Position = UDim2.new(0.143812716, 0, 0.367132843, 0)
- AUTOSELL_2.Size = UDim2.new(0, 213, 0, 60)
- AUTOSELL_2.Style = Enum.ButtonStyle.RobloxRoundButton
- AUTOSELL_2.Text = "Equip Any Katana "
- AUTOSELL_2.TextColor3 = Color3.new(0, 0, 0)
- AUTOSELL_2.TextSize = 14
- AUTOSELL_2.MouseButton1Down:connect(function()
- local Katana = "Lightning Katana"
- game.ReplicatedStorage.clientEvents.ShopInteraction:FireServer("WeaponShop", "Equip", Katana)
- end)
- AUTOSELL_3.Name = "AUTO SELL"
- AUTOSELL_3.Parent = main
- AUTOSELL_3.BackgroundColor3 = Color3.new(1, 1, 1)
- AUTOSELL_3.Position = UDim2.new(0.143812716, 0, 0.597902119, 0)
- AUTOSELL_3.Size = UDim2.new(0, 213, 0, 60)
- AUTOSELL_3.Style = Enum.ButtonStyle.RobloxRoundButton
- AUTOSELL_3.Text = "AutoFarm"
- AUTOSELL_3.TextColor3 = Color3.new(0, 0, 0)
- AUTOSELL_3.TextSize = 14
- AUTOSELL_3.MouseButton1Down:connect(function()
- local Options = {
- ["Start Area Back"] = true, -- Starting Area (true if you wanna farm it)
- ["Autumn"] = true, -- Autumn Area (true if you wanna farm it)
- ["Frostland"] = true, -- Frostland Area (true if you wanna farm it)
- ["Inferno"] = true, -- Inferno Zone (true if you wanna farm it)
- ["Voidland"] = true,
- }
- local Weapon;
- _G.StopFarming = false
- function GetWeapon()
- local Found = false
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") then
- if v:FindFirstChild("Katana") then
- Weapon = v
- Found = true
- end
- end
- end
- if Found == false then
- for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if b:IsA("Tool") then
- if b:FindFirstChild("Katana") then
- b.Parent = game.Players.LocalPlayer.Character
- Weapon = b
- Found = true
- end
- end
- end
- end
- end
- GetWeapon()
- function CheckWeapon()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") then
- if v:FindFirstChild("Katana") then
- Weapon = v
- return true
- else
- return false
- end
- end
- end
- end
- local NotDoneYet = false
- repeat
- wait()
- for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
- if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true then
- local a = v:GetChildren()
- for i=1,#a do
- if a[i].Name:match("Ninja") then
- if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
- local ItsNil = false
- repeat
- wait()
- if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
- if CheckWeapon() then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
- wait()
- Weapon:Activate()
- wait()
- Weapon:Deactivate()
- else
- GetWeapon()
- end
- else
- ItsNil = true
- end
- until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
- if _G.StopFarming == false then
- wait(0.9)
- else
- wait()
- end
- if _G.StopFarming == true and NotDoneYet == false then
- NotDoneYet = true
- wait(1)
- end
- end
- end
- end
- end
- end
- until _G.StopFarming == true
- end)
- AUTOSELL_4.Name = "AUTO SELL"
- AUTOSELL_4.Parent = main
- AUTOSELL_4.BackgroundColor3 = Color3.new(1, 1, 1)
- AUTOSELL_4.Position = UDim2.new(0.341137111, 0, 0.807692349, 0)
- AUTOSELL_4.Size = UDim2.new(0, 82, 0, 31)
- AUTOSELL_4.Style = Enum.ButtonStyle.RobloxRoundButton
- AUTOSELL_4.Text = "OFF"
- AUTOSELL_4.TextColor3 = Color3.new(0, 0, 0)
- AUTOSELL_4.TextSize = 14
- AUTOSELL_4.MouseButton1Down:connect(function()
- _G.StopFarming = true
- end)
- -- Scripts:
- function SCRIPT_HIKV88_FAKESCRIPT() -- AUTOSELL.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = AUTOSELL
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_HIKV88_FAKESCRIPT))
- function SCRIPT_EYUA74_FAKESCRIPT() -- TextLabel.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = TextLabel
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_EYUA74_FAKESCRIPT))
- function SCRIPT_ROYN87_FAKESCRIPT() -- TextLabel_2.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = TextLabel_2
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_ROYN87_FAKESCRIPT))
- function SCRIPT_PEEG77_FAKESCRIPT() -- AUTOSELL_2.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = AUTOSELL_2
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_PEEG77_FAKESCRIPT))
- function SCRIPT_AYUX76_FAKESCRIPT() -- AUTOSELL_3.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = AUTOSELL_3
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_AYUX76_FAKESCRIPT))
- function SCRIPT_XZKF65_FAKESCRIPT() -- AUTOSELL_4.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = AUTOSELL_4
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_XZKF65_FAKESCRIPT))
- function SCRIPT_CBHW88_FAKESCRIPT() -- main.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = main
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_CBHW88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment