Skip to content

Commit a44d5dd

Browse files
authored
Update IpHack.py
1 parent 317d787 commit a44d5dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Files/IpHack.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from iphack import *
2+
import time
23

34
print("01: Ip Address")
45
print("02: Proxy Checker")
@@ -9,9 +10,12 @@
910
if op == "1" or op == "01":
1011
ip_adr = input("While IP: ")
1112
ip.address(ip_adr)
13+
time.sleep(60)
1214
if op == "2" or op == "02":
1315
ip_p = input("While proxy ip: ")
1416
port_p = input("While proxy port: ")
1517
check.proxy(ip_p, port_p)
18+
time.sleep(60)
1619
if op == "3" or op == "03":
1720
ip.proxy(False)
21+
time.sleep(60)

0 commit comments

Comments
 (0)