RobloxScripter_123_

Clicking Simulator Hack Script

Jan 20th, 2023
2,427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.41 KB | Gaming | 0 0
  1. print("running")
  2.  
  3. getgenv().autoTap = false
  4. getgenv().autoRebirth = false
  5. getgenv().autoEggBuy = false
  6.  
  7. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  8. local Window = Library.CreateLib("Clicky Clicky", "DarkTheme")
  9.  
  10. local autoFarms = Window:NewTab("Auto Farms")
  11. local tp = Window:NewTab("Teleports")
  12. local farms = autoFarms:NewSection("Clicks and Rebirths")
  13. local farms2 = autoFarms:NewSection("Auto Hatch")
  14. local teleports = tp:NewSection("Main World Teleports")
  15. local teleports2 = tp:NewSection("Space World Teleports")
  16. local teleports3 = tp:NewSection("Time World Teleports")
  17. local teleports4 = tp:NewSection("Ocean World Teleports")
  18. local teleports5 = tp:NewSection("Fantasy World Teleports")
  19.  
  20. local clicksAmount
  21. farms:NewTextBox("Amount per click", "Amount per click", function(txt)
  22.     clicksAmount = txt
  23. end)
  24.  
  25. farms:NewToggle("Auto Click", "I recommend using the Regular Auto Clicker", function(state)
  26.     if state then
  27.         getgenv().autoTap = true
  28.         autoClick(clicksAmount)
  29.     else
  30.         getgenv().autoTap = false
  31.         autoClick("20")
  32.     end
  33. end)
  34.  
  35. local selectedRebirth
  36. farms:NewDropdown("Rebirth Amount", "Choose the amount of rebirths", {"1", "5", "10", "50", "250", "1000", "5000", "25000", "125000", "500000", "3000000", "15000000", "50000000", "250000000", "1000000000"}, function(Option)
  37.     selectedRebirth = tonumber(Option)
  38. end)
  39.  
  40. farms:NewToggle("Auto Rebirth", "Automatically Rebirths to the amount selected", function(state)
  41.     if state and selectedRebirth then
  42.         getgenv().autoRebirth = true
  43.         autoRebirths(selectedRebirth)
  44.     else
  45.         getgenv().autoRebirth = false
  46.         autoRebirths(1)
  47.     end
  48. end)
  49.  
  50. local selectedWorld
  51. teleports:NewDropdown("Main World Teleports", "Select Island to Teleport to", {"Sky", "Ice", "Lava", "Pirate", "Space", "Forest", "Candyland", "Atlantis", "Tropical", "Bee", "Galaxy"}, function(Option)
  52.     selectedWorld = Option
  53. end)
  54.  
  55. teleports:NewButton("Teleport Selected", "Teleports to selected island", function()
  56.     if selectedWorld then
  57.         teleportWorld(selectedWorld)
  58.     end
  59. end)
  60.  
  61. local selectedWorld2
  62. teleports2:NewDropdown("Space World Teleports", "Select Island to Teleport to", { "Robot", "Chemical", "Steampunk", "Holographic", "Music", "Hacker", "Mars"}, function(Option)
  63.     selectedWorld2 = Option
  64. end)
  65.  
  66. teleports2:NewButton("Teleport Selected", "Teleports to selected island", function()
  67.     if selectedWorld2 then
  68.         teleportWorld(selectedWorld2)
  69.     end
  70. end)
  71.  
  72. local selectedWorld3
  73. teleports3:NewDropdown("Time World Teleports", "Select Island to Teleport to", { "Dinosaur", "Egypt", "Ice Age", "Samurai", "Rome", "Jungle", "Viking", "Wild West", "Future", "Heaven", "Hell"}, function(Option)
  74.     selectedWorld3 = Option
  75. end)
  76.  
  77. teleports3:NewButton("Teleport Selected", "Teleports to selected island", function()
  78.     if selectedWorld3 then
  79.         teleportWorld(selectedWorld3)
  80.     end
  81. end)
  82.  
  83. local selectedWorld4
  84. teleports4:NewDropdown("Ocean World Teleports", "Select Island to Teleport to", { "Swamp", "Beach", "Sunken City", "Coral Reef", "Privateer", "Glacier", "Deep Sea", "Underwater Cyborg", "Mythological"}, function(Option)
  85.     selectedWorld4 = Option
  86. end)
  87.  
  88. teleports4:NewButton("Teleport Selected", "Teleports to selected island", function()
  89.     if selectedWorld4 then
  90.         teleportWorld(selectedWorld4)
  91.     end
  92. end)
  93.  
  94. local selectedWorld5
  95. teleports5:NewDropdown("Fantasy World Teleports", "Select Island to Teleport to", { "Fairy", "Magic", "Dragon", "nil", "nil", "nil", "nil", "nil"}, function(Option)
  96.     selectedWorld5 = Option
  97. end)
  98.  
  99. teleports5:NewButton("Teleport Selected", "Teleports to selected island", function()
  100.     if selectedWorld5 then
  101.         teleportWorld(selectedWorld5)
  102.     end
  103. end)
  104.  
  105. local selectedEggType
  106. farms2:NewDropdown("Egg Type", "From Starter World", {"Basic", "Earth", "Sun God", "Frozen Arctic", "Lava Dragon", "Treasure", "Space Guardian", "Treeland", "Ice Cream", "Atlantis", "Tropical", "Bee", "Galaxy"}, function(Option)
  107.     selectedEggType = Option
  108. end)
  109.  
  110. farms2:NewDropdown("Egg Type 2", "From Tech World", {"Tech", "Chemical", "Robot", "Holographic", "Music", "Hacker", "Mars"}, function(Option2)
  111.     selectedEggType = Option2
  112. end)
  113.  
  114. farms2:NewToggle("Auto Hatch", "Automatically buys eggs", function(state)
  115.     if state then
  116.         getgenv().autoEggBuy = true
  117.         autoBuyEgg(selectedEggType)
  118.     else
  119.         getgenv().autoEggBuy = false
  120.         autoBuyEgg("Basic")
  121.     end
  122. end)
  123.  
  124. function autoClick(clicksPerClick)
  125.     spawn(function()
  126.         while getgenv().autoTap == true do
  127.        
  128.             local args = {
  129.                 [1] = "HUDHandler",
  130.                 [2] = "Clickerr",
  131.                 [3] = {
  132.                     ["manual"] = {
  133.                         [clicksPerClick] = 1
  134.                     }
  135.                 }
  136.             }
  137.        
  138.             game:GetService("ReplicatedStorage").Events.ClientToServer.ClientToServerFunction:InvokeServer(unpack(args))
  139.             wait(1)
  140.         end
  141.     end)
  142. end
  143.  
  144. function autoRebirths(rebirthAmount)
  145.     spawn(function()
  146.         while getgenv().autoRebirth == true do
  147.        
  148.             local args = {
  149.                 [1] = "LocalScript",
  150.                 [2] = "RequestRebirth",
  151.                 [3] = rebirthAmount,
  152.                 [4] = false,
  153.                 [5] = false
  154.             }
  155.        
  156.             game:GetService("ReplicatedStorage").Events.ClientToServer.ClientToServerEvent:FireServer(unpack(args))
  157.             wait(1)
  158.         end
  159.     end)
  160. end
  161.  
  162. function autoBuyEgg(eggType)
  163.     spawn(function ()
  164.         while getgenv().autoEggBuy == true do
  165.             local args = {
  166.                 [1] = "Client",
  167.                 [2] = "PurchaseEgg2",
  168.                 [3] = eggType,
  169.                 [4] = false,
  170.                 [5] = false
  171.             }
  172.  
  173.             game:GetService("ReplicatedStorage").Events.ClientToServer.ClientToServerFunction:InvokeServer(unpack(args))
  174.             wait(1)
  175.         end
  176.     end)
  177. end
  178.  
  179. function teleportTO(placeCFrame)
  180.     local plyr = game.Players.LocalPlayer
  181.     if plyr.Character then
  182.         plyr.Character.HumanoidRootPart.CFrame = placeCFrame
  183.     end
  184. end
  185.  
  186. function teleportWorld(world)
  187.     if game:GetService("Workspace").Zones:FindFirstChild(world) then
  188.         teleportTO(game:GetService("Workspace").Zones[world].teleport.CFrame)
  189.     end
  190. end
Tags: Roblox Hacks
Advertisement
Add Comment
Please, Sign In to add comment