Papergames Ban Bypass with Full Proxy Rotation

Userscript to randomize fingerprints, block tracking APIs, prevent hardware detection, and rotate proxies to bypass IP detection.

Maker
GamingwithMacon
Dagelijks aantal installaties
0
Totaal aantal installaties
15
Beoordelingen
0 0 0
Versie
2.0
Gemaakt op
23-08-2024
Bijgewerkt op
25-08-2024
Licentie
MIT
Wordt toegepast op

Papergames Ban Bypass Userscript

Overview

This userscript is designed to help bypass bans on the Papergames.io website by randomizing browser fingerprints and blocking certain tracking APIs. It works by spoofing your user-agent, screen resolution, and blocking common fingerprinting techniques like canvas and WebGL fingerprinting. Additionally, it clears cookies and local storage on each page load to prevent persistent tracking.

Features

  • User-Agent Randomization: Randomizes the user-agent string from a predefined list to make tracking harder.
  • Screen Resolution Spoofing: Randomizes the screen resolution reported by your browser to obfuscate device characteristics.
  • Canvas Fingerprinting Block: Blocks attempts to use the HTML Canvas element for fingerprinting.
  • WebGL Fingerprinting Block: Prevents WebGL from being used to gather unique device information.
  • Automatic Clearing of Cookies and Local Storage: Ensures that any tracking data stored in cookies or local storage is cleared upon page load.

Installation

  1. Install a Userscript Manager: Ensure you have a userscript manager like Tampermonkey or Greasemonkey installed in your browser.
  2. Create a New Script: Open your userscript manager, create a new script, and paste the code provided above.
  3. Save and Enable the Script: Once saved, the script will automatically run on any page under https://papergames.io/*.

How It Works

  • Randomizing User-Agent: The script selects a random user-agent string from a list of common user-agents. This helps in avoiding detection based on static user-agent strings.
  • Spoofing Screen Resolution: By altering the reported screen width and height, the script makes it harder for websites to match your device with previously seen characteristics.
  • Blocking Fingerprinting: By intercepting and modifying functions like toDataURL and getParameter, the script blocks common methods used to fingerprint users via the canvas and WebGL APIs.
  • Clearing Persistent Data: On each page load, the script clears cookies and any data stored in local and session storage to prevent tracking across sessions.

Important Notes

  • Ethical Use: This script should be used responsibly and only for educational purposes or to protect your privacy. Using this script to bypass bans or for other unauthorized purposes may violate terms of service and could have legal consequences.
  • Possible Side Effects: The script may cause some websites to function improperly, especially those that rely on accurate browser or device information for rendering content or providing services.

License

This script is provided under the MIT License. Feel free to modify and share it, but please retain the original author's credit.

Author

Disclaimer

This script is provided "as is", without warranty of any kind. The author is not responsible for any misuse of the script or any consequences arising from its use.