TX_YT1234

Neptune Hub

Mar 7th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.49 KB | None | 0 0
  1. -- Neptune Hub - TheXploiter
  2.  
  3. local NeptuneScriptHub = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local bar = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local admins = Instance.new("TextLabel")
  9. local infyield = Instance.new("TextButton")
  10. local cmdx = Instance.new("TextButton")
  11. local revizadmin = Instance.new("TextButton")
  12. local owlhub = Instance.new("TextButton")
  13. local invisfling = Instance.new("TextButton")
  14. local emotegui = Instance.new("TextButton")
  15. local bestscripts = Instance.new("TextLabel")
  16. local feyeetgui = Instance.new("TextButton")
  17. local cocohub = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. NeptuneScriptHub.Name = "NeptuneScriptHub"
  22. NeptuneScriptHub.Parent = game.CoreGui
  23. NeptuneScriptHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Frame.Parent = NeptuneScriptHub
  26. Frame.Active = true
  27. Frame.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  28. Frame.BorderColor3 = Color3.fromRGB(52, 52, 52)
  29. Frame.Position = UDim2.new(0.378787875, 0, 0.320210397, 0)
  30. Frame.Size = UDim2.new(0, 400, 0, 291)
  31. Frame.Draggable = true
  32.  
  33. bar.Name = "bar"
  34. bar.Parent = Frame
  35. bar.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  36. bar.BorderColor3 = Color3.fromRGB(132, 0, 198)
  37. bar.Size = UDim2.new(0, 400, 0, 31)
  38.  
  39. title.Name = "title"
  40. title.Parent = bar
  41. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. title.BackgroundTransparency = 1.000
  43. title.Size = UDim2.new(0, 119, 0, 31)
  44. title.Font = Enum.Font.SourceSans
  45. title.Text = "Neptune"
  46. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. title.TextScaled = true
  48. title.TextSize = 14.000
  49. title.TextWrapped = true
  50. title.TextXAlignment = Enum.TextXAlignment.Left
  51.  
  52. ScrollingFrame.Parent = Frame
  53. ScrollingFrame.Active = true
  54. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  55. ScrollingFrame.BorderColor3 = Color3.fromRGB(52, 52, 52)
  56. ScrollingFrame.Position = UDim2.new(0, 0, 0.106529191, 0)
  57. ScrollingFrame.Size = UDim2.new(0, 400, 0, 260)
  58.  
  59. admins.Name = "admins"
  60. admins.Parent = ScrollingFrame
  61. admins.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  62. admins.BorderColor3 = Color3.fromRGB(42, 42, 42)
  63. admins.Size = UDim2.new(0, 400, 0, 32)
  64. admins.Font = Enum.Font.SourceSans
  65. admins.Text = "Admins"
  66. admins.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. admins.TextScaled = true
  68. admins.TextSize = 14.000
  69. admins.TextWrapped = true
  70.  
  71. infyield.Name = "infyield"
  72. infyield.Parent = ScrollingFrame
  73. infyield.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  74. infyield.BorderColor3 = Color3.fromRGB(132, 0, 198)
  75. infyield.Position = UDim2.new(0.0899999961, 0, 0.0786613226, 0)
  76. infyield.Size = UDim2.new(0, 328, 0, 32)
  77. infyield.Font = Enum.Font.SourceSans
  78. infyield.Text = "Infinite Yield Admin"
  79. infyield.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. infyield.TextScaled = true
  81. infyield.TextSize = 14.000
  82. infyield.TextWrapped = true
  83.  
  84. cmdx.Name = "cmdx"
  85. cmdx.Parent = ScrollingFrame
  86. cmdx.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  87. cmdx.BorderColor3 = Color3.fromRGB(132, 0, 198)
  88. cmdx.Position = UDim2.new(0.0899999961, 0, 0.168008402, 0)
  89. cmdx.Size = UDim2.new(0, 328, 0, 32)
  90. cmdx.Font = Enum.Font.SourceSans
  91. cmdx.Text = "CMD-X"
  92. cmdx.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. cmdx.TextScaled = true
  94. cmdx.TextSize = 14.000
  95. cmdx.TextWrapped = true
  96.  
  97. revizadmin.Name = "revizadmin"
  98. revizadmin.Parent = ScrollingFrame
  99. revizadmin.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  100. revizadmin.BorderColor3 = Color3.fromRGB(132, 0, 198)
  101. revizadmin.Position = UDim2.new(0.0899999961, 0, 0.257355481, 0)
  102. revizadmin.Size = UDim2.new(0, 328, 0, 32)
  103. revizadmin.Font = Enum.Font.SourceSans
  104. revizadmin.Text = "Reviz Admin v2"
  105. revizadmin.TextColor3 = Color3.fromRGB(0, 0, 0)
  106. revizadmin.TextScaled = true
  107. revizadmin.TextSize = 14.000
  108. revizadmin.TextWrapped = true
  109.  
  110. owlhub.Name = "owl hub"
  111. owlhub.Parent = ScrollingFrame
  112. owlhub.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  113. owlhub.BorderColor3 = Color3.fromRGB(132, 0, 198)
  114. owlhub.Position = UDim2.new(0.0899999961, 0, 0.437767863, 0)
  115. owlhub.Size = UDim2.new(0, 328, 0, 32)
  116. owlhub.Font = Enum.Font.SourceSans
  117. owlhub.Text = "Owl Hub"
  118. owlhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. owlhub.TextScaled = true
  120. owlhub.TextSize = 14.000
  121. owlhub.TextWrapped = true
  122.  
  123. invisfling.Name = "invisfling"
  124. invisfling.Parent = ScrollingFrame
  125. invisfling.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  126. invisfling.BorderColor3 = Color3.fromRGB(132, 0, 198)
  127. invisfling.Position = UDim2.new(0.0899999961, 0, 0.527114928, 0)
  128. invisfling.Size = UDim2.new(0, 328, 0, 32)
  129. invisfling.Font = Enum.Font.SourceSans
  130. invisfling.Text = "Invisible Fling"
  131. invisfling.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. invisfling.TextScaled = true
  133. invisfling.TextSize = 14.000
  134. invisfling.TextWrapped = true
  135.  
  136. emotegui.Name = "emote gui"
  137. emotegui.Parent = ScrollingFrame
  138. emotegui.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  139. emotegui.BorderColor3 = Color3.fromRGB(132, 0, 198)
  140. emotegui.Position = UDim2.new(0.0899999961, 0, 0.616461992, 0)
  141. emotegui.Size = UDim2.new(0, 328, 0, 32)
  142. emotegui.Font = Enum.Font.SourceSans
  143. emotegui.Text = "Emote GUI"
  144. emotegui.TextColor3 = Color3.fromRGB(0, 0, 0)
  145. emotegui.TextScaled = true
  146. emotegui.TextSize = 14.000
  147. emotegui.TextWrapped = true
  148.  
  149. bestscripts.Name = "best scripts"
  150. bestscripts.Parent = ScrollingFrame
  151. bestscripts.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  152. bestscripts.BorderColor3 = Color3.fromRGB(42, 42, 42)
  153. bestscripts.Position = UDim2.new(0, 0, 0.359106541, 0)
  154. bestscripts.Size = UDim2.new(0, 400, 0, 32)
  155. bestscripts.Font = Enum.Font.SourceSans
  156. bestscripts.Text = "Best Scripts"
  157. bestscripts.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. bestscripts.TextScaled = true
  159. bestscripts.TextSize = 14.000
  160. bestscripts.TextWrapped = true
  161.  
  162. feyeetgui.Name = "fe yeet gui"
  163. feyeetgui.Parent = ScrollingFrame
  164. feyeetgui.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  165. feyeetgui.BorderColor3 = Color3.fromRGB(132, 0, 198)
  166. feyeetgui.Position = UDim2.new(0.0899999961, 0, 0.709245503, 0)
  167. feyeetgui.Size = UDim2.new(0, 328, 0, 32)
  168. feyeetgui.Font = Enum.Font.SourceSans
  169. feyeetgui.Text = "FE YEET GUI"
  170. feyeetgui.TextColor3 = Color3.fromRGB(0, 0, 0)
  171. feyeetgui.TextScaled = true
  172. feyeetgui.TextSize = 14.000
  173. feyeetgui.TextWrapped = true
  174.  
  175. cocohub.Name = "coco hub"
  176. cocohub.Parent = ScrollingFrame
  177. cocohub.BackgroundColor3 = Color3.fromRGB(132, 0, 198)
  178. cocohub.BorderColor3 = Color3.fromRGB(132, 0, 198)
  179. cocohub.Position = UDim2.new(0.0899999961, 0, 0.798592567, 0)
  180. cocohub.Size = UDim2.new(0, 328, 0, 32)
  181. cocohub.Font = Enum.Font.SourceSans
  182. cocohub.Text = "Coco Hub"
  183. cocohub.TextColor3 = Color3.fromRGB(0, 0, 0)
  184. cocohub.TextScaled = true
  185. cocohub.TextSize = 14.000
  186. cocohub.TextWrapped = true
  187.  
  188. -- Scripts:
  189.  
  190. local function MJLECZC_fake_script() -- infyield.LocalScript
  191. local script = Instance.new('LocalScript', infyield)
  192.  
  193. script.Parent.MouseButton1Click:Connect(function()
  194. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  195. end)
  196. end
  197. coroutine.wrap(MJLECZC_fake_script)()
  198. local function TSIXWIK_fake_script() -- cmdx.LocalScript
  199. local script = Instance.new('LocalScript', cmdx)
  200.  
  201. script.Parent.MouseButton1Click:Connect(function()
  202. loadstring(game:HttpGet('https://raw.githubusercontent.com/CMD-X/CMD-X/master/CMD-X'))()
  203. end)
  204. end
  205. coroutine.wrap(TSIXWIK_fake_script)()
  206. local function RPIEAA_fake_script() -- revizadmin.LocalScript
  207. local script = Instance.new('LocalScript', revizadmin)
  208.  
  209. script.Parent.MouseButton1Click:Connect(function()
  210. loadstring(game:HttpGet(('https://pastebin.com/raw/pyzjWNhk'),true))()
  211. end)
  212. end
  213. coroutine.wrap(RPIEAA_fake_script)()
  214. local function ERDNNS_fake_script() -- owlhub.LocalScript
  215. local script = Instance.new('LocalScript', owlhub)
  216.  
  217. script.Parent.MouseButton1Click:Connect(function()
  218. loadstring(game:HttpGet("https://pastebin.com/raw/GtudyLtE"))();
  219. end)
  220. end
  221. coroutine.wrap(ERDNNS_fake_script)()
  222. local function STEZBSV_fake_script() -- invisfling.LocalScript
  223. local script = Instance.new('LocalScript', invisfling)
  224.  
  225. script.Parent.MouseButton1Click:Connect(function()
  226. loadstring(game:HttpGet('https://pastebin.com/raw/Lpn5rUDp'))()
  227. end)
  228. end
  229. coroutine.wrap(STEZBSV_fake_script)()
  230. local function HGXHH_fake_script() -- emotegui.LocalScript
  231. local script = Instance.new('LocalScript', emotegui)
  232.  
  233. script.Parent.MouseButton1Click:Connect(function()
  234. loadstring(game:HttpGet("https://pastebin.com/raw/DjsEQMxQ"))()
  235. end)
  236. end
  237. coroutine.wrap(HGXHH_fake_script)()
  238. local function UWFINZS_fake_script() -- feyeetgui.LocalScript
  239. local script = Instance.new('LocalScript', feyeetgui)
  240.  
  241. script.Parent.MouseButton1Click:Connect(function()
  242. loadstring(game:HttpGet('https://ghostbin.co/paste/hes7/raw'))()
  243. end)
  244. end
  245. coroutine.wrap(UWFINZS_fake_script)()
  246. local function QKKES_fake_script() -- cocohub.LocalScript
  247. local script = Instance.new('LocalScript', cocohub)
  248.  
  249. script.Parent.MouseButton1Click:Connect(function()
  250. loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/CocoHub/master/CocoZHub'),true))()
  251. end)
  252. end
  253. coroutine.wrap(QKKES_fake_script)()
  254. local function HJWA_fake_script() -- NeptuneScriptHub.LocalScript
  255. local script = Instance.new('LocalScript', NeptuneScriptHub)
  256.  
  257. function onKeyPress(inputObject, gameProcessedEvent)
  258. if not gameProcessedEvent then
  259. if inputObject.KeyCode == Enum.KeyCode.Q then -- change 'E' to any key on the keyboard. EX: Tab
  260. script.Parent.Frame.Visible = not script.Parent.Frame.Visible
  261. end
  262. end
  263. end
  264. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  265. end
  266. coroutine.wrap(HJWA_fake_script)()
  267.  
Add Comment
Please, Sign In to add comment