Video: https://x.com/ImLinguin/status/2056380243334565946
- Zmodyfikuj zmienną MAC do adresu twojego Triki
- Odpal skrypt
- Wciśnij przycisk na urządzeniu
- Profit
Video: https://x.com/ImLinguin/status/2056380243334565946
| #!/usr/bin/env python3 | |
| import requests | |
| import datetime | |
| from math import floor | |
| import json | |
| import os | |
| WEBHOOK_URL = "" |
| # MIT LICENSE | |
| # Copyright © 2023 Paweł Lidwin | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy of this software | |
| # and associated documentation files (the “Software”), to deal in the Software without restriction, | |
| # including without limitation the rights to use, copy, modify, merge, publish, distribute, | |
| # sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, | |
| # subject to the following conditions: | |
| # The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| #!/bin/sh | |
| if [ -z $HGL_BOTTLE_NAME ]; then | |
| echo "NO HGL_BOTTLE_NAME?" | |
| exit 1 | |
| fi | |
| if [ $# -eq 0 ]; then | |
| echo "NO EXE?" | |
| exit 1 |