PDA

View Full Version : Scan Scripts!



Laimonas171
08-09-2009, 08:55 PM
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 (http://www.villavu.com/forum/member.php?u=10441))


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

http://mshock.wu.lt/screen.PNG



8009Download exe.
Text Source 8031

Shuttleu
08-09-2009, 08:58 PM
scource?
you should not post a exe without its scource

~shut

ShowerThoughts
08-09-2009, 08:58 PM
Not bad, the most interesting thing are definitely the pictures.
How did you create them?

Laimonas171
08-09-2009, 09:01 PM
Not bad, the most interesting thing are definitely the pictures.
How did you create them?

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

ShowerThoughts
08-09-2009, 09:01 PM
I mean how did you create the picture xD.
I know how to show pictures etc.

Laimonas171
08-09-2009, 09:05 PM
I mean how did you create the picture xD.
I know how to show pictures etc.
Googleed, photoshoped by my req. :)


ALSO source code. 8010

ShowerThoughts
08-09-2009, 09:09 PM
Okay, they are nice.

Laimonas171
08-09-2009, 09:13 PM
Okay, they are nice.
Ty. :)