Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Troll Hub V5 by Zythronis/Issac", HidePremium = false, IntroEnabled = false,IntroText = "Troll Hub"SaveConfig = true, ConfigFolder = "Troll Hub V5"})
- --Values
- _G.autoTap = true
- _G.autoRebirth = true
- _G.autoHatch() = true
- _G.selectEgg = "BasicEgg"
- --Functions
- function autoTap()
- while _G.autoTap == true do
- game:GetService("ReplicatedStorage").Remotes.Tap:FireServer()
- wait(.00000000000000000000000000001)
- end
- end
- function autoRebirth()
- while _G.autoRebirth == true do
- game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer(1)
- wait(.00000000000000000000000000001)
- end
- end
- function autoHatch()
- while _G.autoHatch() == true do
- game:GetService("ReplicatedStorage").Remote.BuyEgg:InvokeServer(_G.selectEgg,1)
- wait(.00000000000000000000000000001)
- end
- end
- function equipBest()
- game:GetService("ReplicatedStorage").Remotes.UnequipAll:InvokeServer()
- game:GetService("ReplicatedStorage").Remotes.EquipBest:InvokeServer()
- end
- --Tabs
- local Main = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Pet Games Hacks= Window:MakeTab({
- Name = "TappingLegendsXEggs",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local MiscTab = Window:MakeTab({
- Name = "Misc",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Credits = Window:MakeTab({
- Name = "Credits",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local TrollScripts= Window:MakeTab({
- Name = "TrollScripts",
- Icon = "rbxassetid://7120897394",
- PremiumOnly = false
- })
- --Toggles
- Main:AddToggle({
- Name = "AutoTap",
- Default = false,
- Callback = function(Value)
- _G.autoTap = Value
- autoTap()
- end
- })
- Main:AddToggle({
- Name = "Auto Rebirth",
- Default = false,
- Callback = function(Value)
- _G.autoTap = Value
- autoRebirth()
- end
- }):
- TappingLegendsXEggs:AddToggle({
- Name = "Auto Hatch",
- Default = false,
- Callback = function(Value)
- _G.autoHatch = Value
- autoHatch()
- end
- })
- MiscTab:AddButton({
- Name = "Equip Best Pets",
- Callback = function()
- equipBest()
- end
- })
- --Dropdown
- TappingLegendsXEggs:AddDropdown({
- Name = "Select Egg",
- Default = "Basic Egg",
- Options = {"Basic Egg", "Rare Egg"},
- Callback = function(Value)
- _G.selectEgg = Value
- print(_G.selectEgg)
- end
- })
- --Paraghaps
- Credits:AddParagraph("Made By..","Zythornis, IssacRawCore")
- --Scripts
- TrollScripts:AddButton({
- Name = "CMD FE",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/VNtyMuFL"))()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- print("CMD FE EXECUTED")
- end
- })
- TrollScripts:AddButton({
- Name = "X-Ray",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xray/main/main"))()
- print("X-Ray Executed!")
- end
- })
- TrollScripts:AddButton({
- Name = "Infinity Jump FE",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/infjump/main/main"))()
- print("Infinity Jump Executed")
- end
- })
- TrollScripts:AddButton({
- Name = "Chat Hax",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))()
- print("Chat Hax Script Executed")
- end
- })
- TrollScripts:AddButton({
- Name = "Chat Control FE",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/rouxhaver/scripts/main/FE%20chat%20for%20someone.Lua"))()
- print("CONTROL PLAYERS CHAT, ")
- end
- })
- end
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment