├── Assets ├── ChromeWebStore_BadgeWBorder_v2_206x58.png ├── RegionSelectorPicture.png ├── australia.png ├── brazil.png ├── fishstrap.png ├── france.png ├── germany.png ├── icon-128.png ├── icon-16.png ├── icon-48.png ├── india.png ├── japan.png ├── netherlands.png ├── return_request.png ├── singapore.png ├── unitedkingdom.png ├── unitedstates.png └── unknown.png ├── Avatar └── R6Warning.js ├── Games ├── RegionPlayButton.js ├── Regions_content.js ├── Regions_contentSimple.js ├── Subplaces.js ├── botDetector.js ├── invite.js ├── quickplay.js ├── revertlogo.js ├── serverid.js ├── serverlistener.js ├── serveruptime.js └── sniper.js ├── HiddenGames ├── group_games.js └── user_games.js ├── LICENSE ├── PrivacyPolicy.md ├── Profile ├── RoValraBadges.js └── privateserver.js ├── README.md ├── Rules ├── regionRules.json └── rules.json ├── background.js ├── catalog └── hiddencatalog.js ├── content.js ├── data ├── OrbitControls.js ├── ServerList.json ├── Three.js ├── countries.json ├── globe_initializer.js ├── items.json ├── map_dark.png └── map_light.png ├── manifest.json ├── misc ├── 40method.js ├── ItemChecker.js ├── cssfixes.js ├── itemCheckerFilters.js ├── item_sales_content.js ├── pages.js ├── pendingRobux.js ├── pendingRobuxTrans.js ├── style.js ├── userSniper.js └── utils.js └── settings.js /Assets/ChromeWebStore_BadgeWBorder_v2_206x58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/ChromeWebStore_BadgeWBorder_v2_206x58.png -------------------------------------------------------------------------------- /Assets/RegionSelectorPicture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/RegionSelectorPicture.png -------------------------------------------------------------------------------- /Assets/australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/australia.png -------------------------------------------------------------------------------- /Assets/brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/brazil.png -------------------------------------------------------------------------------- /Assets/fishstrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/fishstrap.png -------------------------------------------------------------------------------- /Assets/france.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/france.png -------------------------------------------------------------------------------- /Assets/germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/germany.png -------------------------------------------------------------------------------- /Assets/icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/icon-128.png -------------------------------------------------------------------------------- /Assets/icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/icon-16.png -------------------------------------------------------------------------------- /Assets/icon-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/icon-48.png -------------------------------------------------------------------------------- /Assets/india.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/india.png -------------------------------------------------------------------------------- /Assets/japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/japan.png -------------------------------------------------------------------------------- /Assets/netherlands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/netherlands.png -------------------------------------------------------------------------------- /Assets/return_request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/return_request.png -------------------------------------------------------------------------------- /Assets/singapore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/singapore.png -------------------------------------------------------------------------------- /Assets/unitedkingdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/unitedkingdom.png -------------------------------------------------------------------------------- /Assets/unitedstates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/unitedstates.png -------------------------------------------------------------------------------- /Assets/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Assets/unknown.png -------------------------------------------------------------------------------- /Avatar/R6Warning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Avatar/R6Warning.js -------------------------------------------------------------------------------- /Games/RegionPlayButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/RegionPlayButton.js -------------------------------------------------------------------------------- /Games/Regions_content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/Regions_content.js -------------------------------------------------------------------------------- /Games/Regions_contentSimple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/Regions_contentSimple.js -------------------------------------------------------------------------------- /Games/Subplaces.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/Subplaces.js -------------------------------------------------------------------------------- /Games/botDetector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/botDetector.js -------------------------------------------------------------------------------- /Games/invite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/invite.js -------------------------------------------------------------------------------- /Games/quickplay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/quickplay.js -------------------------------------------------------------------------------- /Games/revertlogo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/revertlogo.js -------------------------------------------------------------------------------- /Games/serverid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/serverid.js -------------------------------------------------------------------------------- /Games/serverlistener.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/serverlistener.js -------------------------------------------------------------------------------- /Games/serveruptime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/serveruptime.js -------------------------------------------------------------------------------- /Games/sniper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Games/sniper.js -------------------------------------------------------------------------------- /HiddenGames/group_games.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/HiddenGames/group_games.js -------------------------------------------------------------------------------- /HiddenGames/user_games.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/HiddenGames/user_games.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/LICENSE -------------------------------------------------------------------------------- /PrivacyPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/PrivacyPolicy.md -------------------------------------------------------------------------------- /Profile/RoValraBadges.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Profile/RoValraBadges.js -------------------------------------------------------------------------------- /Profile/privateserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Profile/privateserver.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/README.md -------------------------------------------------------------------------------- /Rules/regionRules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Rules/regionRules.json -------------------------------------------------------------------------------- /Rules/rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/Rules/rules.json -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/background.js -------------------------------------------------------------------------------- /catalog/hiddencatalog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/catalog/hiddencatalog.js -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/content.js -------------------------------------------------------------------------------- /data/OrbitControls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/OrbitControls.js -------------------------------------------------------------------------------- /data/ServerList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/ServerList.json -------------------------------------------------------------------------------- /data/Three.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/Three.js -------------------------------------------------------------------------------- /data/countries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/countries.json -------------------------------------------------------------------------------- /data/globe_initializer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/globe_initializer.js -------------------------------------------------------------------------------- /data/items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/items.json -------------------------------------------------------------------------------- /data/map_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/map_dark.png -------------------------------------------------------------------------------- /data/map_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/data/map_light.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/manifest.json -------------------------------------------------------------------------------- /misc/40method.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/40method.js -------------------------------------------------------------------------------- /misc/ItemChecker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/ItemChecker.js -------------------------------------------------------------------------------- /misc/cssfixes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/cssfixes.js -------------------------------------------------------------------------------- /misc/itemCheckerFilters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/itemCheckerFilters.js -------------------------------------------------------------------------------- /misc/item_sales_content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/item_sales_content.js -------------------------------------------------------------------------------- /misc/pages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/pages.js -------------------------------------------------------------------------------- /misc/pendingRobux.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/pendingRobux.js -------------------------------------------------------------------------------- /misc/pendingRobuxTrans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/pendingRobuxTrans.js -------------------------------------------------------------------------------- /misc/style.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/style.js -------------------------------------------------------------------------------- /misc/userSniper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/userSniper.js -------------------------------------------------------------------------------- /misc/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/misc/utils.js -------------------------------------------------------------------------------- /settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotValra/RoValra/HEAD/settings.js --------------------------------------------------------------------------------