Zythronis

Troll Hub V5

Oct 10th, 2024
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.96 KB | Gaming | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Troll Hub V5 by Zythronis/Issac", HidePremium = false, IntroEnabled = false,IntroText = "Troll Hub"SaveConfig = true, ConfigFolder = "Troll Hub V5"})
  3.  
  4. --Values
  5. _G.autoTap = true
  6. _G.autoRebirth = true
  7. _G.autoHatch() = true
  8. _G.selectEgg = "BasicEgg"
  9.  
  10.  
  11. --Functions
  12.  
  13. function autoTap()
  14.         while _G.autoTap == true do
  15.                 game:GetService("ReplicatedStorage").Remotes.Tap:FireServer()
  16.                 wait(.00000000000000000000000000001)
  17.          end
  18.         end
  19.  
  20. function autoRebirth()
  21.          while _G.autoRebirth == true do
  22.                 game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer(1)
  23.                 wait(.00000000000000000000000000001)
  24.          end
  25.         end
  26. function autoHatch()
  27.         while _G.autoHatch() == true do
  28.                game:GetService("ReplicatedStorage").Remote.BuyEgg:InvokeServer(_G.selectEgg,1)
  29.                wait(.00000000000000000000000000001)
  30. end
  31. end
  32.  
  33. function equipBest()
  34.        game:GetService("ReplicatedStorage").Remotes.UnequipAll:InvokeServer()
  35.        game:GetService("ReplicatedStorage").Remotes.EquipBest:InvokeServer()
  36. end
  37. --Tabs
  38. local Main = Window:MakeTab({
  39.     Name = "Main",
  40.     Icon = "rbxassetid://4483345998",
  41.     PremiumOnly = false
  42. })
  43.  
  44. local Pet Games Hacks= Window:MakeTab({
  45.     Name = "TappingLegendsXEggs",
  46.     Icon = "rbxassetid://4483345998",
  47.     PremiumOnly = false
  48. })
  49.  
  50. local MiscTab = Window:MakeTab({
  51.     Name = "Misc",
  52.     Icon = "rbxassetid://4483345998",
  53.     PremiumOnly = false
  54. })
  55.  
  56. local Credits = Window:MakeTab({
  57.     Name = "Credits",
  58.     Icon = "rbxassetid://4483345998",
  59.     PremiumOnly = false
  60. })
  61.  
  62. local TrollScripts= Window:MakeTab({
  63.     Name = "TrollScripts",
  64.     Icon = "rbxassetid://7120897394",
  65.     PremiumOnly = false
  66. })
  67.  
  68. --Toggles
  69. Main:AddToggle({
  70.     Name = "AutoTap",
  71.     Default = false,
  72.     Callback = function(Value)
  73.           _G.autoTap = Value
  74.           autoTap()
  75.     end    
  76. })
  77.  
  78. Main:AddToggle({
  79.     Name = "Auto Rebirth",
  80.     Default = false,
  81.     Callback = function(Value)
  82.           _G.autoTap = Value
  83.           autoRebirth()
  84.     end    
  85. }):
  86.  
  87. TappingLegendsXEggs:AddToggle({
  88.     Name = "Auto Hatch",
  89.     Default = false,
  90.     Callback = function(Value)
  91.            _G.autoHatch = Value
  92.            autoHatch()
  93.     end    
  94. })
  95.  
  96. MiscTab:AddButton({
  97.     Name = "Equip Best Pets",
  98.     Callback = function()
  99.             equipBest()
  100.     end    
  101. })
  102.  
  103. --Dropdown
  104.  
  105. TappingLegendsXEggs:AddDropdown({
  106.     Name = "Select Egg",
  107.     Default = "Basic Egg",
  108.     Options = {"Basic Egg", "Rare Egg"},
  109.     Callback = function(Value)
  110.            _G.selectEgg = Value
  111.            print(_G.selectEgg)
  112.     end    
  113. })
  114.  
  115. --Paraghaps
  116. Credits:AddParagraph("Made By..","Zythornis, IssacRawCore")
  117.  
  118. --Scripts
  119. TrollScripts:AddButton({
  120.     Name = "CMD FE",
  121.     Callback = function()
  122.     loadstring(game:HttpGet("https://pastebin.com/raw/VNtyMuFL"))()
  123.     loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  124.             print("CMD FE EXECUTED")
  125.     end    
  126. })
  127.  
  128. TrollScripts:AddButton({
  129.     Name = "X-Ray",
  130.     Callback = function()
  131.     loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xray/main/main"))()
  132.             print("X-Ray Executed!")
  133.     end    
  134. })
  135.  
  136. TrollScripts:AddButton({
  137.     Name = "Infinity Jump FE",
  138.     Callback = function()
  139.     loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/infjump/main/main"))()
  140.             print("Infinity Jump Executed")
  141.     end    
  142. })
  143.  
  144. TrollScripts:AddButton({
  145.     Name = "Chat Hax",
  146.     Callback = function()
  147.     loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))()
  148.             print("Chat Hax Script Executed")
  149.     end    
  150. })
  151.  
  152. TrollScripts:AddButton({
  153.     Name = "Chat Control FE",
  154.     Callback = function()
  155.     loadstring(game:HttpGet("https://raw.githubusercontent.com/rouxhaver/scripts/main/FE%20chat%20for%20someone.Lua"))()
  156.             print("CONTROL PLAYERS CHAT, ")
  157.     end    
  158. })
  159.  
  160. end
  161. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment