Upscalefanatic3

Boku No Roblox Script

May 22nd, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Made by Diego Exploits. / SCRIPTED BY ROBLOX PAIN -- Farewell Infortality. -- Version: 2.82 -- Instances: local boku = Instance.new("ScreenGui") local mainn = Instance.new("Frame") local secondary = Instance.new("Frame") local Frame = Instance.new("Frame") local Frame_2 = Instance.new("Frame") local farming = Instance.new("TextLabel") local ok = Instance.new("TextBox") local heroes = Instance.new("TextButton") local X = Instance.new("TextButton") local weakvil = Instance.new("TextButton") local nomomomo = Instance.new("TextButton") local endeavor = Instance.new("TextButton") local uastudent = Instance.new("TextButton") local police = Instance.new("TextButton") local crims = Instance.new("TextButton") local allmighto = Instance.new("TextButton") local quests = Instance.new("TextLabel") local antikick = Instance.new("TextButton") local villainquest = Instance.new("TextButton") local crimquest = Instance.new("TextButton") local policequest = Instance.new("TextButton") local uastudquest = Instance.new("TextButton") local heroquest = Instance.new("TextButton") local page2 = Instance.new("TextButton") local by = Instance.new("TextLabel") local habo = Instance.new("Frame") local secondary2 = Instance.new("Frame") local teleports = Instance.new("TextLabel") local Frame_3 = Instance.new("Frame") local X_2 = Instance.new("TextButton") local tpkurogiri = Instance.new("TextButton") local tpdoctor1 = Instance.new("TextButton") local dekutp = Instance.new("TextButton") local weaponshop = Instance.new("TextButton") local tpnezu = Instance.new("TextButton") local tpdoctor2 = Instance.new("TextButton") local tpdoctor3 = Instance.new("TextButton") local gobacktop1 = Instance.new("TextButton") --Properties: boku.Name = "boku" boku.Parent = game.CoreGui mainn.Name = "mainn" mainn.Parent = boku mainn.Active = true mainn.BackgroundColor3 = Color3.new(0.0941177, 0.0784314, 0) mainn.Position = UDim2.new(0.167192429, 0, 0.160401002, 0) mainn.Size = UDim2.new(0, 651, 0, 570) mainn.Draggable = true secondary.Name = "secondary" secondary.Parent = mainn secondary.Active = true secondary.BackgroundColor3 = Color3.new(0.109804, 0.113725, 0.101961) secondary.Position = UDim2.new(0.0219947826, 0, 0.0256749205, 0) secondary.Size = UDim2.new(0, 622, 0, 536) Frame.Parent = secondary Frame.BackgroundColor3 = Color3.new(1, 1, 1) Frame.Position = UDim2.new(0.00160771701, 0, 0.0942814797, 0) Frame.Size = UDim2.new(0, 621, 0, 7) Frame_2.Parent = secondary Frame_2.BackgroundColor3 = Color3.new(1, 1, 1) Frame_2.Position = UDim2.new(0, 0, 0.670774043, 0) Frame_2.Size = UDim2.new(0, 621, 0, 7) farming.Name = "farming" farming.Parent = mainn farming.BackgroundColor3 = Color3.new(1, 1, 1) farming.BackgroundTransparency = 1 farming.Position = UDim2.new(0.345622122, 0, 0.0234986953, 0) farming.Size = UDim2.new(0, 200, 0, 44) farming.Font = Enum.Font.SciFi farming.Text = "FARMING " farming.TextColor3 = Color3.new(1, 0.968628, 0.054902) farming.TextSize = 35 ok.Name = "ok" ok.Parent = mainn ok.BackgroundColor3 = Color3.new(0.0352941, 0.0901961, 0.113725) ok.Position = UDim2.new(0, 0, -0.0522236153, 0) ok.Size = UDim2.new(0, 651, 0, 37) ok.ClearTextOnFocus = false ok.Font = Enum.Font.SciFi ok.ShowNativeInput = false ok.Text = "BOKU NO ROBLOX: REMASTERED!" ok.TextColor3 = Color3.new(1, 0.917647, 0.0117647) ok.TextSize = 25 ok.TextStrokeTransparency = 0 heroes.Name = "heroes" heroes.Parent = mainn heroes.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) heroes.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) heroes.Position = UDim2.new(0.0230414756, 0, 0.170346066, 0) heroes.Size = UDim2.new(0, 168, 0, 44) heroes.Font = Enum.Font.SciFi heroes.Text = "Farm Heroes" heroes.TextColor3 = Color3.new(0.0196078, 0.2, 1) heroes.TextSize = 25 heroes.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) heroes.TextStrokeTransparency = 0 heroes.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true Heroes.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false heroes.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming 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) X.Name = "X" X.Parent = mainn X.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) X.BackgroundTransparency = 1 X.BorderColor3 = Color3.new(1, 0.611765, 0.0627451) X.Position = UDim2.new(0.917050719, 0, -0.0481556803, 0) X.Size = UDim2.new(0, 60, 0, 34) X.Font = Enum.Font.SciFi X.Text = "X" X.TextColor3 = Color3.new(0, 0, 0) X.TextSize = 35 X.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451) X.TextStrokeTransparency = 0 X.MouseButton1Down:connect(function() X.Visible = true mainn.Visible = false end) weakvil.Name = "weakvil" weakvil.Parent = mainn weakvil.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) weakvil.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) weakvil.Position = UDim2.new(0.718894005, 0, 0.170346066, 0) weakvil.Size = UDim2.new(0, 168, 0, 44) weakvil.Font = Enum.Font.SciFi weakvil.Text = "Farm Weak Vil" weakvil.TextColor3 = Color3.new(0.0196078, 0.2, 1) weakvil.TextSize = 25 weakvil.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) weakvil.TextStrokeTransparency = 0 weakvil.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true weakvil.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false weakvil.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming 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) nomomomo.Name = "nomomomo" nomomomo.Parent = mainn nomomomo.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) nomomomo.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) nomomomo.Position = UDim2.new(0.37019971, 0, 0.170346066, 0) nomomomo.Size = UDim2.new(0, 168, 0, 44) nomomomo.Font = Enum.Font.SciFi nomomomo.Text = "Farm Noumo" nomomomo.TextColor3 = Color3.new(0.0196078, 0.2, 1) nomomomo.TextSize = 25 nomomomo.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) nomomomo.TextStrokeTransparency = 0 nomomomo.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true nomomomo.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false nomomomo.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming 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") 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) endeavor.Name = "endeavor" endeavor.Parent = mainn endeavor.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) endeavor.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) endeavor.Position = UDim2.new(0.717357934, 0, 0.331609637, 0) endeavor.Size = UDim2.new(0, 168, 0, 44) endeavor.Font = Enum.Font.SciFi endeavor.Text = "Farm Endeavor" endeavor.TextColor3 = Color3.new(0.0196078, 0.2, 1) endeavor.TextSize = 25 endeavor.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) endeavor.TextStrokeTransparency = 0 endeavor.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true endeavor.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false endeavor.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming 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") 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) uastudent.Name = "uastudent" uastudent.Parent = mainn uastudent.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) uastudent.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) uastudent.Position = UDim2.new(0.37019971, 0, 0.329855263, 0) uastudent.Size = UDim2.new(0, 168, 0, 44) uastudent.Font = Enum.Font.SciFi uastudent.Text = "Farm UA Stud" uastudent.TextColor3 = Color3.new(0.0196078, 0.2, 1) uastudent.TextSize = 25 uastudent.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) uastudent.TextStrokeTransparency = 0 uastudent.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true uastudent.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false uastudent.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming 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) police.Name = "police" police.Parent = mainn police.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) police.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) police.Position = UDim2.new(0.0215053782, 0, 0.331900239, 0) police.Size = UDim2.new(0, 168, 0, 44) police.Font = Enum.Font.SciFi police.Text = "Farm Police" police.TextColor3 = Color3.new(0.0196078, 0.2, 1) police.TextSize = 25 police.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) police.TextStrokeTransparency = 0 police.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true police.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false police.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.NPCs:GetChildren()) do if string.find(v.Name, "Pol") 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) crims.Name = "crims" crims.Parent = mainn crims.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) crims.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) crims.Position = UDim2.new(0.0215053558, 0, 0.487319469, 0) crims.Size = UDim2.new(0, 168, 0, 44) crims.Font = Enum.Font.SciFi crims.Text = "Farm Criminals" crims.TextColor3 = Color3.new(0.0196078, 0.2, 1) crims.TextSize = 25 crims.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) crims.TextStrokeTransparency = 0 crims.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true crims.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false crims.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.NPCs:GetChildren()) do if string.find(v.Name, "Crim") 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) allmighto.Name = "allmighto" allmighto.Parent = mainn allmighto.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) allmighto.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) allmighto.Position = UDim2.new(0.37019968, 0, 0.487319469, 0) allmighto.Size = UDim2.new(0, 168, 0, 44) allmighto.Font = Enum.Font.SciFi allmighto.Text = "Farm ALL MIGHT" allmighto.TextColor3 = Color3.new(0.0196078, 0.2, 1) allmighto.TextSize = 25 allmighto.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) allmighto.TextStrokeTransparency = 0 allmighto.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true allmighto.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false allmighto.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming 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") 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) quests.Name = "quests" quests.Parent = mainn quests.BackgroundColor3 = Color3.new(1, 1, 1) quests.BackgroundTransparency = 1 quests.Position = UDim2.new(0.345622122, 0, 0.579639077, 0) quests.Size = UDim2.new(0, 200, 0, 44) quests.Font = Enum.Font.SciFi quests.Text = "QUESTS" quests.TextColor3 = Color3.new(1, 0.968628, 0.054902) quests.TextSize = 35 antikick.Name = "antikick" antikick.Parent = mainn antikick.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) antikick.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) antikick.Position = UDim2.new(0.717357934, 0, 0.852662325, 0) antikick.Size = UDim2.new(0, 168, 0, 44) antikick.Font = Enum.Font.SciFi antikick.Text = "Anti-Kick" antikick.TextColor3 = Color3.new(0.0196078, 0.2, 1) antikick.TextSize = 25 antikick.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) antikick.TextStrokeTransparency = 0 antikick.MouseButton1Down:connect(function() if ThugFarming == false then ThugFarming = true antikick.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else ThugFarming = false antikick.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local getrawmetatable = getrawmetatable or debug.getmetatable local make_writeable = make_writeable or setreadonly or changereadonly or change_writeable make_writeable(getrawmetatable(game), false) local backup = getrawmetatable(game).__namecall getrawmetatable(game).__namecall = function(u, ...) local m = ({...})[select('#', ...)] local packed = {...} local a = {} for i = 1, #packed - 1 do a[i] = packed[i] end if m == 'Kick' then warn('Kick attempt at ' .. os.time() .. ' (' .. tostring(unpack(a)) .. ')') return true end return backup and backup(u, ...) or u[m](u, unpack(a)) end end) villainquest.Name = "villainquest" villainquest.Parent = mainn villainquest.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) villainquest.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) villainquest.Position = UDim2.new(0.37019971, 0, 0.854416609, 0) villainquest.Size = UDim2.new(0, 168, 0, 44) villainquest.Font = Enum.Font.SciFi villainquest.Text = "Villain Quest" villainquest.TextColor3 = Color3.new(0.0196078, 0.2, 1) villainquest.TextSize = 25 villainquest.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) villainquest.TextStrokeTransparency = 0 villainquest.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true villainquest.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false villainquest.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS: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) crimquest.Name = "crimquest" crimquest.Parent = mainn crimquest.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) crimquest.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) crimquest.Position = UDim2.new(0.0215054154, 0, 0.856171012, 0) crimquest.Size = UDim2.new(0, 168, 0, 44) crimquest.Font = Enum.Font.SciFi crimquest.Text = "Criminals Quest" crimquest.TextColor3 = Color3.new(0.0196078, 0.2, 1) crimquest.TextSize = 25 crimquest.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) crimquest.TextStrokeTransparency = 0 crimquest.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true crimquest.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false crimquest.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Inj") 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) policequest.Name = "policequest" policequest.Parent = mainn policequest.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) policequest.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) policequest.Position = UDim2.new(0.717357934, 0, 0.703539491, 0) policequest.Size = UDim2.new(0, 168, 0, 44) policequest.Font = Enum.Font.SciFi policequest.Text = "Police Quest" policequest.TextColor3 = Color3.new(0.0196078, 0.2, 1) policequest.TextSize = 25 policequest.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) policequest.TextStrokeTransparency = 0 policequest.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true policequest.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false policequest.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Gang") 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) uastudquest.Name = "uastudquest" uastudquest.Parent = mainn uastudquest.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) uastudquest.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) uastudquest.Position = UDim2.new(0.37019971, 0, 0.703539491, 0) uastudquest.Size = UDim2.new(0, 168, 0, 44) uastudquest.Font = Enum.Font.SciFi uastudquest.Text = "UA Stud. Quest" uastudquest.TextColor3 = Color3.new(0.0196078, 0.2, 1) uastudquest.TextSize = 25 uastudquest.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) uastudquest.TextStrokeTransparency = 0 uastudquest.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true uastudquest.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false uastudquest.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Sus") 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) heroquest.Name = "heroquest" heroquest.Parent = mainn heroquest.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) heroquest.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) heroquest.Position = UDim2.new(0.0230414867, 0, 0.705293834, 0) heroquest.Size = UDim2.new(0, 168, 0, 44) heroquest.Font = Enum.Font.SciFi heroquest.Text = "Hero Quest" heroquest.TextColor3 = Color3.new(0.0196078, 0.2, 1) heroquest.TextSize = 25 heroquest.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) heroquest.TextStrokeTransparency = 0 heroquest.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true heroquest.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false heroquest.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Vill") 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) page2.Name = "page2" page2.Parent = mainn page2.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961) page2.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) page2.Position = UDim2.new(0.697388649, 0, 0.463188648, 0) page2.Size = UDim2.new(0, 182, 0, 70) page2.Font = Enum.Font.SciFi page2.Text = "GO TO PAGE 2" page2.TextColor3 = Color3.new(0.0196078, 0.2, 1) page2.TextSize = 35 page2.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) page2.TextStrokeTransparency = 0 page2.MouseButton1Down:connect(function() page2.Visible = true habo.Visible = true mainn.Visible = false end) by.Name = "by" by.Parent = mainn by.BackgroundColor3 = Color3.new(1, 1, 1) by.BackgroundTransparency = 1 by.Position = UDim2.new(0.0276497714, 0, 0.0252531078, 0) by.Size = UDim2.new(0, 165, 0, 44) by.Font = Enum.Font.SciFi by.Text = "Diego Exploits" by.TextColor3 = Color3.new(0.2, 0.454902, 1) by.TextSize = 35 habo.Name = "habo" habo.Parent = boku habo.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863) habo.Position = UDim2.new(0.214511037, 0, 0.160401002, 0) habo.Size = UDim2.new(0, 542, 0, 462) habo.Active = true habo.Draggable = true habo.Visible = false secondary2.Name = "secondary2" secondary2.Parent = habo secondary2.Active = true secondary2.BackgroundColor3 = Color3.new(0.109804, 0.113725, 0.101961) secondary2.Position = UDim2.new(0.0324186757, 0, 0.0316768512, 0) secondary2.Size = UDim2.new(0, 505, 0, 430) teleports.Name = "teleports" teleports.Parent = secondary2 teleports.BackgroundColor3 = Color3.new(1, 1, 1) teleports.BackgroundTransparency = 1 teleports.Position = UDim2.new(0.288196385, 0, 0.0145227909, 0) teleports.Size = UDim2.new(0, 200, 0, 44) teleports.Font = Enum.Font.SciFi teleports.Text = "TELEPORTS!" teleports.TextColor3 = Color3.new(1, 0.968628, 0.054902) teleports.TextSize = 35 Frame_3.Parent = secondary2 Frame_3.BackgroundColor3 = Color3.new(1, 1, 1) Frame_3.Position = UDim2.new(0.00160770223, 0, 0.115211695, 0) Frame_3.Size = UDim2.new(0, 504, 0, 7) X_2.Name = "X" X_2.Parent = habo X_2.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) X_2.BackgroundTransparency = 1 X_2.BorderColor3 = Color3.new(1, 0.611765, 0.0627451) X_2.Position = UDim2.new(0.878305316, 0, 0.0146148801, 0) X_2.Size = UDim2.new(0, 60, 0, 34) X_2.Font = Enum.Font.SciFi X_2.Text = "X" X_2.TextColor3 = Color3.new(0, 0, 0) X_2.TextSize = 35 X_2.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451) X_2.TextStrokeTransparency = 0 X_2.MouseButton1Down:connect(function() X_2.Visible = true habo.Visible = false end) tpkurogiri.Name = "tpkurogiri" tpkurogiri.Parent = habo tpkurogiri.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) tpkurogiri.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) tpkurogiri.Position = UDim2.new(0.0325471163, 0, 0.209307104, 0) tpkurogiri.Size = UDim2.new(0, 168, 0, 44) tpkurogiri.Font = Enum.Font.SciFi tpkurogiri.Text = "TP Kurogiri" tpkurogiri.TextColor3 = Color3.new(0.0196078, 0.2, 1) tpkurogiri.TextSize = 25 tpkurogiri.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) tpkurogiri.TextStrokeTransparency = 0 tpkurogiri.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true tpkurogiri.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false tpkurogiri.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Kur") 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) tpdoctor1.Name = "tpdoctor1" tpdoctor1.Parent = habo tpdoctor1.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) tpdoctor1.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) tpdoctor1.Position = UDim2.new(0.65247333, 0, 0.209307104, 0) tpdoctor1.Size = UDim2.new(0, 168, 0, 44) tpdoctor1.Font = Enum.Font.SciFi tpdoctor1.Text = "TP Doctor 1" tpdoctor1.TextColor3 = Color3.new(0.0196078, 0.2, 1) tpdoctor1.TextSize = 25 tpdoctor1.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) tpdoctor1.TextStrokeTransparency = 0 tpdoctor1.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true tpdoctor1.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false tpdoctor1.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Doctor") 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) dekutp.Name = "dekutp" dekutp.Parent = habo dekutp.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) dekutp.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) dekutp.Position = UDim2.new(0.0376066677, 0, 0.748268187, 0) dekutp.Size = UDim2.new(0, 502, 0, 44) dekutp.Font = Enum.Font.SciFi dekutp.Text = "Teleport to Deku" dekutp.TextColor3 = Color3.new(0.0196078, 0.2, 1) dekutp.TextSize = 25 dekutp.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) dekutp.TextStrokeTransparency = 0 dekutp.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true dekutp.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false dekutp.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Dek") 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) weaponshop.Name = "weaponshop" weaponshop.Parent = habo weaponshop.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) weaponshop.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) weaponshop.Position = UDim2.new(0.0325471163, 0, 0.618398011, 0) weaponshop.Size = UDim2.new(0, 168, 0, 44) weaponshop.Font = Enum.Font.SciFi weaponshop.Text = "Weapon Shop" weaponshop.TextColor3 = Color3.new(0.0196078, 0.2, 1) weaponshop.TextSize = 25 weaponshop.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) weaponshop.TextStrokeTransparency = 0 weaponshop.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true weaponshop.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false weaponshop.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Wea") 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) tpnezu.Name = "tpnezu" tpnezu.Parent = habo tpnezu.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) tpnezu.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) tpnezu.Position = UDim2.new(0.65247333, 0, 0.618398011, 0) tpnezu.Size = UDim2.new(0, 168, 0, 44) tpnezu.Font = Enum.Font.SciFi tpnezu.Text = "TP Nezu" tpnezu.TextColor3 = Color3.new(0.0196078, 0.2, 1) tpnezu.TextSize = 25 tpnezu.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) tpnezu.TextStrokeTransparency = 0 tpnezu.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true tpnezu.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false tpnezu.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Ne") 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) tpdoctor2.Name = "tpdoctor2" tpdoctor2.Parent = habo tpdoctor2.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) tpdoctor2.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) tpdoctor2.Position = UDim2.new(0.0325471163, 0, 0.408441305, 0) tpdoctor2.Size = UDim2.new(0, 168, 0, 44) tpdoctor2.Font = Enum.Font.SciFi tpdoctor2.Text = "TP Doctor 2" tpdoctor2.TextColor3 = Color3.new(0.0196078, 0.2, 1) tpdoctor2.TextSize = 25 tpdoctor2.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) tpdoctor2.TextStrokeTransparency = 0 tpdoctor2.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true tpdoctor2.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false tpdoctor2.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Doctor3") 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) tpdoctor3.Name = "tpdoctor3" tpdoctor3.Parent = habo tpdoctor3.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) tpdoctor3.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) tpdoctor3.Position = UDim2.new(0.65247333, 0, 0.408441335, 0) tpdoctor3.Size = UDim2.new(0, 168, 0, 44) tpdoctor3.Font = Enum.Font.SciFi tpdoctor3.Text = "TP Doctor 3" tpdoctor3.TextColor3 = Color3.new(0.0196078, 0.2, 1) tpdoctor3.TextSize = 25 tpdoctor3.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) tpdoctor3.TextStrokeTransparency = 0 tpdoctor3.MouseButton1Down:connect(function() if UAFarming == false then UAFarming = true tpdoctor3.BackgroundColor3 = Color3.fromRGB(52, 255, 21) else UAFarming = false tpdoctor3.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Stepped:Disconnect() end local runService = game:GetService('RunService') if UAFarming then Stepped = runService.Stepped:Connect(function() for i,v in pairs(workspace.InteractionNPCS:GetChildren()) do if string.find(v.Name, "Doctor2") 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) gobacktop1.Name = "gobacktop1" gobacktop1.Parent = habo gobacktop1.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1) gobacktop1.BorderColor3 = Color3.new(0.12549, 0.0666667, 1) gobacktop1.Position = UDim2.new(0.252767533, 0, 0.893289804, 0) gobacktop1.Size = UDim2.new(0, 253, 0, 31) gobacktop1.Font = Enum.Font.SciFi gobacktop1.Text = "Go Back to Page 1" gobacktop1.TextColor3 = Color3.new(0.0196078, 0.2, 1) gobacktop1.TextSize = 25 gobacktop1.TextStrokeColor3 = Color3.new(1, 0.937255, 0.0235294) gobacktop1.TextStrokeTransparency = 0 gobacktop1.MouseButton1Down:connect(function() gobacktop1.Visible = true habo.Visible = false mainn.Visible = true end) -- Scripts:
Add Comment
Please, Sign In to add comment