إعـــــــلان

تقليص
لا يوجد إعلان حتى الآن.

ديلوق بروتكشن

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • ديلوق بروتكشن

    dialog Protection {
    title "By NeSTa"
    size -1 -1 135 122
    option dbu
    button "Save", 1,45 110 35 10,ok
    check "(|---Flood Pro---|)",2, 10 30 45 10,push
    check "(|---NickFlood---|)",3, 10 45 45 10,push
    check "(|-FilterBanned-|)",4, 10 60 45 10,push
    check "(|--MassInvite--|)",5, 10 75 45 10,push
    check "(|---CloneKick---|)",6, 10 90 45 10,push
    check "(|---InviteKick---|)",7, 80 90 45 10,push
    check "(|--RawreJoin--|)",8, 80 30 45 10,push
    check "(|---MassJoin---|)",9, 80 45 45 10,push
    check "(|---BadNick----|)",10, 80 60 45 10,push
    check "(|----BotKick----|)",12, 80 75 45 10,push
    box "Protection Dialog",14, 5 1 125 105
    text "You Can Use This Button To Make It On Or Off",15, 10 15 120 10,disable
    }
    on 1:dialog:Protection:sclick:2:{
    if ($group(#Protaction) == on) { .disable #Protaction }
    else { .enable #Protaction }
    }
    on 1:dialog:Protection:sclick:3:{
    if ($group(#nickflood) == on) { .disable #nickflood }
    else { .enable #nickflood }
    }
    on 1:dialog:Protection:sclick{
    if ($group(#filtrband) == on) { .disable #filtrband }
    else { .enable #filtrband }
    }
    on 1:dialog:Protection:sclick:5:{
    if ($group(#massinvite) == on) { .disable #massinvite }
    else { .enable #massinvite }
    }
    on 1:dialog:Protection:sclick:6:{
    if ($group(#clone) == on) { .disable #clone }
    else { .enable #clone }
    }
    on 1:dialog:Protection:sclick:7:{
    if ($group(#invite) == on) { .disable #invite }
    else { .enable #invite }
    }
    on 1:dialog:Protection:sclick:8:{
    if ($group(#rawrejoin) == on) { .disable #rawrejoin }
    else { .enable #rawrejoin }
    }
    on 1:dialog:Protection:sclick:9:{
    if ($group(#massjoin) == on) { .disable #massjoin }
    else { .enable #massjoin }
    }
    on 1:dialog:Protection:sclick:10:{
    if ($group(#badnick) == on) { .disable #badnick }
    else { .enable #badnick }
    }
    on 1:dialog:Protection:sclick:12:{
    if ($group(#botkick) == on) { .disable #botkick }
    else { .enable #botkick }
    }

    alias Protection {
    dialog -m Protection Protection
    if ($group(#Protaction) == on) { .did -c Protection 2 }
    if ($group(#nickflood) == on) { .did -c Protection 3 }
    if ($group(#filtrband) == on) { .did -c Protection 4 }
    if ($group(#massinvite) == on) { .did -c Protection 5 }
    if ($group(#clone) == on) { .did -c Protection 6 }
    if ($group(#invite) == on) { .did -c Protection 7 }
    if ($group(#rawrejoin) == on) { .did -c Protection 8 }
    if ($group(#massjoin) == on) { .did -c Protection 9 }
    if ($group(#badnick) == on) { .did -c Protection 10 }
    if ($group(#limet) == on) { .did -c Protection 11 }
    if ($group(#botkick) == on) { .did -c Protection 12 }
    }
    -------------------------------------------------------------------------------
    وحط الامر هذا عشان يشتغل :) الدايلوق
    //dialog -m Protection Protection
    ------------------------------------------------------------------------------
    اتمنى ان ينال اعجابكم
    <HTML><BODY bgcolor="#FFFFFF">
    <!-- START MESSAGE AFTER THIS LINE-->
    SuB-ZiRo

    <!-- END YOUR MAIL MESSAGE BEFORE THIS LINE-->

    <p><a Target="_top" href="http://www.flamingtext.com/hmail.html" ><img src="http://hmail.flamingtext.com/hmail/2003/08/10/flamingtext_com_1060522979_15320.gif" border=0 alt="Image by [email protected]"></a>
    <br>Image by <a href="http://www.flamingtext.com/hmail2.html" >[email protected]</a>
    </BODY></HTML>

  • #2
    اعتقد انه بس دايلوق بدون اوامر :&lt;

    يعني شنو فايده الدايلوق بدون
    اوامر حمايه :<
    وشكرا اخوي

    اخوك : الماجد

    تعليق

    يعمل...
    X