V4NSH4J / discord-mass-DM-GO

The most powerful Discord selfbot written in GO allowing users to automate their campaigns & send low-cost mass messages to Discord users!
https://t.me/tosviolators
GNU Affero General Public License v3.0
2.17k stars 634 forks source link

Multiple message files? #860

Open DevTechJr opened 1 year ago

DevTechJr commented 1 year ago

I see that there is only 1 file (message.json) that allows me to input a message. I want to have different files with similar messages to avoid suspicion (repeated messages = sus). I have paraphrased my message and want to have message1.json, message2.json, message3.json, etc. I've been looking through the mass_dm.go file and could not find where the message.json file is parsed. There is not even any mention of "message.json" being parsed in that file. Could someone please point out where message.json is parsed? I want to change it to dynamic file names based on a random number. Thanks!

twittersolutions commented 1 year ago

set this to true in config.yml multiple_message: false

message.json: [ { "content": "Message #1" }, { "content": "Message #2" } ]