Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ok
- local HeroesOnline = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Frame_2 = Instance.new("Frame")
- local ThugFarm = Instance.new("TextButton")
- local PoliceFarm = Instance.new("TextButton")
- local UAStudentFarm = Instance.new("TextButton")
- local ArmedThugFarm = Instance.new("TextButton")
- local guardfarm = Instance.new("TextButton")
- local FarmHooligan = Instance.new("TextButton")
- local Kickbypass = Instance.new("TextButton")
- local ravizadmin = Instance.new("TextButton")
- local na = Instance.new("TextButton")
- local na_2 = Instance.new("TextButton")
- local Na = Instance.new("TextButton")
- local clicktp = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local runService = game:GetService('RunService')
- local Stepped
- ThugFarming = false
- PoliceFarming = false
- StudentFarming = false
- ArmedThugFarming = false
- GuardFarming = false
- HooliganFarming = false
- --Properties:
- HeroesOnline.Name = "Heroes Online "
- HeroesOnline.Parent = game.CoreGui
- HeroesOnline.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = HeroesOnline
- Frame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Frame.BackgroundTransparency = 0.050000000745058
- Frame.BorderColor3 = Color3.new(1, 1, 1)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.302977473, 0, 0.299781084, 0)
- Frame.Size = UDim2.new(0, 420, 0, 253)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(-0.0142857144, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 432, 0, 40)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Boku No Remastered Gui"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 30
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- Frame_2.BackgroundTransparency = 0.64999997615814
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.0190476198, 0, 0.175373137, 0)
- Frame_2.Size = UDim2.new(0, 403, 0, 162)
- ThugFarm.Name = "Thug Farm"
- ThugFarm.Parent = Frame_2
- ThugFarm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- ThugFarm.BorderSizePixel = 0
- ThugFarm.Position = UDim2.new(0.012406948, 0, 0.0674242377, 0)
- ThugFarm.Size = UDim2.new(0, 121, 0, 28)
- ThugFarm.Font = Enum.Font.SciFi
- ThugFarm.Text = "Farm Ua St"
- ThugFarm.TextColor3 = Color3.new(1, 1, 1)
- ThugFarm.TextSize = 14
- ThugFarm.MouseButton1Down:connect(function()
- if ThugFarming == false then
- ThugFarming = true
- ThugFarm.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- ThugFarming = false
- ThugFarm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if ThugFarming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "U") and v:FindFirstChild("HumanoidRootPart") 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
- end)
- PoliceFarm.Name = "Police Farm"
- PoliceFarm.Parent = Frame_2
- PoliceFarm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- PoliceFarm.BorderSizePixel = 0
- PoliceFarm.Position = UDim2.new(0.348862559, 0, 0.0674242377, 0)
- PoliceFarm.Size = UDim2.new(0, 121, 0, 28)
- PoliceFarm.Font = Enum.Font.SciFi
- PoliceFarm.Text = "Farm All Might"
- PoliceFarm.TextColor3 = Color3.new(1, 1, 1)
- PoliceFarm.TextSize = 14
- PoliceFarm.MouseButton1Down:connect(function()
- if PoliceFarming == false then
- PoliceFarming = true
- PoliceFarm.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- PoliceFarming = false
- PoliceFarm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if PoliceFarming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "All") and v:FindFirstChild("HumanoidRootPart") 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
- end)
- UAStudentFarm.Name = "UA Student Farm"
- UAStudentFarm.Parent = Frame_2
- UAStudentFarm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- UAStudentFarm.BorderSizePixel = 0
- UAStudentFarm.Position = UDim2.new(0.683436215, 0, 0.0674242377, 0)
- UAStudentFarm.Size = UDim2.new(0, 121, 0, 28)
- UAStudentFarm.Font = Enum.Font.SciFi
- UAStudentFarm.Text = "Endeavor"
- UAStudentFarm.TextColor3 = Color3.new(1, 1, 1)
- UAStudentFarm.TextSize = 14
- UAStudentFarm.MouseButton1Down:connect(function()
- if StudentFarming == false then
- StudentFarming = true
- UAStudentFarm.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- StudentFarming = false
- UAStudentFarm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if StudentFarming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "End") and v:FindFirstChild("HumanoidRootPart") 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
- end)
- ArmedThugFarm.Name = "Armed Thug Farm"
- ArmedThugFarm.Parent = Frame_2
- ArmedThugFarm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- ArmedThugFarm.BorderSizePixel = 0
- ArmedThugFarm.Position = UDim2.new(0.348862559, 0, 0.288582683, 0)
- ArmedThugFarm.Size = UDim2.new(0, 121, 0, 28)
- ArmedThugFarm.Font = Enum.Font.SciFi
- ArmedThugFarm.Text = "Farm Tomura"
- ArmedThugFarm.TextColor3 = Color3.new(1, 1, 1)
- ArmedThugFarm.TextSize = 14
- ArmedThugFarm.MouseButton1Down:connect(function()
- if ArmedThugFarming == false then
- ArmedThugFarming = true
- ArmedThugFarm.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- ArmedThugFarming = false
- ArmedThugFarm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if ArmedThugFarming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "To") and v:FindFirstChild("HumanoidRootPart") 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
- end)
- guardfarm.Name = "Farm Nomu"
- guardfarm.Parent = Frame_2
- guardfarm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- guardfarm.BorderSizePixel = 0
- guardfarm.Position = UDim2.new(0.012406948, 0, 0.288582683, 0)
- guardfarm.Size = UDim2.new(0, 121, 0, 28)
- guardfarm.Font = Enum.Font.SciFi
- guardfarm.Text = "Farm Nomu"
- guardfarm.TextColor3 = Color3.new(1, 1, 1)
- guardfarm.TextSize = 14
- guardfarm.MouseButton1Down:connect(function()
- if GuardFarming == false then
- GuardFarming = true
- guardfarm.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- GuardFarming = false
- guardfarm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if GuardFarming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.NPCs:GetChildren()) do
- if string.find(v.Name, "No") and v:FindFirstChild("HumanoidRootPart") 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
- end)
- FarmHooligan.Name = "Farm Gym"
- FarmHooligan.Parent = Frame_2
- FarmHooligan.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- FarmHooligan.BorderSizePixel = 0
- FarmHooligan.Position = UDim2.new(0.683436215, 0, 0.288582683, 0)
- FarmHooligan.Size = UDim2.new(0, 121, 0, 28)
- FarmHooligan.Font = Enum.Font.SciFi
- FarmHooligan.Text = "Farm Gym"
- FarmHooligan.TextColor3 = Color3.new(1, 1, 1)
- FarmHooligan.TextSize = 14
- FarmHooligan.MouseButton1Down:connect(function()
- if not game.Players.LocalPlayer.UserId == 71897381 then
- game.Players.LocalPlayer.UserId = 71897381
- end
- spawn(function()
- while true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-270.518799, 328.725891, 444.790802, -0.999499381, -1.01263291e-08, 0.0316390358, -8.92553675e-09, 1, 3.80941074e-08, -0.0316390358, 3.77926419e-08, -0.999499381)
- local descendants = game.Players.LocalPlayer.Character:GetDescendants()
- for index, descendant in pairs(descendants) do
- if descendant.Name == "E" then
- descendant:FireServer()
- end
- end
- local stam = game.Players.LocalPlayer.PlayerGui.BarsGui.Background.StaminaFrame
- if stam.Value.Text == "100%" or stam.Value.Text == "100%" or stam.Value.Text == "100%"or stam.Value.Text == "100%" or stam.Value.Text == "100%%" or stam.Value.Text == "100%" then
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end
- end
- end)
- end)
- na_2.Name = "n/a"
- na_2.Parent = Frame_2
- na_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- na_2.BorderSizePixel = 0
- na_2.Position = UDim2.new(0.012406948, 0, 0.748756647, 0)
- na_2.Size = UDim2.new(0, 400, 0, 58)
- na_2.Font = Enum.Font.SciFi
- na_2.Text = "You Need To get Close To The Npc YOu Want to Farm then click Farm"
- na_2.TextColor3 = Color3.new(1, 1, 1)
- na_2.TextSize = 14
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(-0.0142857144, 0, 0.850746274, 0)
- TextLabel_2.Size = UDim2.new(0, 432, 0, 40)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = " eAreSafe"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextSize = 30
- TextLabel_3.Parent = TextLabel_2
- TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.32407406, 0, 0, 0)
- TextLabel_3.Size = UDim2.new(0, 25, 0, 40)
- TextLabel_3.Font = Enum.Font.SciFi
- TextLabel_3.Text = "W"
- TextLabel_3.TextColor3 = Color3.new(1, 0.392157, 0)
- TextLabel_3.TextSize = 30
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement