Categories > Coding > Lua >

Lua Tutorial - how to loop a remote event for a autofarm

Posts: 160

Threads: 28

Joined: Aug, 2020

Reputation: 0

Posted

simple tutorial on how to make a simple autofarm so you guys can stop skidding 

anyways, lets get into what we need,



I did record a video explaining everything if you wanna watch that (i would watch the vid as it explains more), if not you can just follow what I say here:

Open your text editor and make a new file, put that to the side and open your executor and go into your game, load in the remotespy and blow a bubble or whatever. then copy that remote and put it into your text editor, after that do a "while wait() do" loop as shown in the video and that should be it.


Video: The Video

RemoteSpy: VT Download

Source In Vid: VT Download

Ive included virustotal because people are picky asf  

  • 0

serious inquires only on my discord please

ToxicMods

El extraño

Posts: 123

Threads: 38

Joined: Apr, 2020

Reputation: 2

Replied

yes good tutorial Matt, can I have my McDonalds now?

  • 0

Nada to see here

Posts: 160

Threads: 28

Joined: Aug, 2020

Reputation: 0

Replied

@55048drop your address ill ubereats lmao :)))

  • 0

serious inquires only on my discord please

Wabz

Winning.js

Posts: 2410

Threads: 194

Joined: Apr, 2020

Reputation: 27

Replied

Nice tutorial

  • 0

Added

@25074 apparently this will crash roblox at some point so he says to use while wait() do instead

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Posts: 257

Threads: 112

Joined: Jun, 2018

Reputation: 5

Replied

I never thought of using Visual Studio Code (I have it) for making scripts.

Also you could just provide the code as raw text (hastebin or something) cuz downloads can be suspect sometimes.

  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Posts: 160

Threads: 28

Joined: Aug, 2020

Reputation: 0

Replied

@53326once again this isn't for people who are trying to make some god scripts, it's just so people start making there own scripts

  • 0

Added

@JohnnyDoe bruh literary gave a virus total just so you wouldn't complain

  • 0

serious inquires only on my discord please

1temz

1temz

Posts: 8

Threads: 2

Joined: Aug, 2020

Reputation: 0

Replied

quick code:

local Settings = {
    isEnabled = true
}

game:GetService("RunService").Stepped:Connect(function()
    spawn(function()
        if Settings.isEnabled then
            -- remote here
        end
    end)
end)
  • 0

ooga booga monkey zone

Posts: 160

Threads: 28

Joined: Aug, 2020

Reputation: 0

Replied

@53326yeah ik but this is meant for people that don't wanna learn Lua, like said at the top, its to help skidding decrease 

  • 0

serious inquires only on my discord please

Users viewing this thread:

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