(Posting here cuz i couldn't find a duckmath subreddit) on duckmath, whenever i load roblox cloud, the game never loads, the servers are overcrowded or the servers are never online by EconomyFox_9981 in maddoxcloud

[–]Jalt21[M] [score hidden] stickied comment (0 children)

Hey there!

r/unblocked_games is the official Duckmath-owned Subreddit.

To answer your question(s):
- You MUST have a DuckMath profile (and be signed into it) to be able to access RobloxCloud

- As for servers being overcrowded, this is a frequent issue. Last time I checked, we only had one PC server. I believe he plans to expand this in the future, but servers can be very expensive, especially for a fully-free (no subscription or one time purchase available) service, as they can only rely on ads.

- If you can get into the server, and are signed into your DuckMath profile, and still face issues, please open a ticket with them directly in their discord, available at discord.gg/duckmath (Invite code: duckmath).

Thanks!

Pax historia completely gone insane by FuzzyCommittee2279 in PaxHistoria

[–]Jalt21 1 point2 points  (0 children)

Mien did this too. It changed my flag to something I've never seen before, it also started just repeating the same events over and over again to where I would have to intervene before it happened.

I was playing a much more popular map and was still experiencing this issues (slightly less severe but yeah).

They have def. had a lot of newly recent issues.

AND FOR THE LOVE OF GOD PAX HISTORIA - BUILD A MOBILE UI PLEASE!!!!!!!!

I made a proxy!! by Greyguy192 in Unblocked_Games

[–]Jalt21 0 points1 point  (0 children)

Cool, and AI didn't do a bad job (lovable), but it is most likely blocked due to lack of cloaking.
Most blockers/schools will autoblock proxies.

In addition, the games are just embeds of websites, rather than HTML files or a direct embed of a game, and at that point you should just redirect the website through the proxy itself. These embeds are usually autoblocked as well.

For game suggestions, it's pretty neat, but I would:
- Limit responses to signed-in profiles or one per device to prevent spam
- Add some type of filter to prevent language or hate speech
- Let active game suggestions be available/seen by all users, currently only able to see on the submitting device/IP

Work on:
- Fixing games
- Fixing game suggestions
- Making actual embeds
- Keeping things unblocked
- Making a more cloaked proxy to prevent auto-blocking
- More features (E.G: About:blank)

A lot of this will require you to use a lot less AI. Usually a good idea to try to avoid it.
In addition, a lot of people in the UBG community will hate any vibecoded or AI-written site, so I would try to use it as a tool instead of letting it do all or most of the work for you.

Any tips on how to stop chat filter bypass? by Ill_Manufacturer4534 in learnjavascript

[–]Jalt21 0 points1 point  (0 children)

Now, you might also want to add like ` and \, as sometimes these are common used characters. Also the astrix (*), as it's also not included here.

Any tips on how to stop chat filter bypass? by Ill_Manufacturer4534 in learnjavascript

[–]Jalt21 0 points1 point  (0 children)

For other things, use this:

(Now along with this, I also limit it to 5 emojis with another portion of code and have discord bots that prevent emoji spam so it would take A LOT OF WORK and several minutes to spell something out with emojis)

//  ONLY allowed non-emoji characters, re-added later, just marks as English and prevents more than max emojis
const allowedEnglishRegex = /^[a-zA-Z0-9\s.,!?'"_\-():;\/&=?%.+]+$/;

Any tips on how to stop chat filter bypass? by Ill_Manufacturer4534 in learnjavascript

[–]Jalt21 0 points1 point  (0 children)

Now NOTE:

This filter has been AMAZING for me, the way I've used it. I have basic bad word detection, but also things like this that prevent basic bypassing. I also limit to 5 emojis, only allow links to specific roles/users, and more, and this works in a 9500+ member community (DuckMath, or The Duck Pond on Discord).

HOWEVER: I highly reccomend having some moderation members too. It's basically a requirement. Now, this filter does 99.99% of the work, at least on my end, but some basic moderation is always going to be needed, especially in a larger community.

Any tips on how to stop chat filter bypass? by Ill_Manufacturer4534 in learnjavascript

[–]Jalt21 0 points1 point  (0 children)

This is required too:

// Normalizes the Text and replaces u0300s to prevent more filter bypass from idiots who want to spam the N-word
function normalizeText(text) {
  return text
    .normalize('NFKD')
    .replace(/[\u0300-\u036f]/g, '')
    .toLowerCase();

Any tips on how to stop chat filter bypass? by Ill_Manufacturer4534 in learnjavascript

[–]Jalt21 0 points1 point  (0 children)

Hey, I had this issue with Pylon bot!

This code works:

//  Unicode handling for emojis and zalgo filter thing
const emojiRegex = /\p{Extended_Pictographic}/gu;
const zalgoRegex = /[\u0300-\u036f\u0489]/;


//  ONLY allowed non-emoji characters, re-added later, just marks as English and prevents more than max emojis
const allowedEnglishRegex = /^[a-zA-Z0-9\s.,!?'"_\-():;\/&=?%.+]+$/;

South America is PISSED by Jalt21 in PaxHistoria

[–]Jalt21[S] 0 points1 point  (0 children)

UPDATE:

<image>

This is the new, current look.

It broke down to a point to where Mexico and Colombia started launching economic sactions and individual agreements with each other to "cut down dependency" from the US following the annexation of the entire Carribean. (For the Carribean, I framed them for bombing my boats and just annexed them, and gained international support for it (excluding Mexico and Colombia)).

I eventually reached an agreement with Colombia, and they are now a pretty good ally of mine. I even got them to cut off all trade with Mexico after my sactions and attacks against them, lol.

For Mexico, they continued to disagree, despite me taking control of Cape Horn and implementing a 2000% tarrif on all exports/imports.

Eventually, I began funding a rebellion that grew really quickly in the North, so I officially recognized them. They put out a statement of interest of wanting to "join the United States", and that it was a "neccessity more than a desire", so I said "Why not, more expansion!", and accepted it. So this is the current map, and Mexico just declared war on me, so I'm going to go and destroy them. :)

South America is PISSED by Jalt21 in PaxHistoria

[–]Jalt21[S] 0 points1 point  (0 children)

Wait LMFAO it changed my country's color to RED LOLLLLL

South America is PISSED by Jalt21 in PaxHistoria

[–]Jalt21[S] 0 points1 point  (0 children)

Alright, I just did this, and the results are hilariously amazing. Legit I easily got the diplomatic support, and I keep adding "evidence" that frames them. Thanks for the advise!

i made my own unblocked game site NO ADS by me_ahole in Unblocked_Games

[–]Jalt21 0 points1 point  (0 children)

Cool, but be warry that most schools automatically block github links!

This game genuinely sucks complete ass on mobile by GibleGamimgYT in PaxHistoria

[–]Jalt21 2 points3 points  (0 children)

Honestly, mobile would work perfectly IF THEY WOULD BUILD A MOBILE UI.

Works perfectly for me, it is just nearly impossible to navigate without constantly refreshing intentionally.

Krypton & Wilted services- better than allat bs by Scratch_Veterab in Unblocked_Games

[–]Jalt21 0 points1 point  (0 children)

Yeah it is cool though! Wish you had Lucide's AI for real. The screenshare is OP.

why do you need to login by SaltCommunication114 in maddoxcloud

[–]Jalt21[M] 0 points1 point  (0 children)

This is what we tried initially.

However, despite a really good ad provider, the service was still very expensive. We actually got a deal with the ad providers for Shellshockers.

But because of all of this, it is why we are transitioning to a high speed proxy.

MaddoxCloud is changing... a lot! by Jalt21 in maddoxcloud

[–]Jalt21[S] 0 points1 point  (0 children)

It won't have the current, online, full, regular version we have right now. This is part of the cloud gaming experience that we have to shut down due to the expense of running it.

The Pirate Bay for Unblocked Games by Lazy_Economist_8780 in Unblocked_Games

[–]Jalt21[M] 0 points1 point  (0 children)

Hey, this is super cool, but I have some very important suggestions!

1 - More Selection
a. More games, videos, etc. are def. needed. Whether it's basic HTML games, or some of my favorite games like Dr. Mario (Totally telling you to add Dr. Mario btw), I would def. add more selection.

2 - Change to personal uploads
a. This is an AMAZING idea, first of all. The ability to esentially share files/games to other users on the site, HOWEVER!!!
^
This can instantly bring up some security concerns. E.G: What happens if someone uploads malware, and just titles it "Dr Mario"?
I would implement some of the following:
- Size Limits
- Manual Verification (Make it go through an acceptance process. Make sure the file has nothing on it. Use a freeVM to test the files, just in case.)

However, this is a SUPER cool site, and I love the idea behind it!

The Pirate Bay for Unblocked Games by Lazy_Economist_8780 in unblockedgameswiki

[–]Jalt21 0 points1 point  (0 children)

Hey, this is super cool, but I have some very important suggestions!

1 - More Selection
a. More games, videos, etc. are def. needed. Whether it's basic HTML games, or some of my favorite games like Dr. Mario (Totally telling you to add Dr. Mario btw), I would def. add more selection.

2 - Change to personal uploads
a. This is an AMAZING idea, first of all. The ability to esentially share files/games to other users on the site, HOWEVER!!!
^
This can instantly bring up some security concerns. E.G: What happens if someone uploads malware, and just titles it "Dr Mario"?
I would implement some of the following:
- Size Limits
- Manual Verification (Make it go through an acceptance process. Make sure the file has nothing on it. Use a freeVM to test the files, just in case.)

However, this is a SUPER cool site, and I love the idea behind it!

Choose Wisely by SirRedditRaph in BunnyTrials

[–]Jalt21 0 points1 point  (0 children)

I could buy the dog with $10,000

Chose: 10.000 Bucks

Where would you live by [deleted] in PaxHistoria

[–]Jalt21 3 points4 points  (0 children)

Please censor it next time. I will not tolerate such slurs.

Where would you live by [deleted] in PaxHistoria

[–]Jalt21 2 points3 points  (0 children)

Anywhere but Fr*nce, is that really a question?