Skip to content

XcLISP/Madroft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Madroft

Hai-pafoomansu DDoC (Distributed Denial of santa Claus) debaisu against Madroft 1.7.

loginBufs = (nicks, isForge, version) =>
  nicks.map((n) => 
    unescape(encodeURIComponent(n))
  ).map((u8) => 
    [0x06, 0x00, version, 0x00] +
    (isForge
      ? [0x67, 0x36]
      : [0x63, 0xdd]) +
    [0x02, u8.length + 2, 0x00, u8.length] +
    Array.prototype.map.call(u8, (x) => x.charCodeAt(0))
  ).map((ar) =>
    new Buffer.from(ar)
  )

About

Hai-pafoomansu DDoC debaisu against Madroft 1.7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published