Bubble Tanks 3
-migrated-
Bubble Tanks 3
Submitted By:
Launch Trainer!
Action Bubble Shooter Tank 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!

Bubble Tanks 3

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

Bubble Tanks 3

-migrated-
Last Updated: 02/05/2011 00:26

Bubble Tanks 3

-migrated-
Last Updated: 02/04/2011 17:04

5
 

"I'm a Fighter, Not a Bubbler"

  Defeat 10 fighters
15
 

Outside the Domes

  Explore 50 different bubbles
15
 

Popping with Firepower

  Defeat the final boss

Game Dscription
Bubble Tanks 3, a free online Shooting game brought to you by Armor Games. ************************************************* Update! v. 1.03.1 - Lots of new stuff including Parts Pack 2 ************************************************* Bubble Tanks 1 was designed around some simple concepts: make a game that 1) allowed you to grow, 2) explore and constantly experience new things, and 3) choose your difficulty as you play by deciding how far out you want to go. Bubble Tanks 3 is the completion of that vision- New tanks will stream into your game seamlessly in the background creating a new experience and adventure each and every game. I can't begin to tell you how much blood and sweat went into this game, but I can sum it up best with a story about our team member Jason. This past Sunday Jason was driving 2 hours from his girlfriend's place to come in to work. Michigan is very cold, and his truck hit a patch of ice and he rolled the truck over. He was upside down for 10 minutes until the police and medics could cut him out of his truck. He was alright, no scratches or bruises somehow, so when the medic asked him where to drop him off, instead of the hospital he said
Bubble Tanks 3 Posted on: 12/15/2010 10:50pm
Quote Post
Link.
The only things I tried are bubbles left with 4b*1, 4b*8, float*1, and double*1. None of them worked. I also have an aob that makes you almost instantly level up, but when you get to the upgrade screen it just flashes. If anyone wants to try to fix it, the opcodes I found were:
66 fb 13 c0 d6 d1 d2 61 fb 13.
I tried changing c0 to c7 and c5, but both make the upgrade screen flash.
Lol, I just realized it came out today.



And another thing, don't you hate it when someone's signature looks like part of their post?

Re: Bubble Tanks 3 Posted on: 12/15/2010 11:20pm
Quote Post
System Bot
Fuck yes, it's finally out!
Quote from: "TheGrandMaster"
If anyone wants to try to fix it, the opcodes I found were:
66 fb 13 c0 d6 d1 d2 61 fb 13.
I tried changing c0 to c7 and c5, but both make the upgrade screen flash.
Do you just randomly change AoBs? Neither c7 nor c5 is a valid OP code.

As far as I see the ASCode and RawData of your AoB is:
Code: [Select]
var _loc_2:* = this.intLifeBubblesCollected + 1;
Code: [Select]
//d5
_as3_setlocal <1>
//66 fb 13
_as3_getproperty intLifeBubblesCollected
//c0
_as3_increment_i
//d6
_as3_setlocal <2>
//d1
_as3_getlocal <1>
//d2
_as3_getlocal <2>
//61 fb 13
_as3_setproperty intLifeBubblesCollected
As you can see, c0 is increment, so the only options you have are changing c0 to either c1 (decrement), c2 (multiply) or c3 (divide). Everything else will most likely fuck the game up. Also, changing this AoB won't make you instantly level up, no matter what you do. I don't know why you thought that. (broken image removed)

Anyway:

Being hit adds bubbles
d0 66 a1 05 d1 a1 68 a1 05
d0 66 a1 05 d1 a0 68 a1 05

This has a little side-effect though, by killing enemies you won't gain any bubbles.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Bubble Tanks 3 Posted on: 12/15/2010 11:56pm
Quote Post
Oh, I thought c7 was multiply_i and c5 was add_i.
And I wasn't thinking instant level up, but it's pretty much the same 'cause it made me level  up with 1 bubble.
EDIT: Bubbles is 4b*1, start at 1, and for each bubble you get add 1 until you find the address.
EDIT AGAIN: Apparently, the address changes after you level up.



And another thing, don't you hate it when someone's signature looks like part of their post?

