Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 967 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 967 Bytes

CPMNuker

CPMNuker is a tool made to modify Car Parking Multiplayer accounts with no root or vertual app.

you just need an Access Key, wich you can get from @CPMNukerBot for free with 1K Credits Balance.

Tested on:

  • IPhone (ish).
  • Android (Termux).
  • Windows
  • Linux

Installation

don't know how to install python ?

git clone https://github.com/CPMNuker/CPMNuker.git
cd CPMNuker
pip install -r requirements.txt
python main.py

install python

  • Termux

    • pkg update
    • pkg install python
    • pkg install python-pip
  • Linux

    • sudo apt install python
    • sudo apt install python-pip
  • Windows

    • Download python3 form python.org.
    • if pip is not in PATH use: py -3 -m pip install -r requirements.txt
    • py -3 main.py