Social Engineering

[AHK] Delete Facebook Messenger messages fast

Submitted by kolabollen, , Thread ID: 205141

Thread Closed
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

#2
Thanks for the code and your time. Maybe I will try it.

RE: [AHK] Delete Facebook Messenger messages fast

#3
This is some really crazy shit. Loooks crazyyyyyyyy

RE: [AHK] Delete Facebook Messenger messages fast

#4
Bad... ass... I'm coming back to this and trying it out soon thanks

RE: [AHK] Delete Facebook Messenger messages fast

#5
Thanks I will try it and report it later

RE: [AHK] Delete Facebook Messenger messages fast

#6
thank you so much friend this helped me realllyyyyyyyy
rrrrrrrrrwwwwwwwww

RE: [AHK] Delete Facebook Messenger messages fast

#7
Thank you for this, will try this out soon.

RE: [AHK] Delete Facebook Messenger messages fast

#8
Does it works?
Right now i mean...

RE: [AHK] Delete Facebook Messenger messages fast

#9
Thank you for this, will try this out soon

Users browsing this thread: 4 Guest(s)