Skip to content
MSN

Msn chat Cookies updater and vincula updater fail

A TG007 community discussion started by diljanipk.

Discussion 76 posts
Page 2 of 4
Open
Topic #3527 · 76 published posts · 5,292 views

Hola escribo desde mexico y desearia saber si tienen alguna solucion para la actualizacion de las cookies del vincula ??? Uso la Version EZR. Gracias

------------------------------------------------------------------------------------------

Hello I write from mexico and desire to know if they have some solution for the update of the cookies of ties? Use Version EZR. Thanks

My updater is still not working, and i deleted cookies, temp and chat control, then signed in with my script account to IE...any luck for a solution to this for me?? I cant think of what else to try

I dont see any page thingy magiggy i had to put in another updated instead if anyone wants it here i guess..

 

alias ud {

var %e, %i, %p, %n, %host, %emails

%i = 1

%n = $numtok($1-,32)

%emails = $1-

set %update.time $ticks

set %update.num 0

set %update.att 0

echo -a Updating %msnpp.email $+ ...

while (%i <= %n) {

%e = $gettok($gettok(%emails,%i,32),1,61)

%p = $gettok($gettok(%emails,%i,32),2,61)

tokenize 32 $gettok(%e,2,64)

if ($1 == hotmail.com) { %host = loginnet.passport.com }

elseif ($1 == msn.com) { %host = msnialogin.passport.com }

else { %host = login.passport.com }

sockopen update. $+ %e %host 80

sockmark update. $+ %e %p %host

inc %i

}

set %update.emails %n

}

 

on 1:sockopen:update.*:{

var %email, %host, %password, %string

%email = $gettok($sockname,2-,46)

%password = $gettok($sock($sockname).mark,1,32)

%host = $gettok($sock($sockname).mark,2,32)

%string = Passport1.4 OrgVerb=GET,OrgURL=http%3A%2F%2Fchat%2Emsn%2Ecom,sign-in=

%string = %string $+ %email $+ ,pwd= $+ %password $+ ,id=2260

sockwrite -n $sockname GET http:// $+ %host $+ /login2.srf HTTP/1.1

sockwrite -n $sockname Authorization: %string

sockwrite -n $sockname Host: %host

sockwrite -n $sockname $crlf

}

 

on 1:sockread:update.*:{

sockread -n &var

var %email = $gettok($sockname,2-,46)

if ($bfind(&var,1-,Authentication-Info:)) {

tokenize 32 $wildtok($bvar(&var,1-).text,*t=*,1,39)

set %msnpp.ticket $remove($gettok($1-,2,61),&p)

tokenize 32 $wildtok($bvar(&var,1-).text,*p=*,2,39)

set %msnpp.profile $gettok($1-,3,61)

echo -a Updated " $+ %msnpp.email $+ "

}

elseif ($bfind(&var,1-,Unauthorized)) { echo -s * [[ $+ %email $+ ]] Email and/or password is wrong. | inc %update.num }

}

 

update {

ud $+(%msnpp.email,=,%msnpp.passwd)

}

 

 

 

some scripts i have work and some dont,but the ones i do have that still sign in i just copy the profile,ticket and sub info off them and put in it those that wont work,and it signs

another way also is use exonyte's temp passport updater..or sudsy's new and improved updater that works.

 

temp updater<<<Click here

 

 

Edited May 14, 2005 3:30 PM by chain

______________________________________________________

T.ogether
E.veryone
A.chieves
M.ore


 

 

coderirclogo.png.8580c336378f27471a13a95ffd242c9d (1).png

Or download the updated Guard dog or switch your connection to Nuclear Msn.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

or make your own cookie grabber

My code does NOT have bugs. It just develops random features.

what? people doing things for themselves ozzy? god forbid.

bfush.PNG

Hey, if I could write a new one I would, but im just a guy that runs an MSN trivia chat room, sorry...I will admit, I do need help with this from you guys that make this stuff work...

Edit by ozzy: please do NOT post other peoples code

that code you posted was the vincula from guarddog that gatekeeper has allready fixed

Edited May 15, 2005 9:15 AM by OZZY_10â„¢

This is what i have so far

 

user posted image

 

it needs the subinfo grabber adding still but it writes the ones it has to the vincula vars and vpassport.dat

 

so you dont even have to touch vinculas updater , just turn it off in the passport setup dialog and use this one instead

but i need to know what var everyone else uses for the user role and the subinfo

or have i to make it where you can name the var what you want ?

 

at the moment the user role var is %msnpp.userrole

Edited May 15, 2005 6:09 PM by OZZY_10â„¢

My code does NOT have bugs. It just develops random features.

Mine the same var as your Ozzy, good work on the grabber.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

This sets the cookies as

 

%msnpp.ticket

%msnpp.profile

%msnpp.cookie

 

%msnpp.userrole

%msnpp.subinfo

 

user posted image

 

just needs tidying up a bit now

oh and it should work with ANY script that uses vincula connection

 

infact it should work with any script that uses those vars

Edited May 15, 2005 6:08 PM by OZZY_10â„¢

My code does NOT have bugs. It just develops random features.

I think I may know what the problem is. If you guys sign into your Account Services, you'll find under the link Credentials that we have something new. ......and dont worry about it. Its just another unique ID number ...as if we havn't already had enough of those. lol

err0r mdx the dialog now and i made an icon for it lol

 

its nearly done , just a bit more error handling to add to it

 

user posted image

My code does NOT have bugs. It just develops random features.

yay you are my hero

i seen the samples of the techgear update dialog,just wondering when it ma y be finished....thanks

Well i could release it now , but there would be a lot of complaints , cause not all the error handling is in yet

and i dont think i actually mentioned anything about releasing it

muwahhhhhhaaaaaaaaaaaaaaaaaaaaa <-- evil laugh

 

 

with a little luck it should be finished tonight

Edited May 16, 2005 7:05 AM by OZZY_10â„¢

My code does NOT have bugs. It just develops random features.

.............oooooooook.......ty

And I had thought that Ozzzy had retired to a sunny beach on the Bahamas....

 

Been a long time you ollll muckerrr

Edited May 16, 2005 1:49 PM by grinning_male