clicker simulator script pastebin getgenv().ARebirth = false; getgenv().ARewards = false; getgenv().ARGift = false; getgenv().AChest = false; getgenv().AEgg = false; function TPTo(PCFrame) local plr = game.Players.LocalPlayer; if plr.Character then plr.Character.HumanoidRootPart.CFrame = PCFrame end clicker simulator script pastebin How to use it? clicker simulator script pastebin end function TeleWorld(SeWorld) if game:GetService("ReplicatedStorage").TeleportPositions:FindFirstChild(SeWorld) then TPTo(game:GetService("ReplicatedStorage").TeleportPositions[SeWorld].Value) end end clicker simulator script pastebin PasteShr clicker simulator script pastebin function AutoRebirth(ReAmount) spawn(function () while getgenv().ARebirth == true do local args = { [1] = ReAmount, [2] = false, [3] = false } game:GetService("ReplicatedStorage").Events.Client.requestRebirth:FireServer(unpack(args)) wait(2) clicker simulator script pastebin PasteShr clicker simulator script pastebin end end) end function AutoEgg(SeEgg) spawn(function () while getgenv().AEgg == true do local args = { [1] = workspace.Eggs:FindFirstChild(SeEgg), [2] = false, clicker simulator script pastebin PasteShr clicker simulator script pastebin [3] = false } game:GetService("ReplicatedStorage").Events.Client.purchaseEgg2:InvokeServer(unpack(args)) wait(3) end end) end function AutoReward() clicker simulator script pastebin How to get it? clicker simulator script pastebin spawn(function () while getgenv().ARewards == true do local args = {[1] = "G"} game:GetService("ReplicatedStorage").Events.Client.claimQuest:FireServer(unpack(args)) wait(1) local args = {[1] = "F"} game:GetService("ReplicatedStorage").Events.Client.claimQuest:FireServer(unpack(args)) wait(1) local args = {[1] = "B"} game:GetService("ReplicatedStorage").Events.Client.claimQuest:FireServer(unpack(args)) clicker simulator script pastebin How to use it? clicker simulator script pastebin wait(1) local args = {[1] = "H"} game:GetService("ReplicatedStorage").Events.Client.claimQuest:FireServer(unpack(args)) wait(1) end end) end function AutoGift() clicker simulator script pastebin PasteShr clicker simulator script pastebin spawn(function () while getgenv().ARGift == true do game:GetService("ReplicatedStorage").Events.Client.collectGifts:FireServer() wait(5) end end) end function AutoChest() spawn(function () clicker simulator script pastebin How to dowload it? clicker simulator script pastebin while getgenv().AChest == true do local args = {[1] = "Rebirths"} game:GetService("ReplicatedStorage").Events.Client.claimChestReward:InvokeServer(unpack(args)) wait(3) local args = {[1] = "Rebirths"} game:GetService("ReplicatedStorage").Events.Client.claimChestReward:InvokeServer(unpack(args)) end end) end clicker simulator script pastebin How to dowload it? clicker simulator script pastebin local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))() local w = library:CreateWindow("Clicker Simulator") -- Creates the window local b = w:CreateFolder("Autofarm") -- Creates the folder(U will put here your buttons,etc) b:Toggle("Collect Chest",function(bool) getgenv().AChest = bool; AutoChest() end) clicker simulator script pastebin How to get it for free? clicker simulator script pastebin b:Toggle("Colelct Gift",function(bool) getgenv().ARGift = bool; AutoGift() end) b:Toggle("Collect Rewards",function(bool) getgenv().ARewards = bool; AutoReward() clicker simulator script pastebin How to dowload it? clicker simulator script pastebin end) b:Button("Equip Best",function() game:GetService("ReplicatedStorage").Events.Client.petsTools.equipBest:FireServer() end) local b = w:CreateFolder("Toggles") local SEgg; b:Dropdown("Eggs",{"Basic","Earth","Sun God","Lava Dragon","Treasure","Space Guardian","Treeland","Ice Cream","Frozen Arctic","Atlantis","Robux Egg Atlantis","Tropical","Galaxy","Bee","Steampunk","Time","Robot","Chemical","Flame Overlord","Holographic","Music","Ocean","Hacker","Wild West","Tech","Dinosaur","Samurai","Rome","Ice Age","Mars","Jungle","Future","Beach","Swamp","Sunken City","Coral Reef","Privateer","Mythological","Glacier","Deep Sea","Underwater Cyborg","Toxic","Underworld","Fantasy","Fairy","Magic","Dragon","Extraterrestrial","465M Event","Dark Fantasy","Robux Egg Chemical","Robux Egg Hacker","Robux Egg Atlantis","Robux Egg Tropical","Robux Egg Tropical","Robux Egg Bee","Robux Egg Steampunk","Robux Egg Dinosaur","Robux Egg Holographic","Robux Egg Music","Robux Egg Rome","Robux Egg Jungle","Robux Egg Tech","Robux Egg Samurai","Robux Egg Ice Age","Robux Egg Mars"},true,function(val) --true/false, replaces the current title "Dropdown" with the option that t clicker simulator script pastebin How to use it? clicker simulator script pastebin SEgg = val; end) b:Toggle("Start Egg",function(bool) getgenv().AEgg = bool if bool and SEgg then AutoEgg(SEgg) end end) clicker simulator script pastebin How to get it? clicker simulator script pastebin local SRebirth; b:Dropdown("Rebirths",{"1","5","10","50","250","1000","5000","25000","125000","","","","","","","","","","","","","",},true,function(val) SRebirth = val; end) b:Toggle("Start Rebirth",function(bool) getgenv().ARebirth = bool if bool and SRebirth then AutoRebirth(SRebirth); end clicker simulator script pastebin How to get it? clicker simulator script pastebin end) local w = library:CreateWindow("Others") local S local J local H local G local C local CF clicker simulator script pastebin How to use it? clicker simulator script pastebin local b = w:CreateFolder("LocalPlayer") b:Box("Speed","number",function(val) S = val end) b:Box("Jump","number",function(val) J = val end) b:Box("Hip Height","number",function(val) clicker simulator script pastebin How to get it for free? clicker simulator script pastebin H = val end) b:Box("Gravity","number",function(val) G = val end) b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end) clicker simulator script pastebin How to use it? clicker simulator script pastebin b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end) b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end) b:Toggle("Gravity",function(bool) getgenv().Grav = bool clicker simulator script pastebin How to dowload it? clicker simulator script pastebin Grav(G) end) b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end) b:Button("Print Current XYZ",function() function GetPOS() return game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end print(GetPOS()) end) clicker simulator script pastebin How to get it for free? clicker simulator script pastebin local b = w:CreateFolder("Stuff") b:Box("Chat","Message",function(val) C = val end) b:Box("Cooldown","Speed",function(val) CF = val end) clicker simulator script pastebin How to use it? clicker simulator script pastebin b:Toggle("Spam",function(bool) getgenv().Chat = bool Chat(C, CF) end) b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end) clicker simulator script pastebin How to dowload it? clicker simulator script pastebin b:Button("Giant",function() loadstring(game:HttpGet("https://pastebin.com/raw/2jnKKARG", true))() end) b:Button("Noclip",function() loadstring(game:HttpGet("https://pastebin.com/raw/hd03Vdwm", true))() end) b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() clicker simulator script pastebin How to get it? clicker simulator script pastebin end) b:Button("RTX Summer",function() loadstring(game:HttpGet("https://paste.ee/r/h4fL2", true))() end) b:Button("RTX Autumn",function() loadstring(game:HttpGet("https://paste.ee/r/9eV0M", true))() end) clicker simulator script pastebin How to get it for free? clicker simulator script pastebin b:Button("Anti-Report",function() loadstring(game:HttpGet("https://paste.ee/r/GphmF", true))() end) local b = w:CreateFolder("Credits") b:Label("Made by X_LuaF#0705",{ TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(69,69,69); clicker simulator script pastebin How to get it for free? clicker simulator script pastebin }) b:Button("Copy Discord Invite",function() setclipboard("https://discord.gg/8tRb8MQcW5") end) b:DestroyGui() getgenv().Speed = false; getgenv().Jump = false; clicker simulator script pastebin How to get it? clicker simulator script pastebin getgenv().Hip = false; getgenv().Chat = false; getgenv().Grav = false; function Chat(Mes, Freq) spawn(function () while getgenv().Chat == true do local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) wait(Freq) end clicker simulator script pastebin PasteShr clicker simulator script pastebin end) end function Speed(Nume) spawn(function () if getgenv().Speed == true then while getgenv().Speed == true do game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume wait() end clicker simulator script pastebin How to dowload it? clicker simulator script pastebin elseif getgenv().Speed == false then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end) end function Jump(Nume) spawn(function () if getgenv().Jump == true then while getgenv().Jump == true do game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume clicker simulator script pastebin How to dowload it? clicker simulator script pastebin wait() end elseif getgenv().Jump == false then game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 end end) end function Hip(Nume) spawn(function () if getgenv().Hip == true then clicker simulator script pastebin How to use it? clicker simulator script pastebin while getgenv().Hip == true do game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume wait() end elseif getgenv().Hip == false then game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1 end end) end function Grav(Nume) clicker simulator script pastebin How to get it? clicker simulator script pastebin spawn(function () if getgenv().Grav == true then while getgenv().Grav == true do game:GetService("Workspace").Gravity = Nume wait() end elseif getgenv().Grav == false then game:GetService("Workspace").Gravity = 196.2 end end) clicker simulator script pastebin How to get it for free? clicker simulator script pastebin end function TPTo(PCFrame) local plr = game.Players.LocalPlayer; if plr.Character then plr.Character.HumanoidRootPart.CFrame = PCFrame end end clicker simulator script pastebin