Advertisement
Guest User

Hoho hub (keyless)

a guest
Dec 20th, 2022
4,682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 21.14 KB | Gaming | 0 0
  1. local UserInputService = game:GetService("UserInputService")
  2.  
  3. local function MakeDraggable(topbarobject, object)
  4.     local Dragging = nil
  5.     local DragInput = nil
  6.     local DragStart = nil
  7.     local StartPosition = nil
  8.     local function Update(input)
  9.         local Delta = input.Position - DragStart
  10.         local pos =
  11.             UDim2.new(
  12.                 StartPosition.X.Scale,
  13.                 StartPosition.X.Offset + Delta.X,
  14.                 StartPosition.Y.Scale,
  15.                 StartPosition.Y.Offset + Delta.Y
  16.             )
  17.         object.Position = pos
  18.     end
  19.     topbarobject.InputBegan:Connect(function(input)
  20.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  21.             Dragging = true
  22.             DragStart = input.Position
  23.             StartPosition = object.Position
  24.             input.Changed:Connect(function()
  25.                 if input.UserInputState == Enum.UserInputState.End then
  26.                     Dragging = false
  27.                 end
  28.             end)
  29.         end
  30.     end)
  31.     topbarobject.InputChanged:Connect(function(input)
  32.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  33.             DragInput = input
  34.         end
  35.     end)
  36.     UserInputService.InputChanged:Connect(function(input)
  37.         if input == DragInput and Dragging then
  38.             Update(input)
  39.         end
  40.     end)
  41. end
  42.  
  43. function MakePrGui()
  44.     local PrEz = Instance.new("ScreenGui")
  45.     local Back = Instance.new("ImageLabel")
  46.     local RobloxLogo = Instance.new("ImageLabel")
  47.     local ShopDomain = Instance.new("TextLabel")
  48.     local Char1 = Instance.new("ImageLabel")
  49.     local robux1 = Instance.new("ImageLabel")
  50.     local eggo = Instance.new("TextLabel")
  51.     local eggo2 = Instance.new("TextLabel")
  52.     local robux2 = Instance.new("ImageLabel")
  53.     local vip = Instance.new("ImageLabel")
  54.     local robux3 = Instance.new("ImageLabel")
  55.     local eggo2_2 = Instance.new("TextLabel")
  56.     local vip2 = Instance.new("ImageLabel")
  57.     local vip3 = Instance.new("ImageLabel")
  58.     local vip4 = Instance.new("ImageLabel")
  59.     local vip5 = Instance.new("ImageLabel")
  60.     local vip6 = Instance.new("ImageLabel")
  61.     local vip7 = Instance.new("ImageLabel")
  62.     local CloseButton = Instance.new("TextButton")
  63.    
  64.    
  65.     MakeDraggable(vip2,vip2)
  66.     MakeDraggable(vip3,vip3)
  67.     MakeDraggable(vip4,vip4)
  68.     MakeDraggable(vip5,vip5)
  69.     MakeDraggable(vip6,vip6)
  70.     MakeDraggable(vip7,vip7)
  71.     MakeDraggable(vip,vip)
  72.  
  73.     PrEz.Name = "PrEz"
  74.     PrEz.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  75.     PrEz.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  76.  
  77.     Back.Name = "Back"
  78.     Back.Parent = PrEz
  79.     Back.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  80.     Back.BorderSizePixel = 0
  81.     Back.Size = UDim2.new(0.627615035, 0, 1, 0)
  82.     Back.Image = "rbxassetid://10527571475"
  83.  
  84.     RobloxLogo.Name = "RobloxLogo"
  85.     RobloxLogo.Parent = PrEz
  86.     RobloxLogo.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  87.     RobloxLogo.BackgroundTransparency = 1.000
  88.     RobloxLogo.BorderSizePixel = 0
  89.     RobloxLogo.Position = UDim2.new(0.0304482579, 0, 0.175281733, 0)
  90.     RobloxLogo.Size = UDim2.new(0.205857739, 0, 0.191126287, 0)
  91.     RobloxLogo.ZIndex = 2
  92.     RobloxLogo.Image = "rbxassetid://657915514"
  93.  
  94.     ShopDomain.Name = "ShopDomain"
  95.     ShopDomain.Parent = PrEz
  96.     ShopDomain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97.     ShopDomain.BackgroundTransparency = 4.000
  98.     ShopDomain.BorderSizePixel = 0
  99.     ShopDomain.Position = UDim2.new(0.0301255248, 0, 0.332764506, 0)
  100.     ShopDomain.Size = UDim2.new(0.512133896, 0, 0.129692838, 0)
  101.     ShopDomain.ZIndex = 2
  102.     ShopDomain.Font = Enum.Font.LuckiestGuy
  103.     ShopDomain.Text = "english.shophohohub.com"
  104.     ShopDomain.TextColor3 = Color3.fromRGB(255, 255, 255)
  105.     ShopDomain.TextScaled = true
  106.     ShopDomain.TextSize = 14.000
  107.     ShopDomain.TextStrokeColor3 = Color3.fromRGB(0, 0, 255)
  108.     ShopDomain.TextStrokeTransparency = 0.000
  109.     ShopDomain.TextWrapped = true
  110.  
  111.     Char1.Name = "Char1"
  112.     Char1.Parent = PrEz
  113.     Char1.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  114.     Char1.BackgroundTransparency = 1.000
  115.     Char1.BorderSizePixel = 0
  116.     Char1.Position = UDim2.new(0.249557167, 0, -0.000714838505, 0)
  117.     Char1.Size = UDim2.new(0.202510461, 0, 0.399317414, 0)
  118.     Char1.Image = "rbxassetid://10110319522"
  119.  
  120.     robux1.Name = "robux1"
  121.     robux1.Parent = PrEz
  122.     robux1.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  123.     robux1.BackgroundTransparency = 1.000
  124.     robux1.BorderSizePixel = 0
  125.     robux1.Position = UDim2.new(0.0300490074, 0, 0.485633373, 0)
  126.     robux1.Size = UDim2.new(0.0376569033, 0, 0.075085327, 0)
  127.     robux1.Image = "rbxassetid://1080142088"
  128.  
  129.     eggo.Name = "eggo"
  130.     eggo.Parent = PrEz
  131.     eggo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132.     eggo.BackgroundTransparency = 4.000
  133.     eggo.BorderSizePixel = 0
  134.     eggo.Position = UDim2.new(0.0744769871, 0, 0.469283223, 0)
  135.     eggo.Size = UDim2.new(0.388284504, 0, 0.105802044, 0)
  136.     eggo.ZIndex = 2
  137.     eggo.Font = Enum.Font.Cartoon
  138.     eggo.Text = "Cheap Robux, Scripts & Game Services"
  139.     eggo.TextColor3 = Color3.fromRGB(255, 255, 255)
  140.     eggo.TextScaled = true
  141.     eggo.TextSize = 14.000
  142.     eggo.TextStrokeColor3 = Color3.fromRGB(0, 85, 0)
  143.     eggo.TextStrokeTransparency = 0.000
  144.     eggo.TextWrapped = true
  145.     eggo.TextXAlignment = Enum.TextXAlignment.Left
  146.  
  147.     eggo2.Name = "eggo2"
  148.     eggo2.Parent = PrEz
  149.     eggo2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150.     eggo2.BackgroundTransparency = 4.000
  151.     eggo2.BorderSizePixel = 0
  152.     eggo2.Position = UDim2.new(0.0744769871, 0, 0.575085282, 0)
  153.     eggo2.Size = UDim2.new(0.388284504, 0, 0.0904436857, 0)
  154.     eggo2.ZIndex = 2
  155.     eggo2.Font = Enum.Font.Cartoon
  156.     eggo2.Text = "Lucky wheel give you up to 9999 robux"
  157.     eggo2.TextColor3 = Color3.fromRGB(255, 255, 255)
  158.     eggo2.TextScaled = true
  159.     eggo2.TextSize = 14.000
  160.     eggo2.TextStrokeColor3 = Color3.fromRGB(0, 85, 0)
  161.     eggo2.TextStrokeTransparency = 0.000
  162.     eggo2.TextWrapped = true
  163.     eggo2.TextXAlignment = Enum.TextXAlignment.Left
  164.  
  165.     robux2.Name = "robux2"
  166.     robux2.Parent = PrEz
  167.     robux2.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  168.     robux2.BackgroundTransparency = 1.000
  169.     robux2.BorderSizePixel = 0
  170.     robux2.Position = UDim2.new(0.0300490074, 0, 0.582903028, 0)
  171.     robux2.Size = UDim2.new(0.0376569033, 0, 0.075085327, 0)
  172.     robux2.Image = "rbxassetid://1080142088"
  173.  
  174.     vip.Name = "vip"
  175.     vip.Parent = PrEz
  176.     vip.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  177.     vip.BackgroundTransparency = 1.000
  178.     vip.BorderSizePixel = 0
  179.     vip.Position = UDim2.new(0.48278597, 0, 0.158554122, 0)
  180.     vip.Size = UDim2.new(0.0694560707, 0, 0.102389075, 0)
  181.     vip.Image = "rbxassetid://89008441"
  182.  
  183.     robux3.Name = "robux3"
  184.     robux3.Parent = PrEz
  185.     robux3.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  186.     robux3.BackgroundTransparency = 1.000
  187.     robux3.BorderSizePixel = 0
  188.     robux3.Position = UDim2.new(0.0300490074, 0, 0.673346698, 0)
  189.     robux3.Size = UDim2.new(0.0376569033, 0, 0.075085327, 0)
  190.     robux3.Image = "rbxassetid://1080142088"
  191.  
  192.     eggo2_2.Name = "eggo2"
  193.     eggo2_2.Parent = PrEz
  194.     eggo2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  195.     eggo2_2.BackgroundTransparency = 4.000
  196.     eggo2_2.BorderSizePixel = 0
  197.     eggo2_2.Position = UDim2.new(0.0744769871, 0, 0.665528953, 0)
  198.     eggo2_2.Size = UDim2.new(0.388284504, 0, 0.0904436857, 0)
  199.     eggo2_2.ZIndex = 2
  200.     eggo2_2.Font = Enum.Font.Cartoon
  201.     eggo2_2.Text = "Server support 24/7 in discord.gg/hohohub"
  202.     eggo2_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  203.     eggo2_2.TextScaled = true
  204.     eggo2_2.TextSize = 14.000
  205.     eggo2_2.TextStrokeColor3 = Color3.fromRGB(0, 85, 0)
  206.     eggo2_2.TextStrokeTransparency = 0.000
  207.     eggo2_2.TextWrapped = true
  208.     eggo2_2.TextXAlignment = Enum.TextXAlignment.Left
  209.  
  210.     vip2.Name = "vip2"
  211.     vip2.Parent = PrEz
  212.     vip2.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  213.     vip2.BackgroundTransparency = 1.000
  214.     vip2.BorderSizePixel = 0
  215.     vip2.Position = UDim2.new(0.420420021, 0, 0.846267462, 0)
  216.     vip2.Size = UDim2.new(0.0744769871, 0, 0.139931738, 0)
  217.     vip2.Image = "rbxassetid://2747399912"
  218.  
  219.     vip3.Name = "vip3"
  220.     vip3.Parent = PrEz
  221.     vip3.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  222.     vip3.BackgroundTransparency = 1.000
  223.     vip3.BorderSizePixel = 0
  224.     vip3.Position = UDim2.new(0.00703088567, 0, 0.0186223984, 0)
  225.     vip3.Size = UDim2.new(0.066945605, 0, 0.139931738, 0)
  226.     vip3.Image = "rbxassetid://8009374519"
  227.  
  228.     vip4.Name = "vip4"
  229.     vip4.Parent = PrEz
  230.     vip4.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  231.     vip4.BackgroundTransparency = 1.000
  232.     vip4.BorderSizePixel = 0
  233.     vip4.Position = UDim2.new(0.514143884, 0, 0.48449266, 0)
  234.     vip4.Size = UDim2.new(0.0744769871, 0, 0.139931738, 0)
  235.     vip4.Image = "rbxassetid://11147059397"
  236.  
  237.     vip5.Name = "vip5"
  238.     vip5.Parent = PrEz
  239.     vip5.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  240.     vip5.BackgroundTransparency = 1.000
  241.     vip5.BorderSizePixel = 0
  242.     vip5.Position = UDim2.new(0.44970876, 0, 0.745143771, 0)
  243.     vip5.Size = UDim2.new(0.134728029, 0, 0.254266202, 0)
  244.     vip5.Image = "rbxassetid://490683944"
  245.  
  246.     vip6.Name = "vip6"
  247.     vip6.Parent = PrEz
  248.     vip6.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  249.     vip6.BackgroundTransparency = 1.000
  250.     vip6.BorderSizePixel = 0
  251.     vip6.Position = UDim2.new(0.00696146116, 0, 0.802327693, 0)
  252.     vip6.Size = UDim2.new(0.103765689, 0, 0.19624573, 0)
  253.     vip6.Image = "rbxassetid://214488498"
  254.  
  255.     vip7.Name = "vip7"
  256.     vip7.Parent = PrEz
  257.     vip7.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  258.     vip7.BackgroundTransparency = 1.000
  259.     vip7.BorderSizePixel = 0
  260.     vip7.Position = UDim2.new(0.189128265, 0, 0.772447526, 0)
  261.     vip7.Size = UDim2.new(0.0928870291, 0, 0.175767913, 0)
  262.     vip7.Image = "rbxassetid://6023250471"
  263.  
  264.     CloseButton.Name = "CloseButton"
  265.     CloseButton.Parent = PrEz
  266.     CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  267.     CloseButton.BackgroundTransparency = 1.000
  268.     CloseButton.Position = UDim2.new(0.441004187, 0, 0, 0)
  269.     CloseButton.Size = UDim2.new(0.185774058, 0, 0.100682594, 0)
  270.     CloseButton.Font = Enum.Font.Cartoon
  271.     CloseButton.Text = "[Close]"
  272.     CloseButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  273.     CloseButton.TextScaled = true
  274.     CloseButton.TextSize = 14.000
  275.     CloseButton.TextWrapped = true
  276.  
  277.     CloseButton.MouseButton1Click:Connect(function()
  278.         game.Debris:AddItem(PrEz,0)
  279.     end)
  280.    
  281.     local sec = 30
  282.     game.Debris:AddItem(PrEz, 30)
  283.     spawn(function()
  284.         while wait(1) do
  285.             if PrEz then
  286.                 sec = sec - 1
  287.                 CloseButton.Text = "[Close "..sec.."s ]"
  288.             else
  289.                 break
  290.             end
  291.         end
  292.     end)
  293. end
  294.  
  295.  
  296. function CreateSupportList(list_game)
  297.     local function RainbowText(text)
  298.         spawn(function()
  299.             local add = 10
  300.             wait(1)
  301.             local k = 1
  302.             while k <= 255 do
  303.                 text.TextColor3 = Color3.new(k/255,0/255,0/255)
  304.                 k = k + add
  305.                 wait()
  306.             end
  307.             while true do
  308.                 k = 1
  309.                 while k <= 255 do
  310.                     text.TextColor3 = Color3.new(255/255,k/255,0/255)
  311.                     k = k + add
  312.                     wait()
  313.                 end
  314.                 k = 1
  315.                 while k <= 255 do
  316.                     text.TextColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  317.                     k = k + add
  318.                     wait()
  319.                 end
  320.                 k = 1
  321.                 while k <= 255 do
  322.                     text.TextColor3 = Color3.new(0/255,255/255,k/255)
  323.                     k = k + add
  324.                     wait()
  325.                 end
  326.                 k = 1
  327.                 while k <= 255 do
  328.                     text.TextColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  329.                     k = k + add
  330.                     wait()
  331.                 end
  332.                 k = 1
  333.                 while k <= 255 do
  334.                     text.TextColor3 = Color3.new(k/255,0/255,255/255)
  335.                     k = k + add
  336.                     wait()
  337.                 end
  338.                 k = 1
  339.                 while k <= 255 do
  340.                     text.TextColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  341.                     k = k + add
  342.                     wait()
  343.                 end
  344.                 while k <= 255 do
  345.                     text.TextColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  346.                     k = k + add
  347.                     wait()
  348.                 end
  349.             end
  350.         end)
  351.     end
  352.    
  353.     local Anh_Gai_Alimi = {"rbxassetid://6942501524","rbxassetid://7903531742","rbxassetid://7903522083","rbxassetid://6409799523","rbxassetid://8881175113",
  354.         "rbxassetid://7584008919","rbxassetid://6271530098","rbxassetid://7388383866","rbxassetid://7962732035","rbxassetid://6842416695","rbxassetid://6576447146",
  355.         "rbxassetid://10171317457","rbxassetid://10171317457","rbxassetid://8598068647","rbxassetid://8192162908","rbxassetid://8677814109","rbxassetid://4597457883"
  356.     }
  357.    
  358.     local SupportUi = Instance.new("ScreenGui")
  359.     local BackImg = Instance.new("ImageLabel")
  360.     local Black = Instance.new("Frame")
  361.     local Tittle = Instance.new("TextLabel")
  362.     local ScrollingFrame = Instance.new("ScrollingFrame")
  363.     local UIListLayout = Instance.new("UIListLayout")
  364.     local CloseButton = Instance.new("TextButton")
  365.    
  366.     MakeDraggable(BackImg,BackImg)
  367.  
  368.     SupportUi.Name = "SupportUi"
  369.     SupportUi.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  370.     SupportUi.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  371.  
  372.     BackImg.Name = "BackImg"
  373.     BackImg.Parent = SupportUi
  374.     BackImg.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  375.     BackImg.BorderSizePixel = 0
  376.     BackImg.Position = UDim2.new(0.667782426, 0, 0.33959043, 0)
  377.     BackImg.Size = UDim2.new(0, 375, 0, 375)
  378.     BackImg.Image = Anh_Gai_Alimi[math.random(1,#Anh_Gai_Alimi)]
  379.  
  380.     Black.Name = "Black"
  381.     Black.Parent = BackImg
  382.     Black.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  383.     Black.BackgroundTransparency = 0.4
  384.     Black.BorderSizePixel = 0
  385.     Black.Size = UDim2.new(0, 375, 0, 375)
  386.  
  387.     Tittle.Name = "Tittle"
  388.     Tittle.Parent = Black
  389.     Tittle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  390.     Tittle.BackgroundTransparency = 1.000
  391.     Tittle.Position = UDim2.new(0.0399999991, 0, 0, 0)
  392.     Tittle.Size = UDim2.new(0, 265, 0, 39)
  393.     Tittle.Font = Enum.Font.Highway
  394.     Tittle.Text = "Game Suported"
  395.     Tittle.TextColor3 = Color3.fromRGB(255, 255, 255)
  396.     Tittle.TextScaled = true
  397.     Tittle.TextSize = 14.000
  398.     Tittle.TextWrapped = true
  399.     Tittle.TextXAlignment = Enum.TextXAlignment.Left
  400.  
  401.     ScrollingFrame.Parent = Black
  402.     ScrollingFrame.Active = true
  403.     ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  404.     ScrollingFrame.BackgroundTransparency = 1.000
  405.     ScrollingFrame.BorderSizePixel = 0
  406.     ScrollingFrame.Position = UDim2.new(0.0240000002, 0, 0.104000002, 0)
  407.     ScrollingFrame.Size = UDim2.new(0, 366, 0, 329)
  408.     ScrollingFrame.CanvasSize = UDim2.new(0, 0, 4, 0)
  409.     ScrollingFrame.ScrollBarThickness = 10
  410.  
  411.     UIListLayout.Parent = ScrollingFrame
  412.     UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  413.  
  414.     CloseButton.Name = "CloseButton"
  415.     CloseButton.Parent = Black
  416.     CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  417.     CloseButton.BackgroundTransparency = 1.000
  418.     CloseButton.BorderSizePixel = 0
  419.     CloseButton.Position = UDim2.new(0.896000028, 0, 0, 0)
  420.     CloseButton.Size = UDim2.new(0, 39, 0, 39)
  421.     CloseButton.Font = Enum.Font.FredokaOne
  422.     CloseButton.Text = "X"
  423.     CloseButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  424.     CloseButton.TextScaled = true
  425.     CloseButton.TextSize = 14.000
  426.     CloseButton.TextWrapped = true
  427.    
  428.     RainbowText(Tittle)
  429.     RainbowText(CloseButton)
  430.  
  431.     for i,v in pairs(list_game) do
  432.         local TextLabel = Instance.new("TextLabel")
  433.         TextLabel.Parent = ScrollingFrame
  434.         TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  435.         TextLabel.BackgroundTransparency = 1.000
  436.         TextLabel.Size = UDim2.new(0, 353, 0, 24)
  437.         TextLabel.Font = Enum.Font.Highway
  438.         TextLabel.Text = "      + " .. v
  439.         TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  440.         TextLabel.TextScaled = true
  441.         TextLabel.TextSize = 14.000
  442.         TextLabel.TextTransparency = 0.500
  443.         TextLabel.TextWrapped = true
  444.         TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  445.         RainbowText(TextLabel)
  446.     end
  447.    
  448.     CloseButton.MouseButton1Click:Connect(function()
  449.         game.Debris:AddItem(SupportUi, 0)
  450.     end)
  451. end
  452.  
  453. local list = {
  454.     --BedWars
  455.     [2619619496] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/GAME/main/bedwar.txt'))()",
  456.  
  457.     --Element Battle Ground
  458.     [224422602] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/elementBattlegr.lua'))()",
  459.  
  460.     --King Legacy
  461.     [1451439645] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/KingPiece.lua'))()",
  462.  
  463.     --Blox Fruit
  464.     [994732206] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Free/BloxFruitFree.lua'))()",
  465.  
  466.     --Pet Simulator X
  467.     [2316994223] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/PetXfolder/PetSimXMobile.lua'))()",
  468.  
  469.     --Zombie Attack
  470.     [504035427]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/ZombieAtack.lua'))()",
  471.  
  472.     --Two Piece
  473.     [5303541547]="loadstring(game:HttpGet('https://raw.githubusercontent.com/AlongNgu/alonebruh/main/twoPiecehoho.lua'))()",
  474.  
  475.     --Dungeon Quest
  476.     [848145103]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/Paid/DunegonQuest.lua'))()",
  477.  
  478.     --Tradelands
  479.     [92096286]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/TradeLands.lua'))()",
  480.  
  481.     --Anime Fighters Simulator
  482.     [2324662457]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/anime%20fighters%20simulator.lua'))()",
  483.  
  484.     --Arsenal
  485.     [111958650]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/Arsenal.lua'))()",
  486.  
  487.     --Break In
  488.     [1318971886]="loadstring(game:HttpGet('https://pastebin.com/raw/xUGJt9Ry', true))()",
  489.  
  490.     --Tower of Hell
  491.     [703124385]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/TowerOfHell.lua'))()",
  492.  
  493.     --steve's one piece
  494.     [741590026]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/SteveOnePiece.lua'))()",
  495.  
  496.     --Murder Mystery 2
  497.     [66654135]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/GAME/main/muder%20mys..2.txt'))()",
  498.  
  499.     --Giant Survival!
  500.     [1342991001]="loadstring(game:HttpGet('https://pastebin.com/raw/zABEESgr', true))()",
  501.  
  502.     --Field Trip Z
  503.     [1701332290]="loadstring(game:HttpGet('https://pastebin.com/raw/aY7Z3Nd3', true))()",
  504.  
  505.     --Mad City
  506.     [498490399]="loadstring(game:HttpGet('https://pastebin.com/raw/EwnNCfin', true))()",
  507.  
  508.     --vn piece
  509.     [1493595237]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/vn%20Piece%20script-obfuscated.lua', true))()",
  510.    
  511.     --Ro Fruit
  512.     [3904583189]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Free/RoFruitFree.lua', true))()",
  513.  
  514.     --Collect All Pets
  515.     [3359505957]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Free/CollectAllPetsFree.lua', true))()",
  516.    
  517.     --GPO
  518.     [648454481]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Free/GPOFree.lua', true))()",
  519. }
  520.  
  521. local listPre = {
  522.     --BedWars
  523.     [2619619496] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/GAME/main/bedwar.txt'))()",
  524.  
  525.     --Element Battle Ground
  526.     [224422602] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/elementBattlegr.lua'))()",
  527.  
  528.     --King Legacy
  529.     [1451439645] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/KingPiece.lua'))()",
  530.  
  531.     --Blox Fruit
  532.     [994732206] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Pre/BloxFruitPre.lua'))()",
  533.  
  534.     --Pet Simulator X
  535.     [2316994223] = "loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/PetXfolder/PetSimXMobile.lua'))()",
  536.  
  537.     --Zombie Attack
  538.     [504035427]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/ZombieAtack.lua'))()",
  539.  
  540.     --Two Piece
  541.     [5303541547]="loadstring(game:HttpGet('https://raw.githubusercontent.com/AlongNgu/alonebruh/main/twoPiecehoho.lua'))()",
  542.  
  543.     --Dungeon Quest
  544.     [848145103]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/Paid/DunegonQuest.lua'))()",
  545.  
  546.     --Tradelands
  547.     [92096286]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/TradeLands.lua'))()",
  548.  
  549.     --Anime Fighters Simulator
  550.     [2324662457]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/anime%20fighters%20simulator.lua'))()",
  551.  
  552.     --Arsenal
  553.     [111958650]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/Arsenal.lua'))()",
  554.  
  555.     --Break In
  556.     [1318971886]="loadstring(game:HttpGet('https://pastebin.com/raw/xUGJt9Ry', true))()",
  557.  
  558.     --Tower of Hell
  559.     [703124385]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/TowerOfHell.lua'))()",
  560.  
  561.     --steve's one piece
  562.     [741590026]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/SteveOnePiece.lua'))()",
  563.  
  564.     --Murder Mystery 2
  565.     [66654135]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/GAME/main/muder%20mys..2.txt'))()",
  566.  
  567.     --Giant Survival!
  568.     [1342991001]="loadstring(game:HttpGet('https://pastebin.com/raw/zABEESgr', true))()",
  569.  
  570.     --Field Trip Z
  571.     [1701332290]="loadstring(game:HttpGet('https://pastebin.com/raw/aY7Z3Nd3', true))()",
  572.  
  573.     --Mad City
  574.     [498490399]="loadstring(game:HttpGet('https://pastebin.com/raw/EwnNCfin', true))()",
  575.  
  576.     --vn piece
  577.     [1493595237]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/SCRIPTS/vn%20Piece%20script-obfuscated.lua', true))()",
  578.    
  579.     --Ro Fruit
  580.     [3904583189]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Pre/RoFruitPre.lua', true))()",
  581.    
  582.     --Collect All Pets
  583.     [3359505957]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Pre/CollectAllPetsPre.lua', true))()",
  584.    
  585.     --GPO
  586.     [648454481]="loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/Pre/GPOPre.lua', true))()",
  587. }
  588.  
  589. MakePrGui()
  590. CreateSupportList({"GPO - Grand Piece Online","Blox Fruit","King Legacy","Ro Fruit","Collect All Pets","Tower of Hell","Break In","Arsenal",
  591.     "Pet Simulator X","Mad City","Viet Nam Piece","Field Trip Z","Giant Survival!",
  592.     "Murder Mystery 2","steve's one piece","Anime Fighters Simulator","Tradelands","Dungeon Quest","Two Piece"
  593. })
  594. _G.HoHoLoaded = true
  595.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement