[GET] Delete all Messages on Facebook

jackhorror

Junior Member
Joined
Nov 13, 2012
Messages
157
Reaction score
11
Hallo! I am using a bot to send messages to my friends on facebook and my inbox gets full
(5000 messages everytime i send something). I was looking for a script but i didn't found any!...
So i made one & tested it, it works fine for me (but it takes some time).
Hope this works for you too! :)
Open firefox, login to fb & run the script.
 

Attachments

SHA256: 3369c307ffec1a347cb21d569d2ed9b40a077b3f8f646819ef63b297e08f66a8
File name: Delete all Messages on Facebook_BHW.iim
Detection ratio: 0 / 46
Analysis date: 2013-04-18 16:34:25 UTC ( 0 minutes ago )
 
Everything seems clean for me either.. Thx for the share!
 
good share! for any one who is lazy!

Code:
VERSION BUILD=8300326 RECORDER=FX
SET !TIMEOUT_STEP 2
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=http://www.facebook.com/messages?action=recent-messages
TAG POS=1 TYPE=A ATTR=TXT:0<SP>Messages
TAG POS=1 TYPE=SPAN ATTR=TXT:*<SP>*<SP>*<SP>*<SP>*
TAG POS=1 TYPE=A ATTR=TXT:Actions
TAG POS=2 TYPE=SPAN ATTR=TXT:Delete<SP>Conversation...
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:delete_conversation&&VALUE:Delete<SP>Conversation
 
The script @OP provided barely works. It deleted one conversation and then failed on every other one. I tried it over many times and even added some time delays just in case, but didn't work.
 
The script @OP provided barely works. It deleted one conversation and then failed on every other one. I tried it over many times and even added some time delays just in case, but didn't work.

well i don't know, it still works for me on firefox & i added delay but then i removed it cause it was working fine without delay..
 
Last edited:
Back
Top