mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-05 18:06:52 +00:00
73f8a2d635
use of $1Fxx causes conflict, though
8 lines
258 B
JavaScript
8 lines
258 B
JavaScript
a = new ActiveXObject("scripting.filesystemobject")
|
|
b = a.opentextfile(WScript.Arguments(0))
|
|
c = b.read(0x40)
|
|
b.skip(0x200)
|
|
d = b.read(0x1fff600)
|
|
b.close()
|
|
b=a.createtextfile(WScript.Arguments(0), 1).write(c+a.opentextfile(WScript.Arguments(1)).read(512)+d)
|