————— Note Always make sure you’re up-to-date
change ip adress every 1 second.
sudo su
sudo su gives you root (admin) access by first using sudo to run the su command, which switches you to the root user.
git clone https://github.com/FDX100/Auto_Tor_IP...
In short, git clone https://github.com/FDX100/Auto_Tor_IP... downloads the Auto_Tor_IP_changer repository from GitHub to your local machine.
ls
ls command lists the files and directories in the current directory. It's commonly used in Unix-based systems to view the contents of a folder
cd Auto_Tor_IP_changer
cd Auto_Tor_IP_changer changes the current directory to Auto_Tor_IP_changer
ls chmod +x i install.py
In short, chmod +x install.py gives the install.py file executable permissions, allowing it to be run as a program
ls
python3 install.py
python3 install.py runs the install.py script using Python 3.
done------------------
aut
Runs the app
change your SOCKES to 127.0.0.1:9050