Advertisement
Guest User

gamalSobhy

a guest
Aug 29th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. $("head").append("<script type='text/javascript' src='https://pec.googlecode.com/svn/trunk/JQUERY.JS'></script>");
  3.  
  4. $("head").append("<link href='http://pastebin.com/raw.php?i=q0KRxjZz' type='text/css' rel='stylesheet'></link>");
  5. $("#header_info").append("<button id='masr'>أضغط لتشغيل السكربتات</button><h4 id='gamal_h4'>By rsh rsh</h4><h5 id='jop_h5'>GamalSobhy</h5>");
  6.  
  7.               $(document).ready(function(e) {
  8.  
  9.  
  10.                 $("#masr").click(function(){
  11.                     $("#fff").fadeIn();
  12.                     })
  13.             });
  14.  alert("& enjoy")
  15.       $(document).ready(function(e) {
  16.            $("#masr").click(function(){
  17.               $("#fff").animate({
  18.                   top:'0px',
  19.                    },1000);
  20.                })
  21.     });
  22. $(document).ready(function(e) {
  23.     $("#masr").click(function(){
  24.         $("h4").fadeIn(1500,function(){
  25.             alert("اختر السكربت المراد تفعيله")
  26.             });
  27.         })
  28. });
  29. $(document).ready(function(e) {
  30.     $("#masr").click(function(){
  31.         $("#masr").fadeOut(1000
  32.             );
  33.         })
  34. });
  35. $(document).ready(function(e) {
  36.                        $("#1").click(function(){
  37.                            $("#1").show(function(){
  38.                                                            $("#1").text("فًعل")
  39.                                });
  40.                               $("#2,#3,#4").fadeOut();
  41.                              
  42.                               $("#1").click(function(){
  43.                                  
  44.                                   alert("تم التفعيل مسبقا")
  45.                                   })
  46.                        })
  47.                             $("#2").click(function(){
  48.                             $("#2").show(function(){
  49.                               $("#2").text("فًعل")
  50.                              
  51.                                });
  52.                               $("#1,#3,#4").fadeOut();
  53.                                $("#2").click(function(){
  54.                                  
  55.                                   alert("تم التفعيل مسبقا")
  56.                                   })
  57.                        })
  58.                        
  59.                             $("#3").click(function(){
  60.                            $("#3").show(function(){
  61.                               $("#3").text("فًعل")
  62.                                });
  63.                               $("#2,#1,#4").fadeOut();
  64.                                $("#3").click(function(){
  65.                                  
  66.                                   alert("تم التفعيل مسبقا")
  67.                                   })
  68.                                  
  69.                        })
  70.                             $("#4").click(function(){
  71.                            
  72.                             $("#4").show(function(){
  73.                                $("#4").text("فًعل")
  74.                                
  75.                                });
  76.                               $("#2,#3,#1").fadeOut();
  77.                                $("#4").click(function(){
  78.                                  
  79.                                   alert("تم التفعيل مسبقا")
  80.                                   })
  81.                        })
  82.                            
  83.                            $("h4").click(function(){
  84.                               $("h5").fadeToggle();
  85.                              
  86.                                });
  87.                                
  88.                                
  89.                            $("#1,#2,#3,#4").click(function(){
  90.                                
  91.                                
  92.                                $("#1,#2,#3,#4").addClass("gemy");
  93.                                
  94.                                })
  95. });
  96.  
  97.  
  98.  
  99.  
  100. $("#overviewtable").prepend("<div id="fff"><ul><li id="1">سكربت القنص</li><li id="2">سكربت النهب</li><li id="3">سكربت الدعم</li><li id="4">سكربت الوهمي</li></ul></div>");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement