@@ -169,7 +169,6 @@ def execute(domain, target_domain, brands, query_list):
print("You have been caught!!!")
#notify("Clickbot " + brands[domain] + " has been caught by Google and will terminate. IP: ")
- return statuscode
extrasleep = 0
if(timetaken < 50):
@@ -67,5 +67,7 @@ while True:
print(target_domain) # mobile version?
print(ql)
time.sleep(3)
- execute(domain, target_domain, brands, ql)
+ statuscode = execute(domain, target_domain, brands, ql)
+ if statuscode == 444:
+ break
time.sleep(60)