|
| Author |
Message |
Lewis Newbie

Joined: 30 Dec 2003 Posts: 7
   
|
Posted: Tue Dec 30, 2003 2:10 am Post subject: |
|
|
Well ive got the bot so far i dono how to do pop ups so that users can do popups on the bot etc like #popup Hi! my bots codded in Visual Basics and its for msn if you can help that be great
Thanks |
|
| Back to top |
|
 |
Keenie Almost An Agent

Joined: 31 Oct 2003 Posts: 1071
 
|
Posted: Tue Dec 30, 2003 2:38 am Post subject: |
|
|
well im sure you can figure out how it sends raw data to the server
ie. something like
| Quote: | | winsockMAIN.senddata ("VER" & trialid & "MSNP10 CVRO" & vbCrLf) |
so to do a pop up do something like
| Code: | | winsockMAIN.senddata ("PRP " & trialid & " MFN Your%20NEW%20Name" & vbCrLf)<br />winsockMAIN.senddata ("CHG " & trialid & " HDN" & vbCrLf)<br />winsockMAIN.senddata ("CHG " & trialid & " FLN" & vbCrLf)<br />winsockMAIN.senddata ("PRP " & trialid & " MFN Your%20OLD%20Name" & vbCrLf)<br /> |
havnt used vb in a long time so if the syntax is wrong. then well fix it  |
|
| Back to top |
|
 |
Lewis Newbie

Joined: 30 Dec 2003 Posts: 7
   
|
Posted: Tue Dec 30, 2003 4:26 am Post subject: |
|
|
| Well ill try lol but its kinda weird i have a freind who sent me a code to try and its got nothing to do with winstock and not works nor does yours that well but i dono lol :/ |
|
| Back to top |
|
 |
Keenie Almost An Agent

Joined: 31 Oct 2003 Posts: 1071
 
|
Posted: Tue Dec 30, 2003 11:00 pm Post subject: |
|
|
| well lewis, its hard to write a command for you since no one here knows how your bot sends and recieves data, once you figure that out it shouldnt be hard to change that code to send the data |
|
| Back to top |
|
 |
|