Advertisement
ZacBozer

yes epic

Apr 10th, 2020
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.92 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local ImageLabel = Instance.new("ImageLabel")
  4.  
  5. --Properties:
  6.  
  7. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  8. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9. ScreenGui.Name = "stop skidding"
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  13. Frame.BackgroundTransparency = 1.000
  14. Frame.BorderSizePixel = 0
  15. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  16. Frame.Size = UDim2.new(0, 256, 0, 256)
  17.  
  18. ImageLabel.Parent = Frame
  19. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  20. ImageLabel.BackgroundTransparency = 1.000
  21. ImageLabel.Size = UDim2.new(0, 256, 0, 256)
  22. ImageLabel.Image = "rbxassetid://4867025044"
  23. ImageLabel.Position = UDim2.new(0, -128, 0, -128)
  24. ImageLabel.ImageTransparency = 0
  25. wait(3)
  26.  
  27. while true do
  28.     ImageLabel.ImageTransparency = (ImageLabel.ImageTransparency) + 0.025
  29.     if ImageLabel.ImageTransparency == 1 then
  30.         ScreenGui:Destroy()
  31.         break
  32.     end
  33. wait(0.05)
  34. end
  35.  
  36. print("Zoomy Hub 1.30 made by ZacBozer on GitHub")
  37.  
  38. local AccessUI = Instance.new("ScreenGui")
  39. local yes = Instance.new("Frame")
  40. local Frameeya = Instance.new("Frame")
  41. local Frameya = Instance.new("Frame")
  42. local TextLabel = Instance.new("TextLabel")
  43. local exitopen = Instance.new("TextButton")
  44. local Playerbox = Instance.new("TextBox")
  45. local JumpPower = Instance.new("TextBox")
  46. local WalkSpeed = Instance.new("TextBox")
  47. local Apply = Instance.new("TextButton")
  48. local ScrollingFrame = Instance.new("ScrollingFrame")
  49. local FEHAX = Instance.new("TextButton")
  50. local BestGUI = Instance.new("TextButton")
  51. local infiniteyield = Instance.new("TextButton")
  52. local jojoscript = Instance.new("TextButton")
  53. local aimbot = Instance.new("TextButton")
  54. local FathomHub = Instance.new("TextButton")
  55. local FEanimations = Instance.new("TextButton")
  56.  
  57. --Properties:
  58.  
  59. AccessUI.Name = "Stop Skidding Please"
  60. AccessUI.Parent = game.Players.LocalPlayer.PlayerGui
  61. AccessUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  62. AccessUI.ResetOnSpawn = false
  63.  
  64. yes.Name = "yes"
  65. yes.Parent = AccessUI
  66. yes.Active = true
  67. yes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. yes.BorderColor3 = Color3.fromRGB(54, 54, 54)
  69. yes.BorderSizePixel = 4
  70. yes.Position = UDim2.new(0.5, -97, 0.5, -207.5)
  71. yes.Selectable = true
  72. yes.Size = UDim2.new(0, 194, 0, 215)
  73. local UserInputService = game:GetService("UserInputService")
  74.  
  75. local gui = yes
  76.  
  77. local dragging
  78. local dragInput
  79. local dragStart
  80. local startPos
  81.  
  82. local function update(input)
  83.     local delta = input.Position - dragStart
  84.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  85. end
  86.  
  87. gui.InputBegan:Connect(function(input)
  88.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  89.         dragging = true
  90.         dragStart = input.Position
  91.         startPos = gui.Position
  92.        
  93.         input.Changed:Connect(function()
  94.             if input.UserInputState == Enum.UserInputState.End then
  95.                 dragging = false
  96.             end
  97.         end)
  98.     end
  99. end)
  100.  
  101. gui.InputChanged:Connect(function(input)
  102.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  103.         dragInput = input
  104.     end
  105. end)
  106.  
  107. UserInputService.InputChanged:Connect(function(input)
  108.     if input == dragInput and dragging then
  109.         update(input)
  110.     end
  111. end)
  112.  
  113. Frameeya.Name = "Frameeya"
  114. Frameeya.Parent = yes
  115. Frameeya.Active = true
  116. Frameeya.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  117. Frameeya.BorderColor3 = Color3.fromRGB(54, 54, 54)
  118. Frameeya.Position = UDim2.new(-0.00416015647, 0, 0, 0)
  119. Frameeya.Size = UDim2.new(0, 194, 0, 22)
  120.  
  121. Frameya.Name = "Frameya"
  122. Frameya.Parent = yes
  123. Frameya.Active = true
  124. Frameya.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  125. Frameya.BorderColor3 = Color3.fromRGB(54, 54, 54)
  126. Frameya.Size = UDim2.new(0, 194, 0, 22)
  127.  
  128. TextLabel.Parent = Frameya
  129. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. TextLabel.BackgroundTransparency = 1.000
  131. TextLabel.Size = UDim2.new(0, 194, 0, 22)
  132. TextLabel.Font = Enum.Font.SourceSans
  133. TextLabel.Text = "Zoomy GUI by ZacBozer"
  134. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. TextLabel.TextSize = 20.000
  136. TextLabel.Position = UDim2.new(0, -12, 0, -2)
  137.  
  138. Playerbox.Name = "Playerbox"
  139. Playerbox.Parent = yes
  140. Playerbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. Playerbox.BorderColor3 = Color3.fromRGB(54, 54, 54)
  142. Playerbox.BorderSizePixel = 4
  143. Playerbox.Position = UDim2.new(0, 0, 1, 0)
  144. Playerbox.Size = UDim2.new(0, 194, 0, 50)
  145. Playerbox.ClearTextOnFocus = false
  146. Playerbox.Font = Enum.Font.SourceSans
  147. Playerbox.PlaceholderColor3 = Color3.fromRGB(252, 0, 13)
  148. Playerbox.PlaceholderText = "Type your username here before pressing ('Apply')"
  149. Playerbox.Text = ""
  150. Playerbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. Playerbox.TextScaled = true
  152. Playerbox.TextSize = 14.000
  153. Playerbox.TextWrapped = true
  154.  
  155. JumpPower.Name = "JumpPower"
  156. JumpPower.Parent = yes
  157. JumpPower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. JumpPower.BorderColor3 = Color3.fromRGB(54, 54, 54)
  159. JumpPower.BorderSizePixel = 4
  160. JumpPower.Position = UDim2.new(0, 0, 1.255, 0)
  161. JumpPower.Size = UDim2.new(0, 92, 0, 50)
  162. JumpPower.ClearTextOnFocus = false
  163. JumpPower.Font = Enum.Font.SourceSans
  164. JumpPower.PlaceholderColor3 = Color3.fromRGB(122, 122, 122)
  165. JumpPower.PlaceholderText = "JumpPower"
  166. JumpPower.Text = ""
  167. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. JumpPower.TextScaled = true
  169. JumpPower.TextSize = 14.000
  170. JumpPower.TextWrapped = true
  171.  
  172. WalkSpeed.Name = "WalkSpeed"
  173. WalkSpeed.Parent = yes
  174. WalkSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. WalkSpeed.BorderColor3 = Color3.fromRGB(54, 54, 54)
  176. WalkSpeed.BorderSizePixel = 4
  177. WalkSpeed.Position = UDim2.new(0.525, 0, 1.255, 0)
  178. WalkSpeed.Size = UDim2.new(0, 92, 0, 50)
  179. WalkSpeed.ClearTextOnFocus = false
  180. WalkSpeed.Font = Enum.Font.SourceSans
  181. WalkSpeed.PlaceholderColor3 = Color3.fromRGB(122, 122, 122)
  182. WalkSpeed.PlaceholderText = "Walkspeed"
  183. WalkSpeed.Text = ""
  184. WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. WalkSpeed.TextScaled = true
  186. WalkSpeed.TextSize = 14.000
  187. WalkSpeed.TextWrapped = true
  188.  
  189. Apply.Name = "Apply"
  190. Apply.Parent = yes
  191. Apply.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  192. Apply.BorderColor3 = Color3.fromRGB(54, 54, 54)
  193. Apply.BorderSizePixel = 4
  194. Apply.Position = UDim2.new(0, 0, 1.51999998, 0)
  195. Apply.Size = UDim2.new(0, 194, 0, 50)
  196. Apply.Font = Enum.Font.SourceSans
  197. Apply.Text = "Apply"
  198. Apply.TextColor3 = Color3.fromRGB(0, 0, 0)
  199. Apply.TextScaled = true
  200. Apply.TextSize = 14.000
  201. Apply.TextWrapped = true
  202. Apply.MouseButton1Click:Connect(function()
  203.         local player = Playerbox.Text
  204.         local jumppower = JumpPower.Text
  205.         local walkspeed = WalkSpeed.Text
  206.         game.Workspace[player].Humanoid.WalkSpeed = (walkspeed)
  207.         game.Workspace[player].Humanoid.JumpPower = (jumppower)
  208. end)
  209.  
  210. ----------------------------------------------------
  211.  
  212. local BIG = Instance.new("ScreenGui")
  213. local Frame = Instance.new("ImageLabel")
  214. local TextButton = Instance.new("TextButton")
  215.  
  216. BIG.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  217. BIG.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  218. BIG.Enabled = false
  219. BIG.ResetOnSpawn = false
  220.  
  221. Frame.Name = "Frame"
  222. Frame.Parent = BIG
  223. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  224. Frame.BackgroundTransparency = 1.000
  225. Frame.Position = UDim2.new(0, 0, 0.885, -50)
  226. Frame.Size = UDim2.new(0, 100, 0, 50)
  227. Frame.Image = "rbxassetid://3570695787"
  228. Frame.ImageColor3 = Color3.fromRGB(54, 54, 54)
  229. Frame.ScaleType = Enum.ScaleType.Slice
  230. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  231. Frame.SliceScale = 0.150
  232.  
  233. TextButton.Parent = Frame
  234. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. TextButton.BackgroundTransparency = 1.000
  236. TextButton.BorderSizePixel = 0
  237. TextButton.Selectable = false
  238. TextButton.Size = UDim2.new(0, 100, 0, 50)
  239. TextButton.Font = Enum.Font.SourceSans
  240. TextButton.Text = "Open"
  241. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  242. TextButton.TextScaled = true
  243. TextButton.TextSize = 14.000
  244. TextButton.TextWrapped = true
  245. TextButton.MouseButton1Click:Connect(function()
  246.     AccessUI.Enabled = true
  247.     BIG.Enabled = false
  248. end)
  249.  
  250. ----------------------------------------------------
  251.  
  252. exitopen.Name = "exitopen"
  253. exitopen.Parent = yes
  254. exitopen.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  255. exitopen.BorderSizePixel = 0
  256. exitopen.LayoutOrder = 11
  257. exitopen.Position = UDim2.new(0.879999995, 0, 0.0299999993, 0)
  258. exitopen.Size = UDim2.new(0, 19, 0, 6)
  259. exitopen.Font = Enum.Font.SourceSans
  260. exitopen.TextColor3 = Color3.fromRGB(0, 0, 0)
  261. exitopen.TextSize = 14.000
  262. exitopen.TextTransparency = 1.000
  263. exitopen.TextWrapped = true
  264. exitopen.MouseButton1Click:Connect(function()
  265. AccessUI.Enabled = false
  266. BIG.Enabled = true
  267. end)
  268.  
  269. ScrollingFrame.Parent = yes
  270. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  271. ScrollingFrame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  272. ScrollingFrame.Position = UDim2.new(0, 0, 0, 20)
  273. ScrollingFrame.Size = UDim2.new(0, 194, 0, 190)
  274. ScrollingFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  275. ScrollingFrame.ScrollBarThickness = 5
  276. ScrollingFrame.ScrollBarImageTransparency = 0
  277. ScrollingFrame.BorderSizePixel = 0
  278. ScrollingFrame.ScrollBarImageColor3 = Color3.fromRGB(0, 0, 0)
  279.  
  280. FEHAX.Name = "FE HAX GUI"
  281. FEHAX.Parent = ScrollingFrame
  282. FEHAX.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. FEHAX.BorderSizePixel = 0
  284. FEHAX.Size = UDim2.new(0, 188, 0, 53)
  285. FEHAX.Font = Enum.Font.SourceSans
  286. FEHAX.Text = "FE HAX GUI"
  287. FEHAX.TextColor3 = Color3.fromRGB(0, 0, 0)
  288. FEHAX.TextScaled = true
  289. FEHAX.TextWrapped = true
  290. FEHAX.MouseButton1Click:Connect(function()
  291.     loadstring(game:HttpGet('https://pastebin.com/raw/aUTcyhXL'))()
  292. end)
  293.  
  294. BestGUI.Name = "BestGUI"
  295. BestGUI.Parent = ScrollingFrame
  296. BestGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  297. BestGUI.BorderSizePixel = 0
  298. BestGUI.Position = UDim2.new(0, 0, 0, 50)
  299. BestGUI.Size = UDim2.new(0, 188, 0, 53)
  300. BestGUI.Font = Enum.Font.SourceSans
  301. BestGUI.Text = "GabX"
  302. BestGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  303. BestGUI.TextScaled = true
  304. BestGUI.TextWrapped = true
  305. BestGUI.MouseButton1Click:Connect(function()
  306.     loadstring(game:HttpGet('https://pastebin.com/raw/fmbL2Lfb'))()
  307. end)
  308. infiniteyield.Name = "infinite yield"
  309. infiniteyield.Parent = ScrollingFrame
  310. infiniteyield.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  311. infiniteyield.BorderSizePixel = 0
  312. infiniteyield.Position = UDim2.new(0, 0, 0, 100)
  313. infiniteyield.Size = UDim2.new(0, 188, 0, 53)
  314. infiniteyield.Font = Enum.Font.SourceSans
  315. infiniteyield.Text = "Infinite Yield FE"
  316. infiniteyield.TextColor3 = Color3.fromRGB(0, 0, 0)
  317. infiniteyield.TextScaled = true
  318. infiniteyield.TextWrapped = true
  319. infiniteyield.MouseButton1Click:Connect(function()
  320.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  321. end)
  322.  
  323. jojoscript.Name = "Jojo Script"
  324. jojoscript.Parent = ScrollingFrame
  325. jojoscript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  326. jojoscript.BorderSizePixel = 0
  327. jojoscript.Position = UDim2.new(0, 0, 0, 150)
  328. jojoscript.Size = UDim2.new(0, 188, 0, 53)
  329. jojoscript.Font = Enum.Font.SourceSans
  330. jojoscript.Text = "Jojo Script"
  331. jojoscript.TextColor3 = Color3.fromRGB(0, 0, 0)
  332. jojoscript.TextScaled = true
  333. jojoscript.TextWrapped = true
  334. jojoscript.MouseButton1Click:Connect(function()
  335.     loadstring(game:HttpGet('https://pastebin.com/raw/HiidKSLH'))()
  336. end)
  337.  
  338. aimbot.Name = "AimBot"
  339. aimbot.Parent = ScrollingFrame
  340. aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  341. aimbot.BorderSizePixel = 0
  342. aimbot.Position = UDim2.new(0, 0, 0, 200)
  343. aimbot.Size = UDim2.new(0, 188, 0, 53)
  344. aimbot.Font = Enum.Font.SourceSans
  345. aimbot.Text = "AimBot"
  346. aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  347. aimbot.TextScaled = true
  348. aimbot.TextWrapped = true
  349. aimbot.MouseButton1Click:Connect(function()
  350.     loadstring(game:HttpGet("https://pastebin.com/raw/2Q5ZcMJZ",true))()
  351. end)
  352.  
  353. FathomHub.Name = "Fathom Hub"
  354. FathomHub.Parent = ScrollingFrame
  355. FathomHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  356. FathomHub.BorderSizePixel = 0
  357. FathomHub.Position = UDim2.new(0, 0, 0, 250)
  358. FathomHub.Size = UDim2.new(0, 188, 0, 53)
  359. FathomHub.Font = Enum.Font.SourceSans
  360. FathomHub.Text = "Fathom Hub"
  361. FathomHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  362. FathomHub.TextScaled = true
  363. FathomHub.TextWrapped = true
  364. FathomHub.MouseButton1Click:Connect(function()
  365.     loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  366. end)
  367.  
  368. FEanimations.Name = "FE Animations"
  369. FEanimations.Parent = ScrollingFrame
  370. FEanimations.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  371. FEanimations.BorderSizePixel = 0
  372. FEanimations.Position = UDim2.new(0, 0, 0, 300)
  373. FEanimations.Size = UDim2.new(0, 188, 0, 53)
  374. FEanimations.Font = Enum.Font.SourceSans
  375. FEanimations.Text = "FE Animations"
  376. FEanimations.TextColor3 = Color3.fromRGB(0, 0, 0)
  377. FEanimations.TextScaled = true
  378. FEanimations.TextWrapped = true
  379. FEanimations.MouseButton1Click:Connect(function()
  380.     loadstring(game:HttpGet(('https://pastebin.com/raw/kz1Et0kG'),true))()
  381. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement