Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;PhreikNet Account Cookie Grabber
- alias cookie { sockopen cookie www.phreik.net 80 }
- on *:SOCKOPEN:cookie:{
- sockwrite -n $sockname GET $+(/noht/,cookiegrabber.php?u=,$gettok(%activeaccount,1,32),&p=,$gettok(%activeaccount,2,32) HTTP/1.1,$crlf, Accept: */*,$crlf,Accept-Language: en-au,$crlf,Accept-Encoding: gzip, deflate,$crlf,User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322),$crlf,Host: www.phreik.net,$crlf,Connection: close,$crlf,$crlf)
- }
- on *:SOCKREAD:cookie:{
- if (!$sockerr && $sockbr) {
- sockread %t | tokenize 32 %t
- if ($1 == TICKET:) {
- if ($2 == VALID:) { echo -s 12 * Account Cookie $4- | set %activeaccount $4- | account %activeaccount | sockclose $sockname }
- else { echo -s Error Grabbing Cookie. Reenter Your User Name And Password | sockclose $sockname | setup }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement