Homerun in Berzerk Land: Berzerk Ball
-migrated-
Homerun In Berzerk Land: Berzerk Ball
Submitted By:
Launch Trainer!
Action Catapult Flight Launch Upgrades

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Homerun in Berzerk Land: Berzerk Ball

-migrated-
Last Updated: 09/06/2017 15:03

Homerun In Berzerk Land: Berzerk Ball

Auto-Post
Last Updated: 09/19/2012 02:29

5
 

Hive Mind

  Hit 10 bees across all trials
15
 

Totally Smashed

  Get 10 total killer shots and 3 power smashes in a single trial
30
 

Going, Going, Gone

  Hit the geek 700,000 feet

Game Dscription
Hey guys! The sequel to Homerun in Berzerk Land will probably show up sometime in 2011, but since we really appreciate your support, we’ve decided to give you something to sink your teeth into in the meantime. Behold Berzerk Ball, the expansion pack of the original Homerun game. A brand new look for the game, new weapons, new items and a sexy new character are all bundled in for you so you get the chance to beat your friends’ high scores all over again! Oh yeah, and make sure to check out the iPhone and iPod version of it at: http://itunes.apple.com/app/id406919685?mt=8# ! We also would like to take the occasion to wish you a merry Christmas and a happy, super-sharp New Year 2011! Thanks for all your support and we hope to see you guys back as top-shape as ever next year (aka in a couple of days from now)! You Rock! Welcome to Berzerk Land! It’s play ball time and the Berzerk Crew is ready to teach Comeau the nerd a good lesson! Bash the hell out of this geek all the way through Berzerk Land, earn money to buy new gear and gain experience to increase the power of your character!
Re: Homerun In Berzerk Land Posted on: 04/18/2010 8:45pm
Quote Post
(broken image removed)
check this.I made that and it doesn't work
Re: Homerun In Berzerk Land Posted on: 04/18/2010 8:59pm
Quote Post
No entiendo lo que no funciona.
Para hacerlo m
Re: Homerun In Berzerk Land Posted on: 04/18/2010 9:00pm
Quote Post
yeah i know, but when i paste the second code it doesn't change to that code
Re: Homerun In Berzerk Land Posted on: 04/18/2010 9:03pm
Quote Post
Creo que s
Re: Homerun In Berzerk Land Posted on: 04/18/2010 9:04pm
Quote Post
I think this might help a bit:
http://www.youtube.com/watch?v=3vrt4FBRhGw
Re: Homerun In Berzerk Land Posted on: 04/18/2010 9:06pm
Quote Post
Quote from: "whatever"
ts;dr
I love it when a plan goes well. Especially if it stars my YouTube video (broken image removed)

To make it simpler:
We give you an AoB that reads like this: A2 C5 17 00 -> A2 C5 17 01
This is what you do:

Open Cheat Engine and target your browser that has the game.
Click the drop-down arrow that says "Value type" and click "Array of Bytes".
Copy "A2 C5 17 00" into the search box and click "First Scan". Click on the/all values that appear and click the red arrow at the bottom-right corner of the box where the value shows.
Click/Shift-Click (if more than 1) the value on the bottom box and right-click -> Change Record -> Value and copy the modified AoB "A2 C5 17 01" and paste it into the pop-up box and click ok.
You have now hacked The Game.

Spanish:
(Espa
Re: Homerun In Berzerk Land Posted on: 04/19/2010 12:12am
Quote Post
it worked for me (broken image removed) thats awesome i wanna learn how to find codes like that :lol:
Re: Homerun In Berzerk Land Posted on: 04/19/2010 4:05am
Quote Post
http://forum.kongregatehack.com/viewtopic.php?f=11&t=303
http://forum.kongregatehack.com/viewtopic.php?f=11&t=2104
I also suggest PMing people that already know how to do it for help.

Have fun~
Re: Homerun In Berzerk Land Posted on: 04/20/2010 2:26am
Quote Post
Hmmm it worked fine for me even the hacking prevention....
Re: Homerun In Berzerk Land Posted on: 04/21/2010 10:09am
Quote Post
Everything is double(Extreme) bt it always detects my cheat (broken image removed)
Re: Homerun In Berzerk Land Posted on: 04/21/2010 12:40pm
Quote Post
System Bot
Quote from: "Tanmay"
Everything is double(Extreme) bt it always detects my cheat (broken image removed)

Yes, thats why we use AOBs. Because they won't be detected.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Homerun In Berzerk Land Posted on: 04/21/2010 8:06pm
Quote Post
Quote from: "Phreneticus"
Quote from: "Tanmay"
Everything is double(Extreme) bt it always detects my cheat (broken image removed)

Yes, thats why we use AOBs. Because they won't be detected.
Sometimes they can be detected, but AoBs can also disable the anti-cheat system XD.
Re: Homerun In Berzerk Land Posted on: 04/21/2010 11:48pm
Quote Post
Is there a way to increase the amount of bees/cannons/bezerkers without just having the item to upgrade it?

It would be interesting to see like a 200% increase in all of those.. it would make for an interesting run.. lol
Re: Homerun In Berzerk Land Posted on: 04/22/2010 4:55am
Quote Post
Found something more interesting. Lots and lots of hit power.
d0 66 de 07 60 53 66 b6 22 24 64 a3 =>
d0 66 de 07 60 53 66 b6 22 24 ?? a2

Change the ?? to a low number in hex. Alternatively, you can change the a3 => a0, and keep it as 64. What it does is calculate how much power you have. Use at your own risk...

com -> homerun -> ui -> MetaPerso
Code: [Select]
       public function get totalPower() : int
        {
            var _loc_1:* = this.baseStr * (HBConstants.HERO_POWER_PRCT_BONUS_PER_STRENGHT / 100);
            var _loc_2:* = this.baseStr * HBConstants.HERO_POWER_ADD_BONUS_PER_STRENGHT + this.equippedStrBonus;
            return this._179c * (1 + this.powerBonus + _loc_1) + _loc_2;
        }// end function
Code: [Select]
//d0
_as3_getlocal <0>
//66 de 07
_as3_getproperty baseStr
//60 53
_as3_getlex com.homerun.constants::HBConstants
//66 b6 22
_as3_getproperty HERO_POWER_PRCT_BONUS_PER_STRENGHT
//24 64
_as3_pushbyte 100
//a3
_as3_divide

To illustrate why I didn't just change the divide to multiply...
(broken image removed)
After ~7 seconds.
Re: Homerun In Berzerk Land Posted on: 05/25/2010 3:21am
Quote Post
games been updated and sothink freezes when i try to view actionscript... yes i can view the raw data(for some scripts, all meta scripts freeze), but i like to export the code and grep it since i have no idea how to search all scripts in sothink.