MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / sprayStringImpl

Function sprayStringImpl

restore/702/ps4.js:435–440  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

433
434/* StringImpl Spray */
435function sprayStringImpl(start, end) {
436 for (let i = start; i < end; i++) {
437 let s = new String("A".repeat(LENGTH_TIMER - LENGTH_STRINGIMPL - 5) + i.toString().padStart(5, "0"));
438 g_obj_str[s] = 0x1337;
439 }
440}
441
442function go() {
443 /* Init spray */

Callers 2

confuseTargetObjRound1Function · 0.70
reuseTargetObjFunction · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected