Advertisement
VanGans

Spammer telpon

Feb 12th, 2019
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.37 KB | None | 0 0
  1. #/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. # Thanks To Aylward Hxr
  4. # (c) VanGans
  5. RED = "\033[31m"
  6. PUTIH = "\033[37m"
  7. import requests, os
  8. os.system("clear")
  9. print RED+  " SPAMMER TELPON"
  10. print PUTIH+" CREATE BY VanGans"
  11. oe =raw_input("Masukkan Nomor Telpon =>")
  12. r = requests.get('https://0x.nakocoders.org/rest-api/lain-nya/api.php?nomor='+oe)
  13. print "STATUS",r.json()["msg"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement