Skip to content
/ rwp Public
forked from Daw588/vanita

RWP stands for Roblox web panel, it's a code snippet that you can run via developer console or the provided Google Chrome extension to try out early Roblox site features before they're officially out without any programming experience.

License

Notifications You must be signed in to change notification settings

Neox284/rwp

 
 

Repository files navigation

README

⚠️ NEVER DOWNLOAD OR RUN CODE THAT COMES FROM SOMEWHERE ELSE EVEN IF SOMETHING OR SOMEONE ARE CLAIMING THAT IT'S FROM THIS REPOSITORY. ONLY RUN THE CODE FROM THIS REPOSITORY, OR EVEN BETTER, BUILD IT YOURSELF. RUNNING CODE THAT YOU DO NOT UNDERSTAND ALWAYS COMES WITH RISK OF ACCOUNT THEFT AND OTHER MALICIOUS ACTIONS, BE CAREFUL!

About 🪧

RWP stands for Roblox web panel, it's a code snippet that you can run via developer console or the provided Google Chrome extension to try out early Roblox site features before they're officially out without any programming experience.

Usage 🛃

Both work well, however, installing browser extension will be better on the long run.

Extension Method 🔌

extension method showcase gif

  1. Download this GitHub repository onto your computer.

  2. Extract the zip file.

  3. Go to chrome://extensions.

  4. Enable "Developer mode" toggle.

  5. Click "Load unpacked" button.

  6. Select the extension folder and click "Select Folder".

  7. Go to https://www.roblox.com/ and click on the extension icon.

  8. Check "Injection Enabled" checkbox and refresh the page.

Console Method 💻

extension method showcase gif

  1. Go to extension/program.js

  2. Click "Raw".

  3. Select the entire page (Ctrl A).

  4. Copy to clipboard (Ctrl C).

  5. Go to https://www.roblox.com/.

  6. Open developer console either by pressing (F12) or by the opening context menu (Right Click) and clicking "Inspect".

  7. Click on the "Console" tab.

  8. Paste from clipboard (Ctrl V) into the console and press (Enter).

Building 🔨

If you don't trust the extension/program.js file (I dont blame you if you do), you can build it yourself.

Requirements 🛂

  1. Installed NodeJS runtime environment.

  2. Installed NPM package manager.

  3. Installed Bash terminal.

Instructions 📓

  1. Download this GitHub repository onto your computer.

  2. Extract the zip file.

  3. Open terminal in the folder that you extracted.

  4. Run npm i -g yarn to install Yarn and wait until it's done.

  5. Run yarn install to install dependencies that the project relies on and wait until it's done.

  6. Run yarn build to build the extension/program.js file and wait until it's done.

Credits 🏅

@Julli4n - For discovering the API endpoint and documenting it.

About

RWP stands for Roblox web panel, it's a code snippet that you can run via developer console or the provided Google Chrome extension to try out early Roblox site features before they're officially out without any programming experience.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.1%
  • TypeScript 15.0%
  • SCSS 3.1%
  • Other 0.8%