Well, I was hacking it a while back, and I managed to find the address that tells it to stick and when it hits a wall.
Here it is: 03B6Ba40 000X
0-Means it hits the wall.
1-Means it attached to an object.
Unfortunately, I have no asm knowledge and I can't make a code to make it stick anywhere. But I do know that the first thing I need to do is open VBA Hackers edition and put a breakpoint (write) on this address. And look in VBA's disassembler, and look for what is preventing it from attaching to objects, and change it so it can stick to any object.
Here it is: 03B6Ba40 000X
0-Means it hits the wall.
1-Means it attached to an object.
Unfortunately, I have no asm knowledge and I can't make a code to make it stick anywhere. But I do know that the first thing I need to do is open VBA Hackers edition and put a breakpoint (write) on this address. And look in VBA's disassembler, and look for what is preventing it from attaching to objects, and change it so it can stick to any object.
Comment