Ayumilove Anti Cheat Engine 2
-migrated-
Ayumilove Anti Cheat Engine 2 Posted on: 05/09/2010 5:13pm
Quote Post
http://www.kongregate.com/games/ayumilo ... t-engine-2

The game itself isn't fun...not even a game really, more of a challenge. All we have to do to win, is get the money to 100. AoB would probably work to make the money increase each second instead of decrease, but I'm not good with AoB hacking...I seriously need to learn to do that...lol.

What I've tried(and failed): 4b*1, 4b*8, 4b*8+6, Double*1, Double*8, Double*8+6, Byte*1. Also tried Byte*8 and Byte*8+6 in case they were trying to be sneaky. Nothing worked so far.
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/09/2010 5:27pm
Quote Post
This would be a good place to advertise our site.

Money increments instead of decrement:
d7 66 2b 93 63 04
d7 66 2b 91 63 04

Submit whatever value you want for money by changing the bold:
2c 51 d0 66 0f 66 2b 4f 44 02
2c 51 24 65 02 02 02 02 44 02
Right now it's at 101. If you really want to mess with the high score system, submit a value lower than 100 and it'll still get on high scores (that is, until there are enough values over it.)

Submit whatever value you want for success:
2c 59 24 01 4f 44 02
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/09/2010 6:13pm
Quote Post
Submitting Values to the Highscores works with KBH as well, but they know that is "cheating" by using something other than CE.

Thank you for the AoB though (broken image removed).
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/10/2010 4:24am
Quote Post
Actually pythag, there is no main menu. AoBs won't work.
And searching variables with CE will likely to not work as well:
Code: [Select]
      private function encode(param1:Number) : void
        {
            var _loc_2:* = int(Math.random() * 100);
            var _loc_3:* = new ByteArray();
            var _loc_4:* = new ByteArray();
            _loc_3.writeFloat(_loc_2);
            _loc_4.writeFloat(param1 + _loc_2);
            this._mod = _loc_3;
            this._val = _loc_4;
            return;
        }// end function

        private function decode() : Number
        {
            var _loc_2:int = 0;
            this._mod.position = 0;
            this._val.position = _loc_2;
            var _loc_1:* = this._val.readFloat() - this._mod.readFloat();
            return _loc_1;
        }// end function

I've looked at it, and I'm wondering...what about injecting? Never tried it before, but it might work.
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/10/2010 4:39am
Quote Post
Sorry, I forgot to mention, you need to use speedhack to freeze it right before the text comes up, and then apply the AoBs.

Edit: Heheh, it was only after I posted AoBs that people started showing up on the high scores at all. (Besides srrykyle, who used KBH).
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/10/2010 5:18am
Quote Post
Quote from: "Zirak"
Code: [Select]
      private function encode(param1:Number) : void
        {
            var _loc_2:* = int(Math.random() * 100);
            var _loc_3:* = new ByteArray();
            var _loc_4:* = new ByteArray();
            _loc_3.writeFloat(_loc_2);
            _loc_4.writeFloat(param1 + _loc_2);
            this._mod = _loc_3;
            this._val = _loc_4;
            return;
        }// end function

        private function decode() : Number
        {
            var _loc_2:int = 0;
            this._mod.position = 0;
            this._val.position = _loc_2;
            var _loc_1:* = this._val.readFloat() - this._mod.readFloat();
            return _loc_1;
        }// end function

I've looked at it, and I'm wondering...what about injecting? Never tried it before, but it might work.

what do you mean by injection?(broken image removed)? i mean isnt that what AOBs are?
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/10/2010 10:28am
Quote Post
Heh, I wonder if anyone's done it on their actual account... lmfao.



Check before you post, someone may have beaten you there.

Don't fear my banhammer, fear the God holding it...

Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/10/2010 11:30am
Quote Post
( ͡° ͜ʖ ͡°)
Nope, but apparently someone got 1337, that guys asking to be banned lol. Anyone found a way without AoBs?



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: Ayumilove Anti Cheat Engine 2 Posted on: 05/10/2010 11:12pm
Quote Post
how did you find the aobs? also, what do i change the "bolded" numbers to?
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/11/2010 2:11am
Quote Post
( ͡° ͜ʖ ͡°)
Creds to Zirak (broken image removed)

(broken image removed)



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: Ayumilove Anti Cheat Engine 2 Posted on: 05/12/2010 7:29pm
Quote Post
I don't see any point in touching this one at all on Kong.
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/12/2010 10:16pm
Quote Post
the point is the same as all the other games. its fun to hack them.
Re: Ayumilove Anti Cheat Engine 2 Posted on: 05/12/2010 11:05pm
Quote Post
Hey, the game dared me to beat it, so I did.