Closed karl-police closed 1 year ago
I have no clue what Job
is
https://github.com/thurdev/roblox-limiteds-sniper-free/blob/rollback/src/class/job.ts#L3
ChatGPT said it's uhhh
recurring and that it runs again? It's like setInterval or something, not sure though
I didn't find a docs for "node-cron"
Yeah every 5 seconds, it seems. Honestly though. I don't think it's such a good idea to have this running. Cuz Roblox has a ToS. Now there has been scripts in the past. But those were console scripts and you ran them manually.
This bot runs automatically, but idk.
I am not sure if it just does it in 5 seconds again. I am not sure regarding what it does with the items that it found after the Job runs again.
Maybe you can tell @thurdev
Descontinued @karl-police
Not an issue, but I like using issues as discussions.
@Qi2nR9uw since you used it before, maybe you can tell me.
Is this the only time it calls "getItems" ? https://github.com/thurdev/roblox-limiteds-sniper-free/blob/rollback/src/index.ts#L57
Oh wait, it calls it with some "Job" function, so I should check that out.