Link | Submitted By | Actions | |
---|---|---|---|
Battle Pirates on Facebook | kolonelkadat | ||
Game On Newgrounds | gates | ||
Game On Kongregate | gates | ||
Game On Kongregate | Nuriell | ||
Game On Kongregate | jasper2001 |
[Request] Battle Pirates.-migrated-Last Updated: 10/06/2017 09:29 | |
Battle PiratesTroubleLast Updated: 01/02/2015 00:57 | |
Battle Pirates (request)-migrated-Last Updated: 12/17/2010 03:15 |
Additional Info
|
no joke its a fun game but it takes way to long to do stuff
|
Additional Info
|
As of today they have patched the rapid resource cheat as well.
|
Additional Info
|
code's not working :cry:
|
Additional Info
|
Quote from: "benjaminsdead" code's not working :cry: They patched again. |
Additional Info
|
for a beta game ... hard to find a hack to is (broken image removed)
|
Additional Info
|
The rapid resource, and instant resource hack still work.
I'm trying to get my hands on the instant upgrade hack. Anyone have it? |
Additional Info
|
pm me for hacks who wanna.
|
Additional Info
|
I can't get rapid to work anymore, even as a subset of bytes, can you PM me what's working for you?
|
Additional Info
|
If this helps here is the swf of the game: http://www.megaupload.com/?d=M51IWXD6
|
Additional Info
|
Experimenting with byte code hacking. I got the annoying clouds to stop moving haha.
|
Additional Info
|
Here is the updated SWF (they updated game Friday): http://www.megaupload.com/?d=OGPULCVL
|
Additional Info
|
This is the code I believe that needs to be modified in Battle Pirates to get instant build time:
Code: [Select] this._buildingStartTime.Set(GLOBAL.Timestamp()); I assume it should be modified to this:Code: [Select] this._buildingStartTime.Set(GLOBAL.Timestamp()); to make the times the same. Therefore instant build, maybe even +1 to have 1 sec? build time. or 1/1000 of a second. Haven't dug into the timing yet.Below is the RAW code and Im having trouble figuring out how I need to modify it to get the above result. Code: [Select] _as3_getproperty _buildingStartTime Full Source: http://pastebin.com/EXWJCw4j Edit: Moved and not answered? This place is lame. |
Additional Info
|
someone posted a code to use in charles on the battle pirates forums earlier which was to make the servers responce think you had x amount of gold coins so you could buy everything making it instant. but before i could copy it the post got deleted.
Do you think you could come up with that code? i have no idea how to use charles been playing around with it but never managed to get anything to work |
Additional Info
|
Quote from: "FlyingPoo" This is the code I believe that needs to be modified in Battle Pirates to get instant build time: You have to NOP (02) these two lines and a few more below them: Code: [Select] _as3_findpropstrict int I'll try it later today if you haven't found it by then. P.S. Nice find =) Edit: here you go Instant build 5D 01 D0 66 46 24 01 46 FA 04 01 46 01 01 A0 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 Instant upgrade 62 06 A0 4F 53 01 02 02 02 4F 53 01 I'll update this post if I find an "Instant research" hack. Instant research 62 04 66 84 0F A0 4F 53 01 02 02 02 02 02 02 4F 53 01 |
Additional Info
|
Can anyone give a simple step by step since i have no idea what im doing here.
I downloaded the SWF and opened it and dont know what to do. I have run charles with the game but dont see what to do i see map update lines adding every few seconds but nothing to do to get it to work. What lines exactly should i change and how would i do it, im using Charles 3.6.3 Thanks flyingpoo, i know that works since on the battle pirates forums your name popped up as the creator of a mod to boost it. I just have no clue on how to do it |