Ronopoly PASSWORD VIEWER SCRIPT – VIEW PRIVATE LOBBY PASSWORDS

Created by FaultByte

Features:

  • VIEW PASSWORDS

SCRIPT:

local lobbyList = game:GetService('Players').LocalPlayer.PlayerGui.joinMatch.popUp.scrollFrame

for i,v in pairs(lobbyList:GetChildren()) do
   if v.Name == 'MatchItem' and v.MatchItem.lockIcon.Visible then
       v.MatchItem.ownerName.Text = v.MatchItem.ownerName.Text .. ' (' .. v.MatchItem.password.Value .. ')'
   end
end

lobbyList.ChildAdded:Connect(function(v)
   if v.Name == 'MatchItem' and v.MatchItem.lockIcon.Visible then
       v.MatchItem.ownerName.Text = v.MatchItem.ownerName.Text .. ' (' .. v.MatchItem.password.Value .. ')'
   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!