Void’s Anti Scam
Void’s Anti scam is a reworked chat module that filters out core points of a scam message. If it detected a scam message a user error will pop up for the bot (or the person if they use those core words)
and yes this prevents the whole message to be sent.
what do you need to do to make it work
I’m glad you’re interested, once you have obtained the model and unfolded it
you will need to move these 2 folders to the chatService
from here you open up the folder called AntiBotSettings
and just check the BotFilter
boolean.
i also reccomend enabling HTTP requests
as the source of these messages are getting aquired from pastebin. want to use your own pastebin? sure however i also do not recomend that since I’ll be updating the pastebin frequently if any different messages pop up.
pastebin setup
For the first step you are wanting to create a new pastebin and get the pastebin ID as shown in the picture where the ID in the browser bar is located.
After that you go into anti bot settings and paste that id into the PasteBinId
value
We’re nearly done, hang in there.
Up next is setting up the word combinations to match with the chat messages sent in game onto pastebin.
As shown in this example, the word combination for each message ends at :
so first it will check the first word combination, which is visit;robux;browser;just got
. Don’t worry about capitals. that has been taken care of.
If that doesnt match it will move up to the second section which is right after the :
From here it will seperate all the word (seperating every word between ;
) that need to be matched and checks if they are a match in the message sent by the user (or scam bot).
If they match the message is prevented to be sent and people in game are safe from scams until the message changes. If the message does change just put a :
behind the last sentence and create a new word combination to be in the filter.
And thats about it for the AntiScam module.
I would kindly like to ask the community to post scam messages they found in game, with the site blurred out, in the comment section so i can update the paste bin.
thank you
Custom Chat Support
Read the comments as updates are posted there