Auto Farm Every Second You Get +1 Points Script

Auto Farm Every Second You Get +1 Points Script


Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

Bucksreward

We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Wins = workspace.Wins
local StageNumber = 8 --1/2/3/4/5/6/7
local WaitTime = 1/60 

while true do
    local Player = Players.LocalPlayer
    local Stage = Wins["Stage" .. StageNumber]

    if not Stage then
        break 
    end

    Player.Character:SetPrimaryPartCFrame(Stage.CFrame)
    wait(WaitTime) 
end

local player = game:GetService("Players").LocalPlayer
local re = game:GetService("Workspace").Model.RebirthTouch
local reCFrame = re.CFrame

while true do
    player.Character:SetPrimaryPartCFrame(reCFrame)
    wait(WaitTime) 
end
 

Related Posts
Leave a Reply

Your email address will not be published.

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock
X