Advertisement
Guest User

NinoHub

a guest
Feb 18th, 2020
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix", true))()
  2. local Main = library:CreateWindow('NinoHubV2')
  3. local OtherHax = library:CreateWindow('Other Hax')
  4.  
  5.  
  6. if game.PlaceId == 2512643572 then
  7. local BGS = library:CreateWindow('Bubble Gum')
  8. local BGS = BGS:Button("Auto open Egg Gui", function()
  9. loadstring(game:HttpGet("https://pastebin.com/raw/fW2dFV0C", true))()
  10. end)
  11. end
  12.  
  13.  
  14. if game.PlaceId == 286090429 then
  15. local Arsenal = library:CreateWindow('Arsenal')
  16. local ars = Arsenal:Button("Arsenal OP Hax", function()
  17. loadstring(game:HttpGet('https://pastebin.com/raw/T3fzg7tm', true))()
  18. end)
  19. end
  20.  
  21. if game.PlaceId == 920587237 then
  22. local AdoptMe = library:CreateWindow('Adopt me')
  23. local AdoptHax = AdoptMe:Button("Auto open Egg Gui", function()
  24. loadstring(game:HttpGet("https://pastebin.com/raw/Z3iAXASr", true))()
  25. end)
  26. end
  27.  
  28.  
  29.  
  30.  
  31.  
  32. if game.PlaceId == 3194820651 then
  33. local Up = library:CreateWindow('Adventure Up')
  34. local UpFarm = Up:Button("Auto Farm", function()
  35. loadstring(game:HttpGet("https://pastebin.com/raw/qgsNKF4Q", true))()
  36. end)
  37. end
  38.  
  39.  
  40.  
  41.  
  42. if game.PlaceId == 185655149 then
  43. local Blox = library:CreateWindow('BloxBurg')
  44. local blox = Blox:Button("Bloxburg AutoHair", function()
  45. loadstring(game:HttpGetAsync("https://pastebin.com/raw/izp4DJ9m"))()
  46. end)
  47. end
  48.  
  49. local owl = OtherHax:Button("Owl Hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  50. end)
  51.  
  52.  
  53. Main:Section("Welcome")
  54.  
  55. Main:Dropdown("Credits", {
  56. location = _G;
  57. flag = "memes";
  58. list = {
  59. "Credits";
  60. 'Vince'
  61. }
  62. }, function(new)
  63. warn(new)
  64. print(_G.memes)
  65. end)
  66.  
  67. Main:Bind("Kill Yourself", {
  68. flag = "killbind";
  69. kbonly = true;
  70. default = Enum.KeyCode.RightAlt;
  71. }, function()
  72. game.Players.LocalPlayer.Character:BreakJoints()
  73. end)
  74.  
  75. Main:Bind("Open/Close", {
  76. flag = "Open";
  77. kbonly = true;
  78. default = Enum.KeyCode.P;
  79. }, function()
  80. library.toggled = not library.toggled;
  81. for i, data in next, library.queue do
  82. local pos = (library.toggled and data.p or UDim2.new(-1, 0, -0.5,0))
  83. data.w:TweenPosition(pos, (library.toggled and 'Out' or 'In'), 'Quad', 0.15, true)
  84. wait();
  85. end
  86. end)
  87.  
  88.  
  89. print("The Script Hub Is Currently Working with no current issues")
  90.  
  91. game.StarterGui:SetCore("SendNotification", {Duration = 5; Title="NinoHubV2"; Text="Use (P) to open and close"; Icon='';})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement