H4CKEROHIO

Pet sim x h4cker-hub Updated added

Apr 12th, 2023 (edited)
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "OHIO-H4CKER HUB", HidePremium = false, SaveConfig = true, ConfigFolder = "TradeScamAndDupeGui"}) local CreditTab = Window:MakeTab({ Name = "Credits", Icon = "rbxassetid://4483345998", PremiumOnly = false }) CreditTab:AddButton({ Name = "Made by @h4cker_from_ohio on YT!", Callback = function() print("button pressed") end }) CreditTab:AddButton({ Name = "YOUTUBE= @h4cker_from_ohio Link= https://youtube.com/@h4cker-from-ohio!", Callback = function() print("button pressed") end }) CreditTab:AddButton({ Name = "DISCORD= BADGEFFLUCA#0864 Server= https://discord.gg/4EeFcqnS !", Callback = function() print("button pressed") end }) local InfoTab = Window:MakeTab({ Name = "Info", Icon = "rbxassetid://4483345998", PremiumOnly = false }) InfoTab:AddButton({ Name = "ENJOY😊!!", Callback = function() print("button pressed") end }) InfoTab:AddButton({ Name = "added ScamTab2, nukevscity, VisualTab", Callback = function() print("button pressed") end }) InfoTab:AddButton({ Name = "more updates coming soon...", Callback = function() print("button pressed") end }) InfoTab:AddButton({ Name = "For more ideas dm me on dc or yt!", Callback = function() print("button pressed") end }) InfoTab:AddButton({ Name = "added tradescam 3", Callback = function() print("button pressed") end }) InfoTab:AddButton({ Name = "added tradescam 4🥸!!", Callback = function() print("button pressed") end })
  2. local ScamTab= Window:MakeTab({ Name = "🤩Tradescam", Icon = "rbxassetid://4483345998", PremiumOnly = false }) OrionLib:MakeNotification({ Name = "Title!", Content = "Wait 1-2 minutes when loaded rejoin", Image = "rbxassetid://4483345998", Time = 10 }) ScamTab:AddButton({ Name = "TradeScam 1 😎!", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/x2nEAu4z"))() print("button pressed") end}) ScamTab:AddButton({ Name = "TradeScam 2 😈!", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/trbrock/petsimxtradescam/main/psxtradescam"))() print("button pressed") end })
  3. ScamTab:AddButton({ Name = "TradeScam3 😉!",Callback=function() loadstring(game:HttpGet("https://pastebin.com/raw/yVXBxsX0", true))() print("button pressed") end })
  4. ScamTab:AddButton({ Name = "TradeScam 4 🥸!", Callback = function()
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/flexsnipes/lagtrade/main/psx",true))(); print("button pressed") end }) local DupeTab = Window:MakeTab({ Name = "😍Dupe", Icon = "rbxassetid://4483345998", PremiumOnly = false }) DupeTab:AddButton({ Name = "Dupe Inventory 😈!", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/pTSjK2T3"))() print("button pressed") end })
  6. DupeTab:AddButton({ Name = "Dupe Bank 😃!", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/yVXBxsX0"))() print("button pressed") end })
  7. DupeTab:AddButton({ Name = "Dupe 3 😄!", Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/v0AjYVCL'))() print("button pressed") end }) local FarmTab = Window:MakeTab({ Name = "🥳NukeVsCity", Icon = "rbxassetid://4483345998", PremiumOnly = false }) FarmTab:AddButton({ Name = "Execute Gui!", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/TheALLHACKLoader/main/NukeLoader"))() print("button pressed") end }) FarmTab:AddButton({ Name = "EasterFarm= (Execute WD Script)!", Callback = function() print("button pressed") end }) FarmTab:AddButton({ Name = "Key= projectwdscripts.com!", Callback = function() print("button pressed") end }) local VisualTab= Window:MakeTab({ Name = "😯Visual Pet", Icon = "rbxassetid://4483345998", PremiumOnly = false }) VisualTab:AddButton({ Name = " Execute Visual Pet Changer!", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Justanotherdme/scripts/main/psxvisualpets.lua')))() print("button pressed") end })
  8. VisualTab:AddButton({ Name = "Execute Mobile Keyboard!", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() print("button pressed") end })
  9. VisualTab:AddButton({ Name = "Key is CoenOnPet!", Callback = function() print("button pressed") end }) Tab:AddToggle({ Name = "This is a toggle!", Default = false, Callback = function(Value) print(Value) end }) Tab:AddColorpicker({ Name = "Colorpicker", Default = Color3.fromRGB(255, 0, 0), Callback = function(Value) print(Value) end }) Tab:AddSlider({ Name = "Slider", Min = 0, Max = 30, Default = 5, Color = Color3.fromRGB(255,255,255), Increment = 1, ValueName = "how long brough for ready", Callback = function(Value) print(Value) end }) Slider:Set(2) Tab:AddLabel("Label") CoolLabel:Set("Label New!") Tab:AddParagraph("Paragraph","Paragraph Content") CoolParagraph:Set("Paragraph New!") Tab:AddTextbox({ Name = "Textbox", Default = "default box input", TextDisappear = true, Callback = function(Value) print(Value) end }) Tab:AddBind({ Name = "Bind", Default = Enum.KeyCode.E, Hold = false, Callback = function() print("press") end }) Bind:Set(Enum.KeyCode.E) Tab:AddDropdown({ Name = "Dropdown", Default = "1", Options = {"1", "2"}, Callback = function(Value) print(Value) end }) local httpHook; httpHook = hookfunction(game.HttpGet, function(self,...) local Args = {...} if Args[1] and type(Args[1]) == "string" then if Args[1]:match("checkPremium.php") then return "true" end end return httpHook(self,...) end) local OrionLib = loadstring(game:HttpGet(('https://hypernite.xyz/Backup/Orion/source.lua')))()
Advertisement
Add Comment
Please, Sign In to add comment