Skip to content

Commit

Permalink
Merge pull request #2 from CamoCatX/patch-1
Browse files Browse the repository at this point in the history
Security upgrade
  • Loading branch information
spider863644 authored Oct 26, 2023
2 parents 2b5d4f7 + 06cf32a commit c181e41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sms.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def loop():
print(Fore.GREEN + header)
print(Fore.RED + "Version 1.2".center(70))
print(Fore.CYAN + """
Coded by: Spider Anongreyhat & TheNooB
Coded by: Spider Anongreyhat TheNooB & CamoCatX
Team: TermuxHackz Society
WhatsApp: +2349052863644 & +233245222358
GitHub: spider863644
Expand Down Expand Up @@ -104,7 +104,9 @@ def free_trial():
print(resp.json())
def paid():
BASE_URL = "https://mpvr96.api.infobip.com"
BASE_URL = ""
API_KEY = "2d86b648c363a5e6562e74e84a832fb4-ab0a6e77-7860-4b6f-95ea-aee61aab437f"
API_KEY = ""
SENDER = input(Fore.GREEN + "Enter sender name: " + Fore.YELLOW)
RECIPIENT = input(Fore.GREEN + "Enter target phone number with country code: " + Fore.YELLOW)
MESSAGE_TEXT = input(Fore.GREEN + "Build your scam letter: " + Fore.YELLOW)
Expand Down Expand Up @@ -163,4 +165,4 @@ def paid():
con = input((Fore.GREEN + "Do you wanna continue?[Y/N]: " + Fore.YELLOW))
if con == "y" or con == "Y":
loop()
loop()
loop()

0 comments on commit c181e41

Please sign in to comment.