Author Topic: Create and Register  (Read 1233 times)

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Create and Register
« on: December 13, 2008, 04:12:21 PM »
Is API the correct word?

How do  you create and register an API for the WSH so  that it is usable  like SBWinsock?

Set blah = CreateObject("W/e")
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

Vector

  • Administrator
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
    • http://clanmage.phost.ws
Create and Register
« Reply #1 on: December 14, 2008, 01:05:39 AM »
Is this really .NET?

Code: [Select]
Set objWS = CreateObject("SBWinsock.ctlWinsock")
objWS.SetSC SSC.GetScriptControl(), <prefix of plugin>

Unfortunately, its only available to StealthBot plugins, or if you can pass some other scripting object to it.
I am an Unofficial StealthBot Technician, an Unofficial StealthBot scripter, among other things. See my about page for more info.

Quote from: ArticWolve
Sorry I went down. Had internet problems with a cracker-jack-licensed driver hitting my internet pole (about 8 of them fell) and drooping my phone and electricity. Sorry ><

Rev77.net Plugins Manager

Proud host of Vector.no-ip.info | VectorJBLS.no-ip.org Status: [img]http://rev77.net/ServerCheck/check.asp?query=check&server=VectorJBLS.no-ip.org_status.png\" border=\"0\" class=\"linked-image\" /]

Shito-Ryu Karate-Do Genbu-Kai Rank: 8th Kyu (White belt, one stripe)

Rev77.Net Remote Support (Double-Click my name only if you were told to)

If the above link doesn't work, or if you use Vista, try this alternate link.

Noob ~Vector

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Create and Register
« Reply #2 on: December 14, 2008, 09:56:40 AM »
You misunderstood me, I want to use a .NET language to create a .dll that  is accessable like SBWinsock.

Set objHero = CreateObject("Hero.Thing")
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

JPT

  • Newbie
  • *
  • Posts: 1
    • View Profile