URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       gworld
  HTML https://gworld.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: HACKZ WORLD
       *****************************************************
       #Post#: 186--------------------------------------------------
       HOTFILE DOWNLOAD TIME LIMIT HACK
       By: eba95 Date: August 3, 2010, 6:06 am
       ---------------------------------------------------------
       You will need:
       Mozilla Firefox ( 3.x or
       newer)-
  HTML http://www.mozilla.com/en-
       US/
       Firebug (Firefox Addon) -
  HTML https://addons.mozilla.org/
       en-US/firefox/addon/1843
       Firebug in the Firefox addon
       tray.
       With Firefox configured with
       Firebug, you are armed with
       the tools necessary to
       modify JavaScript as it
       executes real time from your
       system memory.
       HotFile.com ’s download timer
       is written in pure client side
       JavaScript. A quick glance
       through the script shows
       there are multiple points of
       vulnerability, thus multiple
       methods of hacking the java
       script running in your web
       browser. The only question
       now is “Trick or Treat”?
       Method 1: Trick It
       This method initializes all
       built in script functions which
       actually are preventing
       immediate download,
       however once it is initialized,
       the second variable
       definition actually satisfies
       the timer function by telling
       the mathematical timer that
       the time waited is greater
       than what is required, thus
       forcing the script to continue
       and present us with the
       option to execute the
       document.forms.f.submit();
       function.
       starttimer(); var
       timerend=30001;
       Method 2: Treat It
       Skipping the above form, you
       can actually just call the
       summit form straight away.
       This is the most efficient
       method of skipping the timer,
       as it literally bypasses all
       timer functions and posts the
       download form which is
       hidden and out of site.
       document.forms.f.submit();
       *****************************************************