Additional Info
|
Hey guys, I am very new but incredibly excited because I just hacked Data Worm, with the help of tutorials on this site and the thread about Data Worm. This weekend I am going to start looking for ways to hack Crazy Cabbie (http://apps.facebook.com/mj-crazy-cabbi ... sp?count=0) and figured I would post this now to get other peoples ideas on where to start.
As an analysis thus far, the game is scored based on the time it takes to get to the next flag and has a 30 second timer that adds seconds at each flag you pass. Also, there is powerups that the greedy bastards make you pay for and looking at the swf I can see the folder for their management. So I am going to try to A. Increase the score you get for each flag you pass. B. Hack the timer and extend the time we have to clear levels. and C. Access powerups somehow. (I'm thinking B is going to be the easiest route) Again, I am very new to this and this hack may be very easy to do. So I will try to complete this hack by the weekend and keep you posted. Any pointers or guidance on where to get started would be greatly appreciated. |
Additional Info
|
I haven't looked at the game but if you can see the sourcecode ( decompiled, decrypted, etc.), you could look for things like:
totalMoney = totalMoney - itemCost; (change minus to a plus sign to earn money when buying) timer = timer - 1; (change 1 to 0 to freeze timer) starterPowerups = 1; (change 1 to 100 to start with more) And so on, it all depends on how the game is coded. |
Additional Info
|
Crazy Taxi, Crazy Score.(To lose, stop moving.)
60 a1 04 d1 a2 a0 => 60 a1 04 d1 a3 a0 Code: [Select] private function offsetYs(param1:Number) : void Code: [Select] _as3_findproperty checkPointY I'm basically the shit... |