Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ROBLOX PAIN IS SMART AS FUCK
- -- Version: 2.82
- -- Instances:
- local THISISBOKU = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- local noumu = Instance.new("TextButton")
- local criminal = Instance.new("TextButton")
- local title = Instance.new("TextButton")
- local WEAKVILLIAN = Instance.new("TextButton")
- local villians = Instance.new("TextButton")
- local titile = Instance.new("TextButton")
- local Mighty = Instance.new("TextButton")
- local tomura = Instance.new("TextButton")
- local heroes = Instance.new("TextButton")
- local uastudent = Instance.new("TextButton")
- local police = Instance.new("TextButton")
- --Properties:
- THISISBOKU.Name = "THIS IS BOKU"
- THISISBOKU.Parent = game.CoreGui
- THISISBOKU.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = THISISBOKU
- Frame.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderColor3 = Color3.new(0, 0, 0)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0.155122072, 0, 0.364795923, 0)
- Frame.Size = UDim2.new(0, 638, 0, 253)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(-0.0351663269, 0, -0.0275978632, 0)
- TextLabel.Size = UDim2.new(0, 98, 0, 50)
- TextLabel.Font = Enum.Font.Fantasy
- TextLabel.Text = "R"
- TextLabel.TextColor3 = Color3.new(0.666667, 0, 0)
- TextLabel.TextSize = 50
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.0689635575, 0, -0.0275978632, 0)
- TextLabel_2.Size = UDim2.new(0, 98, 0, 50)
- TextLabel_2.Font = Enum.Font.Fantasy
- TextLabel_2.Text = "oblox"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 50
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0.857901812, 0, -0.0275978632, 0)
- TextLabel_3.Size = UDim2.new(0, 98, 0, 50)
- TextLabel_3.Font = Enum.Font.Fantasy
- TextLabel_3.Text = "ain"
- TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_3.TextSize = 50
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.Position = UDim2.new(0.784785867, 0, -0.0275978632, 0)
- TextLabel_4.Size = UDim2.new(0, 98, 0, 50)
- TextLabel_4.Font = Enum.Font.Fantasy
- TextLabel_4.Text = "P"
- TextLabel_4.TextColor3 = Color3.new(0.666667, 0, 0)
- TextLabel_4.TextSize = 50
- noumu.Name = "noumu"
- noumu.Parent = Frame
- noumu.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- noumu.BorderColor3 = Color3.new(0, 0, 0)
- noumu.BorderSizePixel = 5
- noumu.Position = UDim2.new(0.0243288707, 0, 0.685212851, 0)
- noumu.Size = UDim2.new(0, 171, 0, 27)
- noumu.Font = Enum.Font.Fantasy
- noumu.Text = "Noumu Farm"
- noumu.TextColor3 = Color3.new(0, 0, 0)
- noumu.TextSize = 20
- noumu.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- noumu.MouseButton1Down:connect(function()
- if noumufarming == false then
- noumufarming = true
- noumu.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- noumufarming = false
- noumu.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if noumufarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "Noumu") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- criminal.Name = "criminal"
- criminal.Parent = Frame
- criminal.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- criminal.BorderColor3 = Color3.new(0, 0, 0)
- criminal.BorderSizePixel = 5
- criminal.Position = UDim2.new(0.0243288707, 0, 0.34133935, 0)
- criminal.Size = UDim2.new(0, 171, 0, 27)
- criminal.Font = Enum.Font.Fantasy
- criminal.Text = "Farm Criminal"
- criminal.TextColor3 = Color3.new(0, 0, 0)
- criminal.TextSize = 20
- criminal.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- criminal.MouseButton1Down:connect(function()
- if criminalFarming == false then
- criminalFarming = true
- criminal.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- criminalFarming = false
- criminal.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if criminalFarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "Criminal") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- title.Name = "title"
- title.Parent = Frame
- title.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- title.BorderColor3 = Color3.new(0, 0, 0)
- title.BorderSizePixel = 5
- title.Position = UDim2.new(0.0258962214, 0, 0.171616733, 0)
- title.Size = UDim2.new(0, 583, 0, 27)
- title.Font = Enum.Font.Fantasy
- title.Text = "WEAK NPCs"
- title.TextColor3 = Color3.new(0, 0, 0)
- title.TextSize = 20
- title.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- WEAKVILLIAN.Name = "WEAK VILLIAN"
- WEAKVILLIAN.Parent = Frame
- WEAKVILLIAN.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- WEAKVILLIAN.BorderColor3 = Color3.new(0, 0, 0)
- WEAKVILLIAN.BorderSizePixel = 5
- WEAKVILLIAN.Position = UDim2.new(0.687338233, 0, 0.34133935, 0)
- WEAKVILLIAN.Size = UDim2.new(0, 171, 0, 27)
- WEAKVILLIAN.Font = Enum.Font.Fantasy
- WEAKVILLIAN.Text = "Farm Weak Vililan"
- WEAKVILLIAN.TextColor3 = Color3.new(0, 0, 0)
- WEAKVILLIAN.TextSize = 20
- WEAKVILLIAN.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- WEAKVILLIAN.MouseButton1Down:connect(function()
- if weakfarming == false then
- weakfarming = true
- WEAKVILLIAN.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- weakfarming = false
- WEAKVILLIAN.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if weakfarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "Weak") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- villians.Name = "villians"
- villians.Parent = Frame
- villians.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- villians.BorderColor3 = Color3.new(0, 0, 0)
- villians.BorderSizePixel = 5
- villians.Position = UDim2.new(0.362886876, 0, 0.34133935, 0)
- villians.Size = UDim2.new(0, 171, 0, 27)
- villians.Font = Enum.Font.Fantasy
- villians.Text = "Farm Villians"
- villians.TextColor3 = Color3.new(0, 0, 0)
- villians.TextSize = 20
- villians.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- villians.MouseButton1Down:connect(function()
- if villiansfarming == false then
- villiansfarming = true
- villians.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- villiansfarming = false
- villians.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if villiansfarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "Villain") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- titile.Name = "titile"
- titile.Parent = Frame
- titile.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- titile.BorderColor3 = Color3.new(0, 0, 0)
- titile.BorderSizePixel = 5
- titile.Position = UDim2.new(0.0258962195, 0, 0.514053762, 0)
- titile.Size = UDim2.new(0, 583, 0, 27)
- titile.Font = Enum.Font.Fantasy
- titile.Text = "STRONG NPCs"
- titile.TextColor3 = Color3.new(0, 0, 0)
- titile.TextSize = 20
- titile.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- Mighty.Name = "Mighty"
- Mighty.Parent = Frame
- Mighty.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- Mighty.BorderColor3 = Color3.new(0, 0, 0)
- Mighty.BorderSizePixel = 5
- Mighty.Position = UDim2.new(0.36445424, 0, 0.685212851, 0)
- Mighty.Size = UDim2.new(0, 171, 0, 27)
- Mighty.Font = Enum.Font.Fantasy
- Mighty.Text = "ALL MIGHTY farm"
- Mighty.TextColor3 = Color3.new(0, 0, 0)
- Mighty.TextSize = 20
- Mighty.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- Mighty.MouseButton1Down:connect(function()
- if mightyfarming == false then
- mightyfarming = true
- Mighty.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- mightyfarming = false
- Mighty.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if mightyfarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "All Might") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- tomura.Name = "tomura"
- tomura.Parent = Frame
- tomura.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- tomura.BorderColor3 = Color3.new(0, 0, 0)
- tomura.BorderSizePixel = 5
- tomura.Position = UDim2.new(0.699877501, 0, 0.685212851, 0)
- tomura.Size = UDim2.new(0, 171, 0, 27)
- tomura.Font = Enum.Font.Fantasy
- tomura.Text = "TOMURA Farm"
- tomura.TextColor3 = Color3.new(0, 0, 0)
- tomura.TextSize = 20
- tomura.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- tomura.MouseButton1Down:connect(function()
- if tomurafarming == false then
- tomurafarming = true
- tomura.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- tomurafarming = false
- tomura.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if tomurafarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "Tomura") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- local VirtualUser=game:service'VirtualUser'
- VirtualUser:ClickButton1(Vector2.new())
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- heroes.Name = "heroes"
- heroes.Parent = Frame
- heroes.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- heroes.BorderColor3 = Color3.new(0, 0, 0)
- heroes.BorderSizePixel = 5
- heroes.Position = UDim2.new(0.0227615237, 0, 0.863078475, 0)
- heroes.Size = UDim2.new(0, 171, 0, 27)
- heroes.Font = Enum.Font.Fantasy
- heroes.Text = "Farm Heroes"
- heroes.TextColor3 = Color3.new(0, 0, 0)
- heroes.TextSize = 20
- heroes.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- heroes.MouseButton1Down:connect(function()
- if heroesfarming == false then
- heroesfarming = true
- heroes.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- heroesfarming = false
- heroes.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if heroesfarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "Hero") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- uastudent.Name = "ua student"
- uastudent.Parent = Frame
- uastudent.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- uastudent.BorderColor3 = Color3.new(0, 0, 0)
- uastudent.BorderSizePixel = 5
- uastudent.Position = UDim2.new(0.699877501, 0, 0.863078475, 0)
- uastudent.Size = UDim2.new(0, 171, 0, 27)
- uastudent.Font = Enum.Font.Fantasy
- uastudent.Text = "Farm UA Students"
- uastudent.TextColor3 = Color3.new(0, 0, 0)
- uastudent.TextSize = 20
- uastudent.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- uastudent.MouseButton1Down:connect(function()
- if uasfarming == false then
- uasfarming = true
- uastudent.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- uasfarming = false
- uastudent.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if uasfarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "UA") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
- police.Name = "police"
- police.Parent = Frame
- police.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
- police.BorderColor3 = Color3.new(0, 0, 0)
- police.BorderSizePixel = 5
- police.Position = UDim2.new(0.362886906, 0, 0.863078475, 0)
- police.Size = UDim2.new(0, 171, 0, 27)
- police.Font = Enum.Font.Fantasy
- police.Text = "Farm Police"
- police.TextColor3 = Color3.new(0, 0, 0)
- police.TextSize = 20
- police.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 0.498039)
- police.MouseButton1Down:connect(function()
- if policefarming == false then
- policefarming = true
- police.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- policefarming = false
- police.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if policefarming then
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "Police") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement