Advertisement
ninojesse

Untitled

Feb 21st, 2020
4,842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 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.  
  7. if game.PlaceId == 2512643572 then
  8. local BGS = library:CreateWindow('Bubble Gum')
  9. local BGS = BGS:Button("Auto open Egg Gui", function()
  10. loadstring(game:HttpGet("https://pastebin.com/raw/fW2dFV0C", true))()
  11. end)
  12. end
  13.  
  14.  
  15. if game.PlaceId == 286090429 then
  16. local Arsenal = library:CreateWindow('Arsenal')
  17. local ars = Arsenal:Button("Arsenal OP Hax", function()
  18. loadstring(game:HttpGet('https://pastebin.com/raw/T3fzg7tm', true))()
  19. end)
  20. end
  21.  
  22. if game.PlaceId == 920587237 then
  23. local AdoptMe = library:CreateWindow('Adopt me')
  24. local AdoptHax = AdoptMe:Button("Auto open Egg Gui", function()
  25. loadstring(game:HttpGet("https://pastebin.com/raw/Z3iAXASr", true))()
  26. end)
  27. end
  28.  
  29.  
  30.  
  31.  
  32.  
  33. if game.PlaceId == 3194820651 then
  34. local Up = library:CreateWindow('Adventure Up')
  35. local UpFarm = Up:Button("Auto Farm", function()
  36. loadstring(game:HttpGet("https://pastebin.com/raw/qgsNKF4Q", true))()
  37. end)
  38. end
  39.  
  40.  
  41.  
  42.  
  43. if game.PlaceId == 185655149 then
  44. local Blox = library:CreateWindow('BloxBurg')
  45. local blox = Blox:Button("Bloxburg AutoHair", function()
  46. loadstring(game:HttpGetAsync("https://pastebin.com/raw/izp4DJ9m"))()
  47. end)
  48. end
  49.  
  50. local box = main:Box('WalkSpeed', {
  51. flag = "ws";
  52. type = 'number';
  53. }, function(new, old, enter)
  54. print(new, old, enter)
  55. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(150)
  56. end)
  57.  
  58.  
  59. local owl = OtherHax:Button("Owl Hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  60. end)
  61.  
  62.  
  63. Main:Section("Welcome")
  64.  
  65. Main:Dropdown("Credits", {
  66. location = _G;
  67. flag = "memes";
  68. list = {
  69. "Credits";
  70. 'Vince'
  71. }
  72. }, function(new)
  73. warn(new)
  74. print(_G.memes)
  75. end)
  76.  
  77. Main:Bind("Kill Yourself", {
  78. flag = "killbind";
  79. kbonly = true;
  80. default = Enum.KeyCode.RightAlt;
  81. }, function()
  82. game.Players.LocalPlayer.Character:BreakJoints()
  83. end)
  84.  
  85. Main:Bind("Open/Close", {
  86. flag = "Open";
  87. kbonly = true;
  88. default = Enum.KeyCode.P;
  89. }, function()
  90. library.toggled = not library.toggled;
  91. for i, data in next, library.queue do
  92. local pos = (library.toggled and data.p or UDim2.new(-1, 0, -0.5,0))
  93. data.w:TweenPosition(pos, (library.toggled and 'Out' or 'In'), 'Quad', 0.15, true)
  94. wait();
  95. end
  96. end)
  97.  
  98.  
  99.  
  100. if game.PlaceId == 2414851778 then
  101. local Up = library:CreateWindow('Dungeon Quest')
  102. local UpFarm = Up:Button("AutoFarm", function()
  103. loadstring(game:HttpGet(('https://pastebin.com/raw/F5vSFHZt'),true))()
  104. end)
  105. end
  106.  
  107. print("The Script Hub Is Currently Working with no current issues")
  108.  
  109. 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