[COLOR="#000000"][COLOR="#0000BB"][/COLOR][COLOR="#007700"]=[/COLOR][COLOR="#0000BB"]$uin_start[/COLOR][COLOR="#007700"]);echo[/COLOR][COLOR="#0000BB"]$generated[/COLOR][COLOR="#007700"];[/COLOR][COLOR="#0000BB"]?>[/COLOR][/COLOR]
[COLOR="#000000"][COLOR="#0000BB"][/COLOR][COLOR="#FF8000"]#perl baby, yeah# config[/COLOR][COLOR="#0000BB"]my $uin_start[/COLOR][COLOR="#007700"]=[/COLOR][COLOR="#0000BB"]1000000[/COLOR][COLOR="#007700"];[/COLOR][COLOR="#0000BB"]my $uin_end[/COLOR][COLOR="#007700"]=[/COLOR][COLOR="#0000BB"]1000003[/COLOR][COLOR="#007700"];[/COLOR][COLOR="#0000BB"]my[/COLOR][COLOR="#007700"]@[/COLOR][COLOR="#0000BB"]passwords[/COLOR][COLOR="#007700"]= ([/COLOR][COLOR="#DD0000"]"123123"[/COLOR][COLOR="#007700"],[/COLOR][COLOR="#DD0000"]"432432"[/COLOR][COLOR="#007700"],);[/COLOR][COLOR="#0000BB"]my $delim1[/COLOR][COLOR="#007700"]=[/COLOR][COLOR="#DD0000"]';'[/COLOR][COLOR="#007700"];[/COLOR][COLOR="#0000BB"]my $ddelim2[/COLOR][COLOR="#007700"]=[/COLOR][COLOR="#DD0000"]"\n"[/COLOR][COLOR="#007700"];[/COLOR][COLOR="#FF8000"]# code[/COLOR][COLOR="#007700"]die[/COLOR][COLOR="#DD0000"]'Stupid bitch'[/COLOR][COLOR="#007700"]if([/COLOR][COLOR="#0000BB"]$uin_end[/COLOR][COLOR="#007700"]=[/COLOR][COLOR="#0000BB"]$uin_start[/COLOR][COLOR="#007700"]);print[/COLOR][COLOR="#0000BB"]$generated[/COLOR][COLOR="#007700"];[/COLOR][/COLOR]
@echo off set /A uin_start = %1 set /A uin_end = %2 set /A password = %3 for /L %%U in (%uin_start%,1,%uin_end%) do ( echo %%U;%password% )