Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by Youtuber41236
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local Admin = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local Prisonlife = Instance.new("TextButton")
- local JailbreakAutoFarm = Instance.new("TextButton")
- local BadBusiness = Instance.new("TextButton")
- local FeFling = Instance.new("TextButton")
- local potatoHub = Instance.new("TextButton")
- local TowerDefense = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.new(0, 0, 0)
- main.Position = UDim2.new(0.167838305, 0, 0.396054626, 0)
- main.Size = UDim2.new(0, 263, 0, 382)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- Admin.Name = "Admin"
- Admin.Parent = main
- Admin.BackgroundColor3 = Color3.new(0, 1, 1)
- Admin.Position = UDim2.new(0.0494296551, 0, 0.174877524, 0)
- Admin.Size = UDim2.new(0, 109, 0, 50)
- Admin.Font = Enum.Font.GothamSemibold
- Admin.Text = "Admin"
- Admin.TextColor3 = Color3.new(0, 0, 0)
- Admin.TextScaled = true
- Admin.TextSize = 14
- Admin.TextWrapped = true
- Admin.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
- end)
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.new(0, 1, 1)
- title.Size = UDim2.new(0, 263, 0, 35)
- title.Font = Enum.Font.GothamBold
- title.Text = "Youtuber41236 Script Hub"
- title.TextColor3 = Color3.new(0, 0, 0)
- title.TextSize = 14
- Prisonlife.Name = "Prison life "
- Prisonlife.Parent = main
- Prisonlife.BackgroundColor3 = Color3.new(0, 1, 1)
- Prisonlife.Position = UDim2.new(0.562737644, 0, 0.177111715, 0)
- Prisonlife.Size = UDim2.new(0, 109, 0, 50)
- Prisonlife.Font = Enum.Font.GothamBold
- Prisonlife.Text = "Prison Life"
- Prisonlife.TextColor3 = Color3.new(0, 0, 0)
- Prisonlife.TextScaled = true
- Prisonlife.TextSize = 14
- Prisonlife.TextWrapped = true
- Prisonlife.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/nu20tAZE",true))()
- end)
- JailbreakAutoFarm.Name = "Jailbreak Auto Farm"
- JailbreakAutoFarm.Parent = main
- JailbreakAutoFarm.BackgroundColor3 = Color3.new(0, 1, 1)
- JailbreakAutoFarm.Position = UDim2.new(0.0494296588, 0, 0.41219309, 0)
- JailbreakAutoFarm.Size = UDim2.new(0, 109, 0, 50)
- JailbreakAutoFarm.Font = Enum.Font.GothamBold
- JailbreakAutoFarm.Text = "Jailbreak Auto Farm"
- JailbreakAutoFarm.TextColor3 = Color3.new(0, 0, 0)
- JailbreakAutoFarm.TextScaled = true
- JailbreakAutoFarm.TextSize = 14
- JailbreakAutoFarm.TextWrapped = true
- JailbreakAutoFarm.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
- end)
- BadBusiness.Name = "Bad Business"
- BadBusiness.Parent = main
- BadBusiness.BackgroundColor3 = Color3.new(0, 1, 1)
- BadBusiness.Position = UDim2.new(0.562737644, 0, 0.41219309, 0)
- BadBusiness.Size = UDim2.new(0, 109, 0, 50)
- BadBusiness.Font = Enum.Font.GothamBold
- BadBusiness.Text = "Bad Business"
- BadBusiness.TextColor3 = Color3.new(0, 0, 0)
- BadBusiness.TextScaled = true
- BadBusiness.TextSize = 14
- BadBusiness.TextWrapped = true
- BadBusiness.MouseButton1Down:connect(function()
- -- Created by Peyton @ V3rmillion
- local LocalPlayer, Characters, ESPList, LocalCharacter = game:GetService('Players').LocalPlayer, workspace.Characters, {}
- local Leaderboard = LocalPlayer.PlayerGui.LeaderboardGui.Leaderboard
- local function GetTeam(Player)
- local Name = Player.Name
- for i,v in next, Leaderboard.Teams:GetDescendants() do
- if v.Name == 'NameLabel' and v.Text == Name then
- return v.Parent.Parent.Parent
- end
- end
- end
- local Camera, Div = workspace.CurrentCamera, Vector2.new(2,2)
- local function GetNearestToCenter()
- local Center = Camera.ViewportSize / Div
- local Character, CharacterDistance, ScreenPosition = nil, 0, nil
- -- Created by Peyton @ V3rmillion
- for i,v in next, Characters:GetChildren() do
- if v.Name ~= LocalPlayer.Name and GetTeam(v) ~= GetTeam(LocalPlayer) and v:FindFirstChild('Health') and v.Health.Value > 0 and v:FindFirstChild('Hitbox') and v.Hitbox:FindFirstChild('Head') then
- local Position, OnScreen = Camera:WorldToViewportPoint(v.Hitbox.Head.Position)
- if OnScreen then
- local Vec2 = Vector2.new(Position.X, Position.Y)
- local Distance = (Vec2 - Center).magnitude
- if not Character or CharacterDistance > Distance then
- Character, CharacterDistance, ScreenPosition = v, Distance, Vec2
- end
- end
- end
- end
- return ScreenPosition and Center and (ScreenPosition - Center) or nil
- end
- local function NewCircle()
- local Circle = Drawing.new('Circle')
- Circle.Color = Color3.new(255, 0, 0)
- Circle.Filled = true
- Circle.Transparency = 0.5
- Circle.Visible = true
- return Circle
- end
- -- Created by Peyton @ V3rmillion
- local function Add(Character)
- if Character == workspace.Characters:FindFirstChild(LocalPlayer.Name) then
- LocalCharacter = Character
- elseif GetTeam(Character) ~= GetTeam(LocalPlayer) then
- ESPList[Character] = NewCircle()
- end
- end
- local function Remove(Character)
- if ESPList[Character] then
- ESPList[Character]:Remove()
- ESPList[Character] = nil
- end
- end
- local UserInputService, AimEnable = game:GetService('UserInputService'), false
- local function Update()
- for Character,v in next, ESPList do
- if Character and Character.Parent ~= Characters then
- Remove(Characters)
- elseif Character:FindFirstChild('Hitbox') and Character.Hitbox:FindFirstChild('Head') then
- local Position, OnScreen = workspace.CurrentCamera:WorldToViewportPoint(Character.Hitbox.Head.Position)
- v.Position = Vector2.new(Position.X, Position.Y)
- v.Radius = 700 / Position.Z
- v.Visible = OnScreen
- end
- end
- if AimEnable and UserInputService.MouseBehavior ~= Enum.MouseBehavior.Default and Characters:FindFirstChild(LocalPlayer.Name) and Characters[LocalPlayer.Name].Health.Value ~= 0 then
- local ToMove = GetNearestToCenter()
- if ToMove then mousemoverel(ToMove.X, ToMove.Y) end
- else
- AimEnable = false
- end
- end
- -- Created by Peyton @ V3rmillion
- for i,v in next, Characters:GetChildren() do Add(v) end
- Characters.ChildAdded:Connect(Add)
- Characters.ChildRemoved:Connect(Remove)
- game:GetService('RunService').RenderStepped:Connect(Update)
- UserInputService.InputBegan:Connect(function(input, gameProcessed) if input.UserInputType == Enum.UserInputType.MouseButton2 then AimEnable = true end end)
- UserInputService.InputEnded:Connect(function(input, gameProcessed) if input.UserInputType == Enum.UserInputType.MouseButton2 then AimEnable = false end end)
- print("Loaded Good Business by Peyton @ V3rmillion")
- end)
- FeFling.Name = "Fe Fling "
- FeFling.Parent = main
- FeFling.BackgroundColor3 = Color3.new(0, 1, 1)
- FeFling.Position = UDim2.new(0.0494296588, 0, 0.641931832, 0)
- FeFling.Size = UDim2.new(0, 109, 0, 50)
- FeFling.Font = Enum.Font.GothamBold
- FeFling.Text = "Fe Fling"
- FeFling.TextColor3 = Color3.new(0, 0, 0)
- FeFling.TextScaled = true
- FeFling.TextSize = 14
- FeFling.TextWrapped = true
- FeFling.MouseButton1Down:connect(function()
- -- Made By Youtuber41236
- local FlingKill = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Label = Instance.new("Frame")
- local Shadow = Instance.new("Frame")
- local StartKill = Instance.new("TextButton")
- local StopKill = Instance.new("TextButton")
- local Instructions = Instance.new("TextLabel")
- local CurrentPower = Instance.new("TextLabel")
- local Recomendation = Instance.new("TextLabel")
- local NameOfGui = Instance.new("TextLabel")
- local Exit = Instance.new("TextButton")
- local UPArrow = Instance.new("TextButton")
- local DownArrow = Instance.new("TextButton")
- -- Properties
- FlingKill.Name = "Fling/Kill"
- FlingKill.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = FlingKill
- Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
- Main.Size = UDim2.new(0, 217, 0, 233)
- Main.Selectable = true
- Main.Active = true
- Main.Draggable = true
- Label.Name = "Label"
- Label.Parent = Main
- Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
- Label.BorderSizePixel = 0
- Label.Size = UDim2.new(0, 217, 0, 27)
- Shadow.Name = "Shadow"
- Shadow.Parent = Main
- Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
- Shadow.BorderSizePixel = 0
- Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
- Shadow.Size = UDim2.new(0, 217, 0, 9)
- StartKill.Name = "StartKill"
- StartKill.Parent = Main
- StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
- StartKill.BorderSizePixel = 0
- StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
- StartKill.Size = UDim2.new(0, 126, 0, 23)
- StartKill.Font = Enum.Font.Cartoon
- StartKill.Text = "FE Kill/Fling"
- StartKill.TextColor3 = Color3.new(0, 0, 0)
- StartKill.TextSize = 14
- StopKill.Name = "StopKill"
- StopKill.Parent = Main
- StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
- StopKill.BorderSizePixel = 0
- StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
- StopKill.Size = UDim2.new(0, 124, 0, 23)
- StopKill.Font = Enum.Font.Cartoon
- StopKill.Text = "Stop FE Kill/Fling"
- StopKill.TextColor3 = Color3.new(0, 0, 0)
- StopKill.TextSize = 14
- Instructions.Name = "Instructions"
- Instructions.Parent = Main
- Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
- Instructions.BackgroundTransparency = 1
- Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
- Instructions.Size = UDim2.new(0, 200, 0, 32)
- Instructions.Font = Enum.Font.Cartoon
- Instructions.Text = "Just touch someone to watch the fly to their death!"
- Instructions.TextColor3 = Color3.new(0, 0, 0)
- Instructions.TextSize = 14
- Instructions.TextWrapped = true
- CurrentPower.Name = "CurrentPower"
- CurrentPower.Parent = Main
- CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
- CurrentPower.BackgroundTransparency = 1
- CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
- CurrentPower.Size = UDim2.new(0, 98, 0, 36)
- CurrentPower.Font = Enum.Font.Cartoon
- CurrentPower.Text = "Current Power = 5"
- CurrentPower.TextColor3 = Color3.new(0, 0, 0)
- CurrentPower.TextSize = 14
- Recomendation.Name = "Recomendation"
- Recomendation.Parent = Main
- Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
- Recomendation.BackgroundTransparency = 1
- Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
- Recomendation.Size = UDim2.new(0, 200, 0, 21)
- Recomendation.Font = Enum.Font.Cartoon
- Recomendation.Text = "Recommended Power is 5"
- Recomendation.TextColor3 = Color3.new(0, 0, 0)
- Recomendation.TextSize = 14
- NameOfGui.Name = "NameOfGui"
- NameOfGui.Parent = Main
- NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
- NameOfGui.BackgroundTransparency = 1
- NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
- NameOfGui.Size = UDim2.new(0, 154, 0, 27)
- NameOfGui.Font = Enum.Font.Cartoon
- NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
- NameOfGui.TextColor3 = Color3.new(0, 0, 0)
- NameOfGui.TextSize = 14
- Exit.Name = "Exit"
- Exit.Parent = Main
- Exit.BackgroundColor3 = Color3.new(1, 1, 1)
- Exit.BackgroundTransparency = 1
- Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
- Exit.Size = UDim2.new(0, 20, 0, 27)
- Exit.Font = Enum.Font.Cartoon
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(0, 0, 0)
- Exit.TextSize = 14
- UPArrow.Name = "UPArrow"
- UPArrow.Parent = Main
- UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
- UPArrow.BackgroundTransparency = 1
- UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
- UPArrow.Size = UDim2.new(0, 26, 0, 23)
- UPArrow.Font = Enum.Font.Cartoon
- UPArrow.Text = "Up"
- UPArrow.TextColor3 = Color3.new(0, 0, 0)
- UPArrow.TextSize = 12
- UPArrow.TextWrapped = true
- DownArrow.Name = "DownArrow"
- DownArrow.Parent = Main
- DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
- DownArrow.BackgroundTransparency = 1
- DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
- DownArrow.Size = UDim2.new(0, 26, 0, 23)
- DownArrow.Font = Enum.Font.Cartoon
- DownArrow.Text = "Down"
- DownArrow.TextColor3 = Color3.new(0, 0, 0)
- DownArrow.TextSize = 12
- DownArrow.TextWrapped = true
- power = 500
- active = false
- local val = Instance.new("IntValue")
- val.Name = "Number"
- val.Parent = game.Players.LocalPlayer
- val.Value = 5
- Exit.MouseButton1Click:connect(function()
- FlingKill.Enabled = false
- end)
- StartKill.MouseButton1Click:connect(function()
- game:GetService('RunService').Stepped:connect(function()
- if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
- game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
- else
- if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
- game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
- game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
- end
- end
- end)
- wait(.1)
- local bambam = Instance.new("BodyThrust")
- bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- bambam.Force = Vector3.new(power,0,power)
- bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
- end)
- StopKill.MouseButton1Click:connect(function()
- active = false
- game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
- end)
- UPArrow.MouseButton1Click:connect(function()
- power = power + 100
- game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
- CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
- end)
- DownArrow.MouseButton1Click:connect(function()
- power = power - 100
- game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
- CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
- end)
- end)
- potatoHub.Name = "potato Hub"
- potatoHub.Parent = main
- potatoHub.BackgroundColor3 = Color3.new(0, 1, 1)
- potatoHub.Position = UDim2.new(0.562737644, 0, 0.641931772, 0)
- potatoHub.Size = UDim2.new(0, 109, 0, 50)
- potatoHub.Font = Enum.Font.GothamBold
- potatoHub.Text = "Potato Hub"
- potatoHub.TextColor3 = Color3.new(0, 0, 0)
- potatoHub.TextScaled = true
- potatoHub.TextSize = 14
- potatoHub.TextWrapped = true
- potatoHub.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://potato-hub.000webhostapp.com/PotatoHub_Auto-Update.lua'),true))()
- end)
- TowerDefense.Name = "Tower Defense"
- TowerDefense.Parent = main
- TowerDefense.BackgroundColor3 = Color3.new(0, 1, 1)
- TowerDefense.Position = UDim2.new(0.239543721, 0, 0.827225089, 0)
- TowerDefense.Size = UDim2.new(0, 136, 0, 50)
- TowerDefense.Font = Enum.Font.GothamBold
- TowerDefense.Text = "Tower Defense"
- TowerDefense.TextColor3 = Color3.new(0, 0, 0)
- TowerDefense.TextScaled = true
- TowerDefense.TextSize = 14
- TowerDefense.TextWrapped = true
- TowerDefense.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Mjryt8Mm"))()
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.new(1, 0, 0)
- close.Position = UDim2.new(0.863117814, 0, 0, 0)
- close.Size = UDim2.new(0, 36, 0, 35)
- close.Font = Enum.Font.GothamBold
- close.Text = "X"
- close.TextColor3 = Color3.new(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.new(1, 1, 1)
- openmain.Position = UDim2.new(0.0202108957, 0, 0.355083466, 0)
- openmain.Size = UDim2.new(0, 100, 0, 27)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.new(1, 0, 0)
- open.Size = UDim2.new(0, 100, 0, 27)
- open.Font = Enum.Font.GothamBold
- open.Text = "OPEN"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 14
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement