PHP Script to change your name, bio, profile picture automatically on cron/Http Request. Rice up your Telegram Profile.
Status:
Active
- Write Time/Date at middle of your profile pic
- Update Telegram Profile Picture every hour out of chosen pics 😎
- Update Randomly Selected Name & Bio
- Fake last seen time
- Do More Automated Stuff !
- Runs over cli & Webserver both
Note - Use at your own risk
This Script is safe to use as long you use don't abuse it
Also keep the hosting url to you only. KEEPsessions
folder inaccessible to open internet.
Requirements :
PHP 8.1+ Web-Server/Web Hosting
Note* - php7 is not supportedphp-gd, php-mbstring, php-xml
- extensions
Note- You can easily host this script on any PHP Webserver. Tested on php8.1 on Replit
- Download this repository as a zip file. extract it to your webserver.
- Upload your profile photos to pictures folder, any .jpg file will be chosen at random. Replace
font.ttf
for custom font. - Change bio/name/settings by editing config.json
- You can edit format inside index.php
- Visit index.php through a web browser, login for API ID/Hash and then again as
User
(not bot) for session access, and test the script - Use cron-job.org to setup a hourly/daily cron
Install PHP
sudo apt install php8.1 php8.1-mbstring php8.1-xml php8.1-gd
- Clone the repository / Download zip and extract it
- Configure as in Web
- run
php index.php
or/usr/bin/php8.1 index.php
to login twice and test script - Setup Cron job using crontab. Run
crontab -e
and then add the php script0 * * * * /usr/bin/php8.1 /path/to/index.php
Note -0 * * * *
means hourly here.
crontab.guru
- Impliment token - for security
Credits - wiz64
Sponsor/Donate me to support the development of this and many other projects I maintain.