Track your device via telegram bot
- Run install.bat
- Go to Telegram BotFather and create a bot of any name you want
- Bot father will give you token paste it in keys.py
- Go to Telegram Bot Raw and start
- you will get a json response like this
{ "update_id": 123456, "message": { "message_id": 123456, "from": { "id": YOUR ID, "is_bot": false, "first_name": "Jyoti", "last_name": "Singh", "username": "jyotisingh1980", "language_code": "en" }, "chat": { "id": YOUR ID, "first_name": "yourname", "last_name": "name", "username": "usname", "type": "private" }, "date": 1703230469, "text": "/start", "entities": [ { "offset": 0, "length": 6, "type": "bot_command" } ] } }
- copy "YOUR ID" and paste it in keys.py
- Go to Telegram BotFather and set the following commands
hi - Check bot status ss - Get ScreenShot img - Get Image of Person rec - Record the person lock - Lock the windows list_and_close_windows - Close any desired open window stdown - Shut down windows iplocation - Get the IP adress location
Open win.py
- Press
Win + R
to open the Run dialog. - Type
shell:startup
and press Enter. This will open the "Startup" folder. - Create shortcut of runScriptSilently.vbs in "Startup" folder