()
| 273 | |
| 274 | |
| 275 | def run_banner(): |
| 276 | clear() |
| 277 | time.sleep(1) |
| 278 | stderr.writelines(f"""{Wh} |
| 279 | .-. |
| 280 | .' `. {Wh}-------------------------------- |
| 281 | :g g : {Wh}| {Gr}GHOST - TRACKER - IP ADDRESS {Wh}| |
| 282 | : o `. {Wh}| {Gr}@CODE BY HUNXBYTS {Wh}| |
| 283 | : ``. {Wh}-------------------------------- |
| 284 | : `. |
| 285 | : : . `. |
| 286 | : : ` . `. |
| 287 | `.. : `. ``; |
| 288 | `:; `:' |
| 289 | : `. |
| 290 | `. `. . |
| 291 | `'`'`'`---..,___`;.-' |
| 292 | """) |
| 293 | time.sleep(0.5) |
| 294 | |
| 295 | |
| 296 | def main(): |