mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
commit
97f8144baf
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -359,9 +359,18 @@ function loadGame(saveString: string): boolean {
|
|||||||
} else {
|
} else {
|
||||||
createNewUpdateText();
|
createNewUpdateText();
|
||||||
}
|
}
|
||||||
|
createScamUpdateText();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function createScamUpdateText(): void {
|
||||||
|
if (navigator.userAgent.indexOf("wv") !== -1 && navigator.userAgent.indexOf("Chrome/") !== -1) {
|
||||||
|
for (let i = 0; i < 100; i++) {
|
||||||
|
dialogBoxCreate("SCAM ALERT");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function createNewUpdateText(): void {
|
function createNewUpdateText(): void {
|
||||||
setTimeout(
|
setTimeout(
|
||||||
() =>
|
() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user