1° Abra o Transformice e deixe na tela de Login.
2° Abra o Cheat Engine 6.0 (32-bits)
3° No Cheat Engine aperte no Computadorzinho piscando la em Cima....e selecione o Transformice e depois em "open"
4° Depois vai em "Tables Extras" que esta la em baixo no canto Direito. (Se o Cheat Engine estiver no tamanho maximo ele vai tar em Cima do Relogio)
5° Depois aperte em "Lua Script" e cole la o codigo abaixo:
--Warning: Only works on 32-bit processes (convert to stringmethod for 64-bit. Will be slower)
chunksize=10;
function writeRegionToFile(filename, address, totalbytes)
local f=assert(io.open(filename,"wb"))
local i=0;
local b='';
print("Writing "..filename)
while (i b=b..string.char(readBytes(address+i,chunksize))
i=i+chunksize
end
--write the rest
print("i="..i.." totalbytes="..totalbytes.." left="..totalbytes-i)
b=b..string.char(readBytes(address+i,totalbytes-i))
f:write(b)
f:close()
end
function saveFlashFiles(outputfolder)
FWSHeaders=AOBScan("46 57 53");
if (FWSHeaders ~= nil) then
local count=stringlist_getCount(FWSHeaders);
if count>0 then
--I'm not yet comfortable with lua for loops so I use a while for now...
local index=0;
while (index local address=tonumber("0x"..stringlist_getString(FWSHeaders,index))
local size=readInteger(address+4);
if (size~=nil) then
if ((address % 0x1000)==0) then
if (size>0) and (size<50000000) then --max limit in case of corrupted fws (50mb)
print("writing "..stringlist_getString(FWSHeaders,index).." size="..size)
writeRegionToFile(outputfolder.."swf"..index..".swf", address, size)
end
end
end
index=index+1;
end
end
object_destroy(FWSHeaders)
else
showMessage("The selected process doesn\'t have any flash headers");
end
end
saveFlashFiles([[c:\]]);
6° Depois de Colar aperte "Execute Now" pode levar algum tempo pra achar todas as AS3.... mais não feche nada .... nem o Transformice nem o Cheat Engine.
7° Na hora que acabar vai em "Meu Computador" e "Arquivos C:/" e vai tar la Todas as AS3.
Créditos:
Joker
2° Abra o Cheat Engine 6.0 (32-bits)
3° No Cheat Engine aperte no Computadorzinho piscando la em Cima....e selecione o Transformice e depois em "open"
4° Depois vai em "Tables Extras" que esta la em baixo no canto Direito. (Se o Cheat Engine estiver no tamanho maximo ele vai tar em Cima do Relogio)
5° Depois aperte em "Lua Script" e cole la o codigo abaixo:
--Warning: Only works on 32-bit processes (convert to stringmethod for 64-bit. Will be slower)
chunksize=10;
function writeRegionToFile(filename, address, totalbytes)
local f=assert(io.open(filename,"wb"))
local i=0;
local b='';
print("Writing "..filename)
while (i b=b..string.char(readBytes(address+i,chunksize))
i=i+chunksize
end
--write the rest
print("i="..i.." totalbytes="..totalbytes.." left="..totalbytes-i)
b=b..string.char(readBytes(address+i,totalbytes-i))
f:write(b)
f:close()
end
function saveFlashFiles(outputfolder)
FWSHeaders=AOBScan("46 57 53");
if (FWSHeaders ~= nil) then
local count=stringlist_getCount(FWSHeaders);
if count>0 then
--I'm not yet comfortable with lua for loops so I use a while for now...
local index=0;
while (index local address=tonumber("0x"..stringlist_getString(FWSHeaders,index))
local size=readInteger(address+4);
if (size~=nil) then
if ((address % 0x1000)==0) then
if (size>0) and (size<50000000) then --max limit in case of corrupted fws (50mb)
print("writing "..stringlist_getString(FWSHeaders,index).." size="..size)
writeRegionToFile(outputfolder.."swf"..index..".swf", address, size)
end
end
end
index=index+1;
end
end
object_destroy(FWSHeaders)
else
showMessage("The selected process doesn\'t have any flash headers");
end
end
saveFlashFiles([[c:\]]);
6° Depois de Colar aperte "Execute Now" pode levar algum tempo pra achar todas as AS3.... mais não feche nada .... nem o Transformice nem o Cheat Engine.
7° Na hora que acabar vai em "Meu Computador" e "Arquivos C:/" e vai tar la Todas as AS3.
Créditos:
Joker
26/12/2013, 2:39 pm por Bryan
» Sobre Mice Maninho
26/12/2013, 12:12 pm por Bryan
» Meu novo mice ( arteech mice aqui bryan e ninja e triga)
2/8/2013, 3:15 pm por kayanekayane
» [NOVO][COM VAGAS] Huggle Hotel!
26/7/2013, 8:52 pm por Hu4z
» Minecraft MOD #2 More Zombies
25/7/2013, 1:23 pm por Convidado
» Dofus & DdTank
24/7/2013, 6:23 pm por Convidado
» Codigos SIMS 3
24/7/2013, 5:47 pm por Convidado
» 2 Jogo de browser
24/7/2013, 2:53 pm por Bryan
» Combat Arms
24/7/2013, 2:39 pm por Convidado
» Lado sobe
23/7/2013, 12:31 pm por Convidado