Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit ecd9d85

Browse files
author
donaldli2020
authored
add another hack (#1288)
* Update player.ts * webpack
1 parent 40aba48 commit ecd9d85

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

willsCheatMenu/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

willsCheatMenu/src/hacks/player.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,11 @@ new Hack(category.player, "Set Grade").setClick(async () => {
341341
_.player.grade = parseInt(grade.value);
342342
Toast.fire("Success", `Successfully changed grade to ${grade}!`, "success");
343343
});
344+
345+
new Hack(category.player, "Get Map Location").setClick(async () => {
346+
Swal.fire({
347+
title: "Map Location",
348+
html: `You are at <br> <code> ${_.player.data.zone} </code>. <br> You can save this to get to the same zone.`,
349+
icon: "info"
350+
});
351+
});

0 commit comments

Comments
 (0)