Arcade Prehacks

Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1

    Join Date
    Jun 2010
    Posts
    8

    Starcraft 2 Tower Defense

    Hello,
    Can somebody be kind enough to hack this game?
    Just a money or life hack would be fine...
    Link:
    http://www.mybreakarcade.com/blog/starc ... r-defense/
    Starcraft 2 Tower defense
    And yes, I DID read the rules, I searched for it and it has not been requested.
    If there is a reason you can not hack this, then please tell me.
    Now I am going to stop typing because I sound like a robot..

  2. #2
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Starcraft 2 Tower Defense

    I'll take a look!

    UPDATE:
    Seems sitelock,do you maybe have some other links?

    UPDATE 2:
    Found un unlocked one. But I remember why this isn't hacked.
    Because the towers aren't attacking the enemies at all when played locally!

  3. #3

    Join Date
    Jun 2010
    Posts
    8

    Re: Starcraft 2 Tower Defense

    Dang!

  4. #4
    Senior Member m electric's Avatar
    Join Date
    Jul 2009
    Location
    Baltimore, Ohio
    Posts
    1,397

    Re: Starcraft 2 Tower Defense

    please try to avoid posting only one word.

  5. #5

    Join Date
    Jun 2010
    Posts
    8

    Re: Starcraft 2 Tower Defense

    Smilies don't count?

  6. #6
    Super Moderator ZuckeR's Avatar
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    1,775

    Re: Starcraft 2 Tower Defense

    The game works fine for me locally, it does not seem to be sitelocked and towers do attack. After i changed the starting money for the easy level i tried and the towers did not attack but then i tried it again more then 10 times and it did work. Maybe it is a bug in the game but i could not recreate it so i don't know when exactly this happens.

    So maybe we should try if it works for more people then just me so it can be uploaded to APH.

    This is the file i got, it is the official source and the same as the site above links to:
    http://games.mochiads.com/c/g/starcraft ... CTD_05.swf

    Hacking it is also quite easy as it is AS2. You can change the starting money, the money per kill, tower costs and some other stuff for each difficulty. Just search for the initial money for the different difficulties and from there you will find the other stuff. Money will probably make most people happy.
    Code:
        push 'money', 350
        push 'money', 250
        push 'money', 250
    Here is what id did to leave at least a little challenge. I changed the starting money to be 3 or 4 time the original. To do the same with the income without the need to change every variable i just added a multiplier on another place. This way you can test with different multipliers and only change one number instead of more then 60.
    Code:
          push r:this, 'km', r:_root, 'killmoney'
          getMember
          push r:t, 2
          subtract
          push 'cl'
          getVariable
          push 8
          multiply
          add
          getMember
          push 4    // ADDED CODE - The amount to multiply with.
          multiply  // ADDED CODE - The multiply code.
          setMember

  7. #7

    Join Date
    Aug 2009
    Posts
    2,245

    Re: Starcraft 2 Tower Defense

    Must just work for you zucker... I just tried your swf and nothing shoots. And I have tried over an hour in the past to
    figure out why it works on some sites but not ours. I didn't see a domain list or anything like that. Not sure why but the
    towers always just sit there and do nothing. I uploaded a hacked version a month ago and ended up deleting it
    Not sure whats going on with it

  8. #8
    Super Moderator ZuckeR's Avatar
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    1,775

    Re: Starcraft 2 Tower Defense

    OK, i tried playing it with my browser and there i had the same problem. Seems like it works fine with the stand-alone Flash Player thats why it worked for me. And i just noticed that this also occurs on mybreakarcade.com also if you try to directly play it from mochiads.com.

    I even removed the whole code that had the allowed domains in it but this didn't change a thing. This is weird as i can't find any other URLs in the game that would be needed to turn the towers on or off.

  9. #9
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Starcraft 2 Tower Defense

    Well the users on APH will play it obviously via browser so I am not sure what's gonna happen wit this one.
    I'll give it an extra test on the APH server

  10. #10

    Join Date
    Jun 2010
    Posts
    8

    Re: Starcraft 2 Tower Defense

    Well, it seems you guys are taking your time into hacking this game.. thanks.
    Keep trying, I'm sure you guys will get it.

Page 1 of 3 123 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
  •