The Lounge

Serious How to delete your discord messages (Really Fast)

Submitted by noahwilliams62696, , Thread ID: 155671

Thread Closed

RE: How to delete your discord messages (Really Fast)

Vasolix
Novice
Level:
0
Reputation:
0
Posts:
21
Likes:
0
Credits:
0
19-01-2020, 03:07 AM
#8
17-01-2020, 04:47 AM
noahwilliams62696 Wrote:
If you download a program called AutoHotKey (AHK)
You can create a file that will auto delete your messages from discord.
1. Right click and create a new .ahk
2. Edit the ahk and insert the following code below:
Code:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

^j::

Loop, 100
{
  send, {Up}
  send, ^a
  send, {BS}
  send, {Enter}
  send, {Enter}
  sleep, 500
}
Return
#Loop
How many messages will be deleted
to activate this you must use the following keys
CTRL + J

Use Discord Self Bot ! men

Users browsing this thread: 1 Guest(s)