With this Python script you will be able understand how TRX Gaz Fee SCAM works on a TestNet.
WARNING : This is only for educational purpose . I'm not responsible of bad used of this script. Just here to sensibilised about this type of Scam. I don't encourage anyone to use this code/scipt for illegal uses. The scam work with TRON blockchain is this example but works with every blockchain that have a Multisig option.
PURPOSE: Some Scamers all around internet try to scam people in giving them the Private keys / 12 Words phrases of a wallet with USDT on it. The scamers didn't have TRX tokens in their wallets to pay the transaction and here starts the scam. Basicaly you need TRX to withdraw funds on your personal wallets. The probleme is that the Scamer have a Script that run on a server who transfert TRX that arrive on the wallet as soon you deposit. They add a layer of security that forbide any way of transfer/convertion/selling in making the scam adress MultiSig. So at the moment you transfert or buys TRX you'ree fucked up.
This python scipt and this repos are here to help people to not be Scam,to understand how they have been scamed and how the scam work. Attached you will find the python script.
MINIMUM REQUIEREMENT :
- Windows7 (min) / MacOS BigSur (min) / Linux (Debian Based & Hat based distrib)
- 2Gb RAM or More
- Python 3.12 (Doesn't work with Python 3.13)
- Latest version of HomeBrew (For Macos)
- Latest version of Tronpy Library
HOW TO INSTALL PYTHON :
- Open your terminal on your computer on your Text Editor like VS code.
- Install Python package with these commande line.
On Windows :
- Download the latest Python installer from python.org.
- Run the installer and check the box that says "Add Python to PATH" before you start the installation. This makes Python accessible from any command prompt window.
- After installation, restart your command prompt and try: python --version
On MacOS :
- Open the Terminal.
- Install Homebrew by running: ''' /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" '''
- Use Homebrew to install Python: brew install python
- Verify the installation with: python3 --version
On LINUX :
- For Debian-based distributions (like Ubuntu):sudo apt install python3
- For Red Hat-based distributions (like CentOS): sudo yum install python3
- Check if it’s installed: python3 --version
HOW TO INSTALL TRONPY :
- Open a terminal or command prompt, and install the tronpy library: pip install tronpy
CHANGE INFOS INTO THE CODE :
- sender_private_key = "PRIVATE KEY" # Replace with the private key of the sender's address.
- sender_address = "SENDER ADRESS" # Replace with the TRX address of the sender.
- receiver_address = "YOUR ADRESS" # Replace with your own adress
Your Done ! You can now try this script on the Test Net (in our case Nile Test Net). You can receive TRX faucet coins at : https://nileex.io/join/getJoinPage
Again this is just for educational purpose to not fall into the trap of these scamers not using it to scam people. Hope you liked my work. If you want to contact me here is my email : guillaume.ronan.pro@gmail.com Have a great day.
Cheers, RONAN