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

Function makeid

restore/505goldhen/exploit.js:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 };
17}
18function makeid() {
19 var text = "";
20 var possible = "ABCDFGHIJKMNOPQRSTUVWXYZLEefulabcdghijkmnopqrstvwxyz0123456789";
21 for (var i = 0; i < 8; i++)
22 text += possible.charAt(Math.floor(Math.random() * possible.length));
23 return text;
24}
25function zeroFill(number, width) {
26 width -= number.toString().length;
27 if (width > 0)

Callers 1

exploitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected