Ronopoly Script | PASSWORD VIEWER

hj7oOEu-2245522409.png

Created by FaultByte

Features:

  • PASSWORD VIEWER

this script shows you ronopoly passwords in parentheses next to a username
passwords are stored in a string value so this was easy lol
you could probably scrape these passwords in hopes of some idiot using their roblox one

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)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