crystals

Members
  • Content Count

    110
  • Last visited

Everything posted by crystals

  1. [hide]https://anonfile.com/42e6Bft4nc/80k_combo_txt[/hide]
  2. [hide]https://anonfile.com/QeSb93tenb/1M_HQ_PRIVATE_GOLDEN_COMBOS_BY_THUNDERG0D_txt[/hide]
  3. [hide]http://www.mediafire.com/file/a4692el2d9vqkcw/100.000+-+Copy+%282%29.txt[/hide]
  4. [hide]https://anonfiles.com/D5c2X0s5na/gaming_txt[/hide]
  5. [hide]https://anonfile.com/EdRfB9tbn8/_200k_txt[/hide]
  6. [hide]https://anonfile.com/O3g4B2t8nd/500k_PREMIUM_GAMING_COMBOS_PART_1_txt[/hide]
  7. [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]
  8. 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
  9. here's the code in C# (dunno how to do it in notepad++) static void Main(string[] args) { Random random = new Random(); Console.WriteLine($"{3000000000}{random.Next(10)}{random.Next(10)}{random.Next(10)}{random.Next(10)}{random.Next(10)}"); } or here is an actual program i made for you just for this objective https://anonfile.com/W9Q2E7m8b0/ConsoleApp13_exe
  10. been waiting my whole life for this