تصميم برنامج وهمى يخدعك بأنه يمسح جميع ملفاتك

[ منتدى البرامج والهواتف الذكية ]


النتائج 1 إلى 6 من 6
  1. #1

    الصورة الرمزية omarkin05

    تاريخ التسجيل
    Oct 2006
    المـشـــاركــات
    624
    الــــدولــــــــة
    مصر
    الــجـــــنــــــس
    ذكر
    الـتـــقـــــيـيــم:

    افتراضي تصميم برنامج وهمى يخدعك بأنه يمسح جميع ملفاتك

    بسم الله الرحمن الرحيم

    والصلاه والسلام على رسوله الامين

    اول شىء ابدأ بالسلام على جميع من فى المنتدى وجميع من فى القسم

    واسلم على احبائى واخوانى الأخ الحبيب حسام والمبدع وحش القراصنه

    -------------------------------

    نبدأ درسنا ...

    على ماذا سنعتمد على صناعه البرنامج

    سنعتمد على نظام CMD فى عمل البرنامج الوهمى ونحتاج لـلمفكره لبرمجه البرنامج

    اول شىء نفتح المفكره

    ونكتب

    @echo off

    فى البدايه فى الاعلى

    ثم اسفلها مباشره

    echo

    لماذا ؟

    echo:-

    هى داله التى تساعدك على كتابه رساله او اى نص او جمله تريدها

    فمثلاً النص يكون هكذا

    @echo off
    echo Welcome to msoms format prog <<<<<<<< هذى هى الجمله التى تظهر فى بدايه البرنامج

    طيب

    الآن نريد امر يمكننا من متابعه استمرار البرنامج

    الأمر هو

    pause

    ماذا يفعل ؟ يقوم هذا الامر بعمل جمله وهى

    اضغط اى زر للمتابعه

    بعد ذلك نعمل جمله اخرى وهى جمله استفاهميه

    نسأل فيها الشخص هل تريد مسح جميع ملفاتك

    فالكود يكون هكذا

    echo Do you want to delete all of your data? (y/n)

    بعد ذلك نحتاج لجمله اخرى

    تقول

    لاتطفىء النافذه حتى اكتمال المسح

    فنكتب

    pause >nul
    echo Do not exit out of th screne or all data will e deleted !!!

    بعد ذلك

    نؤكد على الشخص انه يريد المسح

    فنكتب

    ping localhost -n 2 >nul
    echo Are yu sure you want to delete all data? (y/n)

    بعد ذلك نكتب امر الأيهام بالمسح

    pause > nul
    echo deleting all data ..........
    echo .
    echo .
    ping localhost - n 2 > nul

    بعد ذلك نكتب الملفات الوهميه التى سوف تمسح


    dir /s
    dir /s
    dir /s
    dir /s

    وعليك ان تسنخ هذه الكلمات وتضعها تحت بعضها فى المفكره والصقها حتى يصبح عددها كبير مثل


    dir /s
    dir /s
    dir /s
    dir /s

    dir /s
    dir /s
    dir /s
    dir /s

    dir /s
    dir /s
    dir /s
    dir /s

    هكذا

    بعد ذلك نحتاج لرساله خطأ تقول ان هناك خطأ فى المسح

    echo.
    echo.
    ping localhost -n 2 >nul
    cls
    Echo Error... Not all data deleted <<<< رساله الخطأ

    نحتاج للأمر

    pause

    ليعمل كونفورم اى تضغط اى زر للمتابعه

    pause > nul

    بعد ذلك مسح باقى الملفات


    Echo Deleting rest of data ......
    echo .
    echo .
    ping localhost -n 1 > nul
    cls
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    echo .
    echo .
    ping localhost -n 2 > nul
    cls
    echo All data has been deleted for more prog and lessons visit http://www.msoms-anime.net ..... <<<<<< رساله النهايه
    pause <<<<< الأمر حتى تضغط اى زر للأغلاق

    بعد ذلك احفظ الكود فى المفكره بصيخه

    .bat

    كود البرنامج على بعضه

    ----------------------------------------------------------------------

    @echo off
    echo Welcome msoms Format Prog
    pause
    echo Do you want to delete all of your data? (y/n)
    pause >nul
    echo Do not exit out of th screne or all data will e deleted !!!
    ping localhost -n 2 >nul
    echo Are yu sure you want to delete all data? (y/n)
    pause > nul
    echo deleting all data ..........
    echo .
    echo .
    ping localhost - n 2 > nul
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    echo.
    echo.
    ping localhost -n 2 >nul
    cls
    Echo Error... Not all data deleted
    pause > nul
    Echo Deleting rest of data ......
    echo .
    echo .
    ping localhost -n 1 > nul
    cls
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    dir /s
    echo .
    echo .
    ping localhost -n 2 > nul
    cls
    echo All data has been deleted for more viruses visit http://redhacker.byethost7.com .....
    pause

    ---------------------------------------------------

    وهكذا تكون صنعت برنامج وهمى بأنه يفرمت الجهاز

  2. #2

    الصورة الرمزية Bu.Hmaid

    تاريخ التسجيل
    May 2007
    المـشـــاركــات
    1,753
    الــــدولــــــــة
    البحرين
    الــجـــــنــــــس
    ذكر
    الـتـــقـــــيـيــم:

    افتراضي رد: تصميم برنامج وهمى يخدعك بأنه يمسح جميع ملفاتك

    و عليكم السلام

    ماشاء الله

    حلوة الفكرة ^.^

    يعطيك العافية أخي omarkin05 عـ الموضوع\الطريقة

    و بالتوفيق إن شاء الله ^_^

  3. #3

    الصورة الرمزية omarkin05

    تاريخ التسجيل
    Oct 2006
    المـشـــاركــات
    624
    الــــدولــــــــة
    مصر
    الــجـــــنــــــس
    ذكر
    الـتـــقـــــيـيــم:
    كاتب الموضوع

    افتراضي رد: تصميم برنامج وهمى يخدعك بأنه يمسح جميع ملفاتك

    شكراً وحش على المرور الكريم ونتمنى نشوف التطبيقات

  4. #4

    الصورة الرمزية omarkin05

    تاريخ التسجيل
    Oct 2006
    المـشـــاركــات
    624
    الــــدولــــــــة
    مصر
    الــجـــــنــــــس
    ذكر
    الـتـــقـــــيـيــم:
    كاتب الموضوع

    افتراضي رد: تصميم برنامج وهمى يخدعك بأنه يمسح جميع ملفاتك

    تطبيق العمل :

    للتحميل اضغط هنا

  5. #5

    الصورة الرمزية أم مودة

    تاريخ التسجيل
    Jun 2008
    المـشـــاركــات
    755
    الــــدولــــــــة
    مصر
    الــجـــــنــــــس
    أنثى
    الـتـــقـــــيـيــم:

    افتراضي رد: تصميم برنامج وهمى يخدعك بأنه يمسح جميع ملفاتك

    شكراً على الخدعة الجميلة

  6. #6

    الصورة الرمزية shekoforever

    تاريخ التسجيل
    Oct 2006
    المـشـــاركــات
    490
    الــــدولــــــــة
    مصر
    الــجـــــنــــــس
    ذكر
    الـتـــقـــــيـيــم:

    افتراضي رد: تصميم برنامج وهمى يخدعك بأنه يمسح جميع ملفاتك

    أولاً كلمة تصميم لا تليق بمبرمج ! المبرمج يكتب و لا يصمم !!
    و أيضاً البرنامج البسيط المكتوب باللغة الباتش هذا ليس له أى داعى و من السهل حتى لو كان حقيقياً أن تغلق البرنامج
    هل تستطيع أن تطبع الملفات الموجودة فى السى مثلاً على الشاشة باستخدام لغة غير الباتش (استخدام أوامر الدوس المتتالية فى ملف و تنفيذها) ؟

    هذا كود باللغة الروبى تستطيع أن تسرد به الملفات و تقوم بعمل نفس الحركة بدون استخدام أوامر MS-Dos


    كود:
    def do_v_del(dir)
    Dir.chdir(dir)
    Dir["*"].each {|i|
        fpath = File.join(dir,i)
        puts "Deleting...#{fpath}"
        #File.delete(fpath)        if we really want to do it ! 
        if File.directory?(fpath) then
          do_v_del(fpath)
        end
        }
    end
    do_v_del("c:/")
    جزء من المخرجات :

    كود:
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/History/History.IE5
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/History/History.IE5/index.dat
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/History/History.IE5/desktop.ini
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/History/History.IE5/MSHist012008081120080812
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/History/History.IE5/MSHist012008081120080812/index.dat
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/desktop.ini
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/index.dat
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/desktop.ini
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/012345OP
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/012345OP/desktop.ini
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/QRSBUVEX
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/QRSBUVEX/desktop.ini
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/GHIJ23MN
    Deleting...c:/WINDOWS/system32/config/systemprofile/Local Settings/Temporary Internet Files/Content.IE5/GHIJ23MN/desktop.ini

المفضلات

المفضلات

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •  
Loading...