Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GhostTR.py #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions GhostTR.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# << CODE BY HUNX04
# << CODE BY GOODSHIT
# << MAU RECODE ??? IZIN DULU LAH, MINIMAL TAG AKUN GITHUB MIMIN YANG MENGARAH KE AKUN INI, LEBIH GAMPANG SI PAKE FORK
# << KALAU DI ATAS TIDAK DI IKUTI MAKA AKAN MENDAPATKAN DOSA KARENA MIMIN GAK IKHLAS
# “Wahai orang-orang yang beriman! Janganlah kamu saling memakan harta sesamamu dengan jalan yang batil,” (QS. An Nisaa': 29). Rasulullah SAW juga melarang umatnya untuk mengambil hak orang lain tanpa izin.
Expand Down Expand Up @@ -260,13 +260,15 @@ def option():
# BANNER TOOLS
clear()
stderr.writelines(f"""
________ __ ______ __
/ ____/ /_ ____ _____/ /_ /_ __/________ ______/ /__
/ / __/ __ \/ __ \/ ___/ __/_____/ / / ___/ __ `/ ___/ //_/
/ /_/ / / / / /_/ (__ ) /_/_____/ / / / / /_/ / /__/ ,<
\____/_/ /_/\____/____/\__/ /_/ /_/ \__,_/\___/_/|_|

{Wh}[ + ] C O D E B Y H U N X [ + ]


┏━━━┳━━━┳━━━┳━━━┳━━━┳┓╋┏┳━━┳━━━━┓
┃┏━┓┃┏━┓┃┏━┓┣┓┏┓┃┏━┓┃┃╋┃┣┫┣┫┏┓┏┓┃
┃┃╋┗┫┃╋┃┃┃╋┃┃┃┃┃┃┗━━┫┗━┛┃┃┃┗┛┃┃┗┛
┃┃┏━┫┃╋┃┃┃╋┃┃┃┃┃┣━━┓┃┏━┓┃┃┃╋╋┃┃
┃┗┻━┃┗━┛┃┗━┛┣┛┗┛┃┗━┛┃┃╋┃┣┫┣┓╋┃┃
┗━━━┻━━━┻━━━┻━━━┻━━━┻┛╋┗┻━━┛╋┗┛
{Wh}[ + ] C O D E B Y G O O D S H I T [ + ]
""")

stderr.writelines(f"\n\n\n{option_text()}")
Expand Down