Social Engineering

[AHK] Delete Facebook Messenger messages fast

Submitted by kolabollen, , Thread ID: 205141

Thread Closed
kolabollen
Newbie
Level:
1
Reputation:
0
Posts:
11
Likes:
0
Credits:
14
30-04-2021, 08:50 AM
#1
Here is a AHK script that lets you delete Facebook Messenger messages real fast.
  • Open up Messanger in Chrome via Facebook.com and enter a chat.
  • Start the script and hover the three dots on a other users message and then scoll down once, this will execute a sequense and removes the message.
  • To remove your messages you over the three dots on your message and scroll up.

Code:
WheelDown::
{
  MouseGetPos, xpos, ypos

  Send {LButton}
  Sleep 50

  MouseMove xpos-=60, ypos-=55

  Sleep 50
  Send {LButton}

  MouseMove 1240, 680

  Sleep 50
  Send {LButton}

  MouseMove 800, 680
}

WheelUp::
{
  MouseGetPos, xpos, ypos

  Send {LButton}
  Sleep 50

  MouseMove xpos-=60, ypos-=55

  Sleep 50
  Send {LButton}

  MouseMove 1300, 800

  Sleep 50
  Send {LButton}

  MouseMove xpos, ypos
}

RE: [AHK] Delete Facebook Messenger messages fast

anonf
Newbie
Level:
1
Reputation:
0
Posts:
15
Likes:
0
Credits:
17
30-10-2021, 11:14 PM
#2
Thanks for the code and your time. Maybe I will try it.

RE: [AHK] Delete Facebook Messenger messages fast

uhtrue
Newbie
Level:
1
Reputation:
0
Posts:
13
Likes:
0
Credits:
15
30-10-2021, 11:29 PM
#3
This is some really crazy shit. Loooks crazyyyyyyyy

RE: [AHK] Delete Facebook Messenger messages fast

randa123
Newbie
Level:
1
Reputation:
0
Posts:
14
Likes:
0
Credits:
3
03-12-2021, 10:57 PM
#4
Bad... ass... I'm coming back to this and trying it out soon thanks

RE: [AHK] Delete Facebook Messenger messages fast

samleno
Junior Member
Level:
8
Reputation:
0
Posts:
84
Likes:
0
Credits:
0
03-12-2021, 11:06 PM
#5
Thanks I will try it and report it later

RE: [AHK] Delete Facebook Messenger messages fast

mrfyder
Novice
Level:
3
Reputation:
0
Posts:
36
Likes:
6
Credits:
8
03-12-2021, 11:36 PM
#6
thank you so much friend this helped me realllyyyyyyyy
rrrrrrrrrwwwwwwwww

RE: [AHK] Delete Facebook Messenger messages fast

pp2020
Newbie
Level:
1
Reputation:
0
Posts:
15
Likes:
0
Credits:
16
05-12-2021, 01:13 AM
#7
Thank you for this, will try this out soon.

RE: [AHK] Delete Facebook Messenger messages fast

PinkmanR
Novice
Level:
3
Reputation:
0
Posts:
29
Likes:
13
Credits:
86
30-12-2021, 10:39 PM
#8
Does it works?
Right now i mean...

RE: [AHK] Delete Facebook Messenger messages fast

xlucas
Newbie
Level:
1
Reputation:
0
Posts:
19
Likes:
0
Credits:
19
16-01-2022, 07:02 PM
#9
Thank you for this, will try this out soon

Users browsing this thread: 1 Guest(s)