Re: Bubble Tanks 3 Posted on: 12/18/2010 10:20am
Quote Post
Any ideas for a gun point hack? I found a value by scanning with 4 bytes that changes with gun points but modifying has no effect.
Re: Bubble Tanks 3 Posted on: 12/18/2010 10:51am
Quote Post
System Bot
Quote from: "The Grandmaster"
Oh, I thought c7 was multiply_i and c5 was add_i.
I'd like to know if you know the difference between multiply and multiply_i. If that's not the case, look here.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Bubble Tanks 3 Posted on: 12/18/2010 8:40pm
Quote Post
Instantly collect bubbles
27 68 88 15 -> 26 68 88 15
Re: Bubble Tanks 3 Posted on: 12/19/2010 6:37am
Quote Post
swfmdump: swf is approximately 5.84MB.

Basic cannon rapid fire (change the fourth address) (v1.02.3 AG)
01 27 4F ?? ?? 5E ?? 60 ?? 68 ?? 47 47
01 27 4F ?? ?? 5E ?? 24 FF 68 ?? 47 47

Changing other addresses will make other weapons fire faster, but I'm not sure what those weapons are. Trying to make (only the player's) bullets fly faster, but I haven't found anything yet.

EDIT: 1 legit beam cannon is more powerful than 5 hacked basic cannons. Wtf? Also, the game seems kinda easy. :S
Re: Bubble Tanks 3 Posted on: 12/19/2010 6:44am
Quote Post
( ͡° ͜ʖ ͡°)
Quote from: "Vexenos"
Trying to make (only the player's) bullets fly faster, but I haven't found anything yet.
Why not disable enemy fire?



Flash .sol locations
Chrome: \AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\WritableRoot\#SharedObjects\
Normal: \AppData\Roaming\Macromedia\Flash Player\#SharedObjects

Re: Bubble Tanks 3 Posted on: 12/19/2010 7:23am
Quote Post
Quote from: "blahblahman"
Quote from: "Vexenos"
Trying to make (only the player's) bullets fly faster, but I haven't found anything yet.
Why not disable enemy fire?
(broken image removed) That's pretty much a core gameplay element. Seeing as gameplay is simplistic enough and enemies don't significantly increase in firepower even though I advanced in one direction repeatedly, doing that is slightly overkill. Phreneticus' AoB should fulfil that purpose, however.
Re: Bubble Tanks 3 Posted on: 12/19/2010 1:31pm
Quote Post
Quote from: "Vexenos"
Quote from: "blahblahman"
Quote from: "Vexenos"
Trying to make (only the player's) bullets fly faster, but I haven't found anything yet.
Why not disable enemy fire?
(broken image removed) That's pretty much a core gameplay element. Seeing as gameplay is simplistic enough and enemies don't significantly increase in firepower even though I advanced in one direction repeatedly, doing that is slightly overkill. Phreneticus' AoB should fulfil that purpose, however.

slightly OVERKILL: (didn't test too much)
d0 66 41 d1 66 58 4f bd 29 00 =>
10 06 00 00 66 58 4f bd 29 00
Re: Bubble Tanks 3 Posted on: 12/22/2010 4:20am
Quote Post
Bubble hack ideas?
Re: Bubble Tanks 3 Posted on: 12/22/2010 4:45am
Quote Post
Quote from: "cjquines"
Bubble hack ideas?

1. if you have question please state it CLEARLY.
2. if the hacks are outdated then say clearly: "the above aobs are outdated"
3. if your asking for what people want hacked, then don't bother as all the hacks have been made
4. if you mean a different game then #6 apply's to you
5. if you mean something else then state it CLEARLY
6. if you are just being an idiot, then gtfo



congrats, you earned the babbling buffoon achievement.
Re: Bubble Tanks 3 Posted on: 12/22/2010 6:54pm
Quote Post
This is probably a dumb question but when do you change the AoB's?
Re: Bubble Tanks 3 Posted on: 12/22/2010 8:29pm
Quote Post
System Bot
Quote from: "kahnn1"
This is probably a dumb question but when do you change the AoB's?
After the game is loaded and before pressing start (if the game uses a preloader). I've heard that in some games you can change the AoBs in-game, but if you want to be sure, change them before pressing anything. (broken image removed)

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Bubble Tanks 3 Posted on: 12/23/2010 10:57pm
Quote Post
I tried different browsers, it seems the AoB's aren't working.
Tried Both the auto-pickup and the no death AoB (broken image removed)

do i just suck tonight or did somone update a game ^^