Advertisement
DeezBigNuts

Serpent theme

Sep 18th, 2022 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 86.22 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Kavo-Lib/main/gayv2"))()
  2. local Window = Library.CreateLib("GigaHub", "Serpent")
  3. print("GigaHub Loaded :)")
  4. print("Credits: ummidk(dripkage)#2417 <-- discord")
  5. print("Supported Games: BedWars, FlagWars, Rebirth Champions X, Tapping Legends X, Chinese freebie game, Tai Verdes Concert, Islands of Move, Mansion of Wonder, 24kGoldn Concert, Race Clicker, and Big PaintBall")
  6. --[[
  7.  
  8.    _____ _             _    _       _       _                     _          _
  9.   / ____(_)           | |  | |     | |     | |                   | |        | |
  10.  | |  __ _  __ _  __ _| |__| |_   _| |__   | |     ___   __ _  __| | ___  __| |
  11.  | | |_ | |/ _` |/ _` |  __  | | | | '_ \  | |    / _ \ / _` |/ _` |/ _ \/ _` |
  12.  | |__| | | (_| | (_| | |  | | |_| | |_) | | |___| (_) | (_| | (_| |  __/ (_| |
  13.   \_____|_|\__, |\__,_|_|  |_|\__,_|_.__/  |______\___/ \__,_|\__,_|\___|\__,_|
  14.             __/ |                                                              
  15.            |___/                                                              
  16.  
  17. ]]
  18. ---------------------------------------------------------------------------------------------------------------------------------------  
  19.  _G.gameid = 3214114884
  20.  _G.gameid1 = 7619937171
  21.  _G.gameid2 = 8967359816
  22.  _G.gameid3 = 5306359293
  23.  _G.gameid4 = 6901029464
  24.  _G.gameid5 = 7541759836
  25.  _G.gameid6 = 8540346411
  26.  _G.gameid7 = 9285238704
  27.  _G.gameid8 = 6872265039
  28.  _G.gameid9 = 8750997647
  29.  _G.gameid10 = 3527629287
  30.  _G.gameid11 = 1
  31.  
  32. if game.PlaceId == 3214114884 then
  33.         local FlagWars = Window:NewTab("FlagWars")
  34.         local MainFlagWars = FlagWars:NewSection("Kill")
  35.         MainFlagWars:NewButton("Kill All 'PATCHED' ", "Equip the sniper", function()
  36.         while true do
  37.         for i, v in pairs(game.Players:GetPlayers()) do
  38.         if v ~= game.Players.LocalPlayer then
  39.         local args = {
  40.         [1] = game:GetService("Players").LocalPlayer.Character.Sniper,
  41.         [2] = {
  42.         ["p"] = Vector3.new(716.1422729492188, 4.201920032501221, -52.15347671508789),
  43.         ["pid"] = 1,
  44.         ["part"] = v.Character.Head,
  45.         ["d"] = 197.02999877929688,
  46.         ["maxDist"] = 2000,
  47.         ["h"] = v.Character.Humanoid,
  48.         ["m"] = Enum.Material.SmoothPlastic,
  49.         ["sid"] = 2,
  50.         ["t"] = 0.468864430009719,
  51.         ["n"] = Vector3.new(0.8855897784233093, 0.29755425453186035, 0.3566398322582245)
  52.         }}
  53.         game:GetService("ReplicatedStorage").WeaponsSystem.Network.WeaponHit:FireServer(unpack(args))
  54.         end
  55.         end
  56.         wait(0.5)
  57.     end
  58.     end)
  59.     MainFlagWars:NewLabel("Player Esp")
  60.     MainFlagWars:NewButton("Esp", "See where players are", function()
  61.         _G.FriendColor = Color3.fromRGB(0, 0, 255)
  62.     _G.EnemyColor = Color3.fromRGB(255, 0, 0)
  63.     _G.UseTeamColor = true
  64.  
  65.     --------------------------------------------------------------------
  66.     local Holder = Instance.new("Folder", game.CoreGui)
  67.     Holder.Name = "ESP"
  68.  
  69.     local Box = Instance.new("BoxHandleAdornment")
  70.     Box.Name = "nilBox"
  71.     Box.Size = Vector3.new(1, 2, 1)
  72.     Box.Color3 = Color3.new(100 / 255, 100 / 255, 100 / 255)
  73.     Box.Transparency = 0.7
  74.     Box.ZIndex = 0
  75.     Box.AlwaysOnTop = false
  76.     Box.Visible = false
  77.  
  78.     local NameTag = Instance.new("BillboardGui")
  79.     NameTag.Name = "nilNameTag"
  80.     NameTag.Enabled = false
  81.     NameTag.Size = UDim2.new(0, 200, 0, 50)
  82.     NameTag.AlwaysOnTop = true
  83.     NameTag.StudsOffset = Vector3.new(0, 1.8, 0)
  84.     local Tag = Instance.new("TextLabel", NameTag)
  85.     Tag.Name = "Tag"
  86.     Tag.BackgroundTransparency = 1
  87.     Tag.Position = UDim2.new(0, -50, 0, 0)
  88.     Tag.Size = UDim2.new(0, 300, 0, 20)
  89.     Tag.TextSize = 15
  90.     Tag.TextColor3 = Color3.new(100 / 255, 100 / 255, 100 / 255)
  91.     Tag.TextStrokeColor3 = Color3.new(0 / 255, 0 / 255, 0 / 255)
  92.     Tag.TextStrokeTransparency = 0.4
  93.     Tag.Text = "nil"
  94.     Tag.Font = Enum.Font.SourceSansBold
  95.     Tag.TextScaled = false
  96.  
  97.     local LoadCharacter = function(v)
  98.         repeat wait() until v.Character ~= nil
  99.         v.Character:WaitForChild("Humanoid")
  100.         local vHolder = Holder:FindFirstChild(v.Name)
  101.         vHolder:ClearAllChildren()
  102.         local b = Box:Clone()
  103.         b.Name = v.Name .. "Box"
  104.         b.Adornee = v.Character
  105.         b.Parent = vHolder
  106.         local t = NameTag:Clone()
  107.         t.Name = v.Name .. "NameTag"
  108.         t.Enabled = true
  109.         t.Parent = vHolder
  110.         t.Adornee = v.Character:WaitForChild("Head", 5)
  111.         if not t.Adornee then
  112.             return UnloadCharacter(v)
  113.         end
  114.         t.Tag.Text = v.Name
  115.         b.Color3 = Color3.new(v.TeamColor.r, v.TeamColor.g, v.TeamColor.b)
  116.         t.Tag.TextColor3 = Color3.new(v.TeamColor.r, v.TeamColor.g, v.TeamColor.b)
  117.         local Update
  118.         local UpdateNameTag = function()
  119.             if not pcall(function()
  120.                 v.Character.Humanoid.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  121.                 local maxh = math.floor(v.Character.Humanoid.MaxHealth)
  122.                 local h = math.floor(v.Character.Humanoid.Health)
  123.             end) then
  124.                 Update:Disconnect()
  125.             end
  126.         end
  127.         UpdateNameTag()
  128.         Update = v.Character.Humanoid.Changed:Connect(UpdateNameTag)
  129.     end
  130.  
  131.     local UnloadCharacter = function(v)
  132.         local vHolder = Holder:FindFirstChild(v.Name)
  133.         if vHolder and (vHolder:FindFirstChild(v.Name .. "Box") ~= nil or vHolder:FindFirstChild(v.Name .. "NameTag") ~= nil) then
  134.             vHolder:ClearAllChildren()
  135.         end
  136.     end
  137.  
  138.     local LoadPlayer = function(v)
  139.         local vHolder = Instance.new("Folder", Holder)
  140.         vHolder.Name = v.Name
  141.         v.CharacterAdded:Connect(function()
  142.             pcall(LoadCharacter, v)
  143.         end)
  144.         v.CharacterRemoving:Connect(function()
  145.             pcall(UnloadCharacter, v)
  146.         end)
  147.         v.Changed:Connect(function(prop)
  148.             if prop == "TeamColor" then
  149.                 UnloadCharacter(v)
  150.                 wait()
  151.                 LoadCharacter(v)
  152.             end
  153.         end)
  154.         LoadCharacter(v)
  155.     end
  156.  
  157.     local UnloadPlayer = function(v)
  158.         UnloadCharacter(v)
  159.         local vHolder = Holder:FindFirstChild(v.Name)
  160.         if vHolder then
  161.             vHolder:Destroy()
  162.         end
  163.     end
  164.  
  165.     for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  166.         spawn(function() pcall(LoadPlayer, v) end)
  167.     end
  168.  
  169.     game:GetService("Players").PlayerAdded:Connect(function(v)
  170.         pcall(LoadPlayer, v)
  171.     end)
  172.  
  173.     game:GetService("Players").PlayerRemoving:Connect(function(v)
  174.         pcall(UnloadPlayer, v)
  175.     end)
  176.  
  177.     game:GetService("Players").LocalPlayer.NameDisplayDistance = 0
  178.  
  179.     if _G.Reantheajfdfjdgs then
  180.         return
  181.     end
  182.  
  183.     _G.Reantheajfdfjdgs = ":suifayhgvsdghfsfkajewfrhk321rk213kjrgkhj432rj34f67df"
  184.  
  185.     local players = game:GetService("Players")
  186.     local plr = players.LocalPlayer
  187.  
  188.     function esp(target, color)
  189.         if target.Character then
  190.             if not target.Character:FindFirstChild("GetReal") then
  191.                 local highlight = Instance.new("Highlight")
  192.                 highlight.RobloxLocked = true
  193.                 highlight.Name = "GetReal"
  194.                 highlight.Adornee = target.Character
  195.                 highlight.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  196.                 highlight.FillColor = color
  197.                 highlight.Parent = target.Character
  198.             else
  199.                 target.Character.GetReal.FillColor = color
  200.             end
  201.         end
  202.     end
  203.  
  204.     while task.wait() do
  205.         for i, v in pairs(players:GetPlayers()) do
  206.             if v ~= plr then
  207.                 esp(v, _G.UseTeamColor and v.TeamColor.Color or ((plr.TeamColor == v.TeamColor) and _G.FriendColor or _G.EnemyColor))
  208.             end
  209.         end
  210.     end
  211.     end)
  212.  
  213.     MainFlagWars:NewLabel("Vape V4 hitbox expand")
  214.     MainFlagWars:NewButton("Vape V4", "find 'hitbox' right click, change to 75", function()
  215.     loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  216.     end)
  217.     local SupportedGames = Window:NewTab("Supported Games!!!")
  218.     local MainSupportedGames = SupportedGames:NewSection("Games")
  219.     MainSupportedGames:NewLabel("BedWars")
  220.     MainSupportedGames:NewLabel("FlagWars")
  221.     MainSupportedGames:NewLabel("Rebirth Champions X")
  222.     MainSupportedGames:NewLabel("Chinese freebie game")
  223.     MainSupportedGames:NewLabel("Tapping Legends X")
  224.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  225.     MainSupportedGames:NewLabel("Islands of Move")
  226.     MainSupportedGames:NewLabel("Mansion of Wonder")
  227.     MainSupportedGames:NewLabel("24kGoldn Concert")
  228.     MainSupportedGames:NewLabel("Race Clicker")
  229.     MainSupportedGames:NewLabel("type /console")
  230. end
  231. ---------------------------------------------------------------------------------------------------------------------------------------
  232. if game.PlaceId == 7619937171 then
  233.     local Freebies5 = Window:NewTab("Tai Verdes Concert")
  234.     local MainFreebies5 = Freebies5:NewSection("Freebies")
  235.  
  236.     MainFreebies5:NewButton("Get Freebies", "gets you free items", function()
  237.  
  238.     game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Tie-Dye Visor")
  239.     wait(.1)
  240.     game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Sunshine Backpack")
  241.     wait(.1)
  242.     game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Shady Circle Glasses")
  243.  
  244.     local folder = game.Workspace.Map.SunCollectables;
  245.  
  246.     for i, Obj in next, folder:GetChildren() do
  247.         game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = Obj.CFrame
  248.         wait(0.1)
  249.     end
  250.     end)
  251.     local SupportedGames = Window:NewTab("Supported Games!!!")
  252.     local MainSupportedGames = SupportedGames:NewSection("Games")
  253.     MainSupportedGames:NewLabel("BedWars")
  254.     MainSupportedGames:NewLabel("FlagWars")
  255.     MainSupportedGames:NewLabel("Rebirth Champions X")
  256.     MainSupportedGames:NewLabel("Chinese freebie game")
  257.     MainSupportedGames:NewLabel("Tapping Legends X")
  258.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  259.     MainSupportedGames:NewLabel("Islands of Move")
  260.     MainSupportedGames:NewLabel("Mansion of Wonder")
  261.     MainSupportedGames:NewLabel("24kGoldn Concert")
  262.     MainSupportedGames:NewLabel("Race Clicker")
  263.     MainSupportedGames:NewLabel("type /console")
  264. end
  265. ---------------------------------------------------------------------------------------------------------------------------------------
  266. if game.PlaceId == 8967359816 then
  267.     local Freebies4 = Window:NewTab("24kGoldn Concert")
  268.     local MainFreebies4 = Freebies4:NewSection("Freebies")
  269.  
  270.     MainFreebies4:NewButton("Get Freebies", "gets you free items", function()
  271.         loadstring("\102\111\114\32\105\44\118\32\105\110\32\110\101\120\116\44\32\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\87\111\114\107\115\112\97\99\101\34\41\46\87\111\114\107\115\112\97\99\101\58\71\101\116\67\104\105\108\100\114\101\110\40\41\32\100\111\10\32\32\32\32\105\102\32\118\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\67\111\108\108\101\99\116\97\98\108\101\45\77\105\99\34\41\32\116\104\101\110\10\32\32\32\32\32\32\32\32\102\105\114\101\116\111\117\99\104\105\110\116\101\114\101\115\116\40\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\44\32\118\91\34\67\111\108\108\101\99\116\97\98\108\101\45\77\105\99\34\93\44\32\48\41\10\32\32\32\32\32\32\32\32\102\105\114\101\116\111\117\99\104\105\110\116\101\114\101\115\116\40\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\44\32\118\91\34\67\111\108\108\101\99\116\97\98\108\101\45\77\105\99\34\93\44\32\49\41\10\32\32\32\32\101\110\100\10\101\110\100\10")()
  272.     end)
  273.     local SupportedGames = Window:NewTab("Supported Games!!!")
  274.     local MainSupportedGames = SupportedGames:NewSection("Games")
  275.     MainSupportedGames:NewLabel("BedWars")
  276.     MainSupportedGames:NewLabel("FlagWars")
  277.     MainSupportedGames:NewLabel("Rebirth Champions X")
  278.     MainSupportedGames:NewLabel("Chinese freebie game")
  279.     MainSupportedGames:NewLabel("Tapping Legends X")
  280.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  281.     MainSupportedGames:NewLabel("Islands of Move")
  282.     MainSupportedGames:NewLabel("Mansion of Wonder")
  283.     MainSupportedGames:NewLabel("24kGoldn Concert")
  284.     MainSupportedGames:NewLabel("Race Clicker")
  285.     MainSupportedGames:NewLabel("type /console")
  286. end
  287. ---------------------------------------------------------------------------------------------------------------------------------------
  288. if game.PlaceId == 5306359293 then
  289.     local Freebies3 = Window:NewTab("islands of Move")
  290.     local MainFreebies3 = Freebies3:NewSection("Freebies")
  291.  
  292.     MainFreebies3:NewButton("Redeem all Codes", "redeems all freebies codes", function()
  293.         local args = {
  294.             [1] = "DIY"
  295.         }
  296.  
  297.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  298.  
  299.         local args = {
  300.             [1] = "VictoryLap"
  301.         }
  302.  
  303.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  304.  
  305.         local args = {
  306.             [1] = "WorldAlive"
  307.         }
  308.  
  309.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  310.  
  311.         local args = {
  312.             [1] = "SettingTheStage"
  313.         }
  314.  
  315.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  316.  
  317.         local args = {
  318.             [1] = "StrikeAPose"
  319.         }
  320.  
  321.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  322.  
  323.         local args = {
  324.             [1] = "GetMoving"
  325.         }
  326.  
  327.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  328.     end)
  329.     local SupportedGames = Window:NewTab("Supported Games!!!")
  330.     local MainSupportedGames = SupportedGames:NewSection("Games")
  331.     MainSupportedGames:NewLabel("BedWars")
  332.     MainSupportedGames:NewLabel("FlagWars")
  333.     MainSupportedGames:NewLabel("Rebirth Champions X")
  334.     MainSupportedGames:NewLabel("Chinese freebie game")
  335.     MainSupportedGames:NewLabel("Tapping Legends X")
  336.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  337.     MainSupportedGames:NewLabel("Islands of Move")
  338.     MainSupportedGames:NewLabel("Mansion of Wonder")
  339.     MainSupportedGames:NewLabel("24kGoldn Concert")
  340.     MainSupportedGames:NewLabel("Race Clicker")
  341.     MainSupportedGames:NewLabel("type /console")
  342. end
  343. ---------------------------------------------------------------------------------------------------------------------------------------
  344. if game.PlaceId == 6901029464 then
  345.     local Freebies2 = Window:NewTab("Mansion of Wonder")
  346.     local MainFreebies2 = Freebies2:NewSection("Freebies")
  347.  
  348.     MainFreebies2:NewButton("Redeem all Codes", "redeems all freebies codes", function()
  349.         local args = {
  350.             [1] = "Glimmer"
  351.         }
  352.        
  353.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  354.  
  355.         local args = {
  356.             [1] = "Boardwalk"
  357.         }
  358.        
  359.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  360.  
  361.         local args = {
  362.             [1] = "ParticleWizard"
  363.         }
  364.        
  365.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  366.  
  367.         local args = {
  368.             [1] = "FXArtist"
  369.         }
  370.        
  371.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  372.  
  373.         local args = {
  374.             [1] = "ThingsGoBoom"
  375.         }
  376.        
  377.         game:GetService("ReplicatedStorage").Events.RedeemCode:FireServer(unpack(args))
  378.     end)
  379.     local SupportedGames = Window:NewTab("Supported Games!!!")
  380.     local MainSupportedGames = SupportedGames:NewSection("Games")
  381.     MainSupportedGames:NewLabel("BedWars")
  382.     MainSupportedGames:NewLabel("FlagWars")
  383.     MainSupportedGames:NewLabel("Rebirth Champions X")
  384.     MainSupportedGames:NewLabel("Chinese freebie game")
  385.     MainSupportedGames:NewLabel("Tapping Legends X")
  386.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  387.     MainSupportedGames:NewLabel("Islands of Move")
  388.     MainSupportedGames:NewLabel("Mansion of Wonder")
  389.     MainSupportedGames:NewLabel("24kGoldn Concert")
  390.     MainSupportedGames:NewLabel("Race Clicker")
  391.     MainSupportedGames:NewLabel("type /console")
  392. end
  393. ---------------------------------------------------------------------------------------------------------------------------------------
  394. if game.PlaceId == 7541759836 then
  395.     local Freebies = Window:NewTab("Chinese Freebies game")
  396.     local MainFreebies = Freebies:NewSection("Inf Credits")
  397.  
  398.     MainFreebies:NewButton("Get Inf Credits", "Click Star, buy items with Credits", function()
  399.         loadstring(game:HttpGet('https://gist.githubusercontent.com/stellar-4242/acc5ba21577da9018802a5f70c2b0bab/raw/c81d0500b10c6fb9d73025d87a049b77a884b434/cgInfCreds.lua'))()
  400.     end)
  401.     local SupportedGames = Window:NewTab("Supported Games!!!")
  402.     local MainSupportedGames = SupportedGames:NewSection("Games")
  403.     MainSupportedGames:NewLabel("BedWars")
  404.     MainSupportedGames:NewLabel("FlagWars")
  405.     MainSupportedGames:NewLabel("Rebirth Champions X")
  406.     MainSupportedGames:NewLabel("Chinese freebie game")
  407.     MainSupportedGames:NewLabel("Tapping Legends X")
  408.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  409.     MainSupportedGames:NewLabel("Islands of Move")
  410.     MainSupportedGames:NewLabel("Mansion of Wonder")
  411.     MainSupportedGames:NewLabel("24kGoldn Concert")
  412.     MainSupportedGames:NewLabel("Race Clicker")
  413.     MainSupportedGames:NewLabel("type /console")
  414. end
  415. ---------------------------------------------------------------------------------------------------------------------------------------
  416. if game.PlaceId == 8540346411 then
  417.     local RebirthX = Window:NewTab("Rebirth Champions X")
  418.     local MainRebirthX = RebirthX:NewSection("Auto Settings")
  419.  
  420.     MainRebirthX:NewToggle("Auto Tap", "Taps for you", function(state)
  421.         if state then
  422.             _G.AT = true;
  423.  
  424.     while _G.AT == true do
  425.     game:GetService("ReplicatedStorage").Events.Click3:FireServer()
  426.         wait(0.000000000000000000000000000000000005)
  427.     end
  428.         else
  429.             _G.AT = false;
  430.         end
  431.     end)
  432.  
  433.     -- Rebirth X
  434.     MainRebirthX:NewToggle("Auto Rebirth", "Rebirths for you", function (state)
  435.         if state then
  436.             _G.AR = true;
  437.    
  438.     while _G.AR == true do
  439.     local args =
  440.     {[1] = _G.DeezAmount}
  441.    
  442.     game:GetService("ReplicatedStorage").Events.Rebirth:FireServer(unpack(args))
  443.         wait(0.000000000000000000000000000000000005)
  444.     end
  445.         else
  446.             _G.AR = false;
  447.         end
  448.     end)
  449.  
  450.     -- Rebirth X
  451.     MainRebirthX:NewDropdown("Rebirth Amount", "Select amount to Rebirth", {"1", "5", "10", "25", "100", "500", "2.5k", "5k", "10k", "50k", "250k", "1M", "25M", "100M", "500M", "1B", "2.5B", "10B", "250B", "1T", "10T", "25T", "100T", "250T", "1Qd", "2.5Qd", "10Qd", "50Qd", "250Qd", "1Qn", "5Qn", "50Qn", "100Qn", "500Qn", "1sx", "10Sx", "25Sx", "100Sx", "500Sx", "1Sp", "2.5Sp", "10Sp", "25Sp", "100Sp", "250Sp", "1o", "2.5o", "10o", "25o", "100o", "250o", "1N", "2.5N", "10N", "25n", "100N", "250N", "1De", "2De", "100De", "250De", "1Ud", "", "", "", "", "", ""}, function(mob)
  452.         if mob == '1' then
  453.             _G.DeezAmount = 1
  454.         elseif mob == '5' then
  455.             _G.DeezAmount = 2
  456.         elseif mob == '10' then
  457.             _G.DeezAmount = 3
  458.         elseif mob == '25' then
  459.             _G.DeezAmount = 4
  460.         elseif mob == '100' then
  461.             _G.DeezAmount = 5
  462.         elseif mob == '500' then
  463.             _G.DeezAmount = 6
  464.         elseif mob == '2.5k' then
  465.             _G.DeezAmount = 7
  466.         elseif mob == '5k' then
  467.             _G.DeezAmount = 8
  468.         elseif mob == '10k' then
  469.             _G.DeezAmount = 9
  470.         elseif mob == '50k' then
  471.             _G.DeezAmount = 10
  472.         elseif mob == '250k' then
  473.             _G.DeezAmount = 11
  474.         elseif mob == '1M' then
  475.             _G.DeezAmount = 12
  476.         elseif mob == '25M' then
  477.             _G.DeezAmount = 13
  478.         elseif mob == '100M' then
  479.             _G.DeezAmount = 14
  480.         elseif mob == '500M' then
  481.             _G.DeezAmount = 15
  482.         elseif mob == '1B' then
  483.             _G.DeezAmount = 16
  484.         elseif mob == '2.5B' then
  485.             _G.DeezAmount = 17
  486.         elseif mob == '10B' then
  487.             _G.DeezAmount = 18
  488.         elseif mob == '250B' then
  489.             _G.DeezAmount = 19
  490.         elseif mob == '1T' then
  491.             _G.DeezAmount = 20
  492.         elseif mob == '10T' then
  493.             _G.DeezAmount = 21
  494.         elseif mob == '25T' then
  495.             _G.DeezAmount = 22
  496.         elseif mob == '100T' then
  497.             _G.DeezAmount = 23
  498.         elseif mob == '250T' then
  499.             _G.DeezAmount = 24
  500.         elseif mob == '1Qd' then
  501.             _G.DeezAmount = 25
  502.         elseif mob == '2.5Qd' then
  503.             _G.DeezAmount = 26
  504.         elseif mob == '10Qd' then
  505.             _G.DeezAmount = 27
  506.         elseif mob == '50Qd' then
  507.             _G. DeezAmount = 28
  508.         elseif mob == '250Qd' then
  509.             _G. DeezAmount = 29
  510.         elseif mob == '1Qn' then
  511.             _G. DeezAmount = 30
  512.         elseif mob == '5Qn' then
  513.             _G. DeezAmount = 31
  514.         elseif mob == '50Qn' then
  515.             _G. DeezAmount = 32
  516.         elseif mob == '100Qn' then
  517.             _G. DeezAmount = 33
  518.         elseif mob == '500Qn' then
  519.             _G. DeezAmount = 34
  520.         elseif mob == '1Sx' then
  521.             _G. DeezAmount = 35
  522.         elseif mob == '10Sx' then
  523.             _G. DeezAmount = 36
  524.         elseif mob == '25Sx' then
  525.             _G. DeezAmount = 37
  526.         elseif mob == '100Sx' then
  527.             _G. DeezAmount = 38
  528.         elseif mob == '500Sx' then
  529.             _G. DeezAmount = 39
  530.         elseif mob == '1Sp' then
  531.             _G. DeezAmount = 40
  532.         elseif mob == '2.5Sp' then
  533.             _G. DeezAmount = 41
  534.         elseif mob == '10Sp' then
  535.             _G. DeezAmount = 42
  536.         elseif mob == '25Sp' then
  537.             _G. DeezAmount = 43
  538.         elseif mob == '100Sp' then
  539.             _G. DeezAmount = 44
  540.         elseif mob == '250Sp' then
  541.             _G. DeezAmount = 45
  542.         elseif mob == '1o' then
  543.             _G. DeezAmount = 46
  544.         elseif mob == '2.5o' then
  545.             _G. DeezAmount = 47
  546.         elseif mob == '10o' then
  547.             _G. DeezAmount = 48
  548.         elseif mob == '25o' then
  549.             _G. DeezAmount = 49
  550.         elseif mob == '100o' then
  551.             _G. DeezAmount = 50
  552.         elseif mob == '250o' then
  553.             _G. DeezAmount = 51
  554.         elseif mob == '1N' then
  555.             _G. DeezAmount = 52
  556.         elseif mob == '2.5N' then
  557.             _G. DeezAmount = 53
  558.         elseif mob == '10N' then
  559.             _G. DeezAmount = 54
  560.         elseif mob == '25N' then
  561.             _G. DeezAmount = 55
  562.         elseif mob == '100N' then
  563.             _G. DeezAmount = 56
  564.         elseif mob == '2De' then
  565.             _G. DeezAmount = 57
  566.         elseif mob == '100De' then
  567.             _G. DeezAmount = 58
  568.         elseif mob == '250De' then
  569.             _G. DeezAmount = 59
  570.         elseif mob == '1Ud' then
  571.             _G. DeezAmount = 60
  572.         elseif mob == '' then
  573.             _G. DeezAmount = 61
  574.         elseif mob == '' then
  575.             _G. DeezAmount = 62
  576.         elseif mob == '' then
  577.             _G. DeezAmount = 63
  578.         elseif mob == '' then
  579.             _G. DeezAmount = 64
  580.         end
  581.     end)
  582.  
  583.     -- Rebirth X
  584.     MainRebirthX:NewToggle("Auto Open Egg", "opens egg", function(state)
  585.         if state then
  586.             _G.EggOpenEz = true;
  587.  
  588.     while _G.EggOpenEz == true do
  589.     local args =
  590.     {[1] = _G.EzName,
  591.     [2] = _G.Single}
  592.  
  593.     game:GetService("ReplicatedStorage").Functions.Unbox:InvokeServer(unpack(args))
  594.         wait(0.000000000000000000000000000000000005)
  595.     end
  596.         else
  597.             _G.EggOpenEz = false;
  598.         end
  599.     end)
  600.  
  601.     -- Rebirth X
  602.     MainRebirthX:NewDropdown("EggName", "Select Egg Name", {"Basic","Mythic","Forest","Beach","Atlantis", "Desert", "Winter", "Volcano", "Magma", "Moon", "Cyber", "Magic", "Heaven", "Nuclear", "Void", "Spooky", "Cave", "Steampunk", "Hell", "Space", "Mars", "Alien", "Galaxy Forest", "Space Lab", "Fantasy.", "Neon", "Shadow", "Destruction", "Sun", "Saturn"}, function(mob)
  603.         if mob == 'Basic' then
  604.             _G.EzName = "Basic"
  605.         elseif mob == 'Mythic' then
  606.             _G.EzName = "Mythic"
  607.         elseif mob == 'Forest' then
  608.             _G.EzName = "Forest"
  609.         elseif mob == 'Beach' then
  610.             _G.EzName = "Beach"
  611.         elseif mob == 'Atlantis' then
  612.             _G.EzName = "Atlantis"
  613.         elseif mob == 'Desert' then
  614.             _G.EzName = "Desert"
  615.         elseif mob == 'Winter' then
  616.             _G.EzName = "Winter"
  617.         elseif mob == 'Volcano' then
  618.             _G.EzName = "Volcano"
  619.         elseif mob == 'Magma' then
  620.             _G.EzName = "Magma"
  621.         elseif mob == 'Moon' then
  622.             _G.EzName = "Moon"
  623.         elseif mob == 'Cyber' then
  624.             _G.EzName = "Cyber"
  625.         elseif mob == 'Magic' then
  626.             _G.EzName = "Magic"
  627.         elseif mob == 'Heaven' then
  628.             _G.EzName = "Heaven"
  629.         elseif mob == 'Nuclear' then
  630.             _G.EzName = "Nuclear"
  631.         elseif mob == 'Void' then
  632.             _G.EzName = "Void"
  633.         elseif mob == 'Spooky' then
  634.             _G.EzName = "Spooky"
  635.         elseif mob == 'Cave' then
  636.             _G.EzName = "Cave"
  637.         elseif mob == 'Steampunk' then
  638.             _G.EzName = "Steampunk"
  639.         elseif mob == 'Hell' then
  640.             _G.EzName = "Hell"
  641.         elseif mob == 'Space' then
  642.             _G.EzName = "Space"
  643.         elseif mob == 'Mars' then
  644.             _G.EzName = "Mars"
  645.         elseif mob == 'Alien' then
  646.             _G.EzName = "Alien"
  647.         elseif mob == 'Galaxy Forest' then
  648.             _G.EzName = "Galaxy Forest"
  649.         elseif mob == 'Space Lab' then
  650.             _G.EzName = "Space Lab."
  651.         elseif mob == 'Fantasy.' then
  652.             _G.EzName = "Fantasy"
  653.         elseif mob == 'Neon' then
  654.             _G.EzName = "Neon"
  655.         elseif mob == 'Shadow' then
  656.             _G.EzName = "Shadow"
  657.         elseif mob == 'Destruction' then
  658.             _G.EzName = "Destruction"
  659.         elseif mob == 'Sun' then
  660.             _G.EzName = "Sun"
  661.         elseif mob == 'Saturn' then
  662.             _G.EzName = 'Saturn'
  663.         end
  664.     end)
  665.  
  666.     -- Rebirth X
  667.     MainRebirthX:NewDropdown("Open Amount", "Select amount to open", {"1", "3",}, function(mob)
  668.         if mob == '1' then
  669.             _G.Single = "Single"
  670.         elseif mob == '3' then
  671.             _G.Single = "Triple"
  672.         end
  673.     end)
  674.  
  675.     -- Rebirth X
  676.     MainRebirthX:NewToggle("Set best world boost", "makes you have best world boost ", function(state)
  677.         if state then
  678.     _G.BWBoost = true
  679.  
  680.     while _G.BWBoost == true do
  681.     local args =
  682.     {[1] = "Saturn"}
  683.  
  684.     game:GetService("ReplicatedStorage").Events.WorldBoost:FireServer(unpack(args))
  685.         wait(0.000000000000000000000000000000000005)  
  686.     end
  687.         else
  688.             _G.BWBoost = false;
  689.         end    
  690.     end)
  691.  
  692.     -- Rebirth X
  693.     MainRebirthX:NewToggle("Buy Click Multi", "auto buys click multi", function(state)
  694.         if state then
  695.             _G.AutoBuyCM = true;
  696.  
  697.     while _G.AutoBuyCM == true do
  698.     local args = {
  699.         [1] = "ClickMultiplier"
  700.     }
  701.  
  702.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  703.         wait(0.000000000000000000000000000000000005)
  704.     end
  705.         else
  706.             _G.AutoBuyCM = false;
  707.         end
  708.     end)
  709.  
  710.     -- Rebirth X
  711.     MainRebirthX:NewToggle("CraftAll", "auto crafts all Pets", function(state)
  712.         if state then
  713.             _G.AutoCraftAll = true;
  714.  
  715.     while _G.AutoCraftAll == true do
  716.  
  717.     local args = {
  718.         [1] = "CraftAll",
  719.         [2] = {}
  720.     }
  721.  
  722.     game:GetService("ReplicatedStorage").Functions.Request:InvokeServer(unpack(args))
  723.         wait(0.000000000000000000000000000000000005)
  724.     end
  725.         else
  726.             _G.AutoCraftAll = false;
  727.         end
  728.     end)
  729.  
  730.     -- Rebirth X
  731.     MainRebirthX:NewToggle("x2Clicks Potion", "auto buys click potion", function(state)
  732.         if state then
  733.             _G.ClickPotion = true;
  734.  
  735.     while _G.ClickPotion == true do
  736.     local args = {
  737.         [1] = "x2Clicks",
  738.         [2] = 1
  739.     }
  740.  
  741.     game:GetService("ReplicatedStorage").Events.Potion:FireServer(unpack(args))
  742.         wait(0.000000000000000000000000000000000005)
  743.     end
  744.         else
  745.             _G.ClickPotion = false;
  746.         end
  747.     end)
  748.  
  749.     -- Rebirth X
  750.     MainRebirthX:NewToggle("x2Gems Potion", "auto buys gem potion", function(state)
  751.         if state then
  752.             _G.GemPo = true;
  753.  
  754.     while _G.GemPo == true do
  755.     local args = {
  756.         [1] = "x2Gems",
  757.         [2] = 1
  758.     }
  759.  
  760.     game:GetService("ReplicatedStorage").Events.Potion:FireServer(unpack(args))
  761.         wait(0.000000000000000000000000000000000005)
  762.     end
  763.         else
  764.             _G.GemPo = false;
  765.         end
  766.     end)
  767.  
  768.     -- Rebirth X
  769.     MainRebirthX:NewToggle("x2Luck Potion", "auto buys luck potion", function(state)
  770.         if state then
  771.             _G.LuckPo = true;
  772.  
  773.     while _G.LuckPo == true do
  774.     local args = {
  775.         [1] = "x2Luck",
  776.         [2] = 1
  777.     }
  778.  
  779.     game:GetService("ReplicatedStorage").Events.Potion:FireServer(unpack(args))
  780.         wait(0.000000000000000000000000000000000005)
  781.     end
  782.         else
  783.             _G.LuckPo= false;
  784.         end
  785.     end)
  786.  
  787.     -- Rebirth X
  788.     MainRebirthX:NewToggle("x2Rebirths Potion", "auto buys rebirth potion", function(state)
  789.         if state then
  790.             _G.RPO = true;
  791.  
  792.     while _G.RPO == true do
  793.     local args = {
  794.         [1] = "x2Rebirths",
  795.         [2] = 1
  796.     }
  797.  
  798.     game:GetService("ReplicatedStorage").Events.Potion:FireServer(unpack(args))
  799.         wait(0.000000000000000000000000000000000005)
  800.     end
  801.         else
  802.             _G.RPO = false;
  803.         end
  804.     end)
  805.  
  806.     -- Rebirth X
  807.     MainRebirthX:NewToggle("x2PetXP Potion", "auto buys pet xp potion", function(state)
  808.         if state then
  809.             _G.PetXPo = true;
  810.  
  811.     while _G.PetXPo == true do
  812.     local args = {
  813.         [1] = "x2PetXP",
  814.         [2] = 1
  815.     }
  816.  
  817.     game:GetService("ReplicatedStorage").Events.Potion:FireServer(unpack(args))
  818.         wait(0.000000000000000000000000000000000005)
  819.     end
  820.         else
  821.             _G.PetXPo = false;
  822.         end
  823.     end)
  824.  
  825.     -- Rebirth X
  826.     MainRebirthX:NewToggle("x2HatchSpeed Potion", "auto buys hatch speed potion", function(state)
  827.         if state then
  828.             _G.HatchPo = true;
  829.  
  830.     while _G.HatchPo == true do
  831.     local args = {
  832.         [1] = "x2HatchSpeed",
  833.         [2] = 1
  834.     }
  835.  
  836.     game:GetService("ReplicatedStorage").Events.Potion:FireServer(unpack(args))
  837.         wait(0.000000000000000000000000000000000005)
  838.     end
  839.         else
  840.             _G.HatchPo = false;
  841.         end
  842.     end)
  843.  
  844.     -- Rebirth X
  845.     MainRebirthX:NewToggle("Buy WalkSpeed", "auto buys WalkSpeed", function(state)
  846.         if state then
  847.             _G.WSAB = true;
  848.  
  849.     while _G.WSAB == true do
  850.     local args = {
  851.         [1] = "WalkSpeed"
  852.     }
  853.  
  854.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  855.         wait(0.000000000000000000000000000000000005)
  856.     end
  857.         else
  858.             _G.WSAB = false;
  859.         end
  860.     end)
  861.  
  862.     -- Rebirth X
  863.     MainRebirthX:NewToggle("Buy Gem Multi", "auto buys gem multi", function(state)
  864.         if state then
  865.             _G.GMAB = true;
  866.  
  867.     while _G.GMAB == true do
  868.     local args = {
  869.         [1] = "GemsMultiplier"
  870.     }
  871.  
  872.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  873.         wait(0.000000000000000000000000000000000005)
  874.     end
  875.         else
  876.             _G.GMAB = false;
  877.         end
  878.     end)
  879.  
  880.     -- Rebirth X
  881.     MainRebirthX:NewToggle("Buy PetEquip", "auto buys more pet equip", function(state)
  882.         if state then
  883.             _G.PetEAB = true;
  884.  
  885.     while _G.PetEAB == true do
  886.     local args = {
  887.         [1] = "PetEquip"
  888.     }
  889.  
  890.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  891.         wait(0.000000000000000000000000000000000005)
  892.     end
  893.         else
  894.             _G.PetEAB = false;
  895.         end
  896.     end)
  897.  
  898.     -- Rebirth X
  899.     MainRebirthX:NewToggle("Buy PetStorage", "auto buys pet Storage", function(state)
  900.         if state then
  901.             _G.PetStoreAB = true;
  902.  
  903.     while _G.PetStoreAB == true do
  904.     local args = {
  905.         [1] = "PetStorage"
  906.     }
  907.  
  908.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  909.         wait(0.000000000000000000000000000000000005)
  910.     end
  911.         else
  912.             _G.PetStoreAB = false;
  913.         end
  914.     end)
  915.  
  916.     -- Rebirth X
  917.     MainRebirthX:NewToggle("Buy Luck Multi", "auto buys luck multi", function(state)
  918.         if state then
  919.             _G.LMAB = true;
  920.  
  921.     while _G.LMAB == true do
  922.     local args = {
  923.         [1] = "LuckMultiplier"
  924.     }
  925.  
  926.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  927.         wait(0.000000000000000000000000000000000005)
  928.     end
  929.         else
  930.             _G.LMAB = false;
  931.         end
  932.     end)
  933.  
  934.     -- Rebirth X
  935.     MainRebirthX:NewToggle("Buy FreeAutoClickUpgrade", "auto buys faster auto click", function(state)
  936.         if state then
  937.             _G.FFAC = true;
  938.  
  939.     while _G.FFAC == true do
  940.     local args = {
  941.         [1] = "FasterFreeAutoClicker"
  942.     }
  943.  
  944.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  945.         wait(0.000000000000000000000000000000000005)
  946.     end
  947.         else
  948.             _G.FFAC = false;
  949.         end
  950.     end)
  951.  
  952.     -- Rebirth X
  953.     MainRebirthX:NewLabel("buttons")
  954.  
  955.     -- Rebirth X
  956.     MainRebirthX:NewButton("Buy Aura", "Select Aura to buy first", function()
  957.         local args =
  958.     {[1] = _G.AuraName}
  959.  
  960.     game:GetService("ReplicatedStorage").Functions.Aura:InvokeServer(unpack(args))
  961.     end)
  962.  
  963.     -- Rebirth X
  964.     MainRebirthX:NewDropdown("Aura Select", "Select Aura to buy", {"Water Aura", "Forest Aura", "Ice Aura", "Party Aura", "Light Aura", "Sun Aura", "Galaxy Aura", "Nuclear Aura", "Void Aura", "Plasma Aura", "Crystal Aura", "Soul Aura", "Hell Aura", "Electro Aura", "Alien Aura", "Prismatic Aura", "Atom Aura", "Fantasy Aura", "Yin Yang Aura", "Hypno Aura", "Shadow Aura", "Black Lightning Aura", "Destruction Aura", "Earth Aura", "Saturn Aura"}, function(mob)
  965.         if mob == 'Water Aura' then
  966.             _G.AuraName = 1
  967.         elseif mob == 'Forest Aura' then
  968.             _G.AuraName = 2
  969.         elseif mob == 'Ice Aura' then
  970.             _G.AuraName = 3
  971.         elseif mob == 'Party Aura' then
  972.             _G.AuraName = 4
  973.         elseif mob == 'Light Aura' then
  974.             _G.AuraName = 5
  975.         elseif mob == 'Sun Aura' then
  976.             _G.AuraName = 6
  977.         elseif mob == 'Galaxy Aura' then
  978.             _G.AuraName = 7
  979.         elseif mob == 'Nuclear Aura' then
  980.             _G.AuraName = 8
  981.         elseif mob == 'Void Aura' then
  982.             _G.AuraName = 9
  983.         elseif mob == 'Plasma Aura' then
  984.             _G.AuraName = 10
  985.         elseif mob == 'Crystal Aura' then
  986.             _G.AuraName = 11
  987.         elseif mob == 'Soul Aura' then
  988.             _G.AuraName = 12
  989.         elseif mob == 'Hell Aura' then
  990.             _G.AuraName = 13
  991.         elseif mob == 'Electro Aura' then
  992.             _G.AuraName = 14
  993.         elseif mob == 'Alien Aura' then
  994.             _G.AuraName = 15
  995.         elseif mob == 'Prismatic Aura' then
  996.             _G.AuraName = 16
  997.         elseif mob == 'Atom Aura' then
  998.             _G.AuraName = 17
  999.         elseif mob == 'Fantasy Aura' then
  1000.             _G.AuraName = 18
  1001.         elseif mob == 'Yin Yang Aura' then
  1002.             _G.AuraName = 19
  1003.         elseif mob == 'Hypno Aura' then
  1004.             _G.AuraName = 20
  1005.         elseif mob == 'Shadow Aura' then
  1006.             _G.AuraName = 21
  1007.         elseif mob == 'Black Lightning Aura' then
  1008.             _G.AuraName = 22
  1009.         elseif mob == 'Destruction Aura' then
  1010.             _G.AuraName = 23
  1011.         elseif mob == 'Earth Aura' then
  1012.             _G.AuraName = 24
  1013.         elseif mob == 'Saturn Aura' then
  1014.             _G.AuraName = 25
  1015.         end
  1016.     end)
  1017.  
  1018.     -- Rebirth X
  1019.     MainRebirthX:NewButton("Buy TapSkin", "select tapskin to buy", function()
  1020.         _G.TAPPYSKIN = true;
  1021.  
  1022.     while _G.TAPPYSKIN == true do
  1023.     local args =
  1024.     {[1] = _G.TapNumber}
  1025.  
  1026.     game:GetService("ReplicatedStorage").Functions.TapSkin:InvokeServer(unpack(args))
  1027.         wait(0.000000000000000000000000000000000005)
  1028.     end
  1029.     end)
  1030.  
  1031.     -- Rebirth X
  1032.     MainRebirthX:NewDropdown("TapSkin Select", "select tapskin", {"Grass Skin", "Water Skin", "Light Skin", "Dark Skin", "Sun Skin", "Fire Skin", "Toxic Skin", "Cyber Skin", "Galaxy Skin", "Candy Skin", "Void Skin", "Powerful Skin", "Electro Skin", "Devil Skin", "Earth Skin", "Galactic Skin", "Saturn Skin"}, function(mob)
  1033.         if mob == 'Grass Skin' then
  1034.             _G.TapNumber = 1
  1035.         elseif mob == 'Water Skin' then
  1036.             _G.TapNumber = 2
  1037.         elseif mob == 'Light Skin' then
  1038.             _G.TapNumber = 3
  1039.         elseif mob == 'Dark Skin' then
  1040.             _G.TapNumber = 4
  1041.         elseif mob == 'Sun Skin' then
  1042.             _G.TapNumber = 5
  1043.         elseif mob == 'Fire Skin' then
  1044.             _G.TapNumber = 6
  1045.         elseif mob == 'Toxic Skin' then
  1046.             _G.TapNumber = 7
  1047.         elseif mob == 'Cyber Skin' then
  1048.             _G.TapNumber = 8
  1049.         elseif mob == 'Galaxy Skin' then
  1050.             _G.TapNumber = 9
  1051.         elseif mob == 'Candy Skin' then
  1052.             _G.TapNumber = 10
  1053.         elseif mob == 'Void Skin' then
  1054.             _G.TapNumber = 11
  1055.         elseif mob == 'Powerful Skin' then
  1056.             _G.TapNumber = 12
  1057.         elseif mob == 'Electro Skin' then
  1058.             _G.TapNumber = 13
  1059.         elseif mob == 'Devil Skin' then
  1060.             _G.TapNumber = 14
  1061.         elseif mob == 'Earth Skin' then
  1062.             _G.TapNumber = 15
  1063.         elseif mob == 'Galactic Skin' then
  1064.             _G.TapNumber = 16
  1065.         elseif mob == 'Saturn Skin' then
  1066.             _G.TapNumber = 17
  1067.         end
  1068.     end)
  1069.  
  1070.     -- Rebirth X
  1071.     MainRebirthX:NewButton("MuteMusic", "Mutes the music", function()
  1072.         local args =
  1073.         {[1] = "MuteMusic",
  1074.         [2] = true}
  1075.         game:GetService("ReplicatedStorage").Events.Setting:FireServer(unpack(args))
  1076.     end)
  1077.  
  1078.     -- Rebirth X
  1079.     MainRebirthX:NewButton("MuteSounds", "Mutes the SOUNDS", function()
  1080.         local args = {
  1081.             [1] = "MuteSounds",
  1082.             [2] = true
  1083.         }
  1084.        
  1085.         game:GetService("ReplicatedStorage").Events.Setting:FireServer(unpack(args))
  1086.     end)
  1087.  
  1088.     -- Rebirth X
  1089.     MainRebirthX:NewButton("HidePopUps", "hides the PopUps", function()
  1090.         local args = {
  1091.             [1] = "PopUp",
  1092.             [2] = true
  1093.         }
  1094.        
  1095.         game:GetService("ReplicatedStorage").Events.Setting:FireServer(unpack(args))
  1096.     end)
  1097.  
  1098.     -- Rebirth X
  1099.     MainRebirthX:NewButton("HideOtherPets", "Hides other people's Pets", function()
  1100.         local args = {
  1101.             [1] = "HideOtherPets",
  1102.             [2] = true
  1103.         }
  1104.        
  1105.         game:GetService("ReplicatedStorage").Events.Setting:FireServer(unpack(args))
  1106.     end)
  1107.  
  1108.     -- Rebirth X
  1109.     MainRebirthX:NewButton("HideYourPets", "Hides your Pets", function()
  1110.         local args = {
  1111.             [1] = "HideYourPets",
  1112.             [2] = true
  1113.         }
  1114.        
  1115.         game:GetService("ReplicatedStorage").Events.Setting:FireServer(unpack(args))
  1116.     end)
  1117.  
  1118.     -- Rebirth X
  1119.     MainRebirthX:NewButton("HideBoosts", "Hides the Boosts on your screen", function()
  1120.         local args = {
  1121.             [1] = "HideBoosts",
  1122.             [2] = true
  1123.         }
  1124.        
  1125.         game:GetService("ReplicatedStorage").Events.Setting:FireServer(unpack(args))
  1126.     end)
  1127.  
  1128.     -- Rebirth X
  1129.     MainRebirthX:NewButton("HidesAuras", "Hides auras", function()
  1130.         local args = {
  1131.             [1] = "HideAuras",
  1132.             [2] = true
  1133.         }
  1134.        
  1135.         game:GetService("ReplicatedStorage").Events.Setting:FireServer(unpack(args))
  1136.     end)
  1137.  
  1138.     -- Rebirth X
  1139.     MainRebirthX:NewButton("claim all chest", "collects all chest", function()
  1140.         local args = {
  1141.             [1] = "Spawn"
  1142.         }
  1143.        
  1144.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1145.  
  1146.         local args = {
  1147.             [1] = "Beach"
  1148.         }
  1149.        
  1150.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1151.  
  1152.         local args = {
  1153.             [1] = "Winter"
  1154.         }
  1155.        
  1156.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1157.  
  1158.         local args = {
  1159.             [1] = "Nuclear"
  1160.         }
  1161.        
  1162.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1163.  
  1164.         local args = {
  1165.             [1] = "Hell"
  1166.         }
  1167.        
  1168.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1169.  
  1170.         local args = {
  1171.             [1] = "Cyber"
  1172.         }
  1173.        
  1174.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1175.  
  1176.         local args = {
  1177.             [1] = "Space"
  1178.         }
  1179.        
  1180.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1181.  
  1182.         local args = {
  1183.             [1] = "Galaxy"
  1184.         }
  1185.        
  1186.         game:GetService("ReplicatedStorage").Events.Chest:FireServer(unpack(args))
  1187.     end)
  1188.  
  1189.     -- Rebirth X
  1190.     MainRebirthX:NewButton("Set Delete Common", "sets autodelete to Common", function()
  1191.         local args = {
  1192.             [1] = "Common",
  1193.             [2] = true
  1194.         }
  1195.        
  1196.         game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
  1197.     end)
  1198.  
  1199.     -- Rebirth X
  1200.     MainRebirthX:NewButton("Set Delete Uncommon", "sets autodelete Uncommon", function()
  1201.         local args = {
  1202.             [1] = "Uncommon",
  1203.             [2] = true
  1204.         }
  1205.        
  1206.         game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
  1207.     end)
  1208.  
  1209.     -- Rebirth X
  1210.     MainRebirthX:NewButton("Set Delete Rare", "sets autodelete Rare", function()
  1211.         local args = {
  1212.             [1] = "Rare",
  1213.             [2] = true
  1214.         }
  1215.        
  1216.         game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
  1217.     end)
  1218.  
  1219.     -- Rebirth X
  1220.     MainRebirthX:NewButton("Set Delete Epic", "sets autodelete Epic", function()
  1221.         local args = {
  1222.             [1] = "Epic",
  1223.             [2] = true
  1224.         }
  1225.        
  1226.         game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
  1227.     end)
  1228.  
  1229.     -- Rebirth X
  1230.     MainRebirthX:NewButton("Set Delete Legendary", "sets autodelete Legendary", function()
  1231.         local args = {
  1232.             [1] = "Legendary",
  1233.             [2] = true
  1234.         }
  1235.        
  1236.         game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
  1237.     end)
  1238.  
  1239.     -- Rebirth X
  1240.     MainRebirthX:NewButton("Buy FreeAutoClicker", "free autoclick = slow, no upgrades", function()
  1241.         local args = {
  1242.             [1] = "FreeAutoClicker"
  1243.         }
  1244.        
  1245.         game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1246.     end)  
  1247.  
  1248.     -- Rebirth X
  1249.     MainRebirthX:NewLabel("Space upgrades")
  1250.  
  1251.     -- Rebirth X
  1252.     MainRebirthX:NewButton("Buy teleport", "allows you to teleport to unlocked areas", function()
  1253.         local args = {
  1254.             [1] = "Teleport",
  1255.             [2] = "space"
  1256.         }
  1257.         game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1258.     end)
  1259.  
  1260.     -- Rebirth X
  1261.     MainRebirthX:NewToggle("Buy ClickMultiSpace", "auto buys click multi space", function(state)
  1262.         if state then
  1263.             _G.CMSAB = true;
  1264.  
  1265.     while _G.CMSAB == true do
  1266.     local args = {
  1267.         [1] = "ClickMultiplier",
  1268.         [2] = "space"
  1269.     }
  1270.  
  1271.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1272.         wait(0.000000000000000000000000000000000005)
  1273.     end
  1274.         else
  1275.             _G.CMSAB = false;
  1276.         end
  1277.     end)
  1278.  
  1279.     -- Rebirth X
  1280.     MainRebirthX:NewToggle("Buy ChestCoolDown", "auto buys ChestCoolDown", function(state)
  1281.         if state then
  1282.             _G.ChestCoolDown = true;
  1283.  
  1284.     while _G.ChestCoolDown == true do
  1285.     local args = {
  1286.         [1] = "ChestCountdown",
  1287.         [2] = "space"
  1288.     }
  1289.  
  1290.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1291.         wait(0.000000000000000000000000000000000005)
  1292.     end
  1293.         else
  1294.             _G.ChestCoolDown = false;
  1295.         end
  1296.     end)
  1297.  
  1298.     -- Rebirth X
  1299.     MainRebirthX:NewToggle("Buy BankSpace", "auto buys bank space", function(state)
  1300.         if state then
  1301.             _G.Bspace = true;
  1302.  
  1303.     while _G.Bspace == true do
  1304.     local args = {
  1305.         [1] = "BankSpace",
  1306.         [2] = "space"
  1307.     }
  1308.  
  1309.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1310.         wait(0.000000000000000000000000000000000005)
  1311.     end
  1312.         else
  1313.             _G.Bspace = false;
  1314.         end
  1315.     end)
  1316.  
  1317.     -- Rebirth X
  1318.     MainRebirthX:NewToggle("Buy MaxCombo", "auto buys max Combo", function(state)
  1319.         if state then
  1320.             _G.MaxCSAB = true;
  1321.  
  1322.     while _G.MaxCSAB == true do
  1323.     local args = {
  1324.         [1] = "MaxCombo",
  1325.         [2] = "space"
  1326.     }
  1327.  
  1328.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1329.         wait(0.000000000000000000000000000000000005)
  1330.     end
  1331.         else
  1332.             _G.MaxCSAB = false;
  1333.         end
  1334.     end)
  1335.  
  1336.     -- Rebirth X
  1337.     MainRebirthX:NewToggle("Buy PetEquipSpace", "auto buys pet equip", function(state)
  1338.         if state then
  1339.             _G.PetEquipSAB = true;
  1340.  
  1341.     while _G.PetEquipSAB == true do
  1342.     local args = {
  1343.         [1] = "PetEquip",
  1344.         [2] = "space"
  1345.     }
  1346.  
  1347.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1348.         wait(0.000000000000000000000000000000000005)
  1349.     end
  1350.         else
  1351.             _G.PetEquipSAB = false;
  1352.         end
  1353.     end)
  1354.  
  1355.     -- Rebirth X
  1356.     MainRebirthX:NewToggle("Buy LuckMultiSpace", "auto buys luck multi", function(state)
  1357.         if state then
  1358.             _G.LuckMSAB = true;
  1359.  
  1360.     while _G.LuckMSAB == true do
  1361.     local args = {
  1362.         [1] = "LuckMultiplier",
  1363.         [2] = "space"
  1364.     }
  1365.  
  1366.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1367.         wait(0.000000000000000000000000000000000005)
  1368.     end
  1369.         else
  1370.             _G.LuckMSAB = false;
  1371.         end
  1372.     end)
  1373.  
  1374.     -- Rebirth X
  1375.     MainRebirthX:NewToggle("Buy GoldenChance", "auto buys goldenchance", function(state)
  1376.         if state then
  1377.             _G.GoldCSAB = true;
  1378.  
  1379.     while _G.GoldCSAB == true do
  1380.     local args = {
  1381.         [1] = "GoldenChance",
  1382.         [2] = "space"
  1383.     }
  1384.  
  1385.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1386.         wait(0.000000000000000000000000000000000005)
  1387.     end
  1388.  
  1389.         else
  1390.             _G.GoldCSAB = false;
  1391.         end
  1392.     end)
  1393.  
  1394.     -- Rebirth X
  1395.     MainRebirthX:NewToggle("AutoToxicChance", "auto buys toxic chance", function(state)
  1396.         if state then
  1397.             _G.ToxicCSAB = true;
  1398.  
  1399.     while _G.ToxicCSAB == true do
  1400.     local args = {
  1401.         [1] = "ToxicChance",
  1402.         [2] = "space"
  1403.     }
  1404.  
  1405.     game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
  1406.         wait(0.000000000000000000000000000000000005)
  1407.     end
  1408.         else
  1409.             _G.ToxicCSAB = false;
  1410.         end
  1411.     end)
  1412.     local SupportedGames = Window:NewTab("Supported Games!!!")
  1413.     local MainSupportedGames = SupportedGames:NewSection("Games")
  1414.     MainSupportedGames:NewLabel("BedWars")
  1415.     MainSupportedGames:NewLabel("FlagWars")
  1416.     MainSupportedGames:NewLabel("Rebirth Champions X")
  1417.     MainSupportedGames:NewLabel("Chinese freebie game")
  1418.     MainSupportedGames:NewLabel("Tapping Legends X")
  1419.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  1420.     MainSupportedGames:NewLabel("Islands of Move")
  1421.     MainSupportedGames:NewLabel("Mansion of Wonder")
  1422.     MainSupportedGames:NewLabel("24kGoldn Concert")
  1423.     MainSupportedGames:NewLabel("Race Clicker")
  1424.     MainSupportedGames:NewLabel("type /console")
  1425. end
  1426. ---------------------------------------------------------------------------------------------------------------------------------------
  1427. if game.PlaceId == 8750997647 then
  1428.     local TappingX = Window:NewTab("Tapping legends X")
  1429.     local MainTappingX = TappingX:NewSection("Basic Settings")
  1430.  
  1431.     -- Tapping Legends X
  1432.     MainTappingX:NewButton("Buy TapSkin", "Select tapskin to buy", function()
  1433.  
  1434.         local args =
  1435.     {[1] = "Purchase",
  1436.     [2] = _G.TapSkinName}
  1437.        
  1438.         game:GetService("ReplicatedStorage").Remotes.TapSkinAction:FireServer(unpack(args))
  1439.        
  1440.         end)
  1441.  
  1442.     -- Tapping Legends X
  1443.     MainTappingX:NewDropdown("Select TapSkin", "lets you buy ", {"PixLized", "Rocky", "Hexed", "Streak", "Aurora", "Magical", "Aesthetic", "Emerald", "Swirl", "Lightning", "Energy", "Galactical", "Vibrant", "HellSkin", "FireWork", "Circuit", "Warped", "Bubbly", "Ripple",}, function(mob)
  1444.         if mob == 'PixLized' then
  1445.             _G.TapSkinName = 1
  1446.         elseif mob == 'Rocky' then
  1447.             _G.TapSkinName = 2
  1448.         elseif mob == 'Hexed' then
  1449.             _G.TapSkinName = 3
  1450.         elseif mob == 'Streak' then
  1451.             _G.TapSkinName = 4
  1452.         elseif mob == 'Aurora' then
  1453.             _G.TapSkinName = 5
  1454.         elseif mob == 'Magical' then
  1455.             _G.TapSkinName = 6
  1456.         elseif mob == 'Aesthetic' then
  1457.             _G.TapSkinName = 7
  1458.         elseif mob == 'Emerald' then
  1459.             _G.TapSkinName = 8
  1460.         elseif mob == 'Swirl' then
  1461.             _G.TapSkinName = 9
  1462.         elseif mob == 'Lightning' then
  1463.             _G.TapSkinName = 10
  1464.         elseif mob == 'Energy' then
  1465.             _G.TapSkinName = 11
  1466.         elseif mob == 'Galactical' then
  1467.             _G.TapSkinName = 12
  1468.         elseif mob == 'Vibrant' then
  1469.             _G.TapSkinName = 13
  1470.         elseif mob == 'HellSkin' then
  1471.             _G.TapSkinName = 14
  1472.         elseif mob == 'FireWork' then
  1473.             _G.TapSkinName = 15
  1474.         elseif mob == 'Circuit' then
  1475.             _G.TapSkinName = 16
  1476.         elseif mob == 'Warped' then
  1477.             _G.TapSkinName = 17
  1478.         elseif mob == 'Bubbly' then
  1479.             _G.TapSkinName = 18
  1480.         elseif mob == 'Ripple' then
  1481.             _G.TapSkinName = 19
  1482.         end
  1483.     end)
  1484.  
  1485.     -- Tapping Legends X
  1486.     MainTappingX:NewButton("TapSkin Equip", "equips tapskin that you own", function()
  1487.         local args =
  1488.     {[1] = "Equip",
  1489.     [2] = _G.TapSkinNameEquip}
  1490.        
  1491.         game:GetService("ReplicatedStorage").Remotes.TapSkinAction:FireServer(unpack(args))
  1492.     end)
  1493.  
  1494.     -- Tapping Legends X
  1495.     MainTappingX:NewDropdown("Select TapSkin", "lets you buy ", {"PixLized", "Rocky", "Hexed", "Streak", "Aurora", "Magical", "Aesthetic", "Emerald", "Swirl", "Lightning", "Energy", "Galactical", "Vibrant", "HellSkin", "FireWork", "Circuit", "Warped", "Bubbly", "Ripple",}, function(mob)
  1496.         if mob == 'PixLized' then
  1497.             _G.TapSkinNameEquip = 1
  1498.         elseif mob == 'Rocky' then
  1499.             _G.TapSkinNameEquip = 2
  1500.         elseif mob == 'Hexed' then
  1501.             _G.TapSkinNameEquip = 3
  1502.         elseif mob == 'Streak' then
  1503.             _G.TapSkinNameEquip = 4
  1504.         elseif mob == 'Aurora' then
  1505.             _G.TapSkinNameEquip = 5
  1506.         elseif mob == 'Magical' then
  1507.             _G.TapSkinNameEquip = 6
  1508.         elseif mob == 'Aesthetic' then
  1509.             _G.TapSkinNameEquip = 7
  1510.         elseif mob == 'Emerald' then
  1511.             _G.TapSkinNameEquip = 8
  1512.         elseif mob == 'Swirl' then
  1513.             _G.TapSkinNameEquipEquip = 9
  1514.         elseif mob == 'Lightning' then
  1515.             _G.TapSkinNameEquip = 10
  1516.         elseif mob == 'Energy' then
  1517.             _G.TapSkinNameEquip = 11
  1518.         elseif mob == 'Galactical' then
  1519.             _G.TapSkinNameEquip = 12
  1520.         elseif mob == 'Vibrant' then
  1521.             _G.TapSkinNameEquip = 13
  1522.         elseif mob == 'HellSkin' then
  1523.             _G.TapSkinNameEquip = 14
  1524.         elseif mob == 'FireWork' then
  1525.             _G.TapSkinNameEquip = 15
  1526.         elseif mob == 'Circuit' then
  1527.             _G.TapSkinNameEquip = 16
  1528.         elseif mob == 'Warped' then
  1529.             _G.TapSkinNameEquip = 17
  1530.         elseif mob == 'Bubbly' then
  1531.             _G.TapSkinNameEquip = 18
  1532.         elseif mob == 'Ripple' then
  1533.             _G.TapSkinNameEquip = 19
  1534.         end
  1535.     end)
  1536.  
  1537.     -- Tapping Legends X
  1538.     MainTappingX:NewToggle("Auto Tap", "Taps very fast for you", function(state)
  1539.         if state then
  1540.             _G.autoTap = true;
  1541.  
  1542.     while _G.autoTap == true do
  1543.         game:GetService("ReplicatedStorage").Remotes.Tap:FireServer()
  1544.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1545.     end
  1546.         else
  1547.             _G.autoTap = false;
  1548.         end
  1549.     end)
  1550.     -- Tapping Legends X
  1551.     MainTappingX:NewToggle("Auto Rebirth", "auto rebirths for you", function(state)
  1552.         if state then
  1553.             _G.autoRebirth = true;
  1554.  
  1555.     while _G.autoRebirth == true do
  1556.        
  1557.     local args = {[1] = _G.rebirthAmount}
  1558.  
  1559.  
  1560.     game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer(unpack(args))
  1561.  
  1562.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1563.     end
  1564.         else
  1565.             _G.autoRebirth = false;
  1566.         end
  1567.     end)
  1568.  
  1569.     -- Tapping legends X
  1570.  
  1571.     MainTappingX:NewDropdown("Rebirth Amount", "pick the rebirths that you can do", {"1","5","20", "80", "400", "2k", "10k", "40k", "100k", "400k", "2M", "10M", "40M", "100M", "500M", "2B", "10B", "40B", "200B", "1T", "2T", "10T", "40T", "100T", "500T", "2Qd", "10Qd", "100Qd", "500Qd", "2Qn", "10Qn", "40Qn", "200Qn", "1Sx", "5Sx"}, function(mob)
  1572.         if mob == '1' then
  1573.             _G.rebirthAmount = 1
  1574.         elseif mob == '5' then
  1575.             _G.rebirthAmount = 2
  1576.         elseif mob == '20' then
  1577.             _G.rebirthAmount = 3
  1578.         elseif mob == '80' then
  1579.             _G.rebirthAmount = 4
  1580.         elseif mob == '400' then
  1581.             _G.rebirthAmount = 5
  1582.         elseif mob == '2K' then
  1583.             _G.rebirthAmount = 6
  1584.         elseif mob == '10K' then
  1585.             _G.rebirthAmount = 7
  1586.         elseif mob == '40K' then
  1587.             _G.rebirthAmount = 8
  1588.         elseif mob == '100K' then
  1589.             _G.rebirthAmount = 9
  1590.         elseif mob == '400K' then
  1591.             _G.rebirthAmount = 10
  1592.         elseif mob == '2M' then
  1593.             _G.rebirthAmount = 11
  1594.         elseif mob == '10M' then
  1595.             _G.rebirthAmount = 12
  1596.         elseif mob == '40M' then
  1597.             _G.rebirthAmount = 13
  1598.         elseif mob == '100M' then
  1599.             _G.rebirthAmount = 14
  1600.         elseif mob == '500M' then
  1601.             _G.rebirthAmount = 15
  1602.         elseif mob == '2B' then
  1603.             _G.rebirthAmount = 16
  1604.         elseif mob == '10B' then
  1605.             _G.rebirthAmount = 17
  1606.         elseif mob == '40B' then
  1607.             _G.rebirthAmount = 18
  1608.         elseif mob == '200B' then
  1609.             _G.rebirthAmount = 19
  1610.         elseif mob == '1T' then
  1611.             _G.rebirthAmount = 20
  1612.         elseif mob == '2T' then
  1613.             _G.rebirthAmount = 21
  1614.         elseif mob == '10T' then
  1615.             _G.rebirthAmount = 22
  1616.         elseif mob == '40T' then
  1617.             _G.rebirthAmount = 23
  1618.         elseif mob == '100T' then
  1619.             _G.rebirthAmount = 24
  1620.         elseif mob == '500T' then
  1621.             _G.rebirthAmount = 25
  1622.         elseif mob == '2Qd' then
  1623.             _G.rebirthAmount = 26
  1624.         elseif mob == '10Qd' then
  1625.             _G.rebirthAmount = 27
  1626.         elseif mob == '100Qd' then
  1627.             _G.rebirthAmount = 28
  1628.         elseif mob == '500Qd' then
  1629.             _G.rebirthAmount = 29
  1630.         elseif mob == '2Qn' then
  1631.             _G.rebirthAmount = 30
  1632.         elseif mob == '10Qn' then
  1633.             _G.rebirthAmount = 31
  1634.         elseif mob == '40Qn' then
  1635.             _G.rebirthAmount = 32
  1636.         elseif mob == '200Qn' then
  1637.             _G.rebirthAmount = 33
  1638.         elseif mob == '1Sx' then
  1639.             _G.rebirthAmount = 34
  1640.         elseif mob == '5Sx' then
  1641.             _G.rebirthAmount = 35
  1642.         end
  1643.     end)
  1644.  
  1645.     -- Tapping Legends X
  1646.     MainTappingX:NewButton("Enable ManuleAutoHatch", "when you open egg it auto hatches", function()
  1647.         local args = {
  1648.             [1] = "AutoOpen"
  1649.         }
  1650.        
  1651.         game:GetService("ReplicatedStorage").Remotes.Settings:FireServer(unpack(args))
  1652.     end)
  1653.  
  1654.     -- Tapping Legends X
  1655.     MainTappingX:NewToggle("Auto Best Pet", "Equips your best Pet", function(state)
  1656.         if state then
  1657.             _G.UnequipAll = true;
  1658.             while _G.UnequipAll == true do
  1659.                 game:GetService("ReplicatedStorage").Remotes.UnequipAll:InvokeServer()
  1660.                 wait(0.0000000000000000005)
  1661.                 game:GetService("ReplicatedStorage").Remotes.EquipBest:InvokeServer()
  1662.                 wait(0.5)
  1663.             end
  1664.         else
  1665.             _G.UnequipAll = false;
  1666.         end
  1667.     end)
  1668.  
  1669.     -- Tapping Legends X
  1670.     MainTappingX:NewButton("Teleport World", "Select world to teleport", function()
  1671.     local args =
  1672.     {[1] = _G.selectedWorld}
  1673.  
  1674.     game:GetService("ReplicatedStorage").Remotes.TeleportToArea:FireServer(unpack(args))
  1675.  
  1676.     end)
  1677.  
  1678.     -- Tapping Legends X
  1679.     MainTappingX:NewDropdown("Teleport Select", "Select World", {"Spawn","Forest","Desert", "Winter", "Lava", "Aqua", "Sakura", "Mines", "Galaxy", "Heaven", "Hell", "Tech", "Steampunk", "Swamp", "Candy", "Magic", "Fantasy", "Toy", "Retro", "Lab", "Temple"}, function(mob)
  1680.         if mob == 'Spawn' then
  1681.             _G.selectedWorld = 1
  1682.         elseif mob == 'Forest' then
  1683.             _G.selectedWorld = 2
  1684.         elseif mob == 'Desert' then
  1685.             _G.selectedWorld = 3
  1686.         elseif mob == 'Winter' then
  1687.             _G.selectedWorld = 4
  1688.         elseif mob == 'Lava' then
  1689.             _G.selectedWorld = 5
  1690.         elseif mob == 'Aqua' then
  1691.             _G.selectedWorld = 6
  1692.         elseif mob == 'Sakura' then
  1693.             _G.selectedWorld = 7
  1694.         elseif mob == 'Mines' then
  1695.             _G.selectedWorld = 8
  1696.         elseif mob == 'Galaxy' then
  1697.             _G.selectedWorld = 9
  1698.         elseif mob == 'Heaven' then
  1699.             _G.selectedWorld = 10
  1700.         elseif mob == 'Hell' then
  1701.             _G.selectedWorld = 11
  1702.         elseif mob == 'Tech' then
  1703.             _G.selectedWorld = 12
  1704.         elseif mob == 'Steampunk' then
  1705.             _G.selectedWorld = 13
  1706.         elseif mob == 'Swamp' then
  1707.             _G.selectedWorld = 14
  1708.         elseif mob == 'Candy' then
  1709.             _G.selectedWorld = 15
  1710.         elseif mob == 'Magic' then
  1711.             _G.selectedWorld = 16
  1712.         elseif mob == 'Fantasy' then
  1713.             _G.selectedWorld = 17
  1714.         elseif mob == 'Toy' then
  1715.             _G.selectedWorld = 18
  1716.         elseif mob == 'Retro' then
  1717.             _G.selectedWorld = 19
  1718.         elseif mob == 'Lab' then
  1719.             _G.selectedWorld = 20
  1720.         elseif mob == 'Temple' then
  1721.             _G.selectedWorld = 21
  1722.         end
  1723.     end)
  1724.  
  1725.     -- Tapping Legends X
  1726.     MainTappingX:NewToggle("Auto Open Egg", "Select HatchAmount, EggName before turning on", function(state)
  1727.         if state then
  1728.             _G.AutoOpen = true;
  1729.  
  1730.             while _G.AutoOpen == true do
  1731.  
  1732.     local args =
  1733.     {[1] = _G.EggName,
  1734.     [2] = _G.HatchAmount}
  1735.  
  1736.     game:GetService("ReplicatedStorage").Remotes.BuyEgg:InvokeServer(unpack(args))
  1737.             wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1738.     end
  1739.         else
  1740.             _G.AutoOpen = false;
  1741.         end
  1742.     end)
  1743.  
  1744.     -- Tapping Legneds X
  1745.     MainTappingX:NewDropdown("EggName", "Select Egg Name", {"Basic Egg","Rare Egg","Forest Egg","Desert Egg","Winter Egg", "Lava Egg", "Aqua Egg", "Sakura Egg", "Mines Egg", "Galaxy Egg", "Heaven Egg", "Hell Egg", "Tech Egg", "Steampunk Egg", "Swamp Egg", "Candy Egg", "Magic Egg", "Fantasy Egg", "Toy Egg", "Retro Egg", "Lab Egg", "Temple Egg"}, function(mob)
  1746.         if mob == 'Basic Egg' then
  1747.             _G.EggName = "Basic Egg"
  1748.         elseif mob == 'Rare Egg' then
  1749.             _G.EggName = "Rare Egg"
  1750.         elseif mob == 'Forest Egg' then
  1751.             _G.EggName = "Forest Egg"
  1752.         elseif mob == 'Desert Egg' then
  1753.             _G.EggName = "Desert Egg"
  1754.         elseif mob == 'Winter Egg' then
  1755.             _G.EggName = "Winter Egg"
  1756.         elseif mob == 'Lava Egg' then
  1757.             _G.EggName = "Lava Egg"
  1758.         elseif mob == 'Aqua Egg' then
  1759.             _G.EggName = "Aqua Egg"
  1760.         elseif mob == 'Sakura Egg' then
  1761.             _G.EggName = "Sakura"
  1762.         elseif mob == 'Mines Egg' then
  1763.             _G.EggName = "Mines Egg"
  1764.         elseif mob == 'Galaxy Egg' then
  1765.             _G.EggName = "Galaxy Egg"
  1766.         elseif mob == 'Heaven Egg' then
  1767.             _G.EggName = "Heaven Egg"
  1768.         elseif mob == 'Hell Egg' then
  1769.             _G.EggName = "Hell egg"
  1770.         elseif mob == 'Tech Egg' then
  1771.             _G.EggName = "Tech Egg"
  1772.         elseif mob == 'Steampunk Egg' then
  1773.             _G.EggName = "Steampunk Egg"
  1774.         elseif mob == 'Swamp Egg' then
  1775.             _G.EggName = "Swamp Egg"
  1776.         elseif mob == 'Candy Egg' then
  1777.             _G.EggName = "Candy Egg"
  1778.         elseif mob == 'Magic Egg' then
  1779.             _G.EggName = "Magic Egg"
  1780.         elseif mob == 'Fantasy Egg' then
  1781.             _G.EggName = "Fantasy Egg"
  1782.         elseif mob == 'Toy Egg' then
  1783.             _G.EggName = "Toy Egg"
  1784.         elseif mob == 'Retro Egg' then
  1785.             _G.EggName = 'Retro Egg'
  1786.         elseif mob == 'Lab Egg' then
  1787.             _G.EggName = 'Lab Egg'
  1788.         elseif mob == 'Temple Egg' then
  1789.             _G.EggName = 'Temple Egg'
  1790.         end
  1791.     end)
  1792.  
  1793.     -- Tapping Legends X
  1794.     MainTappingX:NewDropdown("Hatch Amount", "Select amount to hatch", {"1", "3", "4"}, function(mob)
  1795.         if mob == '1' then
  1796.             _G.HatchAmount = 1
  1797.         elseif mob == '3' then
  1798.             _G.HatchAmount = 3
  1799.         elseif mob == '4' then
  1800.             _G.HatchAmount = 4
  1801.         end
  1802.     end)
  1803.  
  1804.     -- Tapping Legends X
  1805.     MainTappingX:NewToggle("Upgrade Tap Multi", "auto upgrades tap Multi", function(state)
  1806.         if state then
  1807.             _G.autotapupgrade = true;
  1808.  
  1809.     while _G.autotapupgrade == true do
  1810.     local args = {
  1811.         [1] = "Ruby",
  1812.         [2] = "TapMultiplier"
  1813.     }
  1814.  
  1815.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1816.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1817.     end
  1818.         else
  1819.             _G.autotapupgrade = false;
  1820.         end
  1821.     end)
  1822.  
  1823.     -- Tapping Legends X
  1824.     MainTappingX:NewButton("Buy Free AutoClick", "Free autoclick = slow", function()
  1825.         local args = {
  1826.             [1] = "Ruby",
  1827.             [2] = "FreeAutoClicker"
  1828.         }
  1829.        
  1830.         game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1831.     end)
  1832.  
  1833.     -- Tapping Legends X
  1834.     MainTappingX:NewToggle("More rebirths", "Auto buys more rebirths", function(state)
  1835.         if state then
  1836.             _G.autoRebirthupgrade = true;
  1837.  
  1838.     while _G.autoRebirthupgrade == true do
  1839.     local args = {
  1840.         [1] = "Ruby",
  1841.         [2] = "RebirthsUpgrade"
  1842.     }
  1843.  
  1844.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1845.  
  1846.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1847.     end
  1848.         else
  1849.             _G.autoRebirthupgrade = false;
  1850.         end
  1851.     end)
  1852.  
  1853.     -- Tapping Legends X
  1854.     MainTappingX:NewButton("Enable FreeAutoClicker", "The Name tells what it does", function()
  1855.         local args = {
  1856.             [1] = "FreeAutoEnabled"
  1857.         }
  1858.        
  1859.         game:GetService("ReplicatedStorage").Remotes.Settings:FireServer(unpack(args))
  1860.        
  1861.     end)
  1862.  
  1863.     -- Tapping Legends X
  1864.     MainTappingX:NewToggle("More Storage", "auto buys Storage", function(state)
  1865.         if state then
  1866.             _G.autoStorgeupgrade = true;
  1867.  
  1868.     while _G.Storageupgrade == true do
  1869.     local args = {
  1870.         [1] = "Ruby",
  1871.         [2] = "PetStorage"
  1872.     }
  1873.  
  1874.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1875.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1876.     end
  1877.         else
  1878.             _G.autoStorgeupgrade = false;
  1879.         end
  1880.     end)
  1881.  
  1882.     -- Tapping Legends X
  1883.     MainTappingX:NewToggle("Auto Buy WalkSpeed", "auto buys more WalkSpeed", function(state)
  1884.         if state then
  1885.             _G.autoWalkupgrade = true;
  1886.  
  1887.     while _G.autoWalkupgrade == true do
  1888.     local args = {
  1889.         [1] = "Ruby",
  1890.         [2] = "WalkSpeed"
  1891.     }
  1892.  
  1893.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1894.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1895.     end
  1896.         else
  1897.             _G.autoWalkupgrade = false;
  1898.         end
  1899.     end)
  1900.  
  1901.     -- Tapping Legends X
  1902.     MainTappingX:NewToggle("Crit Chance", "auto buys crit Chance", function(state)
  1903.         if state then
  1904.             _G.autoCritupgrade = true;
  1905.  
  1906.     while _G.autoCritupgrade == true do
  1907.        
  1908.     local args = {
  1909.         [1] = "Ruby",
  1910.         [2] = "CriticalChances"
  1911.     }
  1912.  
  1913.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1914.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1915.     end
  1916.         else
  1917.             _G.autoCritupgrade = false;
  1918.         end
  1919.     end)
  1920.  
  1921.     -- Tapping Legends X
  1922.     MainTappingX:NewToggle("Autoclicker Multi", "auto buys autoclick Multi", function(state)
  1923.         if state then
  1924.             _g.autoMultiUpgrade = true;
  1925.  
  1926.     while _G.autoMultiUpgrade == true do
  1927.        
  1928.     local args = {
  1929.         [1] = "Ruby",
  1930.         [2] = "AutoClickerMultiplier"
  1931.     }
  1932.  
  1933.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1934.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1935.     end
  1936.         else
  1937.             _g.autoMultiUpgrade = false;
  1938.         end
  1939.     end)
  1940.  
  1941.     -- Tapping Legends X
  1942.     MainTappingX:NewToggle("Max Combo", "auto buys max Combo", function(state)
  1943.         if state then
  1944.             _G.autoCombo = true;
  1945.  
  1946.     while _G.autoCombo == true do
  1947.        
  1948.     local args = {
  1949.         [1] = "Ruby",
  1950.         [2] = "MaxCombo"
  1951.     }
  1952.  
  1953.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1954.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1955.     end
  1956.         else
  1957.             _G.autoCombo = false;
  1958.         end
  1959.     end)
  1960.  
  1961.     -- Tapping Legends X
  1962.     MainTappingX:NewToggle("better pet stats", "auto buys pet stats", function(state)
  1963.         if state then
  1964.             _G.BetterStats = true;
  1965.             while _G.BetterStats == true do
  1966.     local args = {
  1967.         [1] = "Ruby",
  1968.         [2] = "BetterPetStats"
  1969.     }
  1970.  
  1971.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1972.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1973.             end
  1974.         else
  1975.             _G.BetterStats = false;
  1976.         end
  1977.     end)
  1978.  
  1979.     -- Tapping Legends X
  1980.     MainTappingX:NewToggle("Achievement Luck", "auto buys AchievementLuck", function(state)
  1981.         if state then
  1982.             _G.AutoLuck = true;
  1983.  
  1984.     while _g.AutoLuck == true do
  1985.        
  1986.     local args = {
  1987.         [1] = "Ruby",
  1988.         [2] = "AchievementLuck"
  1989.     }
  1990.  
  1991.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  1992.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  1993.     end
  1994.         else
  1995.             _G.AutoLuck = false;
  1996.         end
  1997.     end)
  1998.  
  1999.     -- Tapping Legends X
  2000.     MainTappingX:NewToggle("World boost multi", "auto buys world boost multi", function(state)
  2001.         if state then
  2002.             _G.BoostMulti = true;
  2003.         while _G.BoostMulti == true do
  2004.     local args = {
  2005.         [1] = "Tokens",
  2006.         [2] = "WorldBoost"
  2007.     }
  2008.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2009.     wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2010.         end
  2011.     else
  2012.         _G.BoostMulti = false;
  2013.     end  
  2014.     end)
  2015.  
  2016.     -- Tapping Legends X
  2017.     MainTappingX:NewToggle("ReEnchant", "auto buy ReEnchant", function(state)
  2018.         if state then
  2019.             _G.autoEnchant = true;
  2020.  
  2021.     while _G.autoEnchant == true do
  2022.        
  2023.     local args = {
  2024.         [1] = "Ruby",
  2025.         [2] = "ReEnchant"
  2026.     }
  2027.  
  2028.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2029.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2030.     end
  2031.         else
  2032.             _G.autoEnchant = false;
  2033.         end
  2034.     end)
  2035.  
  2036.     -- Tapping Legends X
  2037.     MainTappingX:NewToggle("TapDamage", "auto buys TapDamage", function(state)
  2038.         if state then
  2039.             _G.autoDamage = true;
  2040.  
  2041.     while _G.autoDamage == true do
  2042.        
  2043.     local args = {
  2044.         [1] = "Tokens",
  2045.         [2] = "TapDamage"
  2046.     }
  2047.  
  2048.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2049.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2050.     end
  2051.         else
  2052.             _G.autoDamage = false;
  2053.         end
  2054.     end)
  2055.  
  2056.     -- Tapping Legends X
  2057.     MainTappingX:NewToggle("More Equipped Pets", "auto buys pet equip", function(state)
  2058.         if state then
  2059.             _G.morePets = true;
  2060.  
  2061.     while _G.morePets == true do
  2062.        
  2063.     local args = {
  2064.         [1] = "Tokens",
  2065.         [2] = "TapDamage"
  2066.     }
  2067.  
  2068.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2069.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2070.     end
  2071.         else
  2072.             _G.morePets = false;
  2073.         end
  2074.     end)
  2075.  
  2076.     -- Tapping Legends X
  2077.     MainTappingX:NewToggle("Gold Chance", "auto buys GoldChance", function(state)
  2078.         if state then
  2079.             _G.GoldChance = true;
  2080.  
  2081.     while _G.GoldChance == true do
  2082.        
  2083.     local args = {
  2084.         [1] = "Tokens",
  2085.         [2] = "GoldenChance"
  2086.     }
  2087.  
  2088.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2089.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2090.     end
  2091.         else
  2092.             _G.GoldChance = false;
  2093.         end
  2094.     end)
  2095.  
  2096.     -- Tapping Legends X
  2097.     MainTappingX:NewToggle("Fast Eggs 'Needs Tokens' ", "auto buys FasterEggs", function(state)
  2098.         if state then
  2099.             _G.FastEgg = true;
  2100.  
  2101.     while _G.FastEgg == true do
  2102.        
  2103.     local args = {
  2104.         [1] = "Tokens",
  2105.         [2] = "FasterEggs"
  2106.     }
  2107.  
  2108.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2109.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2110.     end
  2111.         else
  2112.            
  2113.         end
  2114.     end)
  2115.  
  2116.     -- Tapping Legends X
  2117.     MainTappingX:NewToggle("More Luck", "auto buys more luck", function(state)
  2118.         if state then
  2119.             _G.MoreLuck = true;
  2120.  
  2121.     while _G.MoreLuck == true do
  2122.        
  2123.     local args = {
  2124.         [1] = "Tokens",
  2125.         [2] = "MoreLuck"
  2126.     }
  2127.  
  2128.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2129.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2130.     end
  2131.         else
  2132.             _G.MoreLuck = false;
  2133.         end
  2134.     end)
  2135.  
  2136.     -- Tapping Legends X
  2137.     MainTappingX:NewToggle("Rainbow Chance", "auto buys rainbow Chance", function(state)
  2138.         if state then
  2139.             _G.RainBowChance = true;
  2140.  
  2141.     while _G.RainBow == true do
  2142.        
  2143.     local args = {
  2144.         [1] = "Tokens",
  2145.         [2] = "RainbowChance"
  2146.     }
  2147.  
  2148.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2149.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2150.     end
  2151.         else
  2152.             _G.RainBowChance = false;
  2153.         end
  2154.     end)
  2155.  
  2156.     -- Tapping Legends X
  2157.     MainTappingX:NewToggle("More Rubies", "auto buys ruby upgrade", function(state)
  2158.         if state then
  2159.             _G.MoreRuby = true;
  2160.  
  2161.     while _G.MoreRuby == true do
  2162.        
  2163.     local args = {
  2164.         [1] = "Tokens",
  2165.         [2] = "RubyMultiplier"
  2166.     }
  2167.  
  2168.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2169.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2170.     end
  2171.         else
  2172.             _G.MoreRuby = false;
  2173.         end
  2174.     end)
  2175.  
  2176.     -- Tapping Legends X
  2177.     MainTappingX:NewToggle("Chest Chance", "auto buys chest Chance", function(state)
  2178.         if state then
  2179.             _G.ChestChance = true;
  2180.  
  2181.     while _G.ChestChance == true do
  2182.        
  2183.     local args = {
  2184.         [1] = "Tokens",
  2185.         [2] = "ChestChances"
  2186.     }
  2187.  
  2188.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2189.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2190.     end
  2191.         else
  2192.             _G.ChestChance = false;
  2193.         end
  2194.     end)
  2195.  
  2196.     -- Tapping Legends X
  2197.     MainTappingX:NewToggle("Pet Level", "auto buys pet level", function(state)
  2198.         if state then
  2199.             _G.PetLevel = true;
  2200.  
  2201.     while _G.PetLevel == true do
  2202.        
  2203.     local args = {
  2204.         [1] = "Tokens",
  2205.         [2] = "MaxPetLevel"
  2206.     }
  2207.  
  2208.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2209.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2210.     end
  2211.         else
  2212.             _G.PetLevel = false;
  2213.         end
  2214.     end)
  2215.  
  2216.     -- Tapping Legends X
  2217.     MainTappingX:NewToggle("EnchantBonus", " auto buys EnchantBonus", function(state)
  2218.         if state then
  2219.             _G.EnchantBonus = true;
  2220.  
  2221.     while _G.EnchantBonus == true do
  2222.        
  2223.     local args = {
  2224.         [1] = "Tokens",
  2225.         [2] = "MaxEnchant"
  2226.     }
  2227.  
  2228.     game:GetService("ReplicatedStorage").Remotes.Upgrade:InvokeServer(unpack(args))
  2229.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2230.     end
  2231.         else
  2232.             _G.EnchantBonus = false;
  2233.         end
  2234.     end)
  2235.  
  2236.     -- Tapping Legendsm X
  2237.     MainTappingX:NewToggle("Extract Rubies", "Auto Extract Rubies", function(state)
  2238.         if state then
  2239.             _G.AutoRubies = true;
  2240.            
  2241.     while _G.AutoRubies == true do
  2242.         local args = {
  2243.             [1] = 2
  2244.         }
  2245.        
  2246.         game:GetService("ReplicatedStorage").Remotes.Extract:FireServer(unpack(args))
  2247.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2248.     end
  2249.         else
  2250.             _G.AutoRubies = false;
  2251.         end
  2252.     end)
  2253.  
  2254.     -- Tapping Legends X
  2255.     MainTappingX:NewToggle("Extract Taps", "Auto Extract Taps", function(state)
  2256.         if state then
  2257.             _G.AutoTap = true;
  2258.            
  2259.     while _G.AutoTap == true do
  2260.         local args = {
  2261.             [1] = 1
  2262.         }
  2263.        
  2264.         game:GetService("ReplicatedStorage").Remotes.Extract:FireServer(unpack(args))
  2265.         wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000005)
  2266.     end
  2267.         else
  2268.             _G.AutoRubies = false;
  2269.         end
  2270.     end)
  2271.     local SupportedGames = Window:NewTab("Supported Games!!!")
  2272.     local MainSupportedGames = SupportedGames:NewSection("Games")
  2273.     MainSupportedGames:NewLabel("BedWars")
  2274.     MainSupportedGames:NewLabel("FlagWars")
  2275.     MainSupportedGames:NewLabel("Rebirth Champions X")
  2276.     MainSupportedGames:NewLabel("Chinese freebie game")
  2277.     MainSupportedGames:NewLabel("Tapping Legends X")
  2278.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  2279.     MainSupportedGames:NewLabel("Islands of Move")
  2280.     MainSupportedGames:NewLabel("Mansion of Wonder")
  2281.     MainSupportedGames:NewLabel("24kGoldn Concert")
  2282.     MainSupportedGames:NewLabel("Race Clicker")
  2283.     MainSupportedGames:NewLabel("type /console")
  2284. end
  2285. ---------------------------------------------------------------------------------------------------------------------------------------
  2286.     if game.PlaceId == 6872265039 then
  2287.         local BedWars = Window:NewTab("BedWars")
  2288.         local MainBedWars = BedWars:NewSection("Bedwars Scripts")
  2289.         MainBedWars:NewButton("Vape V4", "loads Vape V4 Script", function()
  2290.         loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  2291.     end)
  2292.  
  2293.     MainBedWars:NewButton("Sape", "loads Sape Script", function()
  2294.         loadstring(game:HttpGet("https://raw.githubusercontent.com/vodxn/sape/main/Initiate.lua"))()
  2295.     end)
  2296.  
  2297.     MainBedWars:NewButton("Rektsky", "loads Rektsky Script", function()
  2298.         loadstring(game:HttpGet("https://raw.githubusercontent.com/8pmX8/rektsky4roblox/main/mainscript.lua"))()
  2299.     end)
  2300.  
  2301.     MainBedWars:NewButton("Future", "loads Future Script", function()
  2302.         loadstring(game:HttpGet('https://raw.githubusercontent.com/joeengo/Future/main/loadstring.lua', true))()
  2303.     end)
  2304.     local SupportedGames = Window:NewTab("Supported Games!!!")
  2305.     local MainSupportedGames = SupportedGames:NewSection("Games")
  2306.     MainSupportedGames:NewLabel("BedWars")
  2307.     MainSupportedGames:NewLabel("FlagWars")
  2308.     MainSupportedGames:NewLabel("Rebirth Champions X")
  2309.     MainSupportedGames:NewLabel("Chinese freebie game")
  2310.     MainSupportedGames:NewLabel("Tapping Legends X")
  2311.     MainSupportedGames:NewLabel("Tai Verdes Concert")
  2312.     MainSupportedGames:NewLabel("Islands of Move")
  2313.     MainSupportedGames:NewLabel("Mansion of Wonder")
  2314.     MainSupportedGames:NewLabel("24kGoldn Concert")
  2315.     MainSupportedGames:NewLabel("Race Clicker")
  2316.     MainSupportedGames:NewLabel("Big Paintball")
  2317.     MainSupportedGames:NewLabel("type /console")
  2318. end
  2319. ---------------------------------------------------------------------------------------------------------------------------------------
  2320.     if game.PlaceId == 9285238704 then
  2321.         local RaceClicker = Window:NewTab("Race Clicker")
  2322.         local MainRaceClick = RaceClicker:NewSection("Games")
  2323.         MainRaceClick:NewToggle("AutoFarm", "auto farms for you", function(state)
  2324.             if state then
  2325.                 _G.RaceFarm = true;
  2326.  
  2327.                 while _G.RaceFarm == true do
  2328.                                         --settings (make first two values values bigger if script often bugs for you)
  2329.                     local delay1 = _G.Delay2
  2330.                     local delay2 = _G.Delay
  2331.                     local onlywhileround = true
  2332.                     --main
  2333.                     local plr = game:service'Players'.LocalPlayer
  2334.                     while task.wait() do
  2335.                         pcall(function()
  2336.                             if plr.PlayerGui.UI_Main.UI.TopMenu.RaceTimer.TextLabel.Text == '' and onlywhileround then
  2337.                                 repeat task.wait() until plr.PlayerGui.UI_Main.UI.TopMenu.RaceTimer.TextLabel.Text ~= ''
  2338.                                 task.wait(1)
  2339.                             end
  2340.                             for i,v in pairs(workspace.Environment:GetDescendants()) do
  2341.                                 if v:FindFirstChildWhichIsA'TouchTransmitter' then
  2342.                                     firetouchinterest(v, plr.Character.HumanoidRootPart, 0)
  2343.                                     task.wait((v.Parent.Name == 'Stage1K' and delay1) or delay2)
  2344.                                 end
  2345.                             end
  2346.                         end)
  2347.                     end
  2348.                 end
  2349.             else
  2350.                 _G.RaceFarm = false;
  2351.             end
  2352.         end)
  2353.  
  2354.         MainRaceClick:NewLabel("Change the delays, recommend 2 then 0.3")
  2355.  
  2356.         MainRaceClick:NewTextBox("Delay 'recommend 2'", "put delay", function(txt)
  2357.             _G.Delay = txt
  2358.         end)
  2359.  
  2360.         MainRaceClick:NewTextBox("Delay2 'recommend 0.3'", "put delay", function(txt)
  2361.             _G.Delay2 = txt
  2362.         end)
  2363.  
  2364.         local SupportedGames = Window:NewTab("Supported Games!!!")
  2365.         local MainSupportedGames = SupportedGames:NewSection("Games")
  2366.         MainSupportedGames:NewLabel("BedWars")
  2367.         MainSupportedGames:NewLabel("FlagWars")
  2368.         MainSupportedGames:NewLabel("Rebirth Champions X")
  2369.         MainSupportedGames:NewLabel("Chinese freebie game")
  2370.         MainSupportedGames:NewLabel("Tapping Legends X")
  2371.         MainSupportedGames:NewLabel("Tai Verdes Concert")
  2372.         MainSupportedGames:NewLabel("Islands of Move")
  2373.         MainSupportedGames:NewLabel("Mansion of Wonder")
  2374.         MainSupportedGames:NewLabel("24kGoldn Concert")
  2375.         MainSupportedGames:NewLabel("Race Clicker")
  2376.         MainSupportedGames:NewLabel("Big Paintball")
  2377.         MainSupportedGames:NewLabel("type /console")
  2378.     end
  2379. ---------------------------------------------------------------------------------------------------------------------------------------
  2380.     if game.PlaceId == 3527629287 then
  2381.         local PaintBall = Window:NewTab("Big Paint Ball")
  2382.         local MainPaint = PaintBall:NewSection("Main")
  2383.  
  2384.         MainPaint:NewButton("Unlock Guns", "get all the Games", function()
  2385.             loadstring(game:HttpGet('https://pastebin.com/raw/yPa19SEB', true))()
  2386.         end)  
  2387.  
  2388.         MainPaint:NewButton("CERBERUS", "loads a different PaintBall script", function()
  2389.             loadstring(game:HttpGet("https://raw.githubusercontent.com/0xd5f/CERBERUS/main/CERBERUS.lua", true))()
  2390.         end)
  2391.  
  2392.         MainPaint:NewButton("Ski Hub V2", "loads a different PaintBall script", function ()
  2393.             loadstring(game:HttpGet("https://raw.githubusercontent.com/Yousuck780/BP/main/Big%20paintball", true))()
  2394.         end)
  2395.  
  2396.         local SupportedGames = Window:NewTab("Supported Games!!!")
  2397.         local MainSupportedGames = SupportedGames:NewSection("Games")
  2398.         MainSupportedGames:NewLabel("BedWars")
  2399.         MainSupportedGames:NewLabel("FlagWars")
  2400.         MainSupportedGames:NewLabel("Rebirth Champions X")
  2401.         MainSupportedGames:NewLabel("Chinese freebie game")
  2402.         MainSupportedGames:NewLabel("Tapping Legends X")
  2403.         MainSupportedGames:NewLabel("Tai Verdes Concert")
  2404.         MainSupportedGames:NewLabel("Islands of Move")
  2405.         MainSupportedGames:NewLabel("Mansion of Wonder")
  2406.         MainSupportedGames:NewLabel("24kGoldn Concert")
  2407.         MainSupportedGames:NewLabel("Race Clicker")
  2408.         MainSupportedGames:NewLabel("Big Paintball")
  2409.         MainSupportedGames:NewLabel("type /console")
  2410.     end
  2411.  
  2412. ---------------------------------------------------------------------------------------------------------------------------------------
  2413.  
  2414. if game.PlaceId ~= 123 then
  2415.     a = false;
  2416. end
  2417.  
  2418. if a == false then
  2419.     local BedwarsManual = Window:NewTab("Bedwars loader?")
  2420.     local MainBedWarsManual = BedwarsManual:NewSection("Are you you in a Bedwars match")
  2421.     MainBedWarsManual:NewButton("Yes", "loads the bedwars script", function()
  2422.     wait(cooldown)
  2423.     cooldown = 0.5
  2424.     local Bedwars = Window:NewTab("Bedwars")
  2425.     local MainBedWars = Bedwars:NewSection("Gay")
  2426.                 MainBedWars:NewButton("Vape Private", "loads Sape Script", function()
  2427.                     loadstring(game:HttpGet("https://raw.githubusercontent.com/vodxn/sape/main/Initiate.lua"))()
  2428.                 end)
  2429.        
  2430.                 MainBedWars:NewButton("Rektsky", "loads Rektsky Script", function()
  2431.                     loadstring(game:HttpGet("https://raw.githubusercontent.com/8pmX8/rektsky4roblox/main/mainscript.lua"))()
  2432.                 end)
  2433.        
  2434.                 MainBedWars:NewButton("Future", "loads Future Script", function()
  2435.                     loadstring(game:HttpGet('https://raw.githubusercontent.com/joeengo/Future/main/loadstring.lua', true))()
  2436.                 end)
  2437.  
  2438.                
  2439.                 cooldown = 999999
  2440.                 cooldown2 = 999999
  2441.             end)
  2442.  
  2443.     MainBedWarsManual:NewButton("No", "game is not Supported", function()
  2444.         wait(cooldown2)
  2445.         cooldown2 = 0.5
  2446.             --Main
  2447. local Main = Window:NewTab("Player")
  2448. local MainSection = Main:NewSection("Main")
  2449.  
  2450. --Speed Button
  2451. MainSection:NewButton("WalkSpeed 150", "Makes you go 150 times faster", function()
  2452.     loadstring(game:HttpGet('https://pastebin.com/raw/7wZq13g0'))()
  2453. end)
  2454.  
  2455. --Jump Button
  2456. MainSection:NewButton("JumpPower 150", "Makes you jump 150 times higher", function()
  2457.     loadstring(game:HttpGet('https://pastebin.com/raw/1fgaFwyP'))()
  2458. end)
  2459.  
  2460. --Infinte Jump Button
  2461. MainSection:NewButton("infinte Jump", "makes you jump infinite times", function()
  2462.     loadstring(game:HttpGet('https://pastebin.com/raw/JZYc0v9r'))()
  2463. end)
  2464.  
  2465. --Fake Kick
  2466. MainSection:NewButton("Fake Kick/Ban", "Makes you get Fake Kicked", function()
  2467.     game.Players.LocalPlayer:Kick(_G.KickMessage)
  2468. end)
  2469. MainSection:NewTextBox("Edit KickMessage", "Don't put too many words", function(txt)
  2470.     _G.KickMessage = txt
  2471. end)
  2472.  
  2473.  
  2474.     local SupportedGames = Window:NewTab("Supported Games!!!")
  2475.     local MainSupportedGames = SupportedGames:NewSection("Games")
  2476.         MainSupportedGames:NewLabel("BedWars")
  2477.         MainSupportedGames:NewLabel("FlagWars")
  2478.         MainSupportedGames:NewLabel("Rebirth Champions X")
  2479.         MainSupportedGames:NewLabel("Chinese freebie game")
  2480.         MainSupportedGames:NewLabel("Tapping Legends X")
  2481.         MainSupportedGames:NewLabel("Tai Verdes Concert")
  2482.         MainSupportedGames:NewLabel("Islands of Move")
  2483.         MainSupportedGames:NewLabel("Mansion of Wonder")
  2484.         MainSupportedGames:NewLabel("24kGoldn Concert")
  2485.         MainSupportedGames:NewLabel("Race Clicker")
  2486.         MainSupportedGames:NewLabel("Big Paintball")
  2487.         MainSupportedGames:NewLabel("type /console")
  2488.  
  2489.         cooldown2 = 999999
  2490.         cooldown = 999999
  2491.     end)
  2492. end
  2493.  
  2494.     --[[detect PlaceId
  2495. local gameid = game.PlaceId
  2496. print(gameid)
  2497. ]]
  2498.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement