Advertisement
Guest User

My new script hub

a guest
Aug 21st, 2019
4,420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.34 KB | None | 0 0
  1. -- Made by Youtuber41236
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local Admin = Instance.new("TextButton")
  5. local title = Instance.new("TextLabel")
  6. local Prisonlife = Instance.new("TextButton")
  7. local JailbreakAutoFarm = Instance.new("TextButton")
  8. local BadBusiness = Instance.new("TextButton")
  9. local FeFling = Instance.new("TextButton")
  10. local potatoHub = Instance.new("TextButton")
  11. local TowerDefense = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. local openmain = Instance.new("Frame")
  14. local open = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. main.Name = "main"
  19. main.Parent = ScreenGui
  20. main.BackgroundColor3 = Color3.new(0, 0, 0)
  21. main.Position = UDim2.new(0.167838305, 0, 0.396054626, 0)
  22. main.Size = UDim2.new(0, 263, 0, 382)
  23. main.Visible = false
  24. main.Active = true
  25. main.Draggable = true
  26.  
  27. Admin.Name = "Admin"
  28. Admin.Parent = main
  29. Admin.BackgroundColor3 = Color3.new(0, 1, 1)
  30. Admin.Position = UDim2.new(0.0494296551, 0, 0.174877524, 0)
  31. Admin.Size = UDim2.new(0, 109, 0, 50)
  32. Admin.Font = Enum.Font.GothamSemibold
  33. Admin.Text = "Admin"
  34. Admin.TextColor3 = Color3.new(0, 0, 0)
  35. Admin.TextScaled = true
  36. Admin.TextSize = 14
  37. Admin.TextWrapped = true
  38. Admin.MouseButton1Down:connect(function()
  39. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  40. end)
  41.  
  42. title.Name = "title"
  43. title.Parent = main
  44. title.BackgroundColor3 = Color3.new(0, 1, 1)
  45. title.Size = UDim2.new(0, 263, 0, 35)
  46. title.Font = Enum.Font.GothamBold
  47. title.Text = "Youtuber41236 Script Hub"
  48. title.TextColor3 = Color3.new(0, 0, 0)
  49. title.TextSize = 14
  50.  
  51. Prisonlife.Name = "Prison life "
  52. Prisonlife.Parent = main
  53. Prisonlife.BackgroundColor3 = Color3.new(0, 1, 1)
  54. Prisonlife.Position = UDim2.new(0.562737644, 0, 0.177111715, 0)
  55. Prisonlife.Size = UDim2.new(0, 109, 0, 50)
  56. Prisonlife.Font = Enum.Font.GothamBold
  57. Prisonlife.Text = "Prison Life"
  58. Prisonlife.TextColor3 = Color3.new(0, 0, 0)
  59. Prisonlife.TextScaled = true
  60. Prisonlife.TextSize = 14
  61. Prisonlife.TextWrapped = true
  62. Prisonlife.MouseButton1Down:connect(function()
  63. loadstring(game:HttpGet("https://pastebin.com/raw/nu20tAZE",true))()
  64. end)
  65.  
  66. JailbreakAutoFarm.Name = "Jailbreak Auto Farm"
  67. JailbreakAutoFarm.Parent = main
  68. JailbreakAutoFarm.BackgroundColor3 = Color3.new(0, 1, 1)
  69. JailbreakAutoFarm.Position = UDim2.new(0.0494296588, 0, 0.41219309, 0)
  70. JailbreakAutoFarm.Size = UDim2.new(0, 109, 0, 50)
  71. JailbreakAutoFarm.Font = Enum.Font.GothamBold
  72. JailbreakAutoFarm.Text = "Jailbreak Auto Farm"
  73. JailbreakAutoFarm.TextColor3 = Color3.new(0, 0, 0)
  74. JailbreakAutoFarm.TextScaled = true
  75. JailbreakAutoFarm.TextSize = 14
  76. JailbreakAutoFarm.TextWrapped = true
  77. JailbreakAutoFarm.MouseButton1Down:connect(function()
  78. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  79.  
  80. end)
  81.  
  82. BadBusiness.Name = "Bad Business"
  83. BadBusiness.Parent = main
  84. BadBusiness.BackgroundColor3 = Color3.new(0, 1, 1)
  85. BadBusiness.Position = UDim2.new(0.562737644, 0, 0.41219309, 0)
  86. BadBusiness.Size = UDim2.new(0, 109, 0, 50)
  87. BadBusiness.Font = Enum.Font.GothamBold
  88. BadBusiness.Text = "Bad Business"
  89. BadBusiness.TextColor3 = Color3.new(0, 0, 0)
  90. BadBusiness.TextScaled = true
  91. BadBusiness.TextSize = 14
  92. BadBusiness.TextWrapped = true
  93. BadBusiness.MouseButton1Down:connect(function()
  94. -- Created by Peyton @ V3rmillion
  95. local LocalPlayer, Characters, ESPList, LocalCharacter = game:GetService('Players').LocalPlayer, workspace.Characters, {}
  96.  
  97. local Leaderboard = LocalPlayer.PlayerGui.LeaderboardGui.Leaderboard
  98. local function GetTeam(Player)
  99. local Name = Player.Name
  100. for i,v in next, Leaderboard.Teams:GetDescendants() do
  101. if v.Name == 'NameLabel' and v.Text == Name then
  102. return v.Parent.Parent.Parent
  103. end
  104. end
  105. end
  106.  
  107. local Camera, Div = workspace.CurrentCamera, Vector2.new(2,2)
  108. local function GetNearestToCenter()
  109. local Center = Camera.ViewportSize / Div
  110. local Character, CharacterDistance, ScreenPosition = nil, 0, nil
  111. -- Created by Peyton @ V3rmillion
  112. for i,v in next, Characters:GetChildren() do
  113. 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
  114. local Position, OnScreen = Camera:WorldToViewportPoint(v.Hitbox.Head.Position)
  115. if OnScreen then
  116. local Vec2 = Vector2.new(Position.X, Position.Y)
  117. local Distance = (Vec2 - Center).magnitude
  118. if not Character or CharacterDistance > Distance then
  119. Character, CharacterDistance, ScreenPosition = v, Distance, Vec2
  120. end
  121. end
  122. end
  123. end
  124. return ScreenPosition and Center and (ScreenPosition - Center) or nil
  125. end
  126.  
  127. local function NewCircle()
  128. local Circle = Drawing.new('Circle')
  129. Circle.Color = Color3.new(255, 0, 0)
  130. Circle.Filled = true
  131. Circle.Transparency = 0.5
  132. Circle.Visible = true
  133. return Circle
  134. end
  135. -- Created by Peyton @ V3rmillion
  136. local function Add(Character)
  137. if Character == workspace.Characters:FindFirstChild(LocalPlayer.Name) then
  138. LocalCharacter = Character
  139. elseif GetTeam(Character) ~= GetTeam(LocalPlayer) then
  140. ESPList[Character] = NewCircle()
  141. end
  142. end
  143.  
  144. local function Remove(Character)
  145. if ESPList[Character] then
  146. ESPList[Character]:Remove()
  147. ESPList[Character] = nil
  148. end
  149. end
  150.  
  151. local UserInputService, AimEnable = game:GetService('UserInputService'), false
  152. local function Update()
  153. for Character,v in next, ESPList do
  154. if Character and Character.Parent ~= Characters then
  155. Remove(Characters)
  156. elseif Character:FindFirstChild('Hitbox') and Character.Hitbox:FindFirstChild('Head') then
  157. local Position, OnScreen = workspace.CurrentCamera:WorldToViewportPoint(Character.Hitbox.Head.Position)
  158. v.Position = Vector2.new(Position.X, Position.Y)
  159. v.Radius = 700 / Position.Z
  160. v.Visible = OnScreen
  161. end
  162. end
  163.  
  164. if AimEnable and UserInputService.MouseBehavior ~= Enum.MouseBehavior.Default and Characters:FindFirstChild(LocalPlayer.Name) and Characters[LocalPlayer.Name].Health.Value ~= 0 then
  165. local ToMove = GetNearestToCenter()
  166. if ToMove then mousemoverel(ToMove.X, ToMove.Y) end
  167. else
  168. AimEnable = false
  169. end
  170. end
  171. -- Created by Peyton @ V3rmillion
  172. for i,v in next, Characters:GetChildren() do Add(v) end
  173. Characters.ChildAdded:Connect(Add)
  174. Characters.ChildRemoved:Connect(Remove)
  175. game:GetService('RunService').RenderStepped:Connect(Update)
  176. UserInputService.InputBegan:Connect(function(input, gameProcessed) if input.UserInputType == Enum.UserInputType.MouseButton2 then AimEnable = true end end)
  177. UserInputService.InputEnded:Connect(function(input, gameProcessed) if input.UserInputType == Enum.UserInputType.MouseButton2 then AimEnable = false end end)
  178.  
  179. print("Loaded Good Business by Peyton @ V3rmillion")
  180. end)
  181.  
  182. FeFling.Name = "Fe Fling "
  183. FeFling.Parent = main
  184. FeFling.BackgroundColor3 = Color3.new(0, 1, 1)
  185. FeFling.Position = UDim2.new(0.0494296588, 0, 0.641931832, 0)
  186. FeFling.Size = UDim2.new(0, 109, 0, 50)
  187. FeFling.Font = Enum.Font.GothamBold
  188. FeFling.Text = "Fe Fling"
  189. FeFling.TextColor3 = Color3.new(0, 0, 0)
  190. FeFling.TextScaled = true
  191. FeFling.TextSize = 14
  192. FeFling.TextWrapped = true
  193. FeFling.MouseButton1Down:connect(function()
  194. -- Made By Youtuber41236
  195. local FlingKill = Instance.new("ScreenGui")
  196. local Main = Instance.new("Frame")
  197. local Label = Instance.new("Frame")
  198. local Shadow = Instance.new("Frame")
  199. local StartKill = Instance.new("TextButton")
  200. local StopKill = Instance.new("TextButton")
  201. local Instructions = Instance.new("TextLabel")
  202. local CurrentPower = Instance.new("TextLabel")
  203. local Recomendation = Instance.new("TextLabel")
  204. local NameOfGui = Instance.new("TextLabel")
  205. local Exit = Instance.new("TextButton")
  206. local UPArrow = Instance.new("TextButton")
  207. local DownArrow = Instance.new("TextButton")
  208.  
  209. -- Properties
  210.  
  211. FlingKill.Name = "Fling/Kill"
  212. FlingKill.Parent = game.CoreGui
  213.  
  214. Main.Name = "Main"
  215. Main.Parent = FlingKill
  216. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  217. Main.BorderSizePixel = 0
  218. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  219. Main.Size = UDim2.new(0, 217, 0, 233)
  220. Main.Selectable = true
  221. Main.Active = true
  222. Main.Draggable = true
  223.  
  224. Label.Name = "Label"
  225. Label.Parent = Main
  226. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  227. Label.BorderSizePixel = 0
  228. Label.Size = UDim2.new(0, 217, 0, 27)
  229.  
  230. Shadow.Name = "Shadow"
  231. Shadow.Parent = Main
  232. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  233. Shadow.BorderSizePixel = 0
  234. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  235. Shadow.Size = UDim2.new(0, 217, 0, 9)
  236.  
  237. StartKill.Name = "StartKill"
  238. StartKill.Parent = Main
  239. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  240. StartKill.BorderSizePixel = 0
  241. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  242. StartKill.Size = UDim2.new(0, 126, 0, 23)
  243. StartKill.Font = Enum.Font.Cartoon
  244. StartKill.Text = "FE Kill/Fling"
  245. StartKill.TextColor3 = Color3.new(0, 0, 0)
  246. StartKill.TextSize = 14
  247.  
  248. StopKill.Name = "StopKill"
  249. StopKill.Parent = Main
  250. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  251. StopKill.BorderSizePixel = 0
  252. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  253. StopKill.Size = UDim2.new(0, 124, 0, 23)
  254. StopKill.Font = Enum.Font.Cartoon
  255. StopKill.Text = "Stop FE Kill/Fling"
  256. StopKill.TextColor3 = Color3.new(0, 0, 0)
  257. StopKill.TextSize = 14
  258.  
  259. Instructions.Name = "Instructions"
  260. Instructions.Parent = Main
  261. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  262. Instructions.BackgroundTransparency = 1
  263. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  264. Instructions.Size = UDim2.new(0, 200, 0, 32)
  265. Instructions.Font = Enum.Font.Cartoon
  266. Instructions.Text = "Just touch someone to watch the fly to their death!"
  267. Instructions.TextColor3 = Color3.new(0, 0, 0)
  268. Instructions.TextSize = 14
  269. Instructions.TextWrapped = true
  270.  
  271. CurrentPower.Name = "CurrentPower"
  272. CurrentPower.Parent = Main
  273. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  274. CurrentPower.BackgroundTransparency = 1
  275. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  276. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  277. CurrentPower.Font = Enum.Font.Cartoon
  278. CurrentPower.Text = "Current Power = 5"
  279. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  280. CurrentPower.TextSize = 14
  281.  
  282. Recomendation.Name = "Recomendation"
  283. Recomendation.Parent = Main
  284. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  285. Recomendation.BackgroundTransparency = 1
  286. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  287. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  288. Recomendation.Font = Enum.Font.Cartoon
  289. Recomendation.Text = "Recommended Power is 5"
  290. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  291. Recomendation.TextSize = 14
  292.  
  293. NameOfGui.Name = "NameOfGui"
  294. NameOfGui.Parent = Main
  295. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  296. NameOfGui.BackgroundTransparency = 1
  297. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  298. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  299. NameOfGui.Font = Enum.Font.Cartoon
  300. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  301. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  302. NameOfGui.TextSize = 14
  303.  
  304. Exit.Name = "Exit"
  305. Exit.Parent = Main
  306. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  307. Exit.BackgroundTransparency = 1
  308. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  309. Exit.Size = UDim2.new(0, 20, 0, 27)
  310. Exit.Font = Enum.Font.Cartoon
  311. Exit.Text = "X"
  312. Exit.TextColor3 = Color3.new(0, 0, 0)
  313. Exit.TextSize = 14
  314.  
  315. UPArrow.Name = "UPArrow"
  316. UPArrow.Parent = Main
  317. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  318. UPArrow.BackgroundTransparency = 1
  319. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  320. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  321. UPArrow.Font = Enum.Font.Cartoon
  322. UPArrow.Text = "Up"
  323. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  324. UPArrow.TextSize = 12
  325. UPArrow.TextWrapped = true
  326.  
  327. DownArrow.Name = "DownArrow"
  328. DownArrow.Parent = Main
  329. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  330. DownArrow.BackgroundTransparency = 1
  331. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  332. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  333. DownArrow.Font = Enum.Font.Cartoon
  334. DownArrow.Text = "Down"
  335. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  336. DownArrow.TextSize = 12
  337. DownArrow.TextWrapped = true
  338.  
  339. power = 500
  340. active = false
  341. local val = Instance.new("IntValue")
  342. val.Name = "Number"
  343. val.Parent = game.Players.LocalPlayer
  344. val.Value = 5
  345.  
  346. Exit.MouseButton1Click:connect(function()
  347. FlingKill.Enabled = false
  348. end)
  349.  
  350. StartKill.MouseButton1Click:connect(function()
  351. game:GetService('RunService').Stepped:connect(function()
  352. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  353. game.Players.LocalPlayer.Character.Head.CanCollide = false
  354. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  355. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  356. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  357. else
  358. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  359. game.Players.LocalPlayer.Character.Head.CanCollide = false
  360. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  361. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  362. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  363. end
  364. end
  365. end)
  366. wait(.1)
  367. local bambam = Instance.new("BodyThrust")
  368. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  369. bambam.Force = Vector3.new(power,0,power)
  370. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  371. end)
  372.  
  373. StopKill.MouseButton1Click:connect(function()
  374. active = false
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  376. end)
  377.  
  378. UPArrow.MouseButton1Click:connect(function()
  379. power = power + 100
  380. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  381. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  382. end)
  383.  
  384. DownArrow.MouseButton1Click:connect(function()
  385. power = power - 100
  386. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  387. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  388. end)
  389. end)
  390.  
  391. potatoHub.Name = "potato Hub"
  392. potatoHub.Parent = main
  393. potatoHub.BackgroundColor3 = Color3.new(0, 1, 1)
  394. potatoHub.Position = UDim2.new(0.562737644, 0, 0.641931772, 0)
  395. potatoHub.Size = UDim2.new(0, 109, 0, 50)
  396. potatoHub.Font = Enum.Font.GothamBold
  397. potatoHub.Text = "Potato Hub"
  398. potatoHub.TextColor3 = Color3.new(0, 0, 0)
  399. potatoHub.TextScaled = true
  400. potatoHub.TextSize = 14
  401. potatoHub.TextWrapped = true
  402. potatoHub.MouseButton1Down:connect(function()
  403. loadstring(game:HttpGet(('https://potato-hub.000webhostapp.com/PotatoHub_Auto-Update.lua'),true))()
  404. end)
  405.  
  406. TowerDefense.Name = "Tower Defense"
  407. TowerDefense.Parent = main
  408. TowerDefense.BackgroundColor3 = Color3.new(0, 1, 1)
  409. TowerDefense.Position = UDim2.new(0.239543721, 0, 0.827225089, 0)
  410. TowerDefense.Size = UDim2.new(0, 136, 0, 50)
  411. TowerDefense.Font = Enum.Font.GothamBold
  412. TowerDefense.Text = "Tower Defense"
  413. TowerDefense.TextColor3 = Color3.new(0, 0, 0)
  414. TowerDefense.TextScaled = true
  415. TowerDefense.TextSize = 14
  416. TowerDefense.TextWrapped = true
  417. TowerDefense.MouseButton1Down:connect(function()
  418. loadstring(game:HttpGet("https://pastebin.com/raw/Mjryt8Mm"))()
  419. end)
  420.  
  421. close.Name = "close"
  422. close.Parent = main
  423. close.BackgroundColor3 = Color3.new(1, 0, 0)
  424. close.Position = UDim2.new(0.863117814, 0, 0, 0)
  425. close.Size = UDim2.new(0, 36, 0, 35)
  426. close.Font = Enum.Font.GothamBold
  427. close.Text = "X"
  428. close.TextColor3 = Color3.new(0, 0, 0)
  429. close.TextScaled = true
  430. close.TextSize = 14
  431. close.TextWrapped = true
  432. close.MouseButton1Down:connect(function()
  433. main.Visible = false
  434. openmain.Visible = true
  435. end)
  436.  
  437. openmain.Name = "openmain"
  438. openmain.Parent = ScreenGui
  439. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  440. openmain.Position = UDim2.new(0.0202108957, 0, 0.355083466, 0)
  441. openmain.Size = UDim2.new(0, 100, 0, 27)
  442. openmain.Active = true
  443. openmain.Draggable = true
  444.  
  445. open.Name = "open"
  446. open.Parent = openmain
  447. open.BackgroundColor3 = Color3.new(1, 0, 0)
  448. open.Size = UDim2.new(0, 100, 0, 27)
  449. open.Font = Enum.Font.GothamBold
  450. open.Text = "OPEN"
  451. open.TextColor3 = Color3.new(0, 0, 0)
  452. open.TextSize = 14
  453. open.MouseButton1Down:connect(function()
  454. openmain.Visible = false
  455. main.Visible = true
  456. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement