Advertisement
keexers

Fisch seller dupe (FOR EDUCATIONAL PURPOSES ONLY)

Feb 20th, 2025
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | Gaming | 0 0
  1. -- the local amount can be set to more than 100 if you have more than 5000 bait crates or any item, i recommend setting it to 20 if you dont have more than 1000 crates
  2.  
  3. local amount = 100
  4. for i = 1,amount do
  5.     task.spawn(pcall, function()
  6.         game:GetService("ReplicatedStorage").events.SellAll:InvokeServer()
  7.     end)
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement