[tutorial) how to delete your discord messages to cover your tracks when you break the rules

Discussion in 'Spam Forum' started by b1b, May 15, 2019.

[tutorial) how to delete your discord messages to cover your tracks when you break the rules
  1. Unread #1 - May 15, 2019 at 4:32 PM
  2. b1b
    Joined:
    Apr 15, 2007
    Posts:
    1,915
    Referrals:
    1
    Sythe Gold:
    116
    M
    Rust Player Christmas 2018 Toast Wallet User I'm LAAAAAAAME ???

    b1b Guru

    [tutorial) how to delete your discord messages to cover your tracks when you break the rules

    it has come to my attention that the people of the spam forum are james gunning each other
    here is a guide to help you avoid

    step 1) ;log in to discordapp.com
    step 2) find the guild you wish to delete messages in
    step 3) hover over the message and click the button with 3 dots [​IMG]
    step 4) click delete [​IMG]
    step 5) confirm [​IMG]
     
    ^ Grave likes this.
  3. Unread #2 - May 15, 2019 at 4:38 PM
  4. Tyler
    Joined:
    Apr 14, 2011
    Posts:
    11,092
    Referrals:
    3
    Sythe Gold:
    3,499
    Discord Unique ID:
    141117685059551232
    Discord Username:
    Tyler#2286
    Two Factor Authentication User SytheSteamer Signature of the Month Participant Sythe's 10th Anniversary Toast Wallet User Verified Overwatch Diamond St. Patrick's Day 2018 Christmas 2019 Christmas 2016 (2) Former OMM
    Summer 2019 In Memory of Jon Member of the Month Winner Easter 2016 Pokémon Trainer Poképedia

    Tyler Infraction king.
    Tyler Donor Prince Yobabo Retired Sectional Moderator

    [tutorial) how to delete your discord messages to cover your tracks when you break the rules

    GUN
     
  5. Unread #3 - May 15, 2019 at 6:15 PM
  6. b1b
    Joined:
    Apr 15, 2007
    Posts:
    1,915
    Referrals:
    1
    Sythe Gold:
    116
    M
    Rust Player Christmas 2018 Toast Wallet User I'm LAAAAAAAME ???

    b1b Guru

    [tutorial) how to delete your discord messages to cover your tracks when you break the rules

    IT'S ALL CONNECTED
     
  7. Unread #4 - May 15, 2019 at 6:18 PM
  8. b1b
    Joined:
    Apr 15, 2007
    Posts:
    1,915
    Referrals:
    1
    Sythe Gold:
    116
    M
    Rust Player Christmas 2018 Toast Wallet User I'm LAAAAAAAME ???

    b1b Guru

    [tutorial) how to delete your discord messages to cover your tracks when you break the rules

    BUT FOR REAL LIL NIGGA HERE THE REAL HTML DOCTYPE SHIT LMAO

    GO INTO APPEARANCE > DEV MODE
    COPY YOUR ID AND THE CHANNEL ID BY RIGHT CLICKING
    AUTH TOKEN HERE: No token in local storage · Issue #76 · Tyrrrz/DiscordChatExporter

    Code:
    function sleep(milliseconds) {
        var start = new Date().getTime();
        while (true) {
            if ((new Date().getTime() - start) > milliseconds) {
                break;
            }
        }
    }
    
    function deleteMessages() {
    
        const authorId = "xxx";
        const channelId = "xxx";
        const deleteAfter = "search?author_id=" + authorId + "&min_id=000000000000000000";
        const baseURL = "https://discordapp.com/api/v6/channels/" + channelId + "/messages/";
        const authToken = "xxx";
    
        const headers = {
            "Authorization": authToken
        };
    
        fetch(baseURL + deleteAfter, {
                headers
            })
            .then(resp => resp.json())
            .then(result => {
                console.log("There are " + result.total_results + " messages left to delete.");
                if (result.total_results == 0) {
                    alert("All the messages got deleted. \nPlease refresh the page before pressing 'OK'.");
                }
                result.messages.forEach(function(element) {
                    element.forEach(function(message) {
                        if (message.author.id == authorId && message.hit == true) {
                            console.log("Deleting message with Id #" + message.id);
                            console.log(baseURL + message.id);
                            fetch(baseURL + message.id, {
                                headers,
                                method: "DELETE"
                            });
                        }
                    });
                    sleep(500);
                });
            })
            .then(() => deleteMessages());
    }
    
    deleteMessages();
    
     
  9. Unread #5 - May 16, 2019 at 4:25 AM
  10. Frost
    Joined:
    Nov 18, 2016
    Posts:
    1,877
    Referrals:
    2
    Sythe Gold:
    3,570
    Vouch Thread:
    Click Here
    Discord Unique ID:
    735596414192582717
    Discord Username:
    Frost2#3033
    Pokémon Trainer Chansey Supporting Business Le Monkey Heidy Dunce <3 n4n0 (2) UWotM8? Wubba Lubba Dub Dub Valentine's Day 2019
    Potamus (2) Lion King Extreme Homosex Gohan has AIDS I can count to potato! Not sure if srs or just newfag...

    Frost Guru
    Frostwins Donor

    [tutorial) how to delete your discord messages to cover your tracks when you break the rules

    Vouch
     
  11. Unread #6 - May 22, 2019 at 5:43 AM
  12. JerryCS
    Joined:
    Jul 29, 2018
    Posts:
    1,434
    Referrals:
    0
    Sythe Gold:
    1,980
    Discord Unique ID:
    176159012331454465
    Discord Username:
    Jerry#2346
    Nitro Booster (2)

    JerryCS Guru
    $5 USD Donor New

    [tutorial) how to delete your discord messages to cover your tracks when you break the rules

    Does this also work for spam fourm?
     
< Merge | looking for aram partners >

Users viewing this thread
1 guest


 
 
Adblock breaks this site