Jump to content

  •  

  • iBotModz CBox


    Dark Slipstream

    Member Since 19 Apr 2008
    Offline Last Active Aug 29 2010 11:46 PM
    ****-

    #88240 (VB.NET & C#) Executing A File

    Posted by Dark Slipstream on 11 May 2009 - 10:14 PM

    Removed.
    • likes this


    #88217 (VB.NET) Monitor, Mouse & Keyboard Controls

    Posted by Dark Slipstream on 11 May 2009 - 09:06 PM

    Removed.


    #88201 (VB.NET) Get IP Addresses

    Posted by Dark Slipstream on 11 May 2009 - 08:54 PM

    -------------
    
     External IP
    
    -------------
    
    
    
    Try
    
     Dim WC As New System.Net.WebClient
    
     MsgBox(System.Text.Encoding.ASCII.GetString(WC.DownloadData("http://www.swlink.net/~styma/REMOTE_ADDR.shtml")))
    
     MsgBox(System.Text.Encoding.ASCII.GetString(WC.DownloadData("http://whatismyip.com/automation/n09230945.asp")))
    
     WC.Dispose()
    
    Catch
    
     'Display Error Message
    
    End Try
    
    
    
    
    
    -------------
    
     Internal IP
    
    -------------
    
    
    
    Try
    
     Dim ipEntry As System.Net.IPHostEntry = Net.Dns.GetHostEntry(Environment.MachineName)
    
     Dim IpAddr As System.Net.IPAddress() = ipEntry.AddressList
    
     MsgBox(IpAddr(0).ToString())
    
    Catch
    
     'Display Error Message
    
    End Try
    
    
    
    
    
    ---------------
    
     Address to IP
    
    ---------------
    
    
    
    If Not T2.Text = "" Then
    
     Try
    
     ipE = Dns.GetHostEntry(T2.Text)
    
     Catch
    
     MessageBoxEx.Show("Site does not exist!", "DoS", MessageBoxButtons.OK, MessageBoxIcon.Information)
    
     End Try
    
    
    
     Dim IpA() As IPAddress = ipE.AddressList
    
     TX.Text = IpA(0).ToString
    
    End If



    #88174 (C#) Linear Searching

    Posted by Dark Slipstream on 11 May 2009 - 08:05 PM

    I updated main post. I forgot to add my latest Slipstream.dll. It is needed for a conversion in ScanForBytes.

    I hope people learn how to use this.
    • likes this


    #88173 (C#) Linear Searching

    Posted by Dark Slipstream on 11 May 2009 - 08:01 PM

    Removed.
    • likes this


    #79193 360-Reality

    Posted by Dark Slipstream on 03 April 2009 - 07:11 PM

    p2.png

    p1.png



    Download:
    Attached File  360_Reality__BETA__fix.rar   3.74MB   272 downloads


    #77970 Update on 360-Reality

    Posted by Dark Slipstream on 30 March 2009 - 10:50 AM

    Removed.


    #52942 Xbox Live Resigning

    Posted by Dark Slipstream on 19 November 2008 - 04:28 PM

    I have noticed people try to make a profit using resigning services. - THIS IS NOT ALLOWED!
    If anyone wants to offer a completely free service, go right ahead.
    If I ever find out that anyone is going to charge for a resigner or a service, consider yourself banned.


    Have a nice day,

    Dark Slipstream


    #49857 [How-To] Create Radial Forge Objects

    Posted by Dark Slipstream on 22 October 2008 - 08:20 PM

    Removed.


    #31873 Halo 3 Modded Map Names

    Posted by Dark Slipstream on 08 July 2008 - 11:39 AM

    I updated the list with the Cold Storage name... that's about it. lol


    #30655 Campaign Whitepaper

    Posted by Dark Slipstream on 04 July 2008 - 06:24 PM

    Removed.