ArrowMy first Multitool

PollIs my multitool alright
13 votes
Posts 115 of 15 · Page 1 of 1
My first Multitool
Hello ladies and gents this is my Multitool and it took me all night so i hope you like it

VS1: Multitool working as of 4.8.11.rar - Jotti's malware scan

VS2: Freakings servers are still down omfg >



Features:
Spammer
Injector
Screen capturer-Not working right now fixing it
Multitool working as of 4.8.11.rarattachment deleted · 22 downloads before removal
Nice realease, Ill check it out after approve, and post feature's.

(1ST POST)
Tips:
Crop images.
If you need code for screen capture i can give
or if you want i could do it for you give me download link?
or i could get you vscans..
Quote Originally Posted by [Ghost] View Post
Tips:
Crop images.
If you need code for screen capture i can give
or if you want i could do it for you give me download link?
or i could get you vscans..
you can give me code for screen capturer that would be helpful
Screen Capture
Requirements:
2 Buttons (Name: Button1 (Text: Capture), Button2 (Text: Save)
1 PictureBox (Size Mode: Stretched Image)
1 Timer (Name: Timer1) (Interval approx. 10000)

Codes:

Code:
Public Class Form1
'Button 2 = Capture
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Me.Opacity = 0
Timer1.Enabled = True
End Sub

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim bounds As Rectangle
Dim screenshot As System.Drawing.Bitmap
Dim graph As Graphics
bounds = Screen.PrimaryScreen.Bounds
screenshot = New System.Drawing.Bitmap(bounds.Width, bounds.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb)
graph = Graphics.FromImage(screenshot)
graph.CopyFromScreen(bounds.X, bounds.Y, 0, 0, bounds.Size, CopyPixelOperation.SourceCopy)
PictureBox1.Image = screenshot
Timer1.Enabled = False
Me.Opacity = 100
End Sub

'Button1 = Save
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim savefiledialog1 As New SaveFileDialog
Try
savefiledialog1.Title = "Save File"
savefiledialog1.FileName = "Save As..."
savefiledialog1.Filter = "JPEG |*.jpeg"
If savefiledialog1.ShowDialog() = DialogResult.OK Then PictureBox1.Image.Save(savefiledialog1.FileName,System.Drawing.Imaging.ImageFormat.Bmp)
End If
Catch ex As Exception
'Do Nothing
End Try
End Sub

End Class
Quote Originally Posted by Neechan' View Post
Screen Capture
Requirements:
2 Buttons (Name: Button1 (Text: Capture), Button2 (Text: Save)
1 PictureBox (Size Mode: Stretched Image)
1 Timer (Name: Timer1) (Interval approx. 10000)

Codes:

Code:
Public Class Form1
'Button 2 = Capture
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Me.Opacity = 0
Timer1.Enabled = True
End Sub

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim bounds As Rectangle
Dim screenshot As System.Drawing.Bitmap
Dim graph As Graphics
bounds = Screen.PrimaryScreen.Bounds
screenshot = New System.Drawing.Bitmap(bounds.Width, bounds.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb)
graph = Graphics.FromImage(screenshot)
graph.CopyFromScreen(bounds.X, bounds.Y, 0, 0, bounds.Size, CopyPixelOperation.SourceCopy)
PictureBox1.Image = screenshot
Timer1.Enabled = False
Me.Opacity = 100
End Sub

'Button1 = Save
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim savefiledialog1 As New SaveFileDialog
Try
savefiledialog1.Title = "Save File"
savefiledialog1.FileName = "Save As..."
savefiledialog1.Filter = "JPEG |*.jpeg"
If savefiledialog1.ShowDialog() = DialogResult.OK Then PictureBox1.Image.Save(savefiledialog1.FileName,System.Drawing.Imaging.ImageFormat.Bmp)
End If
Catch ex As Exception
'Do Nothing
End Try
End Sub

End Class
It save as JPEG, add more codering.
Also this code i sawd before on a forum where i was an Moderator:O.
Thx Bro! thx for Code.. helpfull post! And btw its cool for first time but Resize Images, cant see it.. with full size.. :S Thx! (Crop images)
I Do Like It But Dont Mate The Background Image Repeat Bro
Waiting for approve...
meh,the background image on multitool is kinda annoying.
You don't scan it correctli with jotti virus scan...
looks good wait for approv...
Dont like the background and this features ive seen this a thousand times!!!
Please fix the VirusScans! Good job anyway.
Posts 115 of 15 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?