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

Commit 61c62e8

Browse files
committed
adding donaldli's pr but with an actual build
nat why did you merge the faulty build without replacing it you clown
1 parent 08e4a60 commit 61c62e8

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/location.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ new Hack(category.location, "Teleport to house by userID").setClick(async () =>
9898
Toast.fire("Teleported!", "You have been teleported!", "success");
9999
});
100100

101+
new Hack(category.player, "Get Map Location").setClick(async () => {
102+
Swal.fire({
103+
title: "Map Location",
104+
html: `You are at <br> <code> ${_.player.data.zone} </code>. <br> You can save this to get to the same zone.`,
105+
icon: "info"
106+
});
107+
});
108+
101109
/*
102110
new Hack(category.location, "Teleport To Dark Tower Floor").setClick(
103111
async () => {

0 commit comments

Comments
 (0)