Advertisement
7zgi

server time /tw

Feb 11th, 2020
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*______________________________________________________________________________
  2. ********************************************************************************
  3. WriterScriptIs  : Salim Fadhil                                                 *
  4. VersionScript   : 1.1v                                                         *
  5. DateUpdateScript: 11-02-2020                                                   *
  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. javascript:
  24. (function($) {
  25.  
  26. if(document.URL.match(/try=confirm/g)){
  27.     window.Developer = ["Salim Fadhil" , 'AbuRajih' ,'salim.rageh45@outlook.com' , '+96899745412' , '1.0' , 'https://forum.tribalwars.ae/index.php?members/abu-rajih.40926' , 'https://www.instagram.com/br7zgi/'];
  28.  
  29. $('#inner-border').before(`
  30. <center>
  31. <table align="center" id='CopyRight'>
  32. <thead>
  33. <tr>
  34. <th style='width:50px;text-align:center;'>المبرمج</th>
  35.   <th style='font-size:16px; font-weight:bold;'>:</th>
  36.   <th style='width:90px;text-align:center;'><a href=`+window.Developer[5]+` title=`+window.Developer[1]+` target='_blank'>`+window.Developer[0]+`</a></th>
  37. </tr>
  38. <tr>
  39. <th style='width:50px;text-align:center;'>E-Mail</th>
  40.   <th style='font-size:16px; font-weight:bold;'>:</th>
  41.   <th style='width:90px;text-align:center;'><a href='mailto:`+window.Developer[2]+`&subject=استفسار بخصوص السكربت' >`+window.Developer[2]+`</a></th>
  42. </tr>
  43. <tr>
  44. <th style='width:50px;text-align:center;'>WhatsApp</th>
  45.   <th style='font-size:16px; font-weight:bold;'>:</th>
  46.   <th style='width:90px;text-align:center;'><a href='https://api.whatsapp.com/send?phone=`+window.Developer[3]+`' target='_blank' >`+window.Developer[3]+`</a></th>
  47. </tr>
  48.  
  49. <tr>
  50. <th style='width:50px;text-align:center;'>Instgram</th>
  51.   <th style='font-size:16px; font-weight:bold;'>:</th>
  52.   <th style='width:90px;text-align:center;'><a href='`+window.Developer[6]+`' target='_blank' >`+window.Developer[6]+`</a></th>
  53. </tr>
  54.  
  55. </thead>
  56. </table>
  57. </center>
  58.   <style>
  59.   #CopyRight,#CopyRight th{border:1px solid black !important;background:#eee;}
  60.   #CopyRight th , #CopyRight th a{background: #eddab0 !important;font-family: 'times new roman', sans-serif;font-size:15px;}
  61.  #CopyRight{background:white}
  62.   </style>
  63. `);
  64.     var servertime = $.trim($('#main_layout > tbody > tr.shadedBG > td.maincell > p').html());
  65.     var DeleteColumn = servertime.replace(/:/g , '');
  66.     var DeleteArabAlphabet = DeleteColumn.replace(/[ا-ي]/g , '');
  67.     var DeleteCD = DeleteArabAlphabet.replace(/developer console/g , '');
  68.     var GetOnlyTimeAndDate = DeleteCD.replace(/[|]/g , '');
  69.  
  70.  
  71. $('#command-data-form > div:nth-child(8) > table > tbody > tr:nth-child(5)').before('<tr><td>توقيت السيرفر:</td><td colspan="2" style="font-weight:bold; font-family:times new roman;">'+ GetOnlyTimeAndDate +'</td></tr>');
  72. $('#serverTime').css({
  73.     'color':'#a00',
  74.     'text-decoration':'underline #000',
  75.     'font-size':'15px'
  76. });
  77. $('#serverDate').css('color','rgba(0,0,0,.20)');
  78. $('#main_layout > tbody > tr.shadedBG > td.maincell > p').hide();
  79. }else{
  80. window.UI.InfoMessage('السكربت يعمل من صفحة تأكيد الهجوم' , 6000 , 'success');
  81. $('#ds_body > div.autoHideBox.success > p').css({
  82.     'background':'#000',
  83.     'font-family':'times new roman',
  84.     'font-size':'16px',
  85.     'font-weight':'bold',
  86.     'color':'#ccc'
  87. });
  88. }
  89.  
  90.  
  91. })(window.jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement