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 tr.py #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions LIST/tr.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def turkey():
print("{} |P \\\__// | ").format(w)
print(" |CS '--' | ")
print("{} '--------------'----------{}------------------. ").format(r,w)
print("{} | {}Author : {}HVmbl3 {} | {}INDO{}N{}{}ESIA | ").format(r,w,r,w,r,ir,reset,w)
print("{} | {}Youtube : {}Shodiq 2701 {}| {}+62-813-6487-3762 {}|").format(r,w,w,w,lgray,w)
print("{} | {}Author : {}AKIN {} | {}TUR{}K{}{}EY | ").format(r,w,r,w,r,ir,reset,w)
print("{} | {}Youtube : {}HD OYUNCU {}| {}BOŞVER {}|").format(r,w,w,w,lgray,w)
print("{} '------------------------------------{}-------' ").format(r,w)
print("{} [ {}List page : {} {}]").format(r,w,rfindpage,r)
run()
Expand All @@ -51,4 +51,5 @@ def run():
count += 1
except:
print ""
print r+"Makasi udh pake tools kami"+w
print r+"KAMERA HACK
"+w
8 changes: 4 additions & 4 deletions scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def main():
print("{} |P \\\__// | ").format(w)
print(" |CS '--' | ")
print("{} '--------------'----------{}------------------. ").format(r,w)
print("{} | {}Author : {}HVmbl3 {} | {}INDO{}N{}{}ESIA | ").format(r,w,r,w,r,ir,reset,w)
print("{} | {}Youtube : {}Shodiq 2701 {}| {}+62-813-6487-3762 {}|").format(r,w,w,w,lgray,w)
print("{} | {}Author : {}HVmbl3 {} | {}TUR{}KEY{}{}AKIN ALAF | ").format(r,w,r,w,r,ir,reset,w)
print("{} | {}Youtube : {}HD OYUNCU {}| {}+BOŞVER NUMARAMI {}|").format(r,w,w,w,lgray,w)
print("{} '------------------------------------{}-------' ").format(r,w)
print (" {}[ 1 ] {}Italy").format(r,w)
print (" {}[ 2 ] {}Indonesia").format(r,w)
Expand All @@ -43,10 +43,10 @@ def main():
print (" {}[ 5 ] {}France").format(r,w)
print (" {}[ 6 ] {}Korea").format(r,w)
print (" {}[ 7 ] {}German").format(r,w)
print (" {}[ 8 ] {}Turkey").format(r,w)
print (" {}[ 8 ] {}TURKEY").format(r,w)
print (" {}[ 9 ] {}Exit").format(r,w)
print ""
select = input("\033[1;31m[ \033[1;37mSelect@Number \033[1;31m]\033[1;37m> ")
select = input("\033[1;31m[ \033[1;37mNumara Seçiniz \033[1;31m]\033[1;37m> ")
filtering(select)


Expand Down