Results 1 to 8 of 8

Thread: Scan Scripts!

  1. #1
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Exclamation Scar Scripts Scanner!

    Hello here is my new application.

    SSS!
    SRL Script Scanner

    What SSS do.

    SSS scans an script for password stealing or something like that.

    This application finds script fragments like
    Getpage
    OpenWebPage
    PostHTTPPage(ex)
    SendConnectionData
    (Thx MylesMadness)

    HOW TO USE

    1. open script
    2. Select all script and Copy it
    3. Press Paste from Clipboard
    4. Press Scan

    made by Laimonas171 special for SRL (http://www.villavu.com).
    ScreenShot





    Attachment 8009Download exe.
    Text Source Attachment 8031


    Last edited by Laimonas171; 08-13-2009 at 12:47 AM.

  2. #2
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  3. #3
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not bad, the most interesting thing are definitely the pictures.
    How did you create them?
    ~Hermen

  4. #4
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Hermen View Post
    Not bad, the most interesting thing are definitely the pictures.
    How did you create them?
    Code:
     Dim  Where
    
        Where = InStr(TextBox1.Text, Text1.Text)
        If Where Then
            'TextBox1.SetFocus
            'TextBox1.SelStart = Where - 1
           'TextBox1.SelLength = Len(Text1.Text)
            Image1(1).Visible = False
            Image2(1).Visible = True
            
        Else
            Image1(1).Visible = True
            Image2(1).Visible = False
        End If

  5. #5
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I mean how did you create the picture xD.
    I know how to show pictures etc.
    ~Hermen

  6. #6
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Hermen View Post
    I mean how did you create the picture xD.
    I know how to show pictures etc.
    Googleed, photoshoped by my req.


    ALSO source code. Attachment 8010

  7. #7
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay, they are nice.
    ~Hermen

  8. #8
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Hermen View Post
    Okay, they are nice.
    Ty.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •