Forum > Scripts >

Can anyone connect this script to power farm on this game

Posts: 4

Threads: 3

Joined: Feb, 2021

Reputation: 0

Posted

script-- _G.power = true

game:GetService('RunService').RenderStepped:connect(function()

    if _G.power == true then

        for _,i in pairs(game.Players.LocalPlayer.Character:GetChildren()) do

            if i:IsA("Tool") then

                game:GetService("Players").LocalPlayer.Character[i.Name].RemoteFunction:InvokeServer()

            end

        end

    end

end)

 

 

 

Game--(2) [New swords!] Weapon Simulator 2 - Roblox

  • 0

Posts: 613

Threads: 53

Joined: Feb, 2021

Reputation: 3

Replied

Here on the forums, we only +rep people who make sense

The title of this thread makes no sense

Well, atleast none to me

  • 0

no

Error: The signature must be between 3-200 characters

Posts: 48

Threads: 4

Joined: Feb, 2021

Reputation: 0

Replied

yea ill do that rq ill post soon

  • 0

Added

@timegoesbyfast

he basically wants an auto farm for this game lol

  • 0

Added

Lags when you get another sword but it goes back to normal after a second

a = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool")
b = a.Handle.up.RemoteEvent

game:GetService("RunService").Stepped:Connect(function()
    game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(c)
        a = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool")
        a.Parent = game.Players.LocalPlayer.Character
        wait(0.1)
        a.Parent = game.Players.LocalPlayer.Backpack
        b = a.Handle.up.RemoteEvent
    end)
    b:FireServer()
end)
  • 0

hi

im bad at scripting

Posts: 613

Threads: 53

Joined: Feb, 2021

Reputation: 3

Replied

@xxaa

o bet

  • 0

no

Error: The signature must be between 3-200 characters

Users viewing this thread:

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