Advertisement
SalimFadhil

تأمين دفتر الملاحظات

Aug 22nd, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. _______________________________________________________________________________
  3. WriterScriptIs : Abu.Rajih
  4. DateWroteScript: 22-08-2018
  5. VersionScriptIs: 2.0
  6. URL: https://forum.tribalwars.ae/index.php?members/abu-rajih.40926/
  7. _______________________________________________________________________________
  8. _______________________________________________________________________________
  9.        ########   ##                    #########             $$  $$  ##
  10.       ##      ##  ##                    ##      ##   ######   $$  $$  ##
  11.       ##      ##  ##                    ##      ##         #          ##
  12.       ##########  ## ####  ##    ##     ##     ##   ########  ##  ##  #######
  13.       ##      ##  ###   ## ##    ##     ########    ##    ##  ##  ##  ##    ##
  14.       ##      ##  ##    ## ##    ##     ##     ##   ##    ##  ##  ##  ##    ##
  15.       ##      ##  ##   ##  ##    ## $$  ##      ##  ##    ##  ##  ##  ##    ##
  16.       ##      ##  ######    #####   $$  ##       ## ###### #  ##  ##  ##    ##
  17.                                                               ##
  18.                                                          ##  ##
  19.                                                           ####
  20. _______________________________________________________________________________
  21. */
  22.  
  23. $(`#quickbar_outer`).before(`<center>
  24. <table id='love'>
  25. <tr id='you'>
  26. <td id='N' class='sign'><b style="font-family:Times New Roman; font-size:18px;font-style:italic;">تم برمجة السكربت من قبل:&nbsp;</td>
  27. <td id='N' class='name'><a id="Salim" href="https://forum.tribalwars.ae/index.php?members/abu-rajih.40926/" target="_blank" style="color:black;font-family:Times New Roman;font-size:20px;font-style:italic;">سيد الاساطير</a></b></td>
  28. </tr>
  29.  
  30. <style>
  31. .sign{background:#7d5d11;}
  32. .name{background:#444;}
  33. .tr
  34. {
  35. font-style:italic;
  36. font-family:times new roman;
  37. background-color:#d8b674;
  38. }
  39. input[id='edit'] , input[id='raid']
  40. {
  41. width:150px;
  42. height:25px;
  43. background:#7d5d11;
  44. border:#00fd00;
  45. font-family:times new roman;
  46. }
  47.  
  48. #love,#you,#N
  49. {
  50. width:400px;
  51. height:30px;
  52. border:2px solid black;
  53. text-align:center;
  54. }
  55.  
  56. #Salim{animation: salim 5s linear infinite;}
  57. @keyframes salim{
  58. 0%{text-shadow:0 0 2px #0a0;color:#eee;}
  59. 50%{text-shadow:0 0 2px #eee;color:#111;}
  60. 100%{text-shadow:0 0 2px #111;color:#eee;}
  61. }
  62. </style>
  63.  
  64. <tr id='you'>
  65. <td id='N' class='tr'><b>لتعديل الملاحظات</b></td>
  66. <td id='N' class='tr'><b>لإظهار او إخفاء دفتر الملاحظات</b></td>
  67. </tr>
  68. <tr id='you'>
  69. <td id='N'><input type=\'button\' value=\'تعديل الملاحظة\' id=\'edit\' title=\'تعديل الملاحظة\' class=\'btn\' /></td>
  70. <td id='N'><input type=\'button\' value=\'إظهار/إلغاء دفتر الملاحظات\' id=\'raid\' title=\'إظهار/إلغاء تأمين دفتر الملاحظات\' class=\'btn\' /></td>
  71. </tr>
  72. </table>
  73. <br></center>`);
  74.  
  75. $(`#edit`).click(function(){
  76. $(`.btn:eq(1)`).click();
  77. });
  78. $(`#raid`).click(function(){
  79. var url = window.location.href;
  80. window.open('/game.php?&screen=memo&action=toggle&&h='+ game_data.csrf,'_self');
  81. setTimeout(function(){
  82. window.open(url , '_self');
  83. $('.docked-notebook').remove();
  84. },100);
  85. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement