The Lounge

Serious How to delete your discord messages (Really Fast)

Submitted by noahwilliams62696, , Thread ID: 155671

Thread Closed
17-01-2020, 04:47 AM
This post was last modified: 17-01-2020, 04:48 AM by noahwilliams62696
#1
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

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

Unnamed001j
Novice
Level:
0
Reputation:
0
Posts:
24
Likes:
0
Credits:
0
17-01-2020, 05:25 PM
#2
but delete all messages, or just those sent by me?

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

OP
17-01-2020, 09:19 PM
#3
17-01-2020, 05:25 PM
Unnamed001j Wrote:
but delete all messages, or just those sent by me?

all messages sent by you.

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

kubix537
Closed Account
Level:
0
Reputation:
0
Posts:
12
Likes:
0
Credits:
15
17-01-2020, 10:01 PM
#4
good job keep up the good work I hope you do more cool things

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

paprd1
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
16
18-01-2020, 05:15 PM
#5
Well so ahk to remove the discord messages well done i guess keep up the good work Tongue

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

windwanker
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
18
18-01-2020, 11:45 PM
#6
Dope, now to fill up a server and claim it wasn't me- not as if logs exist or anything, right?

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

focarion
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
0
19-01-2020, 12:15 AM
#7
What about clearing ALL discord messages? like, i want to delete all my messages sent by me in certain year, in every server and every private message

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

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

KingPanda69
Newbie
Level:
0
Reputation:
0
Posts:
19
Likes:
0
Credits:
3
19-01-2020, 03:15 AM
#9
verry helpful thank
you

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

xoCrystalxo
Novice
Level:
0
Reputation:
0
Posts:
23
Likes:
40
Credits:
480
20-01-2020, 08:22 PM
#10
There is other ways to go about this too if you look on youtube.

Users browsing this thread: 1 Guest(s)