Arcade Prehacks

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    Join Date
    Jul 2008
    Posts
    34

    [complete] Chicken Jockey

    money and stat hack
    this game can be found at http://www.xgenstudios.com/play/cj [color=#0000FF][color=#FFFF00][/color][/color]

  2. #2

    Join Date
    Aug 2008
    Posts
    78

    Re: Chicken Jockey

    I removed the piracy frame.

    And it only keeps loading. It's two piracy frames are superior to my level.


    EDIT:

    Code:
    frame 1 {
        passCopyright = 0;
        ifFrameLoaded (24) {
          gotoAndPlay(4);
        }
    Code:
    frame 4 {
        Stage.showMenu = false;
        protocol = _url.substr(0, _url.indexOf(':'));
        if (protocol == 'file') {
          message = 'You are attempting to play Chicken Jockey on your hard drive.  Please be advised that downloading this game onto your hard drive is considered to be copyright infringement.';
        } else {
          if (protocol == 'http') {
            doubleSlash = _url.indexOf('//');
            server = _url.substr(doubleSlash + 2, _url.indexOf('/', doubleSlash + 2) - doubleSlash - 2);
            server = server.toUpperCase();
            if (server.indexOf('WWW.') != -1) {
              server = server.substr(server.indexOf('WWW.') + 4, server.length);
            }
            if (server.indexOf('XGENSTUDIOS.COM') != -1) {
              passCopyright = 1;
              gotoAndPlay(6);
            } else {
              message = 'Alert! This game\'s copyrights are being infringed! \nOffending website path: ' + _url;
            }
          }
        }
        box1 = prefix;
      }
    Both frames would need to be deleted, but since the flash game knows it's downloaded on your hardrive, It would just stay on the "Loading...." screen forever.

  3. #3
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: Chicken Jockey

    You mean Mochiads.. Thats what those piracy frames are.. I don't know how to get rid of them either. Since its from xGen, You have a 5% chance of a successful hack.

  4. #4

    Join Date
    Aug 2008
    Posts
    78

    Re: Chicken Jockey

    Quote Originally Posted by Magnite7
    You mean Mochiads.. Thats what those piracy frames are.. I don't know how to get rid of them either. Since its from xGen, You have a 5% chance of a successful hack.
    Look at my edited post. 110% of succesful hack.

  5. #5
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: Chicken Jockey

    what lines are those on?
    Like when your editing it in Notepad++(if you are) it would be like this.

    Code:
    1frame 4 {
    2    Stage.showMenu = false;
    3    protocol = _url.substr(0, _url.indexOf(':'));
    4    if (protocol == 'file') {
    5      message = 'You are attempting to play Chicken Jockey on your hard drive.  Please be advised that downloading this game onto your hard drive is 6considered to be copyright infringement.';
    7    } else {
    8      if (protocol == 'http') {
    9        doubleSlash = _url.indexOf('//');
    10        server = _url.substr(doubleSlash + 2, _url.indexOf('/', doubleSlash + 2) - doubleSlash - 2);
    11        server = server.toUpperCase();
    12        if (server.indexOf('WWW.') != -1) {
    13          server = server.substr(server.indexOf('WWW.') + 4, server.length);
    14        }
    15        if (server.indexOf('XGENSTUDIOS.COM') != -1) {
    16          passCopyright = 1;
    17          gotoAndPlay(6);
    18        } else {
    19          message = 'Alert! This game\'s copyrights are being infringed! \nOffending website path: ' + _url;
    20        }
    21      }
    21    }
    22    box1 = prefix;
    23  }
    What are the lines for both of the codes you posted

    Also can you attach the SWF file yo unpluged, becuase i cant get it.. Thanks

  6. #6

    Join Date
    Aug 2008
    Posts
    78

    Re: Chicken Jockey

    I was using flare. I use it to check for errors. And to look at it to see if the swf is editable. lol. Also CTRL + F search for copy and then you'll find it.

    EDITs: not used to forums!

  7. #7
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: Chicken Jockey

    I can't becuase i can't download the swf from xGen thats why i wanted you to upload the swf but nevermind

  8. #8

    Join Date
    Aug 2008
    Posts
    78

    Re: Chicken Jockey

    xgenstudios.com/cj/cj.swf
    Edit: sorry, I didn't know what you meant. Just ask for the swf file next time....

  9. #9
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: Chicken Jockey

    yea the swf file is what i mean't, i didn't know how to say it

  10. #10
    Senior Member
    Join Date
    May 2008
    Posts
    1,227

    Re: Chicken Jockey

    I got it! It is not hacked but here it is.

    Edit: I could only hack money. http://www.arcadeprehacks.com/forum/...Chicken-Jockey

    [attachment=0:kjtcubzi]cj.swf[/attachment:kjtcubzi]
    Attached Files Attached Files

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •