MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / reset

Function reset

scripts/wheelOfNames_hack.js:76–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 function reset() {
77 Math.random = window.ufs_originalRandom;
78 if (window.ufs_wheelOfNames_interval)
79 clearInterval(window.ufs_wheelOfNames_interval);
80 console.log(
81 "Không còn tên nào để hack. Kết quả sẽ ngẫu nhiên trở lại."
82 );
83 }
84
85 function setTarget() {
86 let { values = [], offset } = getCurrentValues();

Callers 2

setTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected