File: dice.swf-(94 KB, 800x600, Game)
[_] pls read ;_; Anonymous 01/09/21(Sat)11:59:20 No.3456279
download ruffle as a browser extension but it won't play flashes.. did i do something wrong?
>> [_] Anonymous 01/09/21(Sat)12:27:58 No.3456285
>>3456279
Ruffle doesn't work on all swf files yet. Just stick to a player or something for the moment.
>> [_] Anonymous 01/09/21(Sat)13:15:46 No.3456291
>>3456279
ruffle works extremely bad for games
only very simple flash loops and maybe animations will play atm
>> [_] Anonymous 01/09/21(Sat)18:51:35 No.3456344
>>3456279
For now, use projector if you don't care for patching the kill switch.
>> [_] Anonymous 01/09/21(Sat)20:24:19 No.3456349
>>3456344
how do I patch it?
>> [_] Anonymous 01/09/21(Sat)20:57:31 No.3456354
>>3456349
you hex edit the plugin file like this:
Defuse flash player time bomb:
Time bomb trigger is the timestamp 1610409600000.0
encoded in double precision floating point (0x42776f3e46400000):
00 00 40 46 3E 6F 77 42
replace with infinity:
00 00 00 00 00 00 F8 7F
C:\WINDOWS\system32\Macromed\Flash
(C:\Windows\SysWOW64\Macromed\Flash on 64-bit)
Flash32_32_0_0_453.ocx (offset: 453: E1D968, 465: E1DBD0)
NPSWF32_32_0_0_453.dll (offset: 453: E3A2E0, 465: E3A32A)
pepflashplayer32_32_0_0_453.dll (offset: 453: CBFCE0, 465: CBFCB8)
C:\WINDOWS\system32\Macromed\Flash (64-bit):
Flash64_32_0_0_453.ocx (offset: 12AF6A8)
NPSWF32_32_0_0_453.dll (offset: 128FBD8)
pepflashplayer32_32_0_0_453.dll (offset: 15F6C30)
NOTE: Flash32_32_0_0_453.ocx (and Flash64) will always be write protected
- rename it to Flash32_32_0_0_453.bak
- save edited copy as Flash32_32_0_0_453.ocx
- to delete the backup file:
- properties > security > advanced > delete the "DENY Everyone" permission
>> [_] Anonymous 01/09/21(Sat)21:12:00 No.3456357
>>3456354
alright some questions considering I'm a fucking retard:
>(C:\Windows\SysWOW64\Macromed\Flash on 64-bit)
what does this mean? how do I get to it?
>offset
what does this mean and how do I do this for the files?
>properties > security > advanced > delete the "DENY Everyone" permission
I do this on the original file correct
>> [_] Anonymous 01/09/21(Sat)21:13:03 No.3456359
>>3456357
>correct
correct?*