• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Wing87

#1
Battle.net Bot Development / Re: Vb Chat bot
April 30, 2006, 05:18 PM
ok i think your right with that and yes i did copy a few lines... and now i did add a few lines to do the 0x51 it returns 0x101 so i guess my error is
Version
Checksum
can some one tell me from were do i get those?, i dont really understand that yet!

tnx for all help (=
#2
Battle.net Bot Development / Re: Vb Chat bot
April 28, 2006, 07:26 PM
then link works fine to me >.<  ???
dont know if it works yet havent doen the rest of the stuff to get the msg back from the server just wanted to know if i did code it so it does work cus the mostly i just looked of the other bot >.<
#3
Battle.net Bot Development / Re: Vb Chat bot
April 28, 2006, 06:26 AM
i did work some more at the "chat" looked abit on the 42oChat Source code just wanted to ask if some one can look if everything is right
http://www.gamers-wish.com/wing/d2ringar/d2chat.zip
tnx
#4
Battle.net Bot Development / Re: Vb Chat bot
April 26, 2006, 07:15 AM
tnx ill try it
#5
Battle.net Bot Development / Re: Vb Chat bot
April 26, 2006, 06:41 AM
so i just run the getExeInfo on my own exe or on some diablo 2 exe file?
#6
Battle.net Bot Development / Re: Vb Chat bot
April 25, 2006, 02:27 PM
so what vaule do i put in the place then?  ;D
and on what file do i run the getExeInfo on? ;D
i guess i sould use checkRevisionA but there are a lot of stuff it wants as input )=
#7
Battle.net Bot Development / Re: Vb Chat bot
April 25, 2006, 02:19 PM
i meant what is a CD key's product value is that the CD in its own? or what and the public what is that how do i get these values?
and what exakty is Exe Information the diablo II.exe or what?
what is a Spawned version of the game?
#8
Battle.net Bot Development / Re: Vb Chat bot
April 25, 2006, 01:43 PM
ok tnx how do i get CheckRevision()?
and what does
(BOOLEAN)    Using Spawn (32-bit)
(DWORD)       CD key's product value
(DWORD)       CD key's public value
(STRING)                     Exe Information
(DWORD[5])    Hashed Key Data

mean?


sorry for my noobies >.<
#9
Battle.net Bot Development / Re: Vb Chat bot
April 25, 2006, 01:12 PM
one question must i do this evert time b4 i send some thing

    With Buf
        'put a byte into the buffer
        .InsertBYTE &H1
        'send and clear the buffer
        .SendPacket Me.ws
#10
Battle.net Bot Development / Re: Vb Chat bot
April 25, 2006, 12:26 PM
tnx alot looking on it you added a bit (=
#11
Battle.net Bot Development / Re: Vb Chat bot
April 25, 2006, 09:36 AM
after reading the http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=2
i tryed to make some thing that sends the connection info but i just get disconnected )= can some one look what i did wrong? heres a link to my small test -> http://www.gamers-wish.com/wing/d2ringar/d2chat.zip
#12
Battle.net Bot Development / Re: Vb Chat bot
April 25, 2006, 01:56 AM
tnx alot for the help ill look on the links when i got time (=
#13
Battle.net Bot Development / Vb Chat bot
April 24, 2006, 02:29 PM
i know vb good in my opinion and a bit of winsock so i wanted to try to write a B.net client (D2) i tried this code
http://botdev.valhallalegends.com/documents/vbwinsockhlp.html
At the homepage but how do i make it to log in and so on i dont get it >.<  ???