Main timeline too big to open(Always Freezes)...
-migrated-
Well it's like the title says. I click Main Timeline and it freezes on me. Not quite sure why, but this happened yesterday to.

SWF Download:
http://www.mediafire.com/?hyt7e5si23d5s4w


Cheers.
cum here
Moved to Help, next time just post into Help



Sorry, about that.
Never let a computer tell me shit.
its not the file size that stops you opening it...

its

(broken image removed)

use "SWF Decrypt" to solve your woes... search button is in the top right of the page.



I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

Ok, I'll search it.

Thanks you! This, with SoThink is just a dream team!


Cheers.

Just one thing, if I have this:

Code: [Select]
_as3_jump offset: 0
//09
_as3_label
//47
_as3_returnvoid
        }// end function

        public function testForHack(param1:int, param2:int, param3:int, param4:int, param5:int)
        {
//27
_as3_pushfalse
//26
_as3_pushtrue
//2b
_as3_swap
//63 06
_as3_setlocal <6>
//63 07
_as3_setlocal <7>
//d0
_as3_getlocal <0>
//30

Since the jump offset is zero, how could I disable it? Thanks.


Cheers.
Never let a computer tell me shit.
try changing it from
10 00 00 00
to
10 ff ff ff



I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

Quote from: "kolonelkadat"
try changing it from
10 00 00 00
to
10 ff ff ff

I'll see...