MeloBlox RPG AUTO LOOT FREE SCRIPT

Created by R4G3N#2996

Features:

  • AUTO LOOT
_G.STOPLOOTING = false
local plr = game.Players.LocalPlayer
local mouse = plr:GetMouse()

mouse.KeyDown:connect(function(key)
   if key == "k" then
       _G.STOPLOOTING = true
   end
end)

while _G.STOPLOOTING ~= true do
   wait()
   local lootfile = game:GetService("Workspace").RunTime.GroundLoot
   for i,v in pairs(lootfile:GetChildren()) do
       local items = tostring(v.Name)
       local itemsgsubed = items:gsub('[%a]-[%p][%a][%x][%p]','','1')
       wait()
       local TargetFunc = game:GetService("ReplicatedStorage").Knit.Services.GroundItemService.RF.PickUpItem;
       TargetFunc:InvokeServer(itemsgsubed);
   end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!