Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.22 KB

PyPlaceRoulette

Python tool to discover random Roblox places

Untitled-1

Requirements

Python

Setup

  • Open cfg.py and set any options you want to toggle to True or False.
  • Pass your ROBLOSECURITY key to the 'SecurityKey' option. It is required so that you don't get 'Forbidden' and 'GuestProhibited' errors. Do NOT share this key with anyone.

Usage

  1. Run PyPlaceRoulette.py.
  2. Choose a mode.
  • Standard - Standard way of doing searches.
  • Fast - Another way to perform searches. Gives faster results.
  1. ??? PROFIT

Options and what they do

  • SkipStarterPlaces — Do not search for starter/new-user places. These games typically end with ''s Place' and are never edited most of the time.
  • SkipPrivatePlaces — Makes a request to verify that the place you find is open to the public. If the place is not available, a new search will be made.
  • ViewPlaceInWebBrowser — If the place search was successful, a new browser tab will open that will take you to the page of the place.

How it works

Untitled-1