Author Topic: How can i do Soldat Admin with VisualBasic 6  (Read 2888 times)

0 Members and 1 Guest are viewing this topic.

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
How can i do Soldat Admin with VisualBasic 6
« on: January 06, 2007, 10:54:38 am »
How can i do Soldat Admin with VisualBasic 6?
somebody help me ?
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #2 on: January 06, 2007, 06:34:52 pm »
can u make a sample and gimme source ? ::)
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #3 on: January 06, 2007, 06:45:56 pm »
No, I can't because i delete VB 6 long time ago.

Why code this in VB though? Use delphi or C.

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #4 on: January 07, 2007, 01:30:45 pm »
i dont know delphi and C :( ..
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community


Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #6 on: January 19, 2007, 09:57:21 am »


how will i type the admin password ?

Source file is attached:
« Last Edit: January 19, 2007, 10:06:55 am by xmRipper »
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community

Offline DarkNoddy

  • Soldier
  • **
  • Posts: 194
  • BunnehMastah
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #7 on: January 19, 2007, 10:03:15 am »
When the socket opens send the password to the server.

like:
Open socket
* socket opend
* connected to "localhost" or whatever
send admin password
* logged inn \o/
----Get µTorrent here! - Torrent Tutorial----  
The sum of all fears: 01945

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #8 on: January 19, 2007, 10:17:09 am »
i couldn't understand how to do. can you give me the code?
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #9 on: January 19, 2007, 10:28:21 am »
Code: [Select]
Private Sub Winsock1_connect()
  ' Connected - Send admin password
  Winsock1.SendData "myadminpassword" & vbCrLf
End Sub

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: How can i do Soldat Admin with VisualBasic 6
« Reply #10 on: January 19, 2007, 10:52:15 am »
yeah. thanks ;)
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community