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

Function sprayStringImpl

restore/75x/ps4.js:437–442  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

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

Callers 2

confuseTargetObjRound1Function · 0.70
reuseTargetObjFunction · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected