crystals

Members
  • Content Count

    110
  • Last visited

Everything posted by crystals

  1. I've been looking for this for quite a while thanks a lot dude
  2. [hide]https://pastr.io/view/3scrAo[/hide]
  3. [hide]https://pastr.io/view/oXtzZx[/hide]
  4. [hide]https://anonfile.com/42e6Bft4nc/80k_combo_txt[/hide]
  5. [hide]https://anonfile.com/QeSb93tenb/1M_HQ_PRIVATE_GOLDEN_COMBOS_BY_THUNDERG0D_txt[/hide]
  6. [hide]https://pastr.io/view/tb8Qba[/hide]
  7. [hide]http://www.mediafire.com/file/a4692el2d9vqkcw/100.000+-+Copy+%282%29.txt[/hide]
  8. [hide]https://anonfiles.com/D5c2X0s5na/gaming_txt[/hide]
  9. [hide]https://pastr.io/view/X0boEI[/hide]
  10. [hide] https://pastr.io/view/WDg5ux [/hide]
  11. [hide]https://anonfile.com/EdRfB9tbn8/_200k_txt[/hide]
  12. [hide]https://anonfile.com/O3g4B2t8nd/500k_PREMIUM_GAMING_COMBOS_PART_1_txt[/hide]
  13. [align=center]Willhaben.at proxyless checker MultiThreaded don't use too many threads as to not fuck up the site quickly[/align] [hide] https://anonfile.com/X65269qene/Debug_rar[/hide]
  14. Bad solution. This will: 1. Not loop (Maybe you added a loop to the .exe, but not this code.) 2. Return duplicates 3. Run Forever (Given you did loop it using while(true) or whatever.) Here's mine. for x in range(100000): print("300000000" + str(x).zfill(6)) Note: This solution uses python, but I can give an example in a variety of languages if you want. 1-3. there is a for loop in the .exe3 true this returns duplicates i'll just fix it later