lmao
this is some underage's very first 4chan post. let's be kind to him and show him what 4chan has to offer.
>>107306921Context?
>>107306975that's enough to tell what 4chan has to offerwelcome to the fray op
>>107306967look at the screenshot
>>107306975+1
>>107307154?
>>107307161good comments get upvotes
>>107307219thanks for weighing in, chatgpt
>>107306975That's not how you speak to anonymous you bratty kid, apologize to him now.
>>107307219roblox founders are white, unlike (You)
>>107307253they are also pedophiles
>>107307154>>107307177>>107307219obsessed
>>107306921I've inferred the following from context.>you're writing a "game" (mod) for roblox>this is done by taking some template lua scripts and modifying them>although you can modify anything, there are certain things you aren't allowed to modifyIf I understand right, it does seem like a retarded design decision on the devs' part to make chat filtering part of the player-editable mod scripts instead of just integrating it deeper than that.
>>107307258>not dealing in used goodssounds based to me
>>107307396The way I interpreted this was that if someone says something banned in your game then your game will be removed from the Roblox game index, so you can implement a chat filter or just use the one that comes with it, or stub it out and be unlisted.
>>>/vm/2070841
>>107307396im trying to make a chat filter disable for roblox gamesyoull be able to put it into any roblox gameits easy to just disable the filter, even on the new locked down textchatservicebut the chatbar is written in cpp and it will ban your account if you swear even if you disable the filterso i got here an old game file that still has the legacy chat, which is written in lua so you can modify itin legacychat you can disable the account banning even if you dont have access to the clientand also disabling the filter is much easier, on textchatservice you mute the player and then send a system message with the raw contents of their message when they chat, on legacychat you can just comment out the part of the code that tags the message which is shown in the OP, they have a comment that begs you not to comment it out because really they cant do anything about it, you can basically have anything in your roblox game as only as it doesnt get extremely popular and people complain
>>107307441I see. I wish you the best of luck in your quest to add swear words to Roblox.Please do keep in mind that 4chan is only suitable for ages 18+.
>>107306921>telegram>windows 10 laptop>CEST>robloxkill yourself romanian scum
>>107307703im white and european meds now
>>107307396My guess is that Roblox originally had effectively no chat filtering and this was their way of quickly making it work.
>>107308092the fuck you mean quicklythey did it normally like any other feature
>>107306921what are you making on roblox OP?
>>107308216chat filter disable
>>107308159>the fuck you mean quicklyI mean as opposed to a better-designed solution. Cause this ain't it.
>>107308249link game
>>107308274>this ain't it.you mean the thing in the OP? well yeah they should have made the chat run as corescriptthere was a huge controversy about games that would make you say "i rape children" and get your account deletedbut thats all fixed now because of textchatservice which is more much locked down
>>107308314ok you can test if the anti-ban works, the disable itsself should work 100% tho
hold on
nevermind they made it so it force loads textchatservice if you publish the gameso yeah bypass is still possible but you will get banned if you say anything bad, unless you route it through commands but then you have to put a character and a space before every message
>>107308389use network steganography paired with sprite sheet rendering
>>107308496the issue was never sending the content itsselfyou can just make a custom chat system and dont censor itbut it will look really weird because you cant modify the actual chat UIi guess the best bet would be to disable the chat UI and just replicate it, its open source after all
>>107308389so youre a retard and your threads retarded, gotcha
>>107308527Roblox relies on 'text-provenance' now. If someone reports the game, the moderation tools pull the chat logs AND the network traffic logs. If you are using a forked chat, every word is sitting right there in plain text in the network dump. The only safe bypasses are the ones that never transmit text strings over the network and instead send things like vectors that are then translated in the receiver's client. Using base64 or other obfuscation methods also get flagged by their moderation.
>>107308585no, i explained it in the second part of my post>>107308587misinfo
>>107308598>I did it and didn't get banned yesterday, so it must be safe
>>107308611who are you quoting>didn't get banned the game or a player?
>>107306921I need to get a coding job just so I can put in fake jeet comments so someone else will get pissed off years later
>>107308619I'm talking about the Developer Account (You)
>>107308636why would i be banned?
>>107308645You get banned for 'Failure to Employ Filtering.' It is a specific ban category for developers.
>>107308654never happened to meit only happens if youre game is massively popular
>>107308662If one player reports you it's over.
what dont they want me to say?
>>107308678you can have special cases to activate itfor example there could be a linkvertise system that gives you a key, you say that key out loud in the chat and it disables the filter for that serverand the scripts that do that could be obfuscated with luau obfuscator
>>107308693any swear wordsany sexual wordsand also ungandan knuckles for some reason
>>107308701The packet sending the string 'nigger' cannot be obfuscated. Roblox's static analysis flags scrambled scripts because that’s exactly what malware and backdoors look like. You are waving a massive red flag at the automod doing that.
>>107308738roblox doesnt have automod for gameseven if you put nigger as a string into an instance such as a textlabel it wont ban your gamethe only automod that exists is if your game has a free model in it and it gets banned your game gets banned too
>>107308756If what you said was true, I could create a game, write a script that prints nigger to a TextLabel, publish it, and never get banned as long as I didn't use a Free Model. Go test that on an alt account and see how fast static analysis deletes your game.
>>107308775you will get banned only if someone reports you and a mod checks itim making an example game rn to prove it, but you will probably report me because ur petty
>>107308786I'm not going to report you. I'm interested in the tech, not your account. but your experiment proves nothing because of survivorship bias.
>>107308797>but your experiment proves nothing because of survivorship bias.you told me to make a game and test your theory...
>>107308808You're confusing the tests. Hardcoding words triggers a ban on publish. For chat, the system needs a report to actually pull the logs. Your test proves nothing because you're creating the evidence but avoiding the trigger. In a real game, a report sees your raw strings immediately. With steganography, they just see math.
>>107308836>Hardcoding words triggers a ban on publishno it doesnt>For chat, the system needs a report to actually pull the logs. textchatservice is logged globallyit doesnt distinguish between games>Your test proves nothing because you're creating the evidence but avoiding the triggeryou said hardcoding the words is the trigger though>In a real game, a report sees your raw strings immediatelywell yeah, the mod checks the game and sees it>With steganography, they just see math.i mean yeah you could just encrypt the string but theres no reason to
hey joseph you still talking with leto?ask him if his dad ever molested hima roblox birdie told me a real funny story
>>107308868>josephwho? lol
>>107308851>no it doesntTry publishing a script with actual severe violations, not just mild words. Asset validation definitely scans script sources on upload.>textchatservice is logged globally it doesnt distinguish between gamesLogs are useless without a search query. They don't monitor a global feed of billions of messages. The report provides the UniverseID to filter the logs for your game.>you said hardcoding the words is the trigger thoughFor static analysis (upload), yes. For runtime chat, the report is the trigger. You are confusing the two separate detection layers.>well yeah, the mod checks the game and sees itYou just admitted the whole point. With your method, the mod sees the evidence and bans you. With steganography, they see nothing but math.>theres no reason toThe reason is Entropy. Simple encryption creates garbage text which flags automod. Steganography looks like physics data.
>>107308888>Try publishing a script with actual severe violations, not just mild words. Asset validation definitely scans script sources on upload.i already have a game like thathttps://www.roblox.com/games/123055940879231/URL-image-generator(ignore the name btw, the actual image generator is outdated, it uses parts instead of editableimages so basically unusable)>Logs are useless without a search query. They don't monitor a global feed of billions of messages. The report provides the UniverseID to filter the logs for your game.chats are player based, if someone reports you the AI checks your messages and bans you>For static analysis (upload), yes. For runtime chat, the report is the triggerfor players>You just admitted the whole point. With your method, the mod sees the evidence and bans youmoderators can view player POVsit doesnt matter if its encrypted because the end result is the same>The reason is Entropy. Simple encryption creates garbage text which flags automod. Steganography looks like physics data.random text is verboten now? lmao
>>107308888im starting to think you are just copy pasting from retarded LLM, so unless you actually play my game i wont reply anymore
>>107306921idgi
>>107308933>i already have a game like thatSurvivorship bias>chats are player basedYou are confusing user moderation with experience moderation. If a player is reported, logs are pulled. If those logs show the game engine transmitting unfiltered strings via RemoteEvents, the DEVELOPER gets hit for "Failure to Employ Filtering" and the game is deleted.>moderators can view player POVs... it doesnt matter if its encrypted because the end result is the sameIf a human looks, you lose either way. The goal is to avoid the automated flags. >random text is verboten now?In RemoteEvents? Yes. Obfuscated strings trigger anti-cheat heuristics. Vectors do not. >>107308942lollmao. nice ad hominem. doesnt change the fact that logs dont lie. forking the chat sends raw strings which get flagged. steganography doesnt. call it what u want but have fun explaining ur raw string packets to moderation.
>>107308965you might be retarded anon
>>107308967play my game you retarded nigger LLM
>>107309002I don't have roblox installed give me a sec
>>107309015ok
>>107309019join
>>107309323Congrats, you managed to upload a ban ticket. That’s not a 'bypass,' that’s just you gambling your account on the automod lagging and someone not reporting.
>>107309354
>>107309361
>>107309406wtfbots are getting out of hand
>>107306921You have to be 18 to post here.And if you're 18+: Kill yourself, pedo.
>>107309437?? :sob:
>>107309407
>>107309442
>>107309448
>>107307400>implying other pedophiles don't already fuck her
>>107309627so?
>>107309629if pedophiles are gone, all girls will remain virgin, which is good
So if you render text as vectors in game it bypass the whole thing?
>>107309670>if pedophiles are gone, all girls will remain virgin, which is goodthis is a surprisingly good argument
>>107307441Learn how to use apostrophes.
>>107309674no retard you can make your own custom chat system with text if you want this thread is about modifying the original system so its cleaner
>>107306921>disabling chat filters in RobloxSo, besides being a pedo and wanting to groom children, what's your modus operandi here?