Categories > Exploiting > Scripts >

[UPD24] Tapping Simulator! 🐾 Script

Posts: 12

Threads: 9

Joined: Jan, 2023

Reputation: 2

Posted

Open Source

Features:

Auto Click

Auto Rebirth (BUGGY)

Game:

https://www.roblox.com/games/9498006165/UPD24-Tapping-Simulator

 Code: 

loadstring(game:HttpGet(('https://pastebin.com/raw/5P4uY4fX')))()
If loadstring doesnt work try this one (MADE WITH ORION LIBRARY)

if game.PlaceId == 9498006165 then

local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()

local Window = OrionLib:MakeWindow({Name = "ULTIMATE HUB | [UPD24] Tapping Simulator! ", HidePremium = false, IntroEnabled = false,IntroText = "ULTIMATE HUB",SaveConfig = true, ConfigFolder = "OrionTest"})

 

--Values

_G.autoTap = true

 

 

--Functions

 

function autoTap()

while _G.autoTap == true do

local A_1 = "Main"

local Event = game:GetService("ReplicatedStorage").Events.Tap

Event:FireServer(A_1)

wait(0.00000000000000000000000000000000000000000000000000000000000000000000000001)

end

end

 

function autoRebirth()

while _G.autoRebirth == true do

game:GetService("ReplicatedStorage").Events.Rebirth:FireServer(20)

wait(1)

end

end

 

--Tab

local ClickTab = Window:MakeTab({

Name = "AutoFarm",

Icon = "rbxassetid://4483345998",

PremiumOnly = false

})

 

--Toggles

ClickTab:AddToggle({

Name = "Auto Tap",

Default = false,

Callback = function(Value)

_G.autoTap = Value

autoTap()

end

})

 

ClickTab:AddToggle({

Name = "Auto Rebirth",

Default = false,

Callback = function(Value)

_G.autoRebirth = Value

autoRebirth()

end

})

 

 

 

end

OrionLib:Init()

 

--Made By Roblox_scripts
  • 2

Space

Lucas

vip

Posts: 169

Threads: 29

Joined: Jan, 2023

Reputation: 7

Replied

Vouch amazing release! web.roblox.com 💀

  • 1

https://media.discordapp.net/attachments/981267720232382525/1048641787553661048/best.png?ex=652ac644&is=65185144&hm=c9f3f10122abc00b664b9d7b5743c5161a1e87302758d97f48a6c8437d9de0cc&=

Posts: 12

Threads: 9

Joined: Jan, 2023

Reputation: 2

Replied

I'm using an alt account. I don't wanna get banned

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )