The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Tapping Gods script pastebin roblox
By Tapping Gods on 2024-09-19 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  
  2.  
  3. local library = loadstring(game:HttpGet(("https://pastebin.com/raw/FsJak6AT")))()
  4.  
  5. local w = library:CreateWindow("Tapping Gods")
  6.  
  7. local b = w:CreateFolder("Functions")
  8. b:Label("~Functions~", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  9.  
  10. b:Toggle(
  11.     "Auto Tap",
  12.     function(bool)
  13.         AutoTap = bool
  14.     end
  15. )
  16. b:Toggle(
  17.     "Faster Auto Tap",
  18.     function(bool)
  19.         FasterAutoTap = bool
  20.     end
  21. )
  22. b:Toggle(
  23.     "Auto Boss",
  24.     function(bool)
  25.         AutoBoss = bool
  26.     end
  27. )
  28. b:Toggle(
  29.     "Bring Gems",
  30.     function(bool)
  31.         AutoGems = bool
  32.     end
  33. )
  34. spawn(
  35.     function()
  36.         while wait() do
  37.             if AutoBoss then
  38.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  39.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  40.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  41.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  42.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  43.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  44.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  45.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  46.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  47.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  48.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  49.                 game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  50.             end
  51.         end
  52.     end
  53. )
  54. spawn(
  55.     function()
  56.         while wait() do
  57.             if AutoGems then
  58.                 for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  59.                     if v.Name == "Diamond" then
  60.                         v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  61.                     end
  62.                 end
  63.             end
  64.         end
  65.     end
  66. )
  67. b:Dropdown(
  68.     "Rebirths",
  69.     {
  70.         "1",
  71.         "5",
  72.         "10",
  73.         "50",
  74.         "100",
  75.         "250",
  76.         "500",
  77.         "1K",
  78.         "5K",
  79.         "10K",
  80.         "25K",
  81.         "69K",
  82.         "100K",
  83.         "400K",
  84.         "1M",
  85.         "12M",
  86.         "38M",
  87.         "900M"
  88.     },
  89.     true,
  90.     function(lol92)
  91.         print(lol92)
  92.         _G.Quests2 = lol92
  93.     end
  94. )
  95.  
  96. b:Toggle(
  97.     "Auto Rebirth",
  98.     function(bool)
  99.         shared.toggle82 = bool
  100.     end
  101. )
  102.  
  103. spawn(
  104.     function()
  105.         while wait(0.1) do
  106.             if shared.toggle82 then
  107.                 if _G.Quests2 == "1" then
  108.                     local A_1 = 1
  109.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  110.                     Event:FireServer(A_1)
  111.                 elseif _G.Quests2 == "5" then
  112.                     local A_1 = 5
  113.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  114.                     Event:FireServer(A_1)
  115.                 elseif _G.Quests2 == "10" then
  116.                     local A_1 = 10
  117.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  118.                     Event:FireServer(A_1)
  119.                 elseif _G.Quests2 == "50" then
  120.                     local A_1 = 50
  121.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  122.                     Event:FireServer(A_1)
  123.                 elseif _G.Quests2 == "100" then
  124.                     local A_1 = 100
  125.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  126.                     Event:FireServer(A_1)
  127.                 elseif _G.Quests2 == "250" then
  128.                     local A_1 = 250
  129.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  130.                     Event:FireServer(A_1)
  131.                 elseif _G.Quests2 == "500" then
  132.                     local A_1 = 500
  133.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  134.                     Event:FireServer(A_1)
  135.                 elseif _G.Quests2 == "1K" then
  136.                     local A_1 = 1000
  137.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  138.                     Event:FireServer(A_1)
  139.                 elseif _G.Quests2 == "5K" then
  140.                     local A_1 = 5000
  141.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  142.                     Event:FireServer(A_1)
  143.                 elseif _G.Quests2 == "10K" then
  144.                     local A_1 = 10000
  145.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  146.                     Event:FireServer(A_1)
  147.                 elseif _G.Quests2 == "25K" then
  148.                     local A_1 = 25000
  149.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  150.                     Event:FireServer(A_1)
  151.                 elseif _G.Quests2 == "69K" then
  152.                     local A_1 = 69000
  153.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  154.                     Event:FireServer(A_1)
  155.                 elseif _G.Quests2 == "100K" then
  156.                     local A_1 = 100000
  157.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  158.                     Event:FireServer(A_1)
  159.                 elseif _G.Quests2 == "400K" then
  160.                     local A_1 = 400000
  161.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  162.                     Event:FireServer(A_1)
  163.                 elseif _G.Quests2 == "1M" then
  164.                     local A_1 = 1000000
  165.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  166.                     Event:FireServer(A_1)
  167.                 elseif _G.Quests2 == "12M" then
  168.                     local A_1 = 12000000
  169.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  170.                     Event:FireServer(A_1)
  171.                 elseif _G.Quests2 == "38M" then
  172.                     local A_1 = 38, 000, 00
  173.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  174.                     Event:FireServer(A_1)
  175.                 elseif _G.Quests2 == "900M" then
  176.                     local A_1 = 900000000
  177.                     local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  178.                     Event:FireServer(A_1)
  179.                 end
  180.             end
  181.         end
  182.     end
  183. )
  184.  
  185. b:Dropdown(
  186.     "Select An Egg",
  187.     {
  188.         "Starter Egg",
  189.         "Spiky Egg",
  190.         "Elemental Egg"
  191.     },
  192.     true,
  193.     function(lol90)
  194.         print(lol90)
  195.         _G.Quests1 = lol90
  196.     end
  197. )
  198.  
  199. b:Toggle(
  200.     "Auto Open Egg",
  201.     function(bool)
  202.         shared.toggle2012 = bool
  203.     end
  204. )
  205.  
  206. spawn(
  207.     function()
  208.         while wait(0.1) do
  209.             if shared.toggle2012 then
  210.                 if _G.Quests1 == "Starter Egg" then
  211.                    
  212.                    
  213.  
  214.                     local A_1 = "Starter Egg"
  215.                     local Event = game:GetService("ReplicatedStorage").Events.OpenEgg
  216.                     Event:FireServer(A_1)
  217.                 elseif _G.Quests1 == "Spiky Egg" then
  218.                    
  219.  
  220.                     local A_1 = "Spiky Egg"
  221.                     local Event = game:GetService("ReplicatedStorage").Events.OpenEgg
  222.                     Event:FireServer(A_1)
  223.                 elseif _G.Quests1 == "Elemental Egg" then
  224.                    
  225.                    
  226.  
  227.                     local A_1 = "Elemental Egg"
  228.                     local Event = game:GetService("ReplicatedStorage").Events.OpenEgg
  229.                     Event:FireServer(A_1)
  230.                 end
  231.             end
  232.         end
  233.     end
  234. )
  235. --------------------------------------------------------- Toggles
  236. spawn(
  237.     function()
  238.         while wait() do
  239.             if AutoTap then
  240.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  241.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  242.  
  243.             end
  244.         end
  245.     end
  246. )
  247. spawn(
  248.     function()
  249.         while wait() do
  250.             if FasterAutoTap then
  251.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  252.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  253.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  254.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  255.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  256.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  257.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  258.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  259.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  260.                 game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  261.             end
  262.         end
  263.     end
  264. )
  265.  
  266. --------------------------------------------------------- Functions
  267. b:Button(
  268.     "Equip Best",
  269.     function()
  270.        
  271.        
  272.  
  273.         local A_1 = "EquipBest"
  274.         local Event = game:GetService("ReplicatedStorage").Events.PetAction
  275.         Event:InvokeServer(A_1)
  276.     end
  277. )
  278. b:Button(
  279.     "UnequipAll",
  280.     function()
  281.        
  282.        
  283.  
  284.         local A_1 = "UnequipAll"
  285.         local Event = game:GetService("ReplicatedStorage").Events.PetAction
  286.         Event:InvokeServer(A_1)
  287.     end
  288. )
  289.  
  290.  
  291.  
  292. local MISC = w:CreateFolder("Misc")
  293.  
  294. MISC:Button(
  295.     "Rejoin",
  296.     function()
  297.         local TeleportService = game:GetService("TeleportService")
  298.         local PlaceId = game.PlaceId
  299.         local player = game.Players.LocalPlayer
  300.         if player then
  301.             TeleportService:Teleport(PlaceId, player)
  302.         end
  303.     end
  304. )
  305.  
  306. MISC:GuiSettings()
  307.  
  308. local CS = w:CreateFolder("Credits")
  309.  
  310. CS:Label("Made By: Bebo Mods", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  311. CS:Label("Discord Bebo Mods#1532", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  312. CS:Label("YouTube Channel Bebo Mods", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  313. CS:Label("Thanks For Using My Scripts", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  314. CS:Button(
  315.     "Discord Server Link",
  316.     function()
  317.         setclipboard("https://discord.gg/mTC5yP5ay8")
  318.     end
  319. )
  320. CS:DestroyGUI()