SHOW:
|
|
- or go back to the newest paste.
| 1 | <!DOCTYPE html> | |
| 2 | <html id="XenForo" lang="en-US" dir="LTR" class="Public LoggedIn NoSidebar" xmlns:fb="http://www.facebook.com/2008/fbml"> | |
| 3 | <head> | |
| 4 | <meta charset="utf-8"/> | |
| 5 | <base href="http://www.se7ensins.com/forums/"/> | |
| 6 | <script type="text/javascript"> | |
| 7 | //<![CDATA[ | |
| 8 | try{if (!window.CloudFlare) { var CloudFlare=[{verbose:0,p:1385054216,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/acv=4125811108/"},atok:"2a3a4f5cbe9405e3a5598045a668aa26",petok:"f84ca09eb5a3892461151bfda2c49bd6-1385094183-1800",zone:"se7ensins.com",rocket:"0",apps:{}}];CloudFlare.push({"apps":{"ape":"049ba69fac71a82d31a56b013800aef4"}});var a=document.createElement("script"),b=document.getElementsByTagName("script")[0];a.async=!0;a.src="//ajax.cloudflare.com/cdn-cgi/nexp/acv=616370821/cloudflare.min.js";b.parentNode.insertBefore(a,b);}}catch(e){};
| |
| 9 | //]]> | |
| 10 | </script> | |
| 11 | <script> | |
| 12 | var _b = document.getElementsByTagName('base')[0], _bH = "http://www.se7ensins.com/forums/";
| |
| 13 | if (_b && _b.href != _bH) _b.href = _bH; | |
| 14 | </script> | |
| 15 | <title>TechMods-Z-Tool (Release) | Se7enSins Gaming Community</title> | |
| 16 | <noscript><style>.JsOnly{display:none!important;}</style></noscript>
| |
| 17 | <link rel="stylesheet" href="css.php?css=xenforo,form,public&style=14&dir=LTR&d=1384984734"/> | |
| 18 | <link rel="stylesheet" href="css.php?css=bb_code,bbm_bbcode_spoiler,bbm_buttons,convess,doublepost_bb_code_tag,editor_ui,gamification_user_info_accolades,likes_summary,message,message_user_info,moderator_bar,nat_css,quick_reply,thread_view,useress,xenique,xenique_extra&style=14&dir=LTR&d=1384984734"/> | |
| 19 | <script> | |
| 20 | ||
| 21 | var _gaq = [['_setAccount', 'UA-1853266-1'], ['_setCustomVar', | |
| 22 | 1, | |
| 23 | 'Usergroup', | |
| 24 | ||
| 25 | 'Member-2', | |
| 26 | ||
| 27 | 1], ['_trackPageview']]; | |
| 28 | !function(d, t) | |
| 29 | {
| |
| 30 | var g = d.createElement(t), | |
| 31 | s = d.getElementsByTagName(t)[0]; | |
| 32 | g.async = true; | |
| 33 | g.src = ('https:' == d.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
| |
| 34 | s.parentNode.insertBefore(g, s); | |
| 35 | } | |
| 36 | (document, 'script'); | |
| 37 | ||
| 38 | </script> | |
| 39 | <script src="js/jquery/jquery-1.5.2.min.js"></script> | |
| 40 | <script src="js/xenforo/xenforo.js?_v=3067a8be"></script> | |
| 41 | <script src="js/bbm/bbcodes.js?_v=3067a8be"></script> | |
| 42 | <script src="js/xenforo/discussion.js?_v=3067a8be"></script> | |
| 43 | <script src="js/tinymce/tiny_mce.js?_v=3067a8be"></script> | |
| 44 | <script src="js/bdTagMe/tinymce_plugin.js?_v=3067a8be"></script> | |
| 45 | <script src="js/bdTagMe/frontend.js?_v=3067a8be"></script> | |
| 46 | <script type="text/javascript"> | |
| 47 | ||
| 48 | ||
| 49 | (function() {
| |
| 50 | var wf = document.createElement('script');
| |
| 51 | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
| |
| 52 | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; | |
| 53 | wf.type = 'text/javascript'; | |
| 54 | wf.async = 'true'; | |
| 55 | var s = document.getElementsByTagName('script')[0];
| |
| 56 | s.parentNode.insertBefore(wf, s); | |
| 57 | })(); | |
| 58 | ||
| 59 | ||
| 60 | ||
| 61 | ||
| 62 | ||
| 63 | jQuery(document).ready(function(){
| |
| 64 | jQuery(".sidebar_toggle_container a.toggle_arrow").click(function() {
| |
| 65 | if ( jQuery(".sidebar").is(":visible") )
| |
| 66 | {
| |
| 67 | jQuery('.sidebar').fadeOut(300, function () {
| |
| 68 | ||
| 69 | jQuery('.mainContent').animate({"margin-right": "0px"}, 1000, function () {
| |
| 70 | ||
| 71 | jQuery('.sidebar_toggle_container a.toggle_arrow').addClass('closed');
| |
| 72 | jQuery('.Notice').width(1600);
| |
| 73 | }); | |
| 74 | }); | |
| 75 | }else{
| |
| 76 | ||
| 77 | jQuery('.mainContent').animate({"margin-right": "330px"}, 1000, function () {
| |
| 78 | ||
| 79 | jQuery('.sidebar').fadeIn(300, function() {
| |
| 80 | jQuery('.sidebar_toggle_container a.toggle_arrow').removeClass('closed');
| |
| 81 | }); | |
| 82 | }); | |
| 83 | } | |
| 84 | }); | |
| 85 | }); | |
| 86 | ||
| 87 | ||
| 88 | ||
| 89 | ||
| 90 | jQuery(document).ready(function(){
| |
| 91 | jQuery(".nodeList a.toggle_arrow").click(function () {
| |
| 92 | cat_node = jQuery(this).closest('.level_1');
| |
| 93 | xeniqueToggle(cat_node, false); | |
| 94 | }); | |
| 95 | jQuery.each(jQuery('.category'), function() {
| |
| 96 | $id = jQuery(this).attr('id');
| |
| 97 | if (jQuery.getCookie($id)) | |
| 98 | {
| |
| 99 | xeniqueToggle($(this), true); | |
| 100 | } | |
| 101 | }); | |
| 102 | }); | |
| 103 | function xeniqueToggle(cat_node, fast) | |
| 104 | {
| |
| 105 | node_list = cat_node.find('.nodeList');
| |
| 106 | tc = cat_node.find('.toggle_arrow');
| |
| 107 | ||
| 108 | if (node_list.is(":visible"))
| |
| 109 | {
| |
| 110 | if (fast) | |
| 111 | node_list.hide(); | |
| 112 | else | |
| 113 | node_list.slideUp(700, 'easeInQuad'); | |
| 114 | tc.addClass('closed');
| |
| 115 | tc.removeClass('open');
| |
| 116 | jQuery.setCookie(cat_node.attr('id'), true);
| |
| 117 | } | |
| 118 | else | |
| 119 | {
| |
| 120 | if (fast) | |
| 121 | node_list.show(); | |
| 122 | else | |
| 123 | node_list.slideDown(700, 'easeOutBounce'); | |
| 124 | tc.addClass('open');
| |
| 125 | tc.removeClass('closed');
| |
| 126 | jQuery.deleteCookie(cat_node.attr('id'));
| |
| 127 | } | |
| 128 | } | |
| 129 | ||
| 130 | ||
| 131 | ||
| 132 | XenForo.PopupMenu.prototype.setMenuPosition = function(caller) | |
| 133 | {
| |
| 134 | console.info('xenique setMenuPosition(%s)', caller);
| |
| 135 | ||
| 136 | var controlLayout, // control coordinates | |
| 137 | menuLayout, // menu coordinates | |
| 138 | contentLayout, // #content coordinates | |
| 139 | $content, | |
| 140 | $window, | |
| 141 | proposedLeft, | |
| 142 | proposedTop; | |
| 143 | ||
| 144 | controlLayout = this.$control.coords('outer');
| |
| 145 | ||
| 146 | this.$control.removeClass('BottomControl');
| |
| 147 | ||
| 148 | // set the menu to sit flush with the left of the control, immediately below it | |
| 149 | this.$menu.removeClass('BottomControl').css(
| |
| 150 | {
| |
| 151 | left: controlLayout.left, | |
| 152 | top: controlLayout.top + controlLayout.height | |
| 153 | }); | |
| 154 | jQuery('.arrowContainer .arrow').css('left', 23);
| |
| 155 | ||
| 156 | menuLayout = this.$menu.coords('outer');
| |
| 157 | ||
| 158 | $content = $('#content .pageContent');
| |
| 159 | if ($content.length) | |
| 160 | {
| |
| 161 | contentLayout = $content.coords('outer');
| |
| 162 | } | |
| 163 | else | |
| 164 | {
| |
| 165 | contentLayout = $('body').coords('outer');
| |
| 166 | } | |
| 167 | ||
| 168 | $window = $(window); | |
| 169 | $window.sT = $window.scrollTop(); | |
| 170 | $window.sL = $window.scrollLeft(); | |
| 171 | ||
| 172 | /* | |
| 173 | * if the menu's right edge is off the screen, check to see if | |
| 174 | * it would be better to position it flush with the right edge of the control | |
| 175 | */ | |
| 176 | if (menuLayout.left + menuLayout.width > contentLayout.left + contentLayout.width) | |
| 177 | {
| |
| 178 | proposedLeft = controlLayout.left + controlLayout.width - menuLayout.width; | |
| 179 | // must always position to left with mobile webkit as the menu seems to close if it goes off the screen | |
| 180 | if (proposedLeft > $window.sL || XenForo._isWebkitMobile) | |
| 181 | {
| |
| 182 | console.log('left was set to ' + proposedLeft);
| |
| 183 | this.$menu.css('left', proposedLeft);
| |
| 184 | } | |
| 185 | jQuery('.arrowContainer .arrow').css('left', '');
| |
| 186 | jQuery('.arrowContainer .arrow').css('right', 23);
| |
| 187 | } | |
| 188 | ||
| 189 | /* | |
| 190 | * if the menu's bottom edge is off the screen, check to see if | |
| 191 | * it would be better to position it above the control | |
| 192 | */ | |
| 193 | if (menuLayout.top + menuLayout.height > $window.height() + $window.sT) | |
| 194 | {
| |
| 195 | proposedTop = controlLayout.top - menuLayout.height; | |
| 196 | if (proposedTop > $window.sT) | |
| 197 | {
| |
| 198 | this.$control.addClass('BottomControl');
| |
| 199 | this.$menu.addClass('BottomControl');
| |
| 200 | this.$menu.css('top', proposedTop);
| |
| 201 | } | |
| 202 | } | |
| 203 | }; | |
| 204 | ||
| 205 | ||
| 206 | jQuery(document).ready(function () {
| |
| 207 | jQuery(".nodeList .node:nth-child(odd)").addClass('odd');
| |
| 208 | jQuery(".nodeList .node:nth-child(even)").addClass('even');
| |
| 209 | ||
| 210 | jQuery(".eventList .event:nth-child(odd)").addClass('odd');
| |
| 211 | jQuery(".eventList .event:nth-child(even)").addClass('even');
| |
| 212 | ||
| 213 | jQuery(".memberList .memberListItem:nth-child(odd)").addClass('odd');
| |
| 214 | jQuery(".memberList .memberListItem:nth-child(even)").addClass('even');
| |
| 215 | ||
| 216 | jQuery(".messageList .message:nth-child(odd)").addClass('odd');
| |
| 217 | jQuery(".messageList .message:nth-child(even)").addClass('even');
| |
| 218 | ||
| 219 | jQuery(".profileContent .primaryContent:nth-child(odd)").addClass('odd');
| |
| 220 | jQuery(".profileContent .primaryContent:nth-child(even)").addClass('even');
| |
| 221 | ||
| 222 | jQuery(".discussionList .discussionListItem:nth-child(odd)").addClass('odd');
| |
| 223 | jQuery(".discussionList .discussionListItem:nth-child(even)").addClass('even');
| |
| 224 | }); | |
| 225 | </script> | |
| 226 | <link rel="alternate" type="application/rss+xml" title="RSS feed for Se7enSins Gaming Community" href="forums/-/index.rss"/> | |
| 227 | <link rel="canonical" href="http://www.se7ensins.com/forums/threads/techmods-z-tool-release.1018063/"/> | |
| 228 | <meta name="description" content="Hey ! guys Its a release of my tool its just a small version its not finish | |
| 229 | ||
| 230 | ||
| 231 | ||
| 232 | ||
| 233 | Main | |
| 234 | ||
| 235 | http://gyazo.com/2621d2f4ec79e870951ad9bf677a0a09 | |
| 236 | ||
| 237 | Modification..."/> | |
| 238 | <meta property="og:site_name" content="Se7enSins Gaming Community"/> | |
| 239 | <meta property="og:image" content="http://www.se7ensins.com/forums/data/avatars/m/594/594295.jpg?1384976089"/> | |
| 240 | <meta property="og:image" content="http://www.se7ensins.com/forums/styles/default/xenforo/logo.og.png"/> | |
| 241 | <meta property="og:type" content="article"/> | |
| 242 | <meta property="og:url" content="http://www.se7ensins.com/forums/threads/techmods-z-tool-release.1018063/"/> | |
| 243 | <meta property="og:title" content="TechMods-Z-Tool (Release)"/> | |
| 244 | <meta property="fb:app_id" content="198483070243798"/> | |
| 245 | <script type="text/javascript"> | |
| 246 | $(document).ready(function () {
| |
| 247 | if ($('.123Container').length == 0 || $('.123Container').height() == 0)
| |
| 248 | {
| |
| 249 | $('.noticeContainer').removeClass('hidden');
| |
| 250 | } | |
| 251 | }); | |
| 252 | </script> | |
| 253 | <script type='text/javascript'> | |
| 254 | var googletag = googletag || {};
| |
| 255 | googletag.cmd = googletag.cmd || []; | |
| 256 | (function() {
| |
| 257 | var gads = document.createElement('script');
| |
| 258 | gads.async = true; | |
| 259 | gads.type = 'text/javascript'; | |
| 260 | var useSSL = 'https:' == document.location.protocol; | |
| 261 | gads.src = (useSSL ? 'https:' : 'http:') + | |
| 262 | '//www.googletagservices.com/tag/js/gpt.js'; | |
| 263 | var node = document.getElementsByTagName('script')[0];
| |
| 264 | node.parentNode.insertBefore(gads, node); | |
| 265 | })(); | |
| 266 | </script> | |
| 267 | <script type='text/javascript'> | |
| 268 | googletag.cmd.push(function() {
| |
| 269 | googletag.defineSlot('/2150491/7s-LB-Top', [728, 90], 'div-gpt-ad-1359069417205-0').addService(googletag.pubads());
| |
| 270 | googletag.defineSlot('/2150491/7s-MR-1p', [300, 250], 'div-gpt-ad-1359069417205-1').addService(googletag.pubads());
| |
| 271 | googletag.pubads().enableSingleRequest(); | |
| 272 | googletag.enableServices(); | |
| 273 | }); | |
| 274 | </script> | |
| 275 | </head> | |
| 276 | <body class="node444 node275 node415"> | |
| 277 | <fieldset id="moderatorBar"> | |
| 278 | <div class="pageWidth"> | |
| 279 | <div class="pageContent"> | |
| 280 | <ul class="socialIcons"> | |
| 281 | <li class="network google"> | |
| 282 | <a href="https://plus.google.com/+se7ensins" target="_blank">Google+</a> | |
| 283 | </li> | |
| 284 | <li class="network facebook"> | |
| 285 | <a href="https://www.facebook.com/Se7enSins" target="_blank">Facebook</a> | |
| 286 | </li> | |
| 287 | <li class="network twitter"> | |
| 288 | <a href="https://twitter.com/se7ensins" target="_blank">Twitter</a> | |
| 289 | </li> | |
| 290 | <li class="network youtube"> | |
| 291 | <a href="http://www.youtube.com/se7ensins" target="_blank">Youtube</a> | |
| 292 | </li> | |
| 293 | </ul> | |
| 294 | <ul class="visitorTabs"> | |
| 295 | ||
| 296 | ||
| 297 | <li class="navTab account Popup PopupControl PopupClosed "> | |
| 298 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 299 | <a href="account/" class="navLink accountPopup" rel="Menu"><strong>xI cHOcOLaTe</strong></a> | |
| 300 | <div class="Menu JsOnly" id="AccountMenu"> | |
| 301 | <div class="primaryContent menuHeader"> | |
| 302 | <a href="members/xi-chocolate.51109/" class="avatar Av51109m NoOverlay plainImage" title="View your profile" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/51/51109.jpg?1380027736')"></span></a>
| |
| 303 | <h3><a href="members/xi-chocolate.51109/" class="concealed" title="View your profile">xI cHOcOLaTe</a></h3> | |
| 304 | <div class="muted">Se7enAddict</div> | |
| 305 | <ul class="links"> | |
| 306 | <li class="fl"><a href="members/xi-chocolate.51109/">Your Profile Page</a></li> | |
| 307 | </ul> | |
| 308 | </div> | |
| 309 | <div class="menuColumns secondaryContent"> | |
| 310 | <ul class="col1 blockLinksList"> | |
| 311 | <li><a href="account/personal-details">Personal Details</a></li> | |
| 312 | <li><a href="account/signature">Signature</a></li> | |
| 313 | <li><a href="account/contact-details">Contact Details</a></li> | |
| 314 | <li><a href="account/privacy">Privacy</a></li> | |
| 315 | <li><a href="account/preferences">Preferences</a></li> | |
| 316 | <li><a href="account/alert-preferences">Alert Preferences</a></li> | |
| 317 | <li><a href="account/avatar" class="OverlayTrigger" data-cacheOverlay="true">Avatar</a></li> | |
| 318 | <li><a href="account/facebook">Facebook Integration</a></li> | |
| 319 | <li><a href="account/security">Password</a></li> | |
| 320 | </ul> | |
| 321 | <ul class="col2 blockLinksList"> | |
| 322 | <li><a href="account/news-feed">Your News Feed</a></li> | |
| 323 | <li><a href="account/alerts">Your Alerts</a></li> | |
| 324 | <li><a href="watched/threads">Watched Threads</a></li> | |
| 325 | <li><a href="account/likes">Likes You've Received</a></li> | |
| 326 | <li><a href="search/member?user_id=51109">Your Content</a></li> | |
| 327 | <li><a href="account/following">People You Follow</a></li> | |
| 328 | <li><a href="account/ignored">People You Ignore</a></li> | |
| 329 | <li><a href="account/upgrades">Account Upgrades</a></li> | |
| 330 | <li><a href="awards/manage">Manage Awards</a></li> | |
| 331 | </ul> | |
| 332 | </div> | |
| 333 | <div class="menuColumns secondaryContent"> | |
| 334 | <ul class="col1 blockLinksList"> | |
| 335 | <li> | |
| 336 | <form action="account/toggle-visibility" method="post" class="AutoValidator visibilityForm"> | |
| 337 | <label><input type="checkbox" name="visible" value="1" class="SubmitOnChange" checked="checked"/> | |
| 338 | Show online status</label> | |
| 339 | <input type="hidden" name="_xfToken" value="51109,1385094183,0f4c72bfa46e47b9bfa88ae506017460786c067a"/> | |
| 340 | </form> | |
| 341 | </li> | |
| 342 | </ul> | |
| 343 | <ul class="col2 blockLinksList"> | |
| 344 | <li><a href="logout/?_xfToken=51109%2C1385094183%2C0f4c72bfa46e47b9bfa88ae506017460786c067a" class="LogOut">Log Out</a></li> | |
| 345 | </ul> | |
| 346 | </div> | |
| 347 | <form action="members/xi-chocolate.51109/post" method="post" class="sectionFooter statusPoster AutoValidator" data-optInOut="OptIn"> | |
| 348 | <textarea name="message" class="textCtrl StatusEditor Elastic" placeholder="Update your status..." rows="1" cols="40" style="height:14px" data-statusEditorCounter="#visMenuSEdCount" data-nofocus="true"></textarea> | |
| 349 | <div class="submitUnit"> | |
| 350 | <span id="visMenuSEdCount" title="Characters remaining"></span> | |
| 351 | <input type="submit" class="button primary MenuCloser" value="Post"/> | |
| 352 | <input type="hidden" name="_xfToken" value="51109,1385094183,0f4c72bfa46e47b9bfa88ae506017460786c067a"/> | |
| 353 | <input type="hidden" name="return" value="1"/> | |
| 354 | </div> | |
| 355 | </form> | |
| 356 | </div> | |
| 357 | <div class="arrowContainer"> | |
| 358 | <span class="arrow"><span></span></span> | |
| 359 | </div> | |
| 360 | </li> | |
| 361 | ||
| 362 | <li class="navTab inbox Popup PopupControl PopupClosed"> | |
| 363 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 364 | <a href="conversations/" rel="Menu" class="navLink NoPopupGadget">Inbox | |
| 365 | <strong class="itemCount Zero" id="ConversationsMenu_Counter" data-text="You have %d new unread conversation(s)."> | |
| 366 | <span class="Total">0</span> | |
| 367 | <span class="arrow"></span> | |
| 368 | </strong> | |
| 369 | </a> | |
| 370 | <div class="Menu JsOnly navPopup" id="ConversationsMenu" data-contentSrc="conversations/popup" data-contentDest="#ConversationsMenu .listPlaceholder"> | |
| 371 | <div class="menuHeader primaryContent"> | |
| 372 | <h3> | |
| 373 | <span class="Progress InProgress"></span> | |
| 374 | <a href="conversations/" class="concealed">Conversations</a> | |
| 375 | </h3> | |
| 376 | </div> | |
| 377 | <div class="listPlaceholder"></div> | |
| 378 | <div class="sectionFooter"> | |
| 379 | <a href="conversations/add" class="floatLink">Start a New Conversation</a> | |
| 380 | <a href="conversations/">Show All...</a> | |
| 381 | </div> | |
| 382 | </div> | |
| 383 | <div class="arrowContainer"> | |
| 384 | <span class="arrow"><span></span></span> | |
| 385 | </div> | |
| 386 | </li> | |
| 387 | ||
| 388 | <li class="navTab alerts Popup PopupControl PopupClosed"> | |
| 389 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 390 | <a href="account/alerts" rel="Menu" class="navLink NoPopupGadget">Alerts | |
| 391 | <strong class="itemCount Zero" id="AlertsMenu_Counter" data-text="You have %d new alert(s)."> | |
| 392 | <span class="Total">0</span> | |
| 393 | <span class="arrow"></span> | |
| 394 | </strong> | |
| 395 | </a> | |
| 396 | <div class="Menu JsOnly navPopup" id="AlertsMenu" data-contentSrc="account/alerts-popup" data-contentDest="#AlertsMenu .listPlaceholder" data-removeCounter="#AlertsMenu_Counter"> | |
| 397 | <div class="menuHeader primaryContent"> | |
| 398 | <h3> | |
| 399 | <span class="Progress InProgress"></span> | |
| 400 | <a href="account/alerts" class="concealed">Alerts</a> | |
| 401 | </h3> | |
| 402 | </div> | |
| 403 | <div class="listPlaceholder"></div> | |
| 404 | <div class="sectionFooter"> | |
| 405 | <a href="account/alert-preferences" class="floatLink">Alert Preferences</a> | |
| 406 | <a href="account/alerts">Show All...</a> | |
| 407 | </div> | |
| 408 | </div> | |
| 409 | <div class="arrowContainer"> | |
| 410 | <span class="arrow"><span></span></span> | |
| 411 | </div> | |
| 412 | </li> | |
| 413 | <li class="navTab logout PopupClosed"> | |
| 414 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 415 | <a href="logout/" class="navLink visitorTabItem OverlayTrigger">Log Out</a> | |
| 416 | </li> | |
| 417 | </ul> | |
| 418 | <span class="helper"></span> | |
| 419 | </div> | |
| 420 | </div> | |
| 421 | </fieldset> | |
| 422 | <div id="headerMover"> | |
| 423 | <div id="headerProxy"></div> | |
| 424 | <div id="content" class="thread_view"> | |
| 425 | <div class="pageWidth"> | |
| 426 | <div class="pageContent"> | |
| 427 | ||
| 428 | <div class="breadBoxTop"> | |
| 429 | <nav> | |
| 430 | <fieldset class="breadcrumb"> | |
| 431 | <a href="misc/quick-navigation-menu?selected=node-444" class="OverlayTrigger jumpMenuTrigger" data-cacheOverlay="true" title="Open quick navigation"> </a> | |
| 432 | <div class="boardTitle"><strong>Se7enSins Gaming Community</strong></div> | |
| 433 | <span class="crumbs"> | |
| 434 | <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> | |
| 435 | <a href="portal/" class="crumb" rel="up" itemprop="url"><span itemprop="title">Home</span></a> | |
| 436 | <span class="arrow"><span></span></span> | |
| 437 | </span> | |
| 438 | <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> | |
| 439 | <a href="http://www.se7ensins.com/forums/" class="crumb" rel="up" itemprop="url"><span itemprop="title">Forums</span></a> | |
| 440 | <span class="arrow"><span>></span></span> | |
| 441 | </span> | |
| 442 | <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> | |
| 443 | <a href="http://www.se7ensins.com/forums/#gaming.275" class="crumb" rel="up" itemprop="url"><span itemprop="title">Gaming</span></a> | |
| 444 | <span class="arrow"><span>></span></span> | |
| 445 | </span> | |
| 446 | <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> | |
| 447 | <a href="http://www.se7ensins.com/forums/forums/call-of-duty-ghosts.415/" class="crumb" rel="up" itemprop="url"><span itemprop="title">Call of Duty: Ghosts</span></a> | |
| 448 | <span class="arrow"><span>></span></span> | |
| 449 | </span> | |
| 450 | <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> | |
| 451 | <a href="http://www.se7ensins.com/forums/forums/call-of-duty-ghosts-modding.444/" class="crumb" rel="up" itemprop="url"><span itemprop="title">Call of Duty: Ghosts Modding</span></a> | |
| 452 | <span class="arrow"><span>></span></span> | |
| 453 | </span> | |
| 454 | </span> | |
| 455 | </fieldset> | |
| 456 | </nav> | |
| 457 | </div> | |
| 458 | ||
| 459 | <div class="titleBar"> | |
| 460 | <h1>TechMods-Z-Tool (Release)</h1> | |
| 461 | <p id="pageDescription" class="muted "> | |
| 462 | Discussion in '<a href="forums/call-of-duty-ghosts-modding.444/">Call of Duty: Ghosts Modding</a>' started by <a href="members/avhleaderz.594295/" class="username">AVHLeaderz</a>, <a href="threads/techmods-z-tool-release.1018063/"><abbr class="DateTime" data-time="1385073816" data-diff="20367" data-datestring="Nov 21, 2013" data-timestring="5:43 PM">Nov 21, 2013 at 5:43 PM</abbr></a>. | |
| 463 | </p> | |
| 464 | </div> | |
| 465 | ||
| 466 | <div class="pageNavLinkGroup"> | |
| 467 | ||
| 468 | <div class="linkGroup SelectionCountContainer"> | |
| 469 | ||
| 470 | <a href="forums/call-of-duty-ghosts-modding.444/watch-confirm" class="OverlayTrigger" data-cacheOverlay="false">Watch Forum</a> | |
| 471 | <div class="Popup"> | |
| 472 | <a rel="Menu">Thread Tools</a> | |
| 473 | <div class="Menu"> | |
| 474 | <div class="primaryContent menuHeader"><h3>Thread Tools</h3></div> | |
| 475 | <ul class="secondaryContent blockLinksList"> | |
| 476 | <li><a href="postWiki/1018063/create">Create PostWiki</a></li> | |
| 477 | </ul> | |
| 478 | </div> | |
| 479 | </div> | |
| 480 | <a href="threads/techmods-z-tool-release.1018063/watch-confirm" class="OverlayTrigger" data-cacheOverlay="false">Watch Thread</a> | |
| 481 | </div> | |
| 482 | <div class="PageNav"><a href="/forums/threads/techmods-z-tool-release.1018063/#post-7632242" class="text">Go To First Unread</a></div> | |
| 483 | </div> | |
| 484 | <form action="inline-mod/post/switch" method="post" class="InlineModForm section" data-cookieName="posts" data-controls="#InlineModControls" data-imodOptions="#ModerationSelect option"> | |
| 485 | <ol class="messageList" id="messageList"> | |
| 486 | <li id="post-7630885" class="message threadStarter online" data-author="AVHLeaderz"> | |
| 487 | <div class="innerContainer"> | |
| 488 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 489 | <div class="messageUserBlock"> | |
| 490 | <div class="avatarHolder"> | |
| 491 | <span class="helper"></span> | |
| 492 | <a href="members/avhleaderz.594295/" class="avatar Av594295m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/594/594295.jpg?1384976089')"></span></a>
| |
| 493 | ||
| 494 | </div> | |
| 495 | <h3 class="userText"> | |
| 496 | <a href="members/avhleaderz.594295/" class="username" itemprop="name"><span class="style2">AVHLeaderz</span></a> | |
| 497 | <em class="userTitle" itemprop="title">Enthusiast</em> | |
| 498 | ||
| 499 | </h3> | |
| 500 | <div class="extraUserInfo"> | |
| 501 | <dl class="pairsInline"> | |
| 502 | <dt>Message Count:</dt> | |
| 503 | <dd><a href="search/member?user_id=594295" class="concealed">26</a></dd> | |
| 504 | </dl> | |
| 505 | <dl class="pairsInline"> | |
| 506 | <dt>Likes Received:</dt> | |
| 507 | <dd>0</dd> | |
| 508 | </dl> | |
| 509 | </div> | |
| 510 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 511 | <img src="styles/se7ensins/xenforo/ranks/sin0.png"/> | |
| 512 | </div> | |
| 513 | <span class="arrow"><span></span></span> | |
| 514 | </div> | |
| 515 | </div> | |
| 516 | <div class="messageInfo primaryContent"> | |
| 517 | <div class="messageContent"> | |
| 518 | <article> | |
| 519 | <blockquote class="messageText ugc baseHtml"> | |
| 520 | Hey ! guys Its a release of my tool its just a small version its not finish<br/> | |
| 521 | <br/> | |
| 522 | <br/> | |
| 523 | <div class="bbCodeBlock bbCodeQuote bbmSpoilerBlock"> | |
| 524 | <div class="attribution type"><noscript><span class="bbm_spoil_noscript_hastitle">Picture</span> <span class="bbm_spoil_noscript_desc">(Move your mouse to reveal the content)</span></noscript> | |
| 525 | <span class="button JsOnly"> | |
| 526 | <span class="bbm_spoiler_show">Picture (open)</span> | |
| 527 | <span class="bbm_spoiler_hide" style="display:none">Picture (close)</span> | |
| 528 | </span> | |
| 529 | </div> | |
| 530 | <div class="quotecontent"> | |
| 531 | <div class="bbm_spoiler_noscript"><blockquote><br/> | |
| 532 | <br/> | |
| 533 | Main<br/> | |
| 534 | <br/> | |
| 535 | <a href="http://gyazo.com/2621d2f4ec79e870951ad9bf677a0a09" target="_blank" class="externalLink" rel="nofollow">http://gyazo.com/2621d2f4ec79e870951ad9bf677a0a09</a><br/> | |
| 536 | <br/> | |
| 537 | Modification 1<br/> | |
| 538 | <br/> | |
| 539 | <a href="http://gyazo.com/b57996f19096424396845655661389a2" target="_blank" class="externalLink" rel="nofollow">http://gyazo.com/ccdcf1e3e5aafb1f09b9647e0ee51a09</a><br/> | |
| 540 | <br/> | |
| 541 | Multiplayer Modification<br/> | |
| 542 | <br/> | |
| 543 | <a href="http://gyazo.com/a82fd96b8d436f4118b3555e922f55a9" target="_blank" class="externalLink" rel="nofollow">http://gyazo.com/a82fd96b8d436f4118b3555e922f55a9</a><br/> | |
| 544 | <br/> | |
| 545 | <a href="http://gyazo.com/c18b745ded93496b14babf4a5f076cad" target="_blank" class="externalLink" rel="nofollow">http://gyazo.com/c18b745ded93496b14babf4a5f076cad</a> </blockquote></div> | |
| 546 | </div> | |
| 547 | </div><br/> | |
| 548 | <div class="bbCodeBlock bbCodeQuote bbmSpoilerBlock"> | |
| 549 | <div class="attribution type"><noscript><span class="bbm_spoil_noscript_hastitle">Download Link And Virus Scan</span> <span class="bbm_spoil_noscript_desc">(Move your mouse to reveal the content)</span></noscript> | |
| 550 | <span class="button JsOnly"> | |
| 551 | <span class="bbm_spoiler_show">Download Link And Virus Scan (open)</span> | |
| 552 | <span class="bbm_spoiler_hide" style="display:none">Download Link And Virus Scan (close)</span> | |
| 553 | </span> | |
| 554 | </div> | |
| 555 | <div class="quotecontent"> | |
| 556 | <div class="bbm_spoiler_noscript"><blockquote><br/> | |
| 557 | Virus Scan : <a href="https://www.virustotal.com/en/file/61abcfba231015a48d33623e133b549cb58671cc9183e1e909027ed6316b0d8d/analysis/1385073652/" target="_blank" class="externalLink" rel="nofollow">https://www.virustotal.com/en/file/...9183e1e909027ed6316b0d8d/analysis/1385073652/</a><br/> | |
| 558 | Download Link : <a href="https://www.dropbox.com/s/iff629zj5i0bdvq/Cod%20Ghost%20v2.rar" target="_blank" class="externalLink" rel="nofollow">https://www.dropbox.com/s/iff629zj5i0bdvq/Cod Ghost v2.rar</a> </blockquote></div> | |
| 559 | </div> | |
| 560 | </div> | |
| 561 | </blockquote> | |
| 562 | </article> | |
| 563 | </div> | |
| 564 | <span class="useressLastEdit useressLastEditContent"> | |
| 565 | <span> | |
| 566 | Last edited by AVHLeaderz, | |
| 567 | <abbr class="DateTime" data-time="1385076012" data-diff="18171" data-datestring="Nov 21, 2013" data-timestring="6:20 PM">Nov 21, 2013 at 6:20 PM</abbr> | |
| 568 | </span> | |
| 569 | </span> | |
| 570 | <div class="baseHtml signature ugc"><aside><span style="font-family: 'arial black'"><span style="color: #ff6600"><a href="http://www.se7ensins.com/forums/threads/%E2%98%85jeenyus-console-services-jtag-rgh-dual-nand%E2%98%85.977650" class="internalLink"> RGH ,R-jtag and dual nand services</a></span></span></aside></div> | |
| 571 | <div class="messageMeta"> | |
| 572 | <div class="privateControls"> | |
| 573 | <span class="item muted"> | |
| 574 | <a href="members/avhleaderz.594295/" class="username author">AVHLeaderz</a>, | |
| 575 | <a href="threads/techmods-z-tool-release.1018063/" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385073816" data-diff="20367" data-datestring="Nov 21, 2013" data-timestring="5:43 PM">Nov 21, 2013 at 5:43 PM</abbr></a> | |
| 576 | </span> | |
| 577 | <a href="posts/7630885/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 578 | </div> | |
| 579 | <div class="publicControls"> | |
| 580 | <a href="threads/techmods-z-tool-release.1018063/" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7630885/permalink">#1</a> | |
| 581 | <a href="posts/7630885/like" class="LikeLink item control like" data-container="#likes-post-7630885"><span></span><span class="LikeLabel">Like</span></a> | |
| 582 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7630885" data-postUrl="posts/7630885/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 583 | </div> | |
| 584 | </div> | |
| 585 | <div id="likes-post-7630885"></div> | |
| 586 | </div> | |
| 587 | </div> | |
| 588 | </li> | |
| 589 | <li id="post-7630921" class="message online" data-author="Hellshock"> | |
| 590 | <div class="innerContainer"> | |
| 591 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 592 | <div class="messageUserBlock"> | |
| 593 | <div class="avatarHolder"> | |
| 594 | <span class="helper"></span> | |
| 595 | <a href="members/hellshock.485749/" class="avatar Av485749m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/485/485749.jpg?1351253662')"></span></a>
| |
| 596 | ||
| 597 | </div> | |
| 598 | <h3 class="userText"> | |
| 599 | <a href="members/hellshock.485749/" class="username" itemprop="name"><span class="style2">Hellshock</span></a> | |
| 600 | <em class="userTitle" itemprop="title">RGH Trinity Dual Nand x360 pro v6</em> | |
| 601 | ||
| 602 | </h3> | |
| 603 | <div class="extraUserInfo"> | |
| 604 | <dl class="pairsInline"> | |
| 605 | <dt>Message Count:</dt> | |
| 606 | <dd><a href="search/member?user_id=485749" class="concealed">471</a></dd> | |
| 607 | </dl> | |
| 608 | <dl class="pairsInline"> | |
| 609 | <dt>Likes Received:</dt> | |
| 610 | <dd>113</dd> | |
| 611 | </dl> | |
| 612 | <br/> | |
| 613 | <a href="awards/list" class="Tooltip" title="Member has hosted 20 or more free lobbies for Se7enSins users. This is not CO-HOSTED, this is YOU hosting your OWN lobbies."> | |
| 614 | <img class="gamification_list" src="http://se7ensins.com/images/awards/host.png"/> | |
| 615 | </a> | |
| 616 | <br/> | |
| 617 | </div> | |
| 618 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 619 | <img src="styles/se7ensins/xenforo/ranks/sin3.png"/> | |
| 620 | </div> | |
| 621 | <span class="arrow"><span></span></span> | |
| 622 | </div> | |
| 623 | </div> | |
| 624 | <div class="messageInfo primaryContent"> | |
| 625 | <div class="messageContent"> | |
| 626 | <article> | |
| 627 | <blockquote class="messageText ugc baseHtml"> | |
| 628 | Download Link?? | |
| 629 | </blockquote> | |
| 630 | </article> | |
| 631 | </div> | |
| 632 | <div class="baseHtml signature ugc"><aside><img src="http://fc07.deviantart.net/fs71/f/2012/212/8/d/cyrax_signature_by_inqubus_verseum-d59bxvz.jpg" class="bbCodeImage" alt="[IMG]"/><br/> | |
| 633 | <span style="font-size: large"><span style="color: #00ffff"><b><span style="color: #ff0000"></span></b></span></span></aside></div> | |
| 634 | <div class="messageMeta"> | |
| 635 | <div class="privateControls"> | |
| 636 | <span class="item muted"> | |
| 637 | <a href="members/hellshock.485749/" class="username author">Hellshock</a>, | |
| 638 | <a href="threads/techmods-z-tool-release.1018063/#post-7630921" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385074495" data-diff="19688" data-datestring="Nov 21, 2013" data-timestring="5:54 PM">Nov 21, 2013 at 5:54 PM</abbr></a> | |
| 639 | </span> | |
| 640 | <a href="posts/7630921/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 641 | </div> | |
| 642 | <div class="publicControls"> | |
| 643 | <a href="threads/techmods-z-tool-release.1018063/#post-7630921" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7630921/permalink">#2</a> | |
| 644 | <a href="posts/7630921/like" class="LikeLink item control like" data-container="#likes-post-7630921"><span></span><span class="LikeLabel">Like</span></a> | |
| 645 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7630921" data-postUrl="posts/7630921/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 646 | </div> | |
| 647 | </div> | |
| 648 | <div id="likes-post-7630921"></div> | |
| 649 | </div> | |
| 650 | </div> | |
| 651 | </li> | |
| 652 | <li id="post-7630970" class="message offline" data-author="sean8465"> | |
| 653 | <div class="innerContainer"> | |
| 654 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 655 | <div class="messageUserBlock"> | |
| 656 | <div class="avatarHolder"> | |
| 657 | <span class="helper"></span> | |
| 658 | <a href="members/sean8465.485748/" class="avatar Av485748m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/485/485748.jpg?1350872121')"></span></a>
| |
| 659 | ||
| 660 | </div> | |
| 661 | <ul class="ribbon"> | |
| 662 | <li class="ribbonStaff"> | |
| 663 | <div class="left"></div> | |
| 664 | <div class="right"></div> | |
| 665 | Premium | |
| 666 | </li> | |
| 667 | </ul> | |
| 668 | <h3 class="userText"> | |
| 669 | <a href="members/sean8465.485748/" class="username" itemprop="name"><span class="style8">sean8465</span></a> | |
| 670 | <em class="userTitle" itemprop="title">Premium</em> | |
| 671 | ||
| 672 | </h3> | |
| 673 | <div class="extraUserInfo"> | |
| 674 | <dl class="pairsInline"> | |
| 675 | <dt>Message Count:</dt> | |
| 676 | <dd><a href="search/member?user_id=485748" class="concealed">322</a></dd> | |
| 677 | </dl> | |
| 678 | <dl class="pairsInline"> | |
| 679 | <dt>Likes Received:</dt> | |
| 680 | <dd>75</dd> | |
| 681 | </dl> | |
| 682 | </div> | |
| 683 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 684 | <img src="styles/se7ensins/xenforo/ranks/sin3.png"/> | |
| 685 | </div> | |
| 686 | <span class="arrow"><span></span></span> | |
| 687 | </div> | |
| 688 | </div> | |
| 689 | <div class="messageInfo primaryContent"> | |
| 690 | <div class="messageContent"> | |
| 691 | <article> | |
| 692 | <blockquote class="messageText ugc baseHtml"> | |
| 693 | Force Hote? | |
| 694 | <div class="doublePost"> | |
| 695 | <blockquote class="doublePostTagTextContainer"> | |
| 696 | <span class="doublePostTagText">--- Double Post Merged, <span class="doublePostTimeStamp"><abbr class="DateTime" data-time="1385075459" data-diff="18724" data-datestring="Nov 21, 2013" data-timestring="6:10 PM">Nov 21, 2013 at 6:10 PM</abbr></span> ---</span> | |
| 697 | </blockquote> | |
| 698 | </div>Force Hote? | |
| 699 | </blockquote> | |
| 700 | </article> | |
| 701 | </div> | |
| 702 | <div class="baseHtml signature ugc"><aside><img src="http://i50.tinypic.com/287g1kx.png" class="bbCodeImage" alt="[IMG]"/><br/> | |
| 703 | <img src="http://img832.imageshack.us/img832/45/49161.png" class="bbCodeImage" alt="[IMG]"/></aside></div> | |
| 704 | <div class="messageMeta"> | |
| 705 | <div class="privateControls"> | |
| 706 | <span class="item muted"> | |
| 707 | <a href="members/sean8465.485748/" class="username author">sean8465</a>, | |
| 708 | <a href="threads/techmods-z-tool-release.1018063/#post-7630970" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385075421" data-diff="18762" data-datestring="Nov 21, 2013" data-timestring="6:10 PM">Nov 21, 2013 at 6:10 PM</abbr></a> | |
| 709 | </span> | |
| 710 | <a href="posts/7630970/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 711 | </div> | |
| 712 | <div class="publicControls"> | |
| 713 | <a href="threads/techmods-z-tool-release.1018063/#post-7630970" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7630970/permalink">#3</a> | |
| 714 | <a href="posts/7630970/like" class="LikeLink item control like" data-container="#likes-post-7630970"><span></span><span class="LikeLabel">Like</span></a> | |
| 715 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7630970" data-postUrl="posts/7630970/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 716 | </div> | |
| 717 | </div> | |
| 718 | <div id="likes-post-7630970"></div> | |
| 719 | </div> | |
| 720 | </div> | |
| 721 | </li> | |
| 722 | <li id="post-7631164" class="message offline" data-author="Heistful"> | |
| 723 | <div class="innerContainer"> | |
| 724 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 725 | <div class="messageUserBlock"> | |
| 726 | <div class="avatarHolder"> | |
| 727 | <span class="helper"></span> | |
| 728 | <a href="members/heistful.592603/" class="avatar Av592603m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/592/592603.jpg?1383875097')"></span></a>
| |
| 729 | ||
| 730 | </div> | |
| 731 | <h3 class="userText"> | |
| 732 | <a href="members/heistful.592603/" class="username" itemprop="name"><span class="style2">Heistful</span></a> | |
| 733 | <em class="userTitle" itemprop="title">Enthusiast</em> | |
| 734 | ||
| 735 | </h3> | |
| 736 | <div class="extraUserInfo"> | |
| 737 | <dl class="pairsInline"> | |
| 738 | <dt>Message Count:</dt> | |
| 739 | <dd><a href="search/member?user_id=592603" class="concealed">60</a></dd> | |
| 740 | </dl> | |
| 741 | <dl class="pairsInline"> | |
| 742 | <dt>Likes Received:</dt> | |
| 743 | <dd>16</dd> | |
| 744 | </dl> | |
| 745 | </div> | |
| 746 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 747 | <img src="styles/se7ensins/xenforo/ranks/sin0.png"/> | |
| 748 | </div> | |
| 749 | <span class="arrow"><span></span></span> | |
| 750 | </div> | |
| 751 | </div> | |
| 752 | <div class="messageInfo primaryContent"> | |
| 753 | <div class="messageContent"> | |
| 754 | <article> | |
| 755 | <blockquote class="messageText ugc baseHtml"> | |
| 756 | Great release! | |
| 757 | </blockquote> | |
| 758 | </article> | |
| 759 | </div> | |
| 760 | <div class="messageMeta"> | |
| 761 | <div class="privateControls"> | |
| 762 | <span class="item muted"> | |
| 763 | <a href="members/heistful.592603/" class="username author">Heistful</a>, | |
| 764 | <a href="threads/techmods-z-tool-release.1018063/#post-7631164" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385078009" data-diff="16174" data-datestring="Nov 21, 2013" data-timestring="6:53 PM">Nov 21, 2013 at 6:53 PM</abbr></a> | |
| 765 | </span> | |
| 766 | <a href="posts/7631164/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 767 | </div> | |
| 768 | <div class="publicControls"> | |
| 769 | <a href="threads/techmods-z-tool-release.1018063/#post-7631164" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7631164/permalink">#4</a> | |
| 770 | <a href="posts/7631164/like" class="LikeLink item control like" data-container="#likes-post-7631164"><span></span><span class="LikeLabel">Like</span></a> | |
| 771 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7631164" data-postUrl="posts/7631164/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 772 | </div> | |
| 773 | </div> | |
| 774 | <div id="likes-post-7631164"></div> | |
| 775 | </div> | |
| 776 | </div> | |
| 777 | </li> | |
| 778 | <li id="post-7631438" class="message offline" data-author="XeXDevelopers"> | |
| 779 | <div class="innerContainer"> | |
| 780 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 781 | <div class="messageUserBlock"> | |
| 782 | <div class="avatarHolder"> | |
| 783 | <span class="helper"></span> | |
| 784 | <a href="members/xexdevelopers.547230/" class="avatar Av547230m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/547/547230.jpg?1380771372')"></span></a>
| |
| 785 | ||
| 786 | </div> | |
| 787 | <h3 class="userText"> | |
| 788 | <a href="members/xexdevelopers.547230/" class="username" itemprop="name"><span class="style2">XeXDevelopers</span></a> | |
| 789 | <em class="userTitle" itemprop="title">Enthusiast</em> | |
| 790 | ||
| 791 | </h3> | |
| 792 | <div class="extraUserInfo"> | |
| 793 | <dl class="pairsInline"> | |
| 794 | <dt>Message Count:</dt> | |
| 795 | <dd><a href="search/member?user_id=547230" class="concealed">91</a></dd> | |
| 796 | </dl> | |
| 797 | <dl class="pairsInline"> | |
| 798 | <dt>Likes Received:</dt> | |
| 799 | <dd>4</dd> | |
| 800 | </dl> | |
| 801 | </div> | |
| 802 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 803 | <img src="styles/se7ensins/xenforo/ranks/sin0.png"/> | |
| 804 | </div> | |
| 805 | <span class="arrow"><span></span></span> | |
| 806 | </div> | |
| 807 | </div> | |
| 808 | <div class="messageInfo primaryContent"> | |
| 809 | <div class="messageContent"> | |
| 810 | <article> | |
| 811 | <blockquote class="messageText ugc baseHtml"> | |
| 812 | Program cracked! (<a href="http://pastebin.com/DSd4jvMg" target="_blank" class="externalLink" rel="nofollow">http://pastebin.com/DSd4jvMg</a>) Welcome <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin :D"/> | |
| 813 | </blockquote> | |
| 814 | </article> | |
| 815 | </div> | |
| 816 | <div class="baseHtml signature ugc"><aside><div align="center">XeXDevelopers</div><div align="center"><br/></div><div align="center"> | |
| 817 | <div class="bbCodeBlock bbCodeQuote bbmSpoilerBlock"> | |
| 818 | <div class="attribution type"><noscript><span class="bbm_spoil_noscript_hastitle">CMD- Login System</span> <span class="bbm_spoil_noscript_desc">(Move your mouse to reveal the content)</span></noscript> | |
| 819 | <span class="button JsOnly"> | |
| 820 | <span class="bbm_spoiler_show">CMD- Login System (open)</span> | |
| 821 | <span class="bbm_spoiler_hide" style="display:none">CMD- Login System (close)</span> | |
| 822 | </span> | |
| 823 | </div> | |
| 824 | <div class="quotecontent"> | |
| 825 | <div class="bbm_spoiler_noscript"><blockquote><iframe width="500" height="300" src="http://www.youtube.com/embed/-G3yDEWuIlo?wmode=opaque" frameborder="0" allowfullscreen></iframe></blockquote></div> | |
| 826 | </div> | |
| 827 | </div></div></aside></div> | |
| 828 | <div class="messageMeta"> | |
| 829 | <div class="privateControls"> | |
| 830 | <span class="item muted"> | |
| 831 | <a href="members/xexdevelopers.547230/" class="username author">XeXDevelopers</a>, | |
| 832 | <a href="threads/techmods-z-tool-release.1018063/#post-7631438" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385081133" data-diff="13050" data-datestring="Nov 21, 2013" data-timestring="7:45 PM">Nov 21, 2013 at 7:45 PM</abbr></a> | |
| 833 | </span> | |
| 834 | <a href="posts/7631438/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 835 | </div> | |
| 836 | <div class="publicControls"> | |
| 837 | <a href="threads/techmods-z-tool-release.1018063/#post-7631438" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7631438/permalink">#5</a> | |
| 838 | <a href="posts/7631438/like" class="LikeLink item control like" data-container="#likes-post-7631438"><span></span><span class="LikeLabel">Like</span></a> | |
| 839 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7631438" data-postUrl="posts/7631438/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 840 | </div> | |
| 841 | </div> | |
| 842 | <div id="likes-post-7631438"></div> | |
| 843 | </div> | |
| 844 | </div> | |
| 845 | </li> | |
| 846 | <li id="post-7631569" class="message offline" data-author="xIIJazza"> | |
| 847 | <div class="innerContainer"> | |
| 848 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 849 | <div class="messageUserBlock"> | |
| 850 | <div class="avatarHolder"> | |
| 851 | <span class="helper"></span> | |
| 852 | <a href="members/xiijazza.347405/" class="avatar Av347405m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/347/347405.jpg?1384091358')"></span></a>
| |
| 853 | ||
| 854 | </div> | |
| 855 | <ul class="ribbon"> | |
| 856 | <li class="ribbonStaff"> | |
| 857 | <div class="left"></div> | |
| 858 | <div class="right"></div> | |
| 859 | Premium | |
| 860 | </li> | |
| 861 | </ul> | |
| 862 | <h3 class="userText"> | |
| 863 | <a href="members/xiijazza.347405/" class="username" itemprop="name"><span class="style8">xIIJazza</span></a> | |
| 864 | <em class="userTitle" itemprop="title">Premium</em> | |
| 865 | ||
| 866 | </h3> | |
| 867 | <div class="extraUserInfo"> | |
| 868 | <dl class="pairsInline"> | |
| 869 | <dt>Message Count:</dt> | |
| 870 | <dd><a href="search/member?user_id=347405" class="concealed">485</a></dd> | |
| 871 | </dl> | |
| 872 | <dl class="pairsInline"> | |
| 873 | <dt>Likes Received:</dt> | |
| 874 | <dd>252</dd> | |
| 875 | </dl> | |
| 876 | <br/> | |
| 877 | <a href="awards/list" class="Tooltip" title="Member has hosted 20 or more free lobbies for Se7enSins users. This is not CO-HOSTED, this is YOU hosting your OWN lobbies."> | |
| 878 | <img class="gamification_list" src="http://se7ensins.com/images/awards/host.png"/> | |
| 879 | </a> | |
| 880 | <br/> | |
| 881 | </div> | |
| 882 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 883 | <img src="styles/se7ensins/xenforo/ranks/sin4.png"/> | |
| 884 | </div> | |
| 885 | <span class="arrow"><span></span></span> | |
| 886 | </div> | |
| 887 | </div> | |
| 888 | <div class="messageInfo primaryContent"> | |
| 889 | <div class="messageContent"> | |
| 890 | <article> | |
| 891 | <blockquote class="messageText ugc baseHtml"> | |
| 892 | <div class="bbCodeBlock bbCodeQuote" data-author="XeXDevelopers"> | |
| 893 | <aside> | |
| 894 | <div class="attribution type">XeXDevelopers said: | |
| 895 | <a href="goto/post?id=7631438#post-7631438" class="AttributionLink">↑</a> | |
| 896 | </div> | |
| 897 | <blockquote>Program cracked! (<a href="http://pastebin.com/DSd4jvMg" target="_blank" class="externalLink" rel="nofollow">http://pastebin.com/DSd4jvMg</a>) Welcome <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin :D"/></blockquote> | |
| 898 | </aside> | |
| 899 | </div>Why are you cracking useless programs that all do the exact same things as the rest? <br/> | |
| 900 | I honestly don't get it. | |
| 901 | </blockquote> | |
| 902 | </article> | |
| 903 | </div> | |
| 904 | <div class="messageMeta"> | |
| 905 | <div class="privateControls"> | |
| 906 | <span class="item muted"> | |
| 907 | <a href="members/xiijazza.347405/" class="username author">xIIJazza</a>, | |
| 908 | <a href="threads/techmods-z-tool-release.1018063/#post-7631569" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385082867" data-diff="11316" data-datestring="Nov 21, 2013" data-timestring="8:14 PM">Nov 21, 2013 at 8:14 PM</abbr></a> | |
| 909 | </span> | |
| 910 | <a href="posts/7631569/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 911 | </div> | |
| 912 | <div class="publicControls"> | |
| 913 | <a href="threads/techmods-z-tool-release.1018063/#post-7631569" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7631569/permalink">#6</a> | |
| 914 | <a href="posts/7631569/like" class="LikeLink item control like" data-container="#likes-post-7631569"><span></span><span class="LikeLabel">Like</span></a> | |
| 915 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7631569" data-postUrl="posts/7631569/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 916 | </div> | |
| 917 | </div> | |
| 918 | <div id="likes-post-7631569"> | |
| 919 | <div class="likesSummary secondaryContent"> | |
| 920 | <span class="LikeText"> | |
| 921 | <a href="members/hybrii.416244/" class="username">Hybrii</a>, <a href="members/heistful.592603/" class="username">Heistful</a>, <a href="members/barrytheblade.521024/" class="username">BarryTheBlade</a> and <a href="posts/7631569/likes" class="OverlayTrigger">1 other person</a> like this. | |
| 922 | </span> | |
| 923 | </div> | |
| 924 | </div> | |
| 925 | </div> | |
| 926 | </div> | |
| 927 | </li> | |
| 928 | <li id="post-7632242" class="message threadStarter online" data-author="AVHLeaderz"> | |
| 929 | <div class="innerContainer"> | |
| 930 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 931 | <div class="messageUserBlock"> | |
| 932 | <div class="avatarHolder"> | |
| 933 | <span class="helper"></span> | |
| 934 | <a href="members/avhleaderz.594295/" class="avatar Av594295m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/594/594295.jpg?1384976089')"></span></a>
| |
| 935 | ||
| 936 | </div> | |
| 937 | <h3 class="userText"> | |
| 938 | <a href="members/avhleaderz.594295/" class="username" itemprop="name"><span class="style2">AVHLeaderz</span></a> | |
| 939 | <em class="userTitle" itemprop="title">Enthusiast</em> | |
| 940 | ||
| 941 | </h3> | |
| 942 | <div class="extraUserInfo"> | |
| 943 | <dl class="pairsInline"> | |
| 944 | <dt>Message Count:</dt> | |
| 945 | <dd><a href="search/member?user_id=594295" class="concealed">26</a></dd> | |
| 946 | </dl> | |
| 947 | <dl class="pairsInline"> | |
| 948 | <dt>Likes Received:</dt> | |
| 949 | <dd>0</dd> | |
| 950 | </dl> | |
| 951 | </div> | |
| 952 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 953 | <img src="styles/se7ensins/xenforo/ranks/sin0.png"/> | |
| 954 | </div> | |
| 955 | <span class="arrow"><span></span></span> | |
| 956 | </div> | |
| 957 | </div> | |
| 958 | <div class="messageInfo primaryContent"> | |
| 959 | <strong class="newIndicator"><span></span>New</strong> | |
| 960 | <div class="messageContent"> | |
| 961 | <article> | |
| 962 | <blockquote class="messageText ugc baseHtml"> | |
| 963 | <div class="bbCodeBlock bbCodeQuote" data-author="XeXDevelopers"> | |
| 964 | <aside> | |
| 965 | <div class="attribution type">XeXDevelopers said: | |
| 966 | <a href="goto/post?id=7631438#post-7631438" class="AttributionLink">↑</a> | |
| 967 | </div> | |
| 968 | <blockquote>Program cracked! (<a href="http://pastebin.com/DSd4jvMg" target="_blank" class="externalLink" rel="nofollow">http://pastebin.com/DSd4jvMg</a>) Welcome <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin :D"/></blockquote> | |
| 969 | </aside> | |
| 970 | </div> <br/> | |
| 971 | Hey man i can play whit you Hey i have Crack <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin :D"/> XeXDevelopers Tool Fa g g ot <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie6" alt=":cool:" title="Cool :cool:"/> i know its not a crack<br/><script type="text/javascript"><!-- | |
| 972 | google_ad_client = "ca-pub-5733879315919454"; | |
| 973 | width = document.documentElement.clientWidth; | |
| 974 | /* 7s-MR-Post */ | |
| 975 | google_ad_slot = "2601551008"; | |
| 976 | google_ad_width = 300; | |
| 977 | google_ad_height = 250; | |
| 978 | if (width < 619) {
| |
| 979 | /* 7S-Mobile */ | |
| 980 | google_ad_slot = "1992162702"; | |
| 981 | google_ad_width = 320; | |
| 982 | google_ad_height = 50; | |
| 983 | } | |
| 984 | //--> | |
| 985 | </script> | |
| 986 | <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> | |
| 987 | </script> | |
| 988 | <br/> | |
| 989 | <a href="http://pastebin.com/pXhaP5Yx" target="_blank" class="externalLink" rel="nofollow">http://pastebin.com/pXhaP5Yx</a> | |
| 990 | <div class="doublePost"> | |
| 991 | <blockquote class="doublePostTagTextContainer"> | |
| 992 | <span class="doublePostTagText">--- Double Post Merged, <span class="doublePostTimeStamp"><abbr class="DateTime" data-time="1385092306" data-diff="1877" data-datestring="Nov 21, 2013" data-timestring="10:51 PM">Nov 21, 2013 at 10:51 PM</abbr></span> ---</span> | |
| 993 | </blockquote> | |
| 994 | </div> | |
| 995 | <div class="bbCodeBlock bbCodeQuote" data-author="XeXDevelopers"> | |
| 996 | <aside> | |
| 997 | <div class="attribution type">XeXDevelopers said: | |
| 998 | <a href="goto/post?id=7631438#post-7631438" class="AttributionLink">↑</a> | |
| 999 | </div> | |
| 1000 | <blockquote>Program cracked! (<a href="http://pastebin.com/DSd4jvMg" target="_blank" class="externalLink" rel="nofollow">http://pastebin.com/DSd4jvMg</a>) Welcome <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin :D"/></blockquote> | |
| 1001 | </aside> | |
| 1002 | </div> <br/> | |
| 1003 | I Have Work to Make This Tool Its Not correct<br/> | |
| 1004 | <br/> | |
| 1005 | I Respect You Respect Me !! | |
| 1006 | </blockquote> | |
| 1007 | </article> | |
| 1008 | </div> | |
| 1009 | <span class="useressLastEdit useressLastEditContent"> | |
| 1010 | <span> | |
| 1011 | Last edited by AVHLeaderz, | |
| 1012 | <abbr class="DateTime" data-time="1385093324" data-diff="859" data-datestring="Nov 21, 2013" data-timestring="11:08 PM">Nov 21, 2013 at 11:08 PM</abbr> | |
| 1013 | </span> | |
| 1014 | </span> | |
| 1015 | <div class="baseHtml signature ugc"><aside><span style="font-family: 'arial black'"><span style="color: #ff6600"><a href="http://www.se7ensins.com/forums/threads/%E2%98%85jeenyus-console-services-jtag-rgh-dual-nand%E2%98%85.977650" class="internalLink"> RGH ,R-jtag and dual nand services</a></span></span></aside></div> | |
| 1016 | <div class="messageMeta"> | |
| 1017 | <div class="privateControls"> | |
| 1018 | <span class="item muted"> | |
| 1019 | <a href="members/avhleaderz.594295/" class="username author">AVHLeaderz</a>, | |
| 1020 | <a href="threads/techmods-z-tool-release.1018063/#post-7632242" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385092103" data-diff="2080" data-datestring="Nov 21, 2013" data-timestring="10:48 PM">Nov 21, 2013 at 10:48 PM</abbr></a> | |
| 1021 | </span> | |
| 1022 | <a href="posts/7632242/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 1023 | </div> | |
| 1024 | <div class="publicControls"> | |
| 1025 | <a href="threads/techmods-z-tool-release.1018063/#post-7632242" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7632242/permalink">#7</a> | |
| 1026 | <a href="posts/7632242/like" class="LikeLink item control like" data-container="#likes-post-7632242"><span></span><span class="LikeLabel">Like</span></a> | |
| 1027 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7632242" data-postUrl="posts/7632242/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 1028 | </div> | |
| 1029 | </div> | |
| 1030 | <div id="likes-post-7632242"></div> | |
| 1031 | </div> | |
| 1032 | </div> | |
| 1033 | </li> | |
| 1034 | <li id="post-7632281" class="message online" data-author="Hybrii"> | |
| 1035 | <div class="innerContainer"> | |
| 1036 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 1037 | <div class="messageUserBlock"> | |
| 1038 | <div class="avatarHolder"> | |
| 1039 | <span class="helper"></span> | |
| 1040 | <a href="members/hybrii.416244/" class="avatar Av416244m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/416/416244.jpg?1384112970')"></span></a>
| |
| 1041 | ||
| 1042 | </div> | |
| 1043 | <h3 class="userText"> | |
| 1044 | <a href="members/hybrii.416244/" class="username" itemprop="name"><span class="style2">Hybrii</span></a> | |
| 1045 | <em class="userTitle" itemprop="title">doer of stuff</em> | |
| 1046 | ||
| 1047 | </h3> | |
| 1048 | <div class="extraUserInfo"> | |
| 1049 | <dl class="pairsInline"> | |
| 1050 | <dt>Message Count:</dt> | |
| 1051 | <dd><a href="search/member?user_id=416244" class="concealed">210</a></dd> | |
| 1052 | </dl> | |
| 1053 | <dl class="pairsInline"> | |
| 1054 | <dt>Likes Received:</dt> | |
| 1055 | <dd>183</dd> | |
| 1056 | </dl> | |
| 1057 | </div> | |
| 1058 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 1059 | <img src="styles/se7ensins/xenforo/ranks/sin5.png"/> | |
| 1060 | </div> | |
| 1061 | <span class="arrow"><span></span></span> | |
| 1062 | </div> | |
| 1063 | </div> | |
| 1064 | <div class="messageInfo primaryContent"> | |
| 1065 | <strong class="newIndicator"><span></span>New</strong> | |
| 1066 | <div class="messageContent"> | |
| 1067 | <article> | |
| 1068 | <blockquote class="messageText ugc baseHtml"> | |
| 1069 | <div class="bbCodeBlock bbCodeQuote" data-author="XeXDevelopers"> | |
| 1070 | <aside> | |
| 1071 | <div class="attribution type">XeXDevelopers said: | |
| 1072 | <a href="goto/post?id=7631438#post-7631438" class="AttributionLink">↑</a> | |
| 1073 | </div> | |
| 1074 | <blockquote>Program cracked! (<a href="http://pastebin.com/DSd4jvMg" target="_blank" class="externalLink" rel="nofollow">http://pastebin.com/DSd4jvMg</a>) Welcome <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin :D"/></blockquote> | |
| 1075 | </aside> | |
| 1076 | </div> | |
| 1077 | <div class="bbCodeBlock bbCodeQuote" data-author="AVHLeaderz"> | |
| 1078 | <aside> | |
| 1079 | <div class="attribution type">AVHLeaderz said: | |
| 1080 | <a href="goto/post?id=7632242#post-7632242" class="AttributionLink">↑</a> | |
| 1081 | </div> | |
| 1082 | <blockquote>Hey man i can play whit you Hey i have Crack XeXDevelopers Tool <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin :D"/><br/> | |
| 1083 | <a href="http://pastebin.com/pXhaP5Yx" target="_blank" class="externalLink" rel="nofollow">http://pastebin.com/pXhaP5Yx</a></blockquote> | |
| 1084 | </aside> | |
| 1085 | </div>Posting the source on pastebin is not cracking...<br/> | |
| 1086 | Aren't these tools free anyways? | |
| 1087 | </blockquote> | |
| 1088 | </article> | |
| 1089 | </div> | |
| 1090 | <div class="baseHtml signature ugc"><aside><div align="center"><br/></div><div align="center"><br/></div><div align="center"><br/></div><div align="center"><br/></div><div align="center"><span style="color: #ff0000"><span style="font-size: x-small"><span style="text-decoration: line-through">professional</span> doer of stuff</span></span></div><div align="center">AIM/Skype - io.hybrii</div></aside></div> | |
| 1091 | <div class="messageMeta"> | |
| 1092 | <div class="privateControls"> | |
| 1093 | <span class="item muted"> | |
| 1094 | <a href="members/hybrii.416244/" class="username author">Hybrii</a>, | |
| 1095 | <a href="threads/techmods-z-tool-release.1018063/#post-7632281" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385092699" data-diff="1484" data-datestring="Nov 21, 2013" data-timestring="10:58 PM">Nov 21, 2013 at 10:58 PM</abbr></a> | |
| 1096 | </span> | |
| 1097 | <a href="posts/7632281/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 1098 | </div> | |
| 1099 | <div class="publicControls"> | |
| 1100 | <a href="threads/techmods-z-tool-release.1018063/#post-7632281" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7632281/permalink">#8</a> | |
| 1101 | <a href="posts/7632281/like" class="LikeLink item control like" data-container="#likes-post-7632281"><span></span><span class="LikeLabel">Like</span></a> | |
| 1102 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7632281" data-postUrl="posts/7632281/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 1103 | </div> | |
| 1104 | </div> | |
| 1105 | <div id="likes-post-7632281"></div> | |
| 1106 | </div> | |
| 1107 | </div> | |
| 1108 | </li> | |
| 1109 | <li id="post-7632295" class="message threadStarter online" data-author="AVHLeaderz"> | |
| 1110 | <div class="innerContainer"> | |
| 1111 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 1112 | <div class="messageUserBlock"> | |
| 1113 | <div class="avatarHolder"> | |
| 1114 | <span class="helper"></span> | |
| 1115 | <a href="members/avhleaderz.594295/" class="avatar Av594295m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/594/594295.jpg?1384976089')"></span></a>
| |
| 1116 | ||
| 1117 | </div> | |
| 1118 | <h3 class="userText"> | |
| 1119 | <a href="members/avhleaderz.594295/" class="username" itemprop="name"><span class="style2">AVHLeaderz</span></a> | |
| 1120 | <em class="userTitle" itemprop="title">Enthusiast</em> | |
| 1121 | ||
| 1122 | </h3> | |
| 1123 | <div class="extraUserInfo"> | |
| 1124 | <dl class="pairsInline"> | |
| 1125 | <dt>Message Count:</dt> | |
| 1126 | <dd><a href="search/member?user_id=594295" class="concealed">26</a></dd> | |
| 1127 | </dl> | |
| 1128 | <dl class="pairsInline"> | |
| 1129 | <dt>Likes Received:</dt> | |
| 1130 | <dd>0</dd> | |
| 1131 | </dl> | |
| 1132 | </div> | |
| 1133 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 1134 | <img src="styles/se7ensins/xenforo/ranks/sin0.png"/> | |
| 1135 | </div> | |
| 1136 | <span class="arrow"><span></span></span> | |
| 1137 | </div> | |
| 1138 | </div> | |
| 1139 | <div class="messageInfo primaryContent"> | |
| 1140 | <strong class="newIndicator"><span></span>New</strong> | |
| 1141 | <div class="messageContent"> | |
| 1142 | <article> | |
| 1143 | <blockquote class="messageText ugc baseHtml"> | |
| 1144 | <div class="bbCodeBlock bbCodeQuote" data-author="Hybrii"> | |
| 1145 | <aside> | |
| 1146 | <div class="attribution type">Hybrii said: | |
| 1147 | <a href="goto/post?id=7632281#post-7632281" class="AttributionLink">↑</a> | |
| 1148 | </div> | |
| 1149 | <blockquote>Posting the source on pastebin is not cracking...<br/> | |
| 1150 | Aren't these tools free anyways?</blockquote> | |
| 1151 | </aside> | |
| 1152 | </div> <br/> | |
| 1153 | i know this guys is very crazy <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie2" alt=";)" title="Wink ;)"/> | |
| 1154 | <div class="doublePost"> | |
| 1155 | <blockquote class="doublePostTagTextContainer"> | |
| 1156 | <span class="doublePostTagText">--- Double Post Merged, <span class="doublePostTimeStamp"><abbr class="DateTime" data-time="1385093380" data-diff="803" data-datestring="Nov 21, 2013" data-timestring="11:09 PM">Nov 21, 2013 at 11:09 PM</abbr></span> ---</span> | |
| 1157 | </blockquote> | |
| 1158 | </div> | |
| 1159 | <div class="bbCodeBlock bbCodeQuote" data-author="xIIJazza"> | |
| 1160 | <aside> | |
| 1161 | <div class="attribution type">xIIJazza said: | |
| 1162 | <a href="goto/post?id=7631569#post-7631569" class="AttributionLink">↑</a> | |
| 1163 | </div> | |
| 1164 | <blockquote>Why are you cracking useless programs that all do the exact same things as the rest?<br/> | |
| 1165 | I honestly don't get it.</blockquote> | |
| 1166 | </aside> | |
| 1167 | </div> <br/> | |
| 1168 | Im Going to fix it because fa g got pick up my source code | |
| 1169 | </blockquote> | |
| 1170 | </article> | |
| 1171 | </div> | |
| 1172 | <div class="baseHtml signature ugc"><aside><span style="font-family: 'arial black'"><span style="color: #ff6600"><a href="http://www.se7ensins.com/forums/threads/%E2%98%85jeenyus-console-services-jtag-rgh-dual-nand%E2%98%85.977650" class="internalLink"> RGH ,R-jtag and dual nand services</a></span></span></aside></div> | |
| 1173 | <div class="messageMeta"> | |
| 1174 | <div class="privateControls"> | |
| 1175 | <span class="item muted"> | |
| 1176 | <a href="members/avhleaderz.594295/" class="username author">AVHLeaderz</a>, | |
| 1177 | <a href="threads/techmods-z-tool-release.1018063/#post-7632295" title="Permalink" class="datePermalink"><abbr class="DateTime" data-time="1385093180" data-diff="1003" data-datestring="Nov 21, 2013" data-timestring="11:06 PM">Nov 21, 2013 at 11:06 PM</abbr></a> | |
| 1178 | </span> | |
| 1179 | <a href="posts/7632295/report" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>Report</a> | |
| 1180 | </div> | |
| 1181 | <div class="publicControls"> | |
| 1182 | <a href="threads/techmods-z-tool-release.1018063/#post-7632295" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/7632295/permalink">#9</a> | |
| 1183 | <a href="posts/7632295/like" class="LikeLink item control like" data-container="#likes-post-7632295"><span></span><span class="LikeLabel">Like</span></a> | |
| 1184 | <a href="threads/techmods-z-tool-release.1018063/reply?quote=7632295" data-postUrl="posts/7632295/quote" class="ReplyQuote item control reply" title="Reply, quoting this message"><span></span>Reply</a> | |
| 1185 | </div> | |
| 1186 | </div> | |
| 1187 | <div id="likes-post-7632295"></div> | |
| 1188 | </div> | |
| 1189 | </div> | |
| 1190 | </li> | |
| 1191 | </ol> | |
| 1192 | <input type="hidden" name="_xfToken" value="51109,1385094183,0f4c72bfa46e47b9bfa88ae506017460786c067a"/> | |
| 1193 | </form> | |
| 1194 | <div class="pageNavLinkGroup"> | |
| 1195 | <div class="linkGroup" style="display: none"><a href="javascript:" class="muted jsOnly DisplayIgnoredContent Tooltip" title="Show hidden content by ">Show Ignored Content</a></div> | |
| 1196 | <div class="PageNav"><a href="/forums/threads/techmods-z-tool-release.1018063/#post-7632242" class="text">Go To First Unread</a></div> | |
| 1197 | </div> | |
| 1198 | <div class="quickReply message"> | |
| 1199 | <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"> | |
| 1200 | <div class="messageUserBlock"> | |
| 1201 | <div class="avatarHolder"> | |
| 1202 | <span class="helper"></span> | |
| 1203 | <a href="members/xi-chocolate.51109/" class="avatar Av51109m" data-avatarHtml="true"><span class="img m" style="background-image: url('data/avatars/m/51/51109.jpg?1380027736')"></span></a>
| |
| 1204 | ||
| 1205 | </div> | |
| 1206 | <div style="text-align:center; padding-top:7px; padding-bottom:5px"> | |
| 1207 | <img src="styles/se7ensins/xenforo/ranks/sin8.png"/> | |
| 1208 | </div> | |
| 1209 | <span class="arrow"><span></span></span> | |
| 1210 | </div> | |
| 1211 | </div> | |
| 1212 | <form action="threads/techmods-z-tool-release.1018063/add-reply" method="post" class="AutoValidator" data-optInOut="OptIn" id="QuickReply"> | |
| 1213 | <div> | |
| 1214 | <textarea name="message_html" id="ctrl_message_html" class="textCtrl MessageEditor" style="display:none; "></textarea> | |
| 1215 | <noscript><textarea name="message" id="ctrl_message" class="textCtrl MessageEditor" style=""></textarea></noscript> | |
| 1216 | <input type="hidden" name="_xfRelativeResolver" value="http://www.se7ensins.com/forums/threads/techmods-z-tool-release.1018063/"/> | |
| 1217 | <script> | |
| 1218 | ||
| 1219 | ||
| 1220 | ||
| 1221 | !function($, window, document, _undefined) | |
| 1222 | {
| |
| 1223 | var $editor = $("#ctrl_message_html").hide();
| |
| 1224 | console.info('XenForo editor %s, %o', 'ctrl_message', $editor);
| |
| 1225 | ||
| 1226 | window.tinyMCE && tinyMCE.addI18n( | |
| 1227 | {
| |
| 1228 | xenforo: | |
| 1229 | {
| |
| 1230 | common: | |
| 1231 | {
| |
| 1232 | apply: "Apply", | |
| 1233 | insert: "Insert", | |
| 1234 | update: "Update", | |
| 1235 | cancel: "Cancel", | |
| 1236 | close: "Close", | |
| 1237 | browse: "Browse", | |
| 1238 | class_name: "Class", | |
| 1239 | not_set: "-- Not set --", | |
| 1240 | more_colors: "More colors" | |
| 1241 | }, | |
| 1242 | ||
| 1243 | xenforo: | |
| 1244 | {
| |
| 1245 | font_size: "Font Size", | |
| 1246 | fontdefault: "Font Family", | |
| 1247 | bold_desc: "Bold (Ctrl+B)", | |
| 1248 | italic_desc: "Italic (Ctrl+I)", | |
| 1249 | underline_desc: "Underline (Ctrl+U)", | |
| 1250 | strikethrough_desc: "Strike-through", | |
| 1251 | justifyleft_desc: "Align left", | |
| 1252 | justifycenter_desc: "Align center", | |
| 1253 | justifyright_desc: "Align right", | |
| 1254 | bullist_desc: "Unordered list", | |
| 1255 | numlist_desc: "Ordered list", | |
| 1256 | outdent_desc: "Outdent", | |
| 1257 | indent_desc: "Indent", | |
| 1258 | undo_desc: "Undo (Ctrl+Z)", | |
| 1259 | redo_desc: "Redo (Ctrl+Y)", | |
| 1260 | link_desc: "Insert/edit link", | |
| 1261 | unlink_desc: "Unlink", | |
| 1262 | image_desc: "Insert/edit image", | |
| 1263 | removeformat_desc: "Remove formatting", | |
| 1264 | forecolor_desc: "Text color", | |
| 1265 | backcolor_desc: "Select background color", | |
| 1266 | ||
| 1267 | smilies_desc: "Smilies", | |
| 1268 | media_desc: "Media", | |
| 1269 | quote: "Quote", | |
| 1270 | code: "Code" | |
| 1271 | } | |
| 1272 | } | |
| 1273 | }); | |
| 1274 | ||
| 1275 | $(function() | |
| 1276 | {
| |
| 1277 | $editor.css('visibility', '').show();
| |
| 1278 | ||
| 1279 | if (window.tinyMCE) | |
| 1280 | {
| |
| 1281 | var plugins = 'tabfocus,-xenforo_inline_popups,-xenforo_custom_bbcode,-xenforo_smilies,-xenforo_media,-xenforo_code,-xenforo_bbcode_switch,-xenforo_elastic'; | |
| 1282 | ||
| 1283 | //tinyMCE.dom.Event._pageInit(window); // for ajax loads | |
| 1284 | tinyMCE.init( | |
| 1285 | {
| |
| 1286 | ||
| 1287 | mode: 'exact', | |
| 1288 | elements: $editor.attr('id'),
| |
| 1289 | plugins: plugins + ',-xenforo_bdtagme', | |
| 1290 | cleanup: false, | |
| 1291 | theme: 'xenforo', | |
| 1292 | theme_xenforo_dialog_url: "index.php?editor/dialog&style=14", | |
| 1293 | theme_xenforo_contents_css_url: "css.php?style=14&css=editor_contents&d=1384984734", | |
| 1294 | language: '', | |
| 1295 | directionality: 'LTR', | |
| 1296 | document_base_url: "http://www.se7ensins.com/forums/", | |
| 1297 | fast_overlay: '0', | |
| 1298 | ||
| 1299 | xenforo_smilies: {":)":["Smile",1],";)":["Wink",2],":(":["Frown",3],":mad:":["Mad",4],":confused:":["Confused",5],":cool:":["Cool",6],":p":["Stick Out Tongue",7],":D":["Big Grin",8],":eek:":["Eek!",9],":oops:":["Oops!",10],":rolleyes:":["Roll Eyes",11],"o_O":["Er... what?",12]},
| |
| 1300 | ||
| 1301 | xenforo_bbcode_switch_text: ["Use BB Code Editor", "Use Rich Text Editor"] | |
| 1302 | ||
| 1303 | }); | |
| 1304 | ||
| 1305 | ||
| 1306 | } | |
| 1307 | else | |
| 1308 | {
| |
| 1309 | $editor.after($('<input type="hidden" name="_xfRteFailed" value="1" />'));
| |
| 1310 | } | |
| 1311 | ||
| 1312 | $editor.data('editorActivated', true);
| |
| 1313 | }); | |
| 1314 | } | |
| 1315 | (jQuery, this, document); | |
| 1316 | ||
| 1317 | ||
| 1318 | ||
| 1319 | </script> | |
| 1320 | </div> | |
| 1321 | <script type="text/javascript"> | |
| 1322 | !function($, window, document, _undefined) {
| |
| 1323 | XenForo.bdTagMe_enabledTemplates = [ | |
| 1324 | 'post_edit', | |
| 1325 | 'post_edit_inline', // this one is not needed actually | |
| 1326 | 'thread_create', | |
| 1327 | 'thread_view', | |
| 1328 | 'thread_reply', | |
| 1329 | ||
| 1330 | ]; | |
| 1331 | } (jQuery, this, document); | |
| 1332 | </script> | |
| 1333 | <div class="submitUnit"> | |
| 1334 | <input type="submit" class="button primary" value="Post Reply" accesskey="s"/> | |
| 1335 | <input type="submit" class="button DisableOnSubmit" value="More Options..." name="more_options"/> | |
| 1336 | </div> | |
| 1337 | <input type="hidden" name="last_date" value="1385093180"/> | |
| 1338 | <input type="hidden" name="_xfToken" value="51109,1385094183,0f4c72bfa46e47b9bfa88ae506017460786c067a"/> | |
| 1339 | </form> | |
| 1340 | </div> | |
| 1341 | <div class="breadBoxBottom"> | |
| 1342 | <nav> | |
| 1343 | <fieldset class="breadcrumb"> | |
| 1344 | <a href="misc/quick-navigation-menu?selected=node-444" class="OverlayTrigger jumpMenuTrigger" data-cacheOverlay="true" title="Open quick navigation"> </a> | |
| 1345 | <div class="boardTitle"><strong>Se7enSins Gaming Community</strong></div> | |
| 1346 | <span class="crumbs"> | |
| 1347 | <span class="crust"> | |
| 1348 | <a href="portal/" class="crumb"><span>Home</span></a> | |
| 1349 | <span class="arrow"><span></span></span> | |
| 1350 | </span> | |
| 1351 | <span class="crust"> | |
| 1352 | <a href="http://www.se7ensins.com/forums/" class="crumb"><span>Forums</span></a> | |
| 1353 | <span class="arrow"><span>></span></span> | |
| 1354 | </span> | |
| 1355 | <span class="crust"> | |
| 1356 | <a href="http://www.se7ensins.com/forums/#gaming.275" class="crumb"><span>Gaming</span></a> | |
| 1357 | <span class="arrow"><span>></span></span> | |
| 1358 | </span> | |
| 1359 | <span class="crust"> | |
| 1360 | <a href="http://www.se7ensins.com/forums/forums/call-of-duty-ghosts.415/" class="crumb"><span>Call of Duty: Ghosts</span></a> | |
| 1361 | <span class="arrow"><span>></span></span> | |
| 1362 | </span> | |
| 1363 | <span class="crust"> | |
| 1364 | <a href="http://www.se7ensins.com/forums/forums/call-of-duty-ghosts-modding.444/" class="crumb"><span>Call of Duty: Ghosts Modding</span></a> | |
| 1365 | <span class="arrow"><span>></span></span> | |
| 1366 | </span> | |
| 1367 | </span> | |
| 1368 | </fieldset> | |
| 1369 | </nav></div> | |
| 1370 | </div> | |
| 1371 | </div> | |
| 1372 | </div> | |
| 1373 | <header> | |
| 1374 | <div id="header"> | |
| 1375 | <div id="logoBlock"> | |
| 1376 | <div class="pageWidth"> | |
| 1377 | <div class="pageContent"> | |
| 1378 | ||
| 1379 | <div class="right-header" style="width:728px; height:90px;"> | |
| 1380 | ||
| 1381 | <div id='div-gpt-ad-1359069417205-0' style='width:728px; height:90px;'> | |
| 1382 | <script type='text/javascript'> | |
| 1383 | googletag.cmd.push(function() { googletag.display('div-gpt-ad-1359069417205-0'); });
| |
| 1384 | </script> | |
| 1385 | </div> | |
| 1386 | </div> | |
| 1387 | <div id="logo"><a href="http://www.se7ensins.com/forums/"> | |
| 1388 | <span></span> | |
| 1389 | <img src="styles/se7ensins/xenique/logo.png" alt="Se7enSins Gaming Community"/> | |
| 1390 | </a></div> | |
| 1391 | <span class="helper"></span> | |
| 1392 | </div> | |
| 1393 | </div> | |
| 1394 | </div> | |
| 1395 | <div id="navigation" class="pageWidth"> | |
| 1396 | <div class="pageContent"> | |
| 1397 | <nav> | |
| 1398 | <div class="navTabs"> | |
| 1399 | <span class="xeniqueLeftNavCorner"></span> | |
| 1400 | <span class="xeniqueRightNavCorner"></span> | |
| 1401 | <ul class="publicTabs"> | |
| 1402 | ||
| 1403 | ||
| 1404 | <li class="navTab PopupClosed"> | |
| 1405 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 1406 | <a href="portal/" class="navLink">Home</a> | |
| 1407 | </li> | |
| 1408 | ||
| 1409 | <li class="navTab forums selected"> | |
| 1410 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 1411 | <a href="http://www.se7ensins.com/forums/" class="navLink NoPopupGadget" rel="Menu">Forums</a> | |
| 1412 | <div class="tabLinks"> | |
| 1413 | <div class="pageWidth"> | |
| 1414 | <div class="pageContent"> | |
| 1415 | <div class="primaryContent menuHeader"> | |
| 1416 | <h3>Forums</h3> | |
| 1417 | <div class="muted">Quick Links</div> | |
| 1418 | </div> | |
| 1419 | <ul class="secondaryContent blockLinksList"> | |
| 1420 | <li><a href="forums/call-of-duty-ghosts-modding.444/-/mark-read?date=1385094183" class="OverlayTrigger">Mark Forums Read</a></li> | |
| 1421 | <li><a href="search/?type=post">Search Forums</a></li> | |
| 1422 | <li><a href="watched/threads">Watched Threads</a></li> | |
| 1423 | <li><a href="find-new/threads">What's New?</a></li> | |
| 1424 | <li><a href="help/terms">Rules</a></li> | |
| 1425 | <li><a href="forums/award-request.369">Award Request </a></li> | |
| 1426 | <li><a href="watched/forums">Watched Forums</a></li> | |
| 1427 | </ul> | |
| 1428 | </div> | |
| 1429 | </div> | |
| 1430 | </div> | |
| 1431 | </li> | |
| 1432 | ||
| 1433 | <li class="navTab gamification Popup PopupControl PopupClosed"> | |
| 1434 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 1435 | <a href="awards/" class="navLink NoPopupGadget" rel="Menu">Trophies+</a> | |
| 1436 | <div class="Menu JsOnly tabMenu"> | |
| 1437 | <div class="primaryContent menuHeader"> | |
| 1438 | <h3>Trophies+</h3> | |
| 1439 | <div class="muted">Quick Links</div> | |
| 1440 | </div> | |
| 1441 | <ul class="secondaryContent blockLinksList"> | |
| 1442 | <li><a href="awards/list">Awards</a></li> | |
| 1443 | <li><a href="awards/leaderboards">Leaderboards</a></li> | |
| 1444 | </ul> | |
| 1445 | </div> | |
| 1446 | <div class="arrowContainer"> | |
| 1447 | <span class="arrow"></span> | |
| 1448 | </div> | |
| 1449 | </li> | |
| 1450 | ||
| 1451 | <li class="navTab members Popup PopupControl PopupClosed"> | |
| 1452 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 1453 | <a href="http://www.se7ensins.com/forums/members/" class="navLink NoPopupGadget" rel="Menu">Members</a> | |
| 1454 | <div class="Menu JsOnly tabMenu"> | |
| 1455 | <div class="primaryContent menuHeader"> | |
| 1456 | <h3>Members</h3> | |
| 1457 | <div class="muted">Quick Links</div> | |
| 1458 | </div> | |
| 1459 | <ul class="secondaryContent blockLinksList"> | |
| 1460 | <li><a href="members/">Registered Members</a></li> | |
| 1461 | <li><a href="online/">Current Visitors</a></li> | |
| 1462 | <li><a href="recent-activity/">Recent Activity</a></li> | |
| 1463 | </ul> | |
| 1464 | </div> | |
| 1465 | <div class="arrowContainer"> | |
| 1466 | <span class="arrow"></span> | |
| 1467 | </div> | |
| 1468 | </li> | |
| 1469 | ||
| 1470 | <li class="navTab help Popup PopupControl PopupClosed"> | |
| 1471 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 1472 | <a href="http://www.se7ensins.com/forums/help/" class="navLink NoPopupGadget" rel="Menu">Help</a> | |
| 1473 | <div class="Menu JsOnly tabMenu"> | |
| 1474 | <div class="primaryContent menuHeader"> | |
| 1475 | <h3>Help</h3> | |
| 1476 | <div class="muted">Quick Links</div> | |
| 1477 | </div> | |
| 1478 | <ul class="secondaryContent blockLinksList"> | |
| 1479 | <li><a href="help/smilies">Smilies</a></li> | |
| 1480 | <li><a href="help/bb-codes">BB Codes</a></li> | |
| 1481 | <li><a href="help/trophies">Trophies</a></li> | |
| 1482 | <li><a href="help/terms">Terms and Rules</a></li> | |
| 1483 | </ul> | |
| 1484 | </div> | |
| 1485 | <div class="arrowContainer"> | |
| 1486 | <span class="arrow"></span> | |
| 1487 | </div> | |
| 1488 | </li> | |
| 1489 | ||
| 1490 | <li class="navTab PopupClosed"> | |
| 1491 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 1492 | <a href="http://www.se7ensins.com/forums/pages/premium/" class="navLink">Premium</a> | |
| 1493 | </li> | |
| 1494 | <li class="navTab nodetab351 Popup PopupControl PopupClosed"> | |
| 1495 | <span class="xeniqueLeftCorner"></span><span class="xeniqueRightCorner"></span> | |
| 1496 | <a href="http://www.se7ensins.com/forums/pages/quicklinks/" class="navLink NoPopupGadget" rel="Menu">Quicklinks</a> | |
| 1497 | <div class="Menu JsOnly tabMenu"> | |
| 1498 | <div class="primaryContent menuHeader"> | |
| 1499 | <h3>Quicklinks</h3> | |
| 1500 | <div class="muted">Quick Links</div> | |
| 1501 | </div> | |
| 1502 | <ul class="secondaryContent blockLinksList"> | |
| 1503 | <li> | |
| 1504 | <a href="link-forums/help-menu.352/" class="natMenuLevel0">Help Menu</a> | |
| 1505 | </li> | |
| 1506 | <li> | |
| 1507 | <a href="link-forums/trader-feedback-center.353/" class="natMenuLevel0">Trader Feedback Center</a> | |
| 1508 | </li> | |
| 1509 | <li> | |
| 1510 | <a href="link-forums/staff-listing.354/" class="natMenuLevel0">Staff Listing</a> | |
| 1511 | </li> | |
| 1512 | <li> | |
| 1513 | <a href="link-forums/staff-sections.360/" class="natMenuLevel0">Staff Sections</a> | |
| 1514 | </li> | |
| 1515 | <li> | |
| 1516 | <a href="link-forums/rules.366/" class="natMenuLevel0">Rules</a> | |
| 1517 | </li> | |
| 1518 | <li> | |
| 1519 | <a href="forums/award-request.369/" class="natMenuLevel0">Award Request</a> | |
| 1520 | </li> | |
| 1521 | </ul> | |
| 1522 | </div> | |
| 1523 | <div class="arrowContainer"> | |
| 1524 | <span class="arrow"></span> | |
| 1525 | </div> | |
| 1526 | </li> | |
| 1527 | ||
| 1528 | </ul> | |
| 1529 | </div> | |
| 1530 | <span class="helper"></span> | |
| 1531 | </nav> | |
| 1532 | </div> | |
| 1533 | </div> | |
| 1534 | <div id="searchBar" class="pageWidth"> | |
| 1535 | <fieldset id="QuickSearch"> | |
| 1536 | <form action="search/search" method="post" class="formPopup"> | |
| 1537 | <div class="primaryControls"> | |
| 1538 | ||
| 1539 | <input type="search" name="keywords" value="" class="textCtrl" placeholder="Search..." results="0" title="Enter your search and hit enter" id="QuickSearchQuery"/> | |
| 1540 | ||
| 1541 | </div> | |
| 1542 | <div class="secondaryControls"> | |
| 1543 | <div class="controlsWrapper"> | |
| 1544 | ||
| 1545 | <dl class="ctrlUnit"> | |
| 1546 | <dt></dt> | |
| 1547 | <dd><ul> | |
| 1548 | <li><label><input type="checkbox" name="title_only" value="1" id="search_bar_title_only" class="AutoChecker" data-uncheck="#search_bar_thread"/> Search titles only</label></li> | |
| 1549 | </ul></dd> | |
| 1550 | </dl> | |
| 1551 | <dl class="ctrlUnit"> | |
| 1552 | <dt><label for="searchBar_users">Posted by Member:</label></dt> | |
| 1553 | <dd> | |
| 1554 | <input type="text" name="users" value="" class="textCtrl AutoComplete" id="searchBar_users"/> | |
| 1555 | <p class="explain">Separate names with a comma.</p> | |
| 1556 | </dd> | |
| 1557 | </dl> | |
| 1558 | <dl class="ctrlUnit"> | |
| 1559 | <dt><label for="searchBar_date">Newer Than:</label></dt> | |
| 1560 | <dd><input type="date" name="date" value="" class="textCtrl" id="searchBar_date"/></dd> | |
| 1561 | </dl> | |
| 1562 | <dl class="ctrlUnit"> | |
| 1563 | <dt></dt> | |
| 1564 | <dd><ul> | |
| 1565 | <li><label title="Search only TechMods-Z-Tool (Release)"><input type="checkbox" name="type[post][thread_id]" value="1018063" id="search_bar_thread" class="AutoChecker" data-uncheck="#search_bar_title_only, #search_bar_nodes"/> Search this thread only</label></li> | |
| 1566 | <li><label title="Search only Call of Duty: Ghosts Modding"><input type="checkbox" name="nodes[]" value="444" id="search_bar_nodes" class="Disabler AutoChecker" checked="checked" data-uncheck="#search_bar_thread"/> Search this forum only</label> | |
| 1567 | <ul id="search_bar_nodes_Disabler"> | |
| 1568 | <li><label><input type="checkbox" name="type[post][group_discussion]" value="1" id="search_bar_group_discussion" class="AutoChecker" data-uncheck="#search_bar_thread"/> Display results as threads</label></li> | |
| 1569 | </ul></li> | |
| 1570 | </ul></dd> | |
| 1571 | </dl> | |
| 1572 | </div> | |
| 1573 | ||
| 1574 | <dl class="ctrlUnit submitUnit"> | |
| 1575 | <dt></dt> | |
| 1576 | <dd> | |
| 1577 | <input type="submit" value="Search" class="button primary Tooltip" title="Find Now"/> | |
| 1578 | <div class="Popup" id="commonSearches"> | |
| 1579 | <a rel="Menu" class="button NoPopupGadget Tooltip" title="Useful Searches" data-tipclass="flipped"><span class="arrowWidget"></span></a> | |
| 1580 | <div class="Menu"> | |
| 1581 | <div class="primaryContent menuHeader"> | |
| 1582 | <h3>Useful Searches</h3> | |
| 1583 | </div> | |
| 1584 | <ul class="secondaryContent blockLinksList"> | |
| 1585 | ||
| 1586 | <li><a href="find-new/threads?recent=1" rel="nofollow">Recent Threads</a></li> | |
| 1587 | <li><a href="search/member?user_id=51109&content=thread">Your Threads</a></li> | |
| 1588 | <li><a href="search/member?user_id=51109&content=post">Your Posts</a></li> | |
| 1589 | <li><a href="search/member?user_id=51109&content=profile_post">Your Profile Posts</a></li> | |
| 1590 | ||
| 1591 | </ul> | |
| 1592 | </div> | |
| 1593 | </div> | |
| 1594 | <a href="search/" class="button moreOptions Tooltip" title="Advanced search">More...</a> | |
| 1595 | </dd> | |
| 1596 | </dl> | |
| 1597 | </div> | |
| 1598 | <input type="hidden" name="_xfToken" value="51109,1385094183,0f4c72bfa46e47b9bfa88ae506017460786c067a"/> | |
| 1599 | </form> | |
| 1600 | </fieldset> | |
| 1601 | </div> | |
| 1602 | </div> | |
| 1603 | </header> | |
| 1604 | <footer> | |
| 1605 | <div class="footer"> | |
| 1606 | <div class="pageWidth"> | |
| 1607 | <div class="pageContent"> | |
| 1608 | <dl class="choosers"> | |
| 1609 | <dt>Style</dt> | |
| 1610 | <dd><a href="misc/style?redirect=%2Fforums%2Fthreads%2Ftechmods-z-tool-release.1018063%2F" class="OverlayTrigger Tooltip" title="Style Chooser" rel="nofollow">Se7enSins v6.1.1</a></dd> | |
| 1611 | </dl> | |
| 1612 | <ul class="footerLinks"> | |
| 1613 | <li><a href="/forums/pages/about/">About Us</a></li> | |
| 1614 | <li><a href="/forums/pages/disclaimer/">Disclaimer</a></li> | |
| 1615 | <li><a href="/forums/pages/privacy/">Privacy Policy</a></li> | |
| 1616 | <li><a href="misc/contact" class="" data-overlayOptions="{"fixed":false}">Contact Us</a></li>
| |
| 1617 | <li><a href="portal/">Home</a></li> | |
| 1618 | <li><a href="/forums/threads/techmods-z-tool-release.1018063/#navigation">Top</a></li> | |
| 1619 | <li><a href="forums/-/index.rss" rel="alternate" class="globalFeed" target="_blank" title="RSS feed for Se7enSins Gaming Community">RSS</a></li> | |
| 1620 | </ul><ul class="footerLinks" style="padding-left:20px;float:none"><li><a href="http://advertising.digitalpoint.com/" target="_blank" style="display:inline-block">Advertising Positioning</a>by Digital Point</li> | |
| 1621 | </ul> | |
| 1622 | <span class="helper"></span> | |
| 1623 | </div> | |
| 1624 | </div> | |
| 1625 | </div> | |
| 1626 | <div class="footerLegal"> | |
| 1627 | <div class="pageWidth"> | |
| 1628 | <div class="pageContent"> | |
| 1629 | <div id="copyright"><a href="http://xenforo.com" class="concealed">Forum software by XenForo™ ©2010-2013 XenForo Ltd.</a> · <span id="xeniqueCopyright"><a href="http://xenique.com" class="Tooltip">Style by Xenique</a></span></div> | |
| 1630 | <ul id="legal"> | |
| 1631 | <li><a href="help/terms">Terms and Rules</a></li> | |
| 1632 | </ul> | |
| 1633 | <span class="helper"></span> | |
| 1634 | </div> | |
| 1635 | </div> | |
| 1636 | </div> | |
| 1637 | </footer> | |
| 1638 | </div> | |
| 1639 | <script> | |
| 1640 | ||
| 1641 | ||
| 1642 | jQuery.extend(true, XenForo, | |
| 1643 | {
| |
| 1644 | visitor: { user_id: 51109 },
| |
| 1645 | serverTimeInfo: | |
| 1646 | {
| |
| 1647 | now: 1385094183, | |
| 1648 | today: 1385010000, | |
| 1649 | todayDow: 4 | |
| 1650 | }, | |
| 1651 | _lightBoxUniversal: "0", | |
| 1652 | _enableOverlays: "1", | |
| 1653 | _animationSpeedMultiplier: "1", | |
| 1654 | _overlayConfig: | |
| 1655 | {
| |
| 1656 | top: "10%", | |
| 1657 | speed: 200, | |
| 1658 | closeSpeed: 100, | |
| 1659 | mask: | |
| 1660 | {
| |
| 1661 | color: "rgb(255, 255, 255)", | |
| 1662 | opacity: "0.6", | |
| 1663 | loadSpeed: 200, | |
| 1664 | closeSpeed: 100 | |
| 1665 | } | |
| 1666 | }, | |
| 1667 | _ignoredUsers: [], | |
| 1668 | _loadedScripts: {"bb_code":true,"doublepost_bb_code_tag":true,"nat_css":true,"thread_view":true,"message":true,"message_user_info":true,"gamification_user_info_accolades":true,"bbm_bbcode_spoiler":true,"useress":true,"likes_summary":true,"quick_reply":true,"editor_ui":true,"xenique":true,"xenique_extra":true,"bbm_buttons":true,"moderator_bar":true,"convess":true,"js\/bbm\/bbcodes.js?_v=3067a8be":true,"js\/xenforo\/discussion.js?_v=3067a8be":true,"js\/tinymce\/tiny_mce.js?_v=3067a8be":true,"js\/bdTagMe\/tinymce_plugin.js?_v=3067a8be":true,"js\/bdTagMe\/frontend.js?_v=3067a8be":true},
| |
| 1669 | _cookieConfig: { path: "/", domain: "", prefix: "xf_"},
| |
| 1670 | _csrfToken: "51109,1385094183,0f4c72bfa46e47b9bfa88ae506017460786c067a", | |
| 1671 | _csrfRefreshUrl: "login/csrf-token-refresh", | |
| 1672 | _jsVersion: "3067a8be" | |
| 1673 | }); | |
| 1674 | jQuery.extend(XenForo.phrases, | |
| 1675 | {
| |
| 1676 | cancel: "Cancel", | |
| 1677 | ||
| 1678 | a_moment_ago: "A moment ago", | |
| 1679 | one_minute_ago: "1 minute ago", | |
| 1680 | x_minutes_ago: "%minutes% minutes ago", | |
| 1681 | today_at_x: "Today at %time%", | |
| 1682 | yesterday_at_x: "Yesterday at %time%", | |
| 1683 | day_x_at_time_y: "%day% at %time%", | |
| 1684 | ||
| 1685 | day0: "Sunday", | |
| 1686 | day1: "Monday", | |
| 1687 | day2: "Tuesday", | |
| 1688 | day3: "Wednesday", | |
| 1689 | day4: "Thursday", | |
| 1690 | day5: "Friday", | |
| 1691 | day6: "Saturday", | |
| 1692 | ||
| 1693 | _months: "January,February,March,April,May,June,July,August,September,October,November,December", | |
| 1694 | _daysShort: "Sun,Mon,Tue,Wed,Thu,Fri,Sat", | |
| 1695 | ||
| 1696 | following_error_occurred: "The following error occurred", | |
| 1697 | server_did_not_respond_in_time_try_again: "The server did not respond in time. Please try again.", | |
| 1698 | logging_in: "Logging in", | |
| 1699 | click_image_show_full_size_version: "Click this image to show the full-size version.", | |
| 1700 | show_hidden_content_by_x: "Show hidden content by {names}"
| |
| 1701 | }); | |
| 1702 | ||
| 1703 | // Facebook Javascript SDK | |
| 1704 | XenForo.Facebook.appId = "198483070243798"; | |
| 1705 | XenForo.Facebook.forceInit = false; | |
| 1706 | ||
| 1707 | ||
| 1708 | </script> | |
| 1709 | <script type="text/javascript"> | |
| 1710 | !function($, window, document, _undefined) {
| |
| 1711 | XenForo.bdTagMe_suggestionMaxLength = 0; | |
| 1712 | } (jQuery, this, document); | |
| 1713 | </script> | |
| 1714 | <script type="text/javascript" src="http://s.skimresources.com/js/21302X793671.skimlinks.js"></script> | |
| 1715 | </body> | |
| 1716 | </html> |