From 323b24a149c5587d5989775df26d08bc0f0fe881 Mon Sep 17 00:00:00 2001 From: Julen <137704565+julsehn@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:45:17 +0200 Subject: [PATCH 1/3] Preparing files for the huge update. I have pulled all the knowladge from Common scams category from the NTTS server. Looking forward to revise those changes and fix or add more things. --- pages/rules.mdx | 3 +- pages/scams.mdx | 91 ++++++++++++++++++++++++++ pages/scams/Discord-spam.mdx | 39 +++++++++++ pages/scams/_meta.json | 15 ++++- pages/scams/art-commissions.mdx | 53 +++++++++------ pages/scams/celebrity-casino.mdx | 46 +++++++++++++ pages/scams/crypto-NFT.mdx | 40 +++++++++++ pages/scams/discord-support.mdx | 10 ++- pages/scams/discord-token.mdx | 40 +++++++++++ pages/scams/drop-shipping.mdx | 39 +++++++++++ pages/scams/fake-discord-bot-nitro.mdx | 45 +++++++++++++ pages/scams/free-discord-nitro.mdx | 39 +++++++++++ pages/scams/job-offer.mdx | 30 +++++++++ pages/scams/minecraft-verification.mdx | 37 +++++++++++ pages/scams/nsfw-server-link.mdx | 45 ++++++++++--- pages/scams/paid-gametester.mdx | 19 ++++-- pages/scams/pirated-apps.mdx | 39 +++++++---- pages/scams/qr.mdx | 45 +++++++++++++ pages/scams/refund.mdx | 37 +++++++---- pages/scams/roblox-impersonation.mdx | 50 ++++++++++++++ pages/scams/roblox-scam.mdx | 34 ++++++++++ pages/scams/romance-catfishing.mdx | 41 ++++++++++++ pages/scams/steam-gift-card.mdx | 40 ++++++++--- 23 files changed, 808 insertions(+), 69 deletions(-) create mode 100644 pages/scams/Discord-spam.mdx create mode 100644 pages/scams/celebrity-casino.mdx create mode 100644 pages/scams/crypto-NFT.mdx create mode 100644 pages/scams/discord-token.mdx create mode 100644 pages/scams/drop-shipping.mdx create mode 100644 pages/scams/fake-discord-bot-nitro.mdx create mode 100644 pages/scams/free-discord-nitro.mdx create mode 100644 pages/scams/job-offer.mdx create mode 100644 pages/scams/minecraft-verification.mdx create mode 100644 pages/scams/qr.mdx create mode 100644 pages/scams/roblox-impersonation.mdx create mode 100644 pages/scams/roblox-scam.mdx create mode 100644 pages/scams/romance-catfishing.mdx diff --git a/pages/rules.mdx b/pages/rules.mdx index 5b0e92f..a674095 100644 --- a/pages/rules.mdx +++ b/pages/rules.mdx @@ -132,6 +132,7 @@ Examples of mini-modding include: - Threatening to punish someone for breaking the rules - Disagreeing with moderator actions - Actively witch hunting members in order to get them punished +- We have a report and ticket system available for you to use if you believe someone is breaking the rules. We have a report and ticket system available for you to use if you believe someone is breaking the rules. @@ -148,7 +149,7 @@ Yes, words known as brain rot such as sigma, skibidi, and gyatt are blocked. Thi Our server is an English-speaking server, as well as we do not have the moderation to moderate in other languages (we do not intend to ever allow other languages either, so do not ask). You will be punished if you cannot use English. -Google Translate does exist if you need to use that. +Google Translate or DeepL does exist if you need to use that. ## 6. Discord Profiles diff --git a/pages/scams.mdx b/pages/scams.mdx index c466fbb..7917ae3 100644 --- a/pages/scams.mdx +++ b/pages/scams.mdx @@ -62,4 +62,95 @@ Think you've found a scam? Check out this list before you start. className="bg-dark-card rounded-lg flex items-center justify-center text-center border-2 border-ntts-blue-light w-[260px] h-[60px] transition-all duration-200 ease-in-out hover:border-ntts-blue-hover hover:scale-[1.02] hover:shadow-lg hover:shadow-ntts-blue/10 !text-black [&_*]:!text-black" > +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
diff --git a/pages/scams/Discord-spam.mdx b/pages/scams/Discord-spam.mdx new file mode 100644 index 0000000..1b128bf --- /dev/null +++ b/pages/scams/Discord-spam.mdx @@ -0,0 +1,39 @@ +import { Callout } from 'nextra-theme-docs' + +# Discord is Spamming Me with Scams + +## How it works +Scammers create fake Discord bots that impersonate official Discord messages. These bots often send phishing links, fake warnings, or scam offers. +1. You receive a DM or notification from what appears to be Discord. +2. The bot does not have the "System" badge but instead has an "App" badge. +3. The bot sends fake warnings, Nitro offers, or asks for account verification. +4. Clicking the provided link can lead to phishing websites or malware. +5. If you enter your login details, scammers steal your account. + +## I've already fallen for this scam +If you receive a suspicious message: +1. Do NOT click on any links. Avoid interacting with the bot. +2. Report the message to Discord: Right-click the message → Report Message. + +Report the bot to Discord: +1. Visit Discord's Support Page. +2. Select "Developer Compliance." +3. Under "I would like to," choose "Report an app/bot." +4. Under "What would you like to report this app for?" select "Impersonation." +5. Fill out the rest of the form with details. + +Check for suspicious bots on your account: +1. Go to: User Settings → Authorized Apps. +2. Remove any unknown or suspicious bots. + +## How do I avoid this scam? +Watch for red flags: +- Fake bots pretending to be Discord. Official Discord messages come from System-labeled bots only. +- Unsolicited messages with warnings or rewards. Discord will never DM you for verification or giveaways. +- External links for "security" purposes. Always check if links actually lead to discord.com. + +**Important:** Discord will never DM you for verification, warnings, or free Nitro. Only trust bots with the "System" badge, not just an "App" badge. Stay cautious and always verify before clicking on links. + +## More Details +This scam has been covered by the following sources: +- [Discord System Messages](https://support.discord.com/hc/en-us/articles/360036118732-Discord-System-Messages) \ No newline at end of file diff --git a/pages/scams/_meta.json b/pages/scams/_meta.json index 13d970a..fa287f9 100644 --- a/pages/scams/_meta.json +++ b/pages/scams/_meta.json @@ -5,5 +5,18 @@ "paid-gametester": "Paid Game Tester Scam", "pirated-apps": "Pirated Apps Scam", "refund": "Refund Scam", - "steam-gift-card": "Steam Gift Card Scam" + "steam-gift-card": "Steam Gift Card Scam", + "Discord-spam": "Discord is Spamming Me with Scams", + "fake-discord-bot-nitro": "Fake Discord Bot Nitro Scam", + "drop-shipping": "Drop-shipping Scam", + "celebrity-casino": "Celebrity Casino Scam", + "roblox-impersonation": "Roblox Impersonation Scam", + "minecraft-verification-scam": "Minecraft Verification Scam", + "free-discord-nitro": "Free Discord Nitro Scam", + "crypto-NFT": "Crypto NFT Scam", + "discord-token": "\"I Have Your Token!\" Scam on Discord", + "job-offer": "Job Offer Scams on Discord", + "qr": "QR Code Scam on Discord", + "roblox-scam": "Roblox Free Robux Scam", + "romance-catfishing": "Romance & Catfishing Scams on Discord" } \ No newline at end of file diff --git a/pages/scams/art-commissions.mdx b/pages/scams/art-commissions.mdx index 9f3896e..9e82614 100644 --- a/pages/scams/art-commissions.mdx +++ b/pages/scams/art-commissions.mdx @@ -3,35 +3,48 @@ import { Callout } from 'nextra-theme-docs' # 2D/3D Artist Looking for Commissions ## How it works -1. You will receive a DM from someone randomly -2. They act friendly and ask you about your day (Or something else) -3. They ask you for your favourite [insert item here] -4. They introduce themselves as a 2D/3D artist and ask if you would like to commission them -5. They ask for payment upfront -6. They block you after you pay them +Scammers pose as 2D/3D artists offering commissions, gain your trust, demand upfront payment, and then disappear without delivering any work. +1. You receive a random DM from a "friendly" person who chats with you to build trust. +2. They casually mention they are a 2D/3D artist looking for commissions. +3. They ask for upfront payment—sometimes offering discounts to make it seem more legitimate. +4. Once you send the money, they block you and disappear. +5. Some scammers even use stolen artwork to appear credible. Scammers may also offer a discount on their art. Remember, if you are paying first, be cautious! ## I've already fallen for this scam -If you've already fallen for this scam, you should: -1. Report the user to [Discord Support](https://dis.gd/request) -2. Call your bank and ask for a chargeback -3. Block the user +If you got scammed: +1. Report the scammer to [Discord Support](https://dis.gd/request) - Prevent them from scamming others. +2. Request a chargeback if possible - Contact your bank or payment provider immediately to dispute the charge. +3. Block & ignore the scammer - Don't engage further—they may try to manipulate you. +4. Learn from it - Always verify an artist's credibility before sending money. -## How do I avoid this scam? -- Don't accept random friend requests -- Artists will not usually ask for payment upfront - - If they do, make sure to pay with a payment method that has buyer protection (Paypal Goods and Services) - DO NOT USE PAYMENT METHODS THAT YOU CANNOT REVERSE (Like Paypal friends and family) + Final Reminder: + Legit artists don't beg for commissions or pressure you for money. + Just because someone has a portfolio doesn't mean they're trustworthy—do your research! + If someone is rushing you to pay, take a step back and verify their credibility. -- Artists normally do not ask you to commission them -- If you're unsure, ask for a portfolio - - If they claim to be a professional, they should have a portfolio - - If you're unsure, ask for references from previous clients + +## How do I avoid this scam? +Watch for red flags: +- Random friend requests from "artists." Legitimate artists don't cold-DM strangers. +- Pressure to pay upfront. Established artists typically have payment protections in place. +- Suspicious discounts or urgency. Scammers try to make the deal seem too good to pass up. +- No verifiable portfolio or fake reviews. Always research their past work and client feedback. +- Requests to use unsafe payment methods. + +Safe vs. Unsafe Payment Methods: +- **PayPal Goods & Services** = Safe (Buyer protection included) +- **PayPal Friends & Family, Crypto, or Gift Cards** = Not safe (No protection) + +Additional Tips: +- Don't accept random friend requests +- If they claim to be a professional, they should have a portfolio and references from previous clients +- Just because someone has a portfolio doesn't mean they're trustworthy—do your research! - If someone has a portfolio, that does not mean to blindly trust them. + DO NOT USE PAYMENT METHODS WITHOUT BUYER PROTECTION (Like Paypal friends and family, crypto, or gift cards) ## More Details diff --git a/pages/scams/celebrity-casino.mdx b/pages/scams/celebrity-casino.mdx new file mode 100644 index 0000000..499dc09 --- /dev/null +++ b/pages/scams/celebrity-casino.mdx @@ -0,0 +1,46 @@ +import { Callout } from 'nextra-theme-docs' + +# Celebrity Casino Scam on Discord + +## How it works +Scammers will DM you or send in a server a suspicious link, with a series of doctored images attached. Beware of the scam, and watch out for any red flags. The scam will supposedly appear "promoted" by a celebrity.. don't fall for that! +1. You will get a message about an on-going cash prize on a gambling website, with a fake image depicting a celebrity promoting a casino website (on X, YouTube or a news article). +2. Entering the website, it prompts you to make an account and deposit some money for the cash prize. +3. It walks you through several steps, requiring you to deposit large amounts of money for safety purposes. +4. In the end, after going through all of the steps provided, you get nothing. + + + Key reasons this scam works: + The fake images show a trustworthy news channel or a realistic social media post, making you think it's real. + The gambling is also falsely promoted by a celebrity, such as Mr. Beast, Elon Musk, and so on. + + +## How do I avoid this scam? +Watch for red flags: +- Unexpected messages with links. Be cautious if someone suddenly sends a gambling website link with images. +- Poorly faked news articles. Always check if the article is true, and also look for mistakes. +- Check for authenticity of claims. Be sure to authenticate the claims by searching about it online. + +## I've already fallen for this scam +If you got a message or clicked on the website: +- You're most likely fine. Usually running websites is dangerous if you allow random pop-ups or follow it's instructions. +- Report the account to Discord. Better to be safe than sorry, it's best to report the account so it can be closed until recovered. +- Report the phishing website: + - Copy the link that the scammer sent. + - Report the link to Google Safe Browsing and Microsoft Security Intelligence + +If you went as far as to sending a deposit: +- Contact your bank immediately: Try to contact your bank/card provider and file a chargeback. +- Report the scam to local authorities. Many countries have fraud reporting systems. Usually they can track where the transaction went. +- Report the account and the website. Steps are provided above. + + + Final Reminder: + Never click on random links or trust strangers. + Most money related things, such as giveaways, are fake (unless they're from verified sources). + If something feels off, trust your instincts and ignore the request. + + +## More Details +Also check NTTS' video right here: + \ No newline at end of file diff --git a/pages/scams/crypto-NFT.mdx b/pages/scams/crypto-NFT.mdx new file mode 100644 index 0000000..a23ca1c --- /dev/null +++ b/pages/scams/crypto-NFT.mdx @@ -0,0 +1,40 @@ +import { Callout } from 'nextra-theme-docs' + +# Cryptocurrency & NFT Scams on Discord + +## How it works +Crypto and NFT scams are widespread on Discord, often involving phishing links, fake giveaways, impersonation, and fraudulent investment schemes. These scams aim to steal funds, account credentials, or personal information. +Scammers use several tactics, including: +- Phishing Links – Fake websites designed to steal your login details or wallet credentials. +- Fake Giveaways – Scammers promise free crypto or NFTs but require a small deposit first. +- Impersonation – Fraudsters pose as influencers, developers, or support staff. +- Pump-and-Dump Schemes – Scammers artificially inflate crypto/NFT prices, then sell off, leaving buyers with worthless assets. +- Rug Pulls – Developers abandon projects after taking investors' money, leaving them with nothing. + +## How do I avoid this scam? +Watch for red flags: +- Unsolicited messages with links. Avoid clicking unknown links, even if they look legitimate. +- Too good to be true offers. Free crypto or NFTs often come with hidden scams. +- Requests for private keys or seed phrases. Never share this information with anyone. +- Pressure to invest quickly. Scammers use urgency to prevent you from verifying legitimacy. + +## I've already fallen for this scam +If you suspect a crypto or NFT scam: +- Do not send crypto to unknown addresses. Scammers often request small deposits to steal more later. +- Enable Two-Factor Authentication (2FA). Protect your accounts from unauthorized access. +- Change passwords and secure your crypto wallet. If your information was compromised, act fast. +- Report the scam: + - On Discord: Report suspicious messages or users through Discord's reporting system. + - To Project Mods: Notify server admins or NFT project teams about scammers. + - To Authorities: File a report with agencies like the IC3 or local consumer protection organizations. +- Warn the community. Share your experience to prevent others from falling victim. + + + Final Reminder: + Always research before investing in crypto or NFTs. + If someone promises free money or asks for funds upfront, it's likely a scam. + Stay cautious and never share sensitive wallet information. + + +## More Details +This scam has been covered by the following sources: \ No newline at end of file diff --git a/pages/scams/discord-support.mdx b/pages/scams/discord-support.mdx index 34b9227..ef2b3f4 100644 --- a/pages/scams/discord-support.mdx +++ b/pages/scams/discord-support.mdx @@ -3,9 +3,13 @@ import { Callout } from 'nextra-theme-docs' # Discord Support ## How it works -1. Scammers create fake Discord support accounts -2. They reach out to you claiming that they reported you or that you have been reported -3. They trick you into changing your Discord email to theirs (which steals your account) +Scammers impersonate Discord users and fake staff members, claiming they "accidentally reported you" to trick you into giving up your account. +1. You receive a DM from a random user claiming they "accidentally reported you." +2. They send a fake screenshot showing your username in an official-looking report. +3. They ask you to contact a "Discord staff member" to fix the issue. +4. The "staff member" (who is actually a scammer) asks for personal details and requests you to change your email. +5. If you follow their instructions, they take full control of your Discord account. +6. Once hacked, your account is used to spread the scam to others. ## I've already fallen for this scam Contact Discord support immediately and get them to change your email back. diff --git a/pages/scams/discord-token.mdx b/pages/scams/discord-token.mdx new file mode 100644 index 0000000..ee83d39 --- /dev/null +++ b/pages/scams/discord-token.mdx @@ -0,0 +1,40 @@ +import { Callout } from 'nextra-theme-docs' + +# "I Have Your Token!" Scam on Discord + + +## How it works + +Scammers try to scare users into thinking their Discord token has been stolen, tricking them into giving up their account or installing malware. + +You receive a random DM from a stranger or even a hacked friend. They claim, "I have your token!" and threaten to take your account. They might send a fake screenshot as "proof" to make their claim seem real. They try to scare you into sending money, clicking a link, or downloading a file. + + +**The Truth:** They do not have your token. If they actually had your token, they wouldn't need to message you. This is a scare tactic to make you panic and fall for a scam. + + +## How do I avoid this scam? + +1. **Ignore & Block.** Do not engage—just block them. +2. **Do Not Click Links or Download Files.** This is how they actually steal accounts. +3. **Change Your Password & Enable 2FA.** Extra security ensures your account stays safe. +4. **Log Out From All Devices.** This resets your token and removes any unauthorized access. +5. **Check Authorized Apps.** Go to User Settings > Authorized Apps and remove anything suspicious. +6. **Report Them to Discord.** Help stop the scam from spreading. + +## I've already fallen for this scam + +If you were already scammed: + +1. **Cut off all contact immediately.** Don't let them manipulate you further. +2. **Change passwords and enable 2FA.** Secure your other accounts from potential breaches. +3. **Report to Discord and relevant authorities.** Take action to prevent further scams. +4. **Warn your friends and online communities.** Help others avoid similar scams. + + +**Final Reminder:** Can they really steal my account? No. Your token resets when you change your password or log out from all devices. The only way they can steal your account is if you install malware or give them access. They're bluffing. Don't fall for it. Stay smart. Stay safe. + + +Here is a video that NTTS made explaining it in more detail: + + \ No newline at end of file diff --git a/pages/scams/drop-shipping.mdx b/pages/scams/drop-shipping.mdx new file mode 100644 index 0000000..141da75 --- /dev/null +++ b/pages/scams/drop-shipping.mdx @@ -0,0 +1,39 @@ +import { Callout } from 'nextra-theme-docs' + +# Drop-shipping Scam on Discord + +## How it works +Scammers will DM you or send messages in a server about collaborating in a business plan and start a dropshipping store to make sales. They will often sound friendly, and insist that it can get you rich quickly. Don't fall for their scam! +1. You receive a message from someone telling you about a business plan for dropshipping. +2. They will continue by sending a fake website and showing stolen images of winnings they made from sales. +3. The scammers will then tell you to make a Shopify account and send them some money for "business tips". +4. After you send them the money, they either block you or try to continue getting you to send them more. + +## How do I avoid this scam? +Watch for red flags: +- Random friend/message request. Scammers will try to friend you or send a request to speak privately. +- Multiple spelling and grammar mistakes. Often times, scammers will make multiple spelling mistakes and have inaccurate grammar. +- Requests to use unsafe payment methods. They will try to request money through obscure methods which may not be disputable. +- Stolen images showing winnings. Always reverse search the images they send to check if they were stolen. + +## I've already fallen for this scam +If you see a message about dropshipping: +- Report the account/message to Discord. To stop the scammer, we highly recommend you report them then block. + +If you went as far as to sending money: +- Contact your bank immediately: Try to contact your bank/card provider and file a chargeback. +- If you sent money through PayPal's Friends and Family method, a dispute may not be possible. +- Report the scam to local authorities. Many countries have fraud reporting systems. Usually they can track where the transaction went. +- Report the account to Discord. Better to be safe than sorry, it's best to report the account so it can be closed. +- Contact Shopify if you've made a store. This way they can track down the scammer's Shopify account and terminate it. + + + Final Reminder: + Never trust strangers that promise you to win big. + Most money related things, such as giveaways, are fake (unless they're from verified sources). + If something feels off, trust your instincts and ignore the request. + + +## More Details +Also check NTTS' video right here: + \ No newline at end of file diff --git a/pages/scams/fake-discord-bot-nitro.mdx b/pages/scams/fake-discord-bot-nitro.mdx new file mode 100644 index 0000000..c6caf38 --- /dev/null +++ b/pages/scams/fake-discord-bot-nitro.mdx @@ -0,0 +1,45 @@ +import { Callout } from 'nextra-theme-docs' + +# Fake Discord Bot Nitro Scam + +## How it works +Scammers use fake Discord bots to send DMs claiming you've won free Nitro or server boosts. These scams trick users into joining servers unwillingly, allowing the owners to sell the server later for profit. +1. You receive a DM from a fake bot claiming you won free Nitro or server boosts. +2. The bot provides a link to a Discord server, asking you to join. +3. These servers inflate their member count artificially so the owners can sell them to other buyers. +4. Some scams go further by tricking users into entering their Discord login details, leading to account theft. + +## How do I avoid this scam? +Watch for red flags: +- Discord will NEVER send Nitro gifts via a bot. All legitimate Nitro gifts stay within Discord's interface. +- Unsolicited Nitro offers in DMs. If you didn't enter a giveaway, why would you win? +- Servers asking you to join before receiving a reward. Legitimate giveaways don't force server joins. +- Urgency or pressure. Scammers claim rewards are "limited" to make you act fast. + +## I've already fallen for this scam +If you suspect a fake bot scam: +- Do NOT click the link or join the server. +- Report the bot to Discord: + - Go to [Discord's Developer Support Page](https://dis.gd/devsupport): Submit a Report + - Select "Developer Compliance." + - Enter your email and choose "Report an app/bot." + - Provide the requested details and submit the report. + +If you joined the server or entered your credentials: +- Leave the server immediately. +- Change your Discord password. +- Enable Two-Factor Authentication (2FA). +- Check for unauthorized apps in Settings > Authorized Apps. + + + Final Reminder: + Discord will NEVER send Nitro gifts via a bot. + Always verify Nitro claims—if it's real, the entire process stays within Discord. + Stay cautious and don't fall for fake giveaways! + + +## More Details +NTTS covered this scam in-depth: + + +[Official Discord Nitro Gift FAQ](https://support.discord.com/hc/en-us/articles/1500001829622-Claiming-a-Nitro-Gift-FAQ). \ No newline at end of file diff --git a/pages/scams/free-discord-nitro.mdx b/pages/scams/free-discord-nitro.mdx new file mode 100644 index 0000000..a95db4a --- /dev/null +++ b/pages/scams/free-discord-nitro.mdx @@ -0,0 +1,39 @@ +import { Callout } from 'nextra-theme-docs' + +# Free Discord Nitro Scam + +## How it works +Scammers pose as generous users or event organizers, claiming to offer free Discord Nitro. They send fake links that mimic Discord's login page to steal your credentials and hijack your account. +1. You receive a DM or see a post in a server claiming you've won free Discord Nitro. +2. They send a fake link that looks like discord.com but leads to a phishing website. +3. The website prompts you to enter your login details to "claim" the Nitro. +4. Once you enter your credentials, scammers steal your account and use it to spread the scam further. + +## How do I avoid this scam? +Watch for red flags: +- Unsolicited messages about Nitro giveaways. Real giveaways don't require login details. +- Suspicious URLs. Always check if the link is discord.com—phishing sites often have slight misspellings. +- Urgency or pressure. Scammers want you to act fast before thinking. +- Login requests outside of Discord. Never enter your credentials on third-party sites. + +## I've already fallen for this scam +If you suspect a scam: +- Do not click the link. Delete the message and ignore the sender. +- Enable Two-Factor Authentication (2FA). Adds extra security to prevent account takeovers. +- Change your Discord password immediately. If you entered your credentials, act fast. +- Report the scammer to Discord. + +How to report: +- Report the user: Right-click their name → Report → Select "Phishing" or "Scam." +- Report a server (if the scam is being run in one): Click the server name → Server Settings → Report Server. +- Report to Discord's Help Center: Submit a report + + + Final Reminder: + If it sounds too good to be true, it probably is. + Never share your Discord login info, especially on external sites. + Always verify links before clicking—one small mistake can cost your account... + + +## More Details +This scam has been covered by the following sources: \ No newline at end of file diff --git a/pages/scams/job-offer.mdx b/pages/scams/job-offer.mdx new file mode 100644 index 0000000..a829998 --- /dev/null +++ b/pages/scams/job-offer.mdx @@ -0,0 +1,30 @@ +import { Callout } from 'nextra-theme-docs' + +# Job Offer Scams on Discord + +## How it works + +Scammers impersonate recruiters or company representatives, offering fake job opportunities to steal personal information or money. + +You receive a DM from someone claiming to be a recruiter or employer. They offer a high-paying job that requires little effort. They ask for personal details like your email, phone number, or financial information to "complete the hiring process." Some scammers demand upfront payments for background checks, training materials, or special software. If you provide personal information or pay, your identity or money may be stolen. + +## How do I avoid this scam? + +Watch for red flags: + +- **Fake bots pretending to be Discord.** Official Discord messages come from System-labeled bots only. +- **Unsolicited messages with warnings or rewards.** Discord will never DM you for verification or giveaways. +- **External links for "security" purposes.** Always check if links actually lead to discord.com. + +## I've already fallen for this scam + +If you suspect a scam: + +1. **Do NOT share personal or financial details.** Avoid giving out any sensitive information. +2. **Change your passwords immediately.** If you clicked suspicious links or provided details, secure your accounts. +3. **Enable Two-Factor Authentication (2FA).** Adds extra protection to prevent unauthorized access. +4. **Report the scammer:** On Discord: Report the user using the built-in report feature. To the company they claim to represent: Let the real company know about the impersonation. + + +**Final Reminder:** Legitimate employers don't hire through random Discord DMs. Never pay upfront fees or provide sensitive information for a job. Always verify job offers by researching the company before responding. + \ No newline at end of file diff --git a/pages/scams/minecraft-verification.mdx b/pages/scams/minecraft-verification.mdx new file mode 100644 index 0000000..4072ad0 --- /dev/null +++ b/pages/scams/minecraft-verification.mdx @@ -0,0 +1,37 @@ +import { Callout } from 'nextra-theme-docs' + +# Minecraft Verification Scam on Discord + +## How it works +Scammers trick users into providing access to their Minecraft accounts by pretending to require email verification for a reward or server access. +1. You receive a message offering a rank-up, free item, or an invite to a Minecraft-related server. +2. After joining the server, you see a "verification system" that asks you to confirm your Minecraft account. +3. The system prompts you to enter your email address and check your inbox for a single-use Microsoft code. +4. You submit the email and code, unknowingly handing over full access to your account. +5. Scammers change your email, phone number, and password, locking you out permanently. + + + Key reasons this scam works: + Many users don't realize that Microsoft accounts can be accessed using only an email and a single-use code—no password required. + Microsoft's verification emails don't make it clear that the code can be used to log in to your account. + +## How do I avoid this scam? +Watch for red flags: +- Don't trust random people offering free items or rank-ups. There is no free lunch. +- Be cautious of servers with "verification systems." +- Legitimate servers do not ask for your email, password, or single-use codes. +- Double-check before entering your Microsoft login anywhere. + + + NEVER enter your Microsoft login details outside of official Microsoft websites. + If a verification system asks for your email and a single-use code—LEAVE IMMEDIATELY. + Do your research before trusting any "verification" process. + + +## I've already fallen for this scam +If your Minecraft account has been compromised: +1. Contact Microsoft Support immediately - They can help secure your account. +2. Change your password - Use a strong, unique password. +3. Enable Two-Factor Authentication (2FA) - Add extra security to your account. +4. Report the scammer to Discord - Help prevent them from targeting others. +5. Refer to this [guide on recovering hacked accounts](https://msft.chat/wiki/hacked-accounts) for more detailed steps. diff --git a/pages/scams/nsfw-server-link.mdx b/pages/scams/nsfw-server-link.mdx index 6f4b3cb..2852091 100644 --- a/pages/scams/nsfw-server-link.mdx +++ b/pages/scams/nsfw-server-link.mdx @@ -3,26 +3,53 @@ import { Callout } from 'nextra-theme-docs' # NSFW Server Link ## How it works -1. Someone will send a message in a server with a link to a NSFW server - - This can also happen in DMs +Fake verification scams trick users into entering their login credentials on a phishing site, leading to account theft. +1. You join a Discord server (giveaway, gaming, or "official" server). +2. You're asked to verify your account before accessing channels. +3. Instead of using Discord's built-in verification (like Captcha or reaction roles), they send you a link. +4. The link takes you to a fake Discord login page. +5. If you enter your details, scammers steal your account and gain full control. +6. They change your password and remove your email, locking you out. +7. Your account is then used to scam your friends and spread the fake verification scam. + If your friend sends you a link, they are probably hacked! Let them know they are hacked by contacting them outside of Discord. -2. You join this server -3. There's a verify button and you click it -4. You scan the QR code or login to a website -5. Your account is now compromised ## I've already fallen for this scam -1. Change your password on Discord -2. Change your password on any other accounts that use the same password -3. Go to your Settings > Authorized Apps > Remove anything with the "Join servers for you" permission +If you encounter this scam: +- Do not click suspicious links. If you're asked to log in via an external site, it's a scam. +- Ignore and leave the server. Don't engage—just exit immediately. +- Enable two-factor authentication (2FA). Adds an extra layer of security. +- Change your password if you clicked the link. Act fast to prevent hackers from locking you out. +- Report the server to Discord. Help protect others by flagging fraudulent servers. + +If your account got hacked: +1. Reset your password immediately. Act quickly to regain control. +2. Contact Discord Support if your email was changed. Request account recovery. +3. Enable 2FA once you regain access. Prevent future hacks. +4. Warn your friends. Let them know not to click suspicious links from your account. +5. Report the scammer to Discord. Help stop the spread. +6. Change your password on Discord +7. Change your password on any other accounts that use the same password +8. Go to your Settings > Authorized Apps > Remove anything with the "Join servers for you" permission ## How do I avoid this scam? +Watch for red flags: +- External links for verification: Real servers do not require verification outside of Discord. +- Urgency or threats: Scammers may say, "Verify in five minutes or be banned." +- Bots asking for login credentials: No real verification system requires your username and password. +- Too good to be true offers: Some servers promise free Nitro or exclusive content after "verification." - Don't click on any links that you don't trust - Don't join servers that you don't trust - If you're unsure, ask a friend or someone you trust to check the link for you + + Final Reminder: + Legitimate servers will never ask for external verification. + Trust your instincts—if it feels suspicious, leave immediately. + + ## More Details This scam has been covered by the following sources: diff --git a/pages/scams/paid-gametester.mdx b/pages/scams/paid-gametester.mdx index 5fa30d1..f61e384 100644 --- a/pages/scams/paid-gametester.mdx +++ b/pages/scams/paid-gametester.mdx @@ -11,11 +11,22 @@ import { Callout } from 'nextra-theme-docs' 6. Your computer is infected with malware. Your usernames and passwords are now compromised. ## I've already fallen for this scam -1. Wipe your PC (completely fresh install of Windows) - - This is necessary because malware burrows itself into your system and it's hard to guarantee that you removed it. +If you downloaded the game but haven't run it yet: +- Delete the file immediately. Do not open or interact with it. + +If you downloaded and ran the game: +1. Disconnect your PC from the internet immediately. Prevent further data theft. +2. Reinstall Windows completely. Do not rely on antivirus software—malware can persist through scans. +3. If you have a secondary drive, consider formatting it as well, since some viruses spread between drives. +4. Change ALL your passwords. Ensure each password is unique. +5. Enable Two-Factor Authentication (2FA). Adds extra security to your accounts. + + + Final Reminder: + Never download or run files from untrusted sources. + Legitimate developers don't ask for testers through random DMs. + Act quickly if you suspect malware—disconnect and reset your system ASAP. -2. Change all your passwords (yes, every single one) ## How do I avoid this scam? diff --git a/pages/scams/pirated-apps.mdx b/pages/scams/pirated-apps.mdx index e8df5bd..b29caf8 100644 --- a/pages/scams/pirated-apps.mdx +++ b/pages/scams/pirated-apps.mdx @@ -3,22 +3,37 @@ import { Callout } from 'nextra-theme-docs' # Free Paid Application ## How it works -1. Someone sends you a message offering you a paid application for free -2. You install the application -3. Your computer is now infected with malware +Scammers trick users into downloading "free" paid applications, which often contain malware that can steal personal information, compromise accounts, or damage your device. +1. Someone offers you a paid application for "free." +2. You download and install the application, thinking it’s a great deal. +3. The app contains hidden malware that infects your computer. +4. This could lead to stolen accounts, financial loss, or even a full system compromise. -## I've already fallen for this scam -1. Wipe your PC (completely fresh install of Windows) - This is necessary because malware burrows itself into your system and it's hard to guarantee that you removed it. + Malware hidden in pirated apps can steal personal data, install backdoors, or turn your device into part of a botnet. -2. Change all your passwords (yes, every single one) ## How do I avoid this scam? -- Don't install applications from untrusted sources -- If you're not sure if a source is trusted, do some research -- If it sounds too good to be true, it probably is -- Piracy is always risky. Sometimes it's worth just buying the game or software outright +Watch for red flags: +- Unverified sources: Only download software from official websites. +- Too good to be true deals: If an expensive app is being offered for free, it’s likely a scam. +- Unknown download links: Be cautious of file-sharing links or suspicious installers. +- Piracy is always risky. Sometimes it's worth just buying the game or software outright. + +## I've already fallen for this scam +If you installed a pirated app and suspect malware: +1. Wipe your PC with a clean install of Windows. Follow the official Microsoft guide. +2. Change ALL your passwords. Ensure hackers can’t access your accounts. +3. Check for compromised accounts. If your information has been stolen, consider deleting compromised accounts and creating new ones. + + + Final Reminder: + Never install apps from untrusted sources. + If it sounds too good to be true, it probably is. + Piracy comes with risks—malware, stolen data, and even legal trouble. + ## More Details -This scam has been covered by the following sources: \ No newline at end of file +These videos cover this scam in-depth: + + \ No newline at end of file diff --git a/pages/scams/qr.mdx b/pages/scams/qr.mdx new file mode 100644 index 0000000..072ee09 --- /dev/null +++ b/pages/scams/qr.mdx @@ -0,0 +1,45 @@ +import { Callout } from 'nextra-theme-docs' + +# QR Code Scam on Discord + +## How it works + +Scammers send fake QR codes that mimic trusted websites (like Steam or Discord) to steal login credentials and hijack accounts. + +You receive a random DM from a friend, a stranger, or someone you recently talked to. The message includes a QR code or a link to a "login page" for Steam, Discord, or another website. Scanning the QR code takes you to a fake login page designed to steal your credentials. If you enter your login details, hackers gain full access to your account. They may lock you out, use your account for scams, or spread the QR code to others. + +## How do I avoid this scam? + +Watch for red flags: + +- **Unsolicited QR codes:** Be cautious of any random QR codes sent to you. +- **Fake login pages:** Always double-check the URL before entering your credentials. +- **Urgent messages:** Scammers often claim you need to act quickly to avoid losing an account or reward. + +## I've already fallen for this scam + +If you receive this scam: + +1. **Never scan QR codes from unknown sources.** Only use QR codes from Discord's official app or website. +2. **Avoid logging in via QR codes on public or shared devices.** +3. **Report the message to Discord.** Help stop the scam from spreading. + +Report the fake website: + +- Copy the link (On desktop: Right-click → Copy Link; On mobile: Hold down → Copy Link) +- Report it to: [Google Safe Browsing](https://safebrowsing.google.com/safebrowsing/report_phish/) + +If you scanned a suspicious QR code: + +1. **Immediately change your password.** Prevent hackers from maintaining access. +2. **Log out from all devices.** This resets your login session and removes unauthorized access. +3. **Enable Two-Factor Authentication (2FA).** Use an authentication app for better security. +4. **Consider switching from SMS-based 2FA to an authentication app.** SMS-based 2FA is more vulnerable. + + +**Final Reminder:** QR codes from unknown sources are usually a trap. Stay cautious! If something feels suspicious, verify it before taking action. + + +Here's a short video by NTTS explaining this scam: + + \ No newline at end of file diff --git a/pages/scams/refund.mdx b/pages/scams/refund.mdx index 6d024e7..38aead2 100644 --- a/pages/scams/refund.mdx +++ b/pages/scams/refund.mdx @@ -3,23 +3,38 @@ import { Callout } from 'nextra-theme-docs' # Paid Too Much Money ## How it works -1. You are contacted by a scammer who claims to have paid you too much money for a product or service -2. The scammer will ask you to send the excess money back to them -3. You pay the scammer the excess money -4. The original payment never happened, leaving you out of pocket +Scammers trick users into believing they were overpaid and convince them to "refund" money they never actually received. +1. You receive a DM from someone claiming they accidentally overpaid you for a product or service. +2. They ask you to send back the "excess" money to fix the mistake. +3. If you send the money, you soon realize their original payment never actually went through. +4. In some cases, they may send a fraudulent check that takes weeks to be flagged as fake by the bank. +5. By the time you realize the scam, you're already out of pocket. - Sometimes scammers send fraudulent cheques, which can take weeks for your bank to idenitfy as fraudulent. + Fraudulent checks can take weeks for your bank to identify as fake, making this scam particularly deceptive. ## I've already fallen for this scam -1. Contact your bank and explain the situation -2. Report the scam to the police -3. Report the scammer to [Discord Trust & Safety](https://dis.gd/report) -4. Block the scammer +If you already sent money: +1. Contact your bank immediately - They may be able to reverse the transaction. +2. Report the scam to local authorities - Many countries have fraud reporting systems. +3. Report the scammer to [Discord Trust & Safety](https://dis.gd/report) - Help prevent them from targeting others. +4. Block the scammer - Do not engage further. + + + Final Reminder: + If someone claims they overpaid you, it's their problem to fix, not yours. + Never send money without verifying the original transaction. + If something feels off, trust your instincts and ignore the request. + ## How do I avoid this scam? -- If someone claims to have paid you too much money, that is something they can resolve on their end. - - (translation: tell them to piss off) +Watch for red flags: +- Unexpected refund requests. If you didn't sell anything, why would someone owe you money? +- Payment claims with no proof. Always verify transactions through official payment platforms. +- Pressure to send money back quickly. Scammers create urgency to make you act without thinking. +- Unverified checks or payment methods. Fake checks can bounce days or weeks later. + +**Remember:** If someone claims they overpaid you, it's their problem to fix, not yours. Never send money without verifying the original transaction. ## More Details This scam has been covered by the following sources: diff --git a/pages/scams/roblox-impersonation.mdx b/pages/scams/roblox-impersonation.mdx new file mode 100644 index 0000000..0194162 --- /dev/null +++ b/pages/scams/roblox-impersonation.mdx @@ -0,0 +1,50 @@ +import { Callout } from 'nextra-theme-docs' + +# Roblox Impersonation Scam on Discord + +## How it works +Scammers will try to impersonate a Roblox discord server's staff member and frame you for being a fraud. They will get you banned on a server and try to steal your account by logging in through a bot. Beware, it's all fake! +1. You first get a DM from someone impersonating a staff member from a Roblox discord server telling you that you got banned for scamming. +2. The scammer will be accusing you of fraud, and then will send video proof or an image showing your account doing that. +3. Afterwards, they send you a Discord invite link to a Roblox server, in which it contains a fake bot verification system. +4. If you verify using your Roblox account, it will get stolen and can be used for blackmail. + + + Key reasons this scam works: + The scammers fake proof about you being a fraud, then they get you banned from actual servers to gain trust. + They impersonate actual staff/helpers from the server you got banned, which makes it believeable at first glance. + + +## How do I avoid this scam? +Watch for red flags: +- Check for inconsistencies in profile. Check if the profile matches with the one in the server. Most likely it won't. +- Poorly edited images/video. Scammers can miss out on stuff like tags, or letters in the nickname. Check for unusual editing. +- Bot verification website being fake. You can check the URL of the bot verification website and match it with the actual website. + +## I've already fallen for this scam +If you clicked to verify but didn't proceed at the website: +- Remove the app authorization from your account. Go to User Settings > Authorized Apps, then remove the bot. +- Report the account to Discord. Better to be safe than sorry, it's best to report the account so it can be terminated. +- You're most likely fine. Usually running websites is dangerous if you allow random pop-ups or follow it's instructions. + +If you logged in with your Roblox account on the website and have access: +- Act fast! Go to Settings > Security and click "Log out of all other sessions." +- Change your password immediately. Go to Settings > Account Info to update it. +- Enable Two-Step Verification (2FA). Adds extra protection against unauthorized logins. +- Remove the app authorization from your Discord account. Go to User Settings > Authorized Apps, then remove the bot. + +If you lost access: +- Contact Roblox Support ASAP. Submit a support request. +- Provide as much proof of ownership as possible. Include old usernames, linked emails, purchase history, etc. +- Remove the app authorization from your Discord account. Go to User Settings > Authorized Apps, then remove the bot. + + + Final Reminder: + Never click on random links or trust strangers. + If something feels off, trust your instincts and ignore the request. + Try to explain to the server you got banned from that you were getting scammed, and didn't do anything malicious. + + +## More Details +Also check NTTS' video right here: + \ No newline at end of file diff --git a/pages/scams/roblox-scam.mdx b/pages/scams/roblox-scam.mdx new file mode 100644 index 0000000..d387ab0 --- /dev/null +++ b/pages/scams/roblox-scam.mdx @@ -0,0 +1,34 @@ +import { Callout } from 'nextra-theme-docs' + +# Roblox Free Robux Scam + +## How it works + +Scammers trick users into entering their Roblox login details on fake websites by promising free Robux. These scams lead to stolen accounts and potential financial loss. + +You see a post, video, or DM claiming you can get free Robux. The message includes a suspicious link leading to a website that looks like Roblox. The site asks for your Roblox login information. If you enter your details, scammers steal your account and may take your Robux, change your settings, or use your account to spread the scam further. + +## How do I avoid this scam? + +Watch for red flags: + +- **Any offer of free Robux.** Roblox does not give away Robux outside of official promotions. +- **Links that ask for your login information.** Never enter your Roblox credentials outside roblox.com. +- **Messages from strangers promising rewards.** Scammers often send DMs or post clickbait content. + +## I've already fallen for this scam + +If you still have access to your account: + +1. **Act fast!** Go to Settings > Security and click "Log out of all other sessions." +2. **Change your password immediately.** Go to Settings > Account Info to update it. +3. **Enable Two-Step Verification (2FA).** Adds extra protection against unauthorized logins. + +If you lost access to your account: + +1. **Contact Roblox Support ASAP.** Submit a support request. +2. **Provide as much proof of ownership as possible.** Include old usernames, linked emails, purchase history, etc. + + +**Final Reminder:** If it sounds too good to be true, it probably is. Never enter your login details on external sites. Only trust roblox.com. Stay alert—scammers rely on curiosity and desperation for free Robux! + \ No newline at end of file diff --git a/pages/scams/romance-catfishing.mdx b/pages/scams/romance-catfishing.mdx new file mode 100644 index 0000000..d9eed6e --- /dev/null +++ b/pages/scams/romance-catfishing.mdx @@ -0,0 +1,41 @@ +import { Callout } from 'nextra-theme-docs' + +# Romance & Catfishing Scams on Discord + +## How it works + +Romance and catfishing scams involve scammers pretending to form close relationships online to exploit victims emotionally or financially. + +You join a Discord server (dating, gaming, or even "official" servers). A friendly user or bot starts chatting and quickly builds emotional trust. They avoid voice/video calls, making excuses to prevent identity verification. Once trust is gained, they claim to have a crisis and ask for money. If you send money, they may continue exploiting you or disappear entirely. Some scammers steal personal information for identity fraud. + +## How do I avoid this scam? + +Watch for red flags: + +- **Fast-moving relationships:** They express love or deep emotions too quickly. +- **Avoiding voice/video calls:** They always have excuses not to verify their identity. +- **Financial requests:** Any mention of money, gift cards, or cryptocurrency is a red flag. +- **Dramatic life crises:** They always seem to be in emergencies that require your help. +- **Poor grammar or copy-paste messages:** Often, scammers use scripted replies. +- **Requests for Nitro or other perks:** They start small to test if you'll give them money. + +## I've already fallen for this scam + +If you encounter a romance scam: + +1. **Never send money or personal information.** Avoid sharing sensitive details online. +2. **Ignore and block the scammer.** Don't engage—just cut contact. +3. **Reverse search profile pictures.** Check if their images are stolen. +4. **Enable two-factor authentication (2FA).** Adds extra security to your account. +5. **Report the scammer to Discord.** Help protect others by flagging fraudulent accounts. + +If you were already scammed: + +1. **Cut off all contact immediately.** Don't let them manipulate you further. +2. **Change passwords and enable 2FA.** Secure your other accounts from potential breaches. +3. **Report to Discord and relevant authorities.** Take action to prevent further scams. +4. **Warn your friends and online communities.** Help others avoid similar scams. + + +**Final Reminder:** Real relationships take time—trust your instincts. Never send money or sensitive information to online acquaintances. If something feels off, it probably is. Stay cautious and stay safe! + \ No newline at end of file diff --git a/pages/scams/steam-gift-card.mdx b/pages/scams/steam-gift-card.mdx index 1541f7a..8297337 100644 --- a/pages/scams/steam-gift-card.mdx +++ b/pages/scams/steam-gift-card.mdx @@ -1,21 +1,45 @@ +import { Callout } from 'nextra-theme-docs' + # Steam Gift Card Scam ## How it works -1. You will receive a DM from someone claiming to be offering a Steam gift card -2. They link you to a site and ask you to login -3. The site is a fake Steam login page and will steal your login credentials - -## I've already fallen for this scam -1. Immediately change your Steam password -2. Contact Steam Support and let them know what happened -3. If you used the same password on other sites, change it there too +Scammers impersonate friends or other users to send fake Steam gift links that lead to phishing sites, stealing Steam accounts. +1. You receive a DM from a friend, an acquaintance, or even a stranger. +2. The message contains a link that appears to be from steamcommunity.com. +3. However, the link actually redirects to a phishing site via a URL shortener (visible in the Discord popup). +4. If you log in to the fake Steam page, scammers steal your credentials and take over your account. +5. They use your account to spread the scam further by messaging your friends. ## How do I avoid this scam? +Watch for red flags: +- Unexpected messages with links. Be cautious if someone suddenly sends a Steam gift link. +- URL shorteners or strange domains. Always hover over links before clicking. +- Fake login pages. If redirected to a Steam login page, check the URL carefully. - Don't click on any links from people you don't know - Don't login to any site that isn't `https://store.steampowered.com/login` or `https://steamcommunity.com/login` - Don't give out your login credentials to anyone - Do you know the user? If not, don't interact +## I've already fallen for this scam +If you receive this scam: +- If it's a friend, contact them through another platform. Let them know their account is compromised. +- Report the message to Discord. This can help lock the account and prevent further spread. +- Report the phishing website: + - Copy the link (On desktop: Right-click → Copy Link; On mobile: Hold down on the link → Copy Link) + - Report the link to Google Safe Browsing (https://safebrowsing.google.com/safebrowsing/report_phish/) and Microsoft Security Intelligence (https://www.microsoft.com/en-us/wdsi/support/report-unsafe-site-guest) + +If your account was compromised: +1. Immediately change your Steam password +2. Contact Steam Support and let them know what happened +3. If you used the same password on other sites, change it there too + + + Final Reminder: + Never log in to a Steam page from an unsolicited link. Always visit Steam directly. + If something seems suspicious, verify with the sender through another form of communication. + Stay alert, report scams, and help keep the community safe! + + ## More Details This scam has been covered by the following sources: From 6eebd991d5e59f2aa86fd10fb7fa4bfdb0e21e3a Mon Sep 17 00:00:00 2001 From: Julen <137704565+julsehn@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:13:32 +0200 Subject: [PATCH 2/3] Doing some final improvements. --- pages/scams/Discord-spam.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/scams/Discord-spam.mdx b/pages/scams/Discord-spam.mdx index 1b128bf..8f1d399 100644 --- a/pages/scams/Discord-spam.mdx +++ b/pages/scams/Discord-spam.mdx @@ -2,6 +2,8 @@ import { Callout } from 'nextra-theme-docs' # Discord is Spamming Me with Scams +[Original source](https://discord.com/channels/820745488231301210/1447244070270533643/1447244070270533643) + ## How it works Scammers create fake Discord bots that impersonate official Discord messages. These bots often send phishing links, fake warnings, or scam offers. 1. You receive a DM or notification from what appears to be Discord. From b962e0185cfda7229928f6a88c2737823b48eab3 Mon Sep 17 00:00:00 2001 From: Julen <137704565+julsehn@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:14:27 +0200 Subject: [PATCH 3/3] Why it didn't push --- pages/rules.mdx | 2 +- pages/scams.mdx | 86 +++++++++++++------------- pages/scams/Discord-spam.mdx | 3 +- pages/scams/_meta.json | 4 +- pages/scams/art-commissions.mdx | 1 + pages/scams/celebrity-casino.mdx | 1 + pages/scams/crypto-NFT.mdx | 1 + pages/scams/discord-support.mdx | 57 ++++++++++++----- pages/scams/discord-token.mdx | 2 +- pages/scams/drop-shipping.mdx | 1 + pages/scams/fake-discord-bot-nitro.mdx | 1 + pages/scams/free-discord-nitro.mdx | 1 + pages/scams/job-offer.mdx | 1 + pages/scams/minecraft-verification.mdx | 1 + pages/scams/nsfw-server-link.mdx | 1 + pages/scams/paid-gametester.mdx | 1 + pages/scams/pirated-apps.mdx | 1 + pages/scams/qr.mdx | 1 + pages/scams/refund.mdx | 1 + pages/scams/roblox-impersonation.mdx | 1 + pages/scams/roblox-scam.mdx | 1 + pages/scams/romance-catfishing.mdx | 1 + pages/scams/steam-gift-card.mdx | 1 + 23 files changed, 106 insertions(+), 65 deletions(-) diff --git a/pages/rules.mdx b/pages/rules.mdx index a674095..a4549bf 100644 --- a/pages/rules.mdx +++ b/pages/rules.mdx @@ -183,4 +183,4 @@ Sending an invite link, telling people to join your server, intentionally pointi Intentionally bending the rules and trying to find loopholes in the rules will result in moderative action. Not every rule is clear-cut and perfectly defined, so avoid trying to prove otherwise. -If you feel like you have been treated unfairly by a Moderator, please report it to the server managers: [Bread](https://discord.com/users/570524986109067265) or [Fishy](https://discord.com/users/1063604389350228009). If you feel like you have been treated unfairly by an Admin+, DM [No Text To Speech](https://discord.com/users/720820224877789204). \ No newline at end of file +If you feel like you have been treated unfairly by a Moderator, please open a ticket in [#tickets](https://discord.com/channels/820745488231301210/1107434985700474971) and request a discussion with our Server Manager, [@arsinev](https://discord.com/users/1155621885422350499) . If you feel like you have been treated unfairly by an Admin+, once again open a ticket and request a discussion with [No Text To Speech](https://discord.com/users/720820224877789204). \ No newline at end of file diff --git a/pages/scams.mdx b/pages/scams.mdx index 7917ae3..aee60cb 100644 --- a/pages/scams.mdx +++ b/pages/scams.mdx @@ -4,152 +4,152 @@ import { Card, Cards } from 'nextra-theme-docs' Think you've found a scam? Check out this list before you start. -

Thanks to @totallytavi for sourcing this information

+

Thanks to @totallytavi for sourcing the majority of the information

diff --git a/pages/scams/Discord-spam.mdx b/pages/scams/Discord-spam.mdx index 8f1d399..3298060 100644 --- a/pages/scams/Discord-spam.mdx +++ b/pages/scams/Discord-spam.mdx @@ -1,8 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Discord is Spamming Me with Scams - -[Original source](https://discord.com/channels/820745488231301210/1447244070270533643/1447244070270533643) +

[Original Source](https://discord.com/channels/820745488231301210/1447244070270533643)

## How it works Scammers create fake Discord bots that impersonate official Discord messages. These bots often send phishing links, fake warnings, or scam offers. diff --git a/pages/scams/_meta.json b/pages/scams/_meta.json index fa287f9..35f8b68 100644 --- a/pages/scams/_meta.json +++ b/pages/scams/_meta.json @@ -6,12 +6,12 @@ "pirated-apps": "Pirated Apps Scam", "refund": "Refund Scam", "steam-gift-card": "Steam Gift Card Scam", - "Discord-spam": "Discord is Spamming Me with Scams", + "discord-spam": "Discord is Spamming Me with Scams", "fake-discord-bot-nitro": "Fake Discord Bot Nitro Scam", "drop-shipping": "Drop-shipping Scam", "celebrity-casino": "Celebrity Casino Scam", "roblox-impersonation": "Roblox Impersonation Scam", - "minecraft-verification-scam": "Minecraft Verification Scam", + "minecraft-verification": "Minecraft Verification Scam", "free-discord-nitro": "Free Discord Nitro Scam", "crypto-NFT": "Crypto NFT Scam", "discord-token": "\"I Have Your Token!\" Scam on Discord", diff --git a/pages/scams/art-commissions.mdx b/pages/scams/art-commissions.mdx index 9e82614..aa3bdda 100644 --- a/pages/scams/art-commissions.mdx +++ b/pages/scams/art-commissions.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # 2D/3D Artist Looking for Commissions +

[Partial Source](https://discord.com/channels/820745488231301210/1342323180416663614)

## How it works Scammers pose as 2D/3D artists offering commissions, gain your trust, demand upfront payment, and then disappear without delivering any work. diff --git a/pages/scams/celebrity-casino.mdx b/pages/scams/celebrity-casino.mdx index 499dc09..dc1aea9 100644 --- a/pages/scams/celebrity-casino.mdx +++ b/pages/scams/celebrity-casino.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Celebrity Casino Scam on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1442110182258642998)

## How it works Scammers will DM you or send in a server a suspicious link, with a series of doctored images attached. Beware of the scam, and watch out for any red flags. The scam will supposedly appear "promoted" by a celebrity.. don't fall for that! diff --git a/pages/scams/crypto-NFT.mdx b/pages/scams/crypto-NFT.mdx index a23ca1c..e1db267 100644 --- a/pages/scams/crypto-NFT.mdx +++ b/pages/scams/crypto-NFT.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Cryptocurrency & NFT Scams on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1342318196606369955)

## How it works Crypto and NFT scams are widespread on Discord, often involving phishing links, fake giveaways, impersonation, and fraudulent investment schemes. These scams aim to steal funds, account credentials, or personal information. diff --git a/pages/scams/discord-support.mdx b/pages/scams/discord-support.mdx index ef2b3f4..b83f17d 100644 --- a/pages/scams/discord-support.mdx +++ b/pages/scams/discord-support.mdx @@ -1,29 +1,54 @@ import { Callout } from 'nextra-theme-docs' -# Discord Support +# Discord Support Scam +

[Partial Source](https://discord.com/channels/820745488231301210/1342316789866037298)

## How it works + Scammers impersonate Discord users and fake staff members, claiming they "accidentally reported you" to trick you into giving up your account. -1. You receive a DM from a random user claiming they "accidentally reported you." -2. They send a fake screenshot showing your username in an official-looking report. -3. They ask you to contact a "Discord staff member" to fix the issue. -4. The "staff member" (who is actually a scammer) asks for personal details and requests you to change your email. -5. If you follow their instructions, they take full control of your Discord account. -6. Once hacked, your account is used to spread the scam to others. + +You receive a DM from a random user claiming they "accidentally reported you." They send a fake screenshot showing your username in an official-looking report. They ask you to contact a "Discord staff member" to fix the issue. The "staff member" (who is actually a scammer) asks for personal details and requests you to change your email. If you follow their instructions, they take full control of your Discord account. Once hacked, your account is used to spread the scam to others. + +## How do I avoid this scam? + +Watch for red flags: + +- **Discord will never contact you about a report via DMs.** +- **Discord staff members do not add users for ticket issues.** +- **Scammers will try to create a sense of urgency and panic.** +- **A real Discord employee will always have the verified Discord Staff badge.** + +How to verify a real Discord staff member? + +A legitimate Discord staff member will always have the "Discord Staff" badge. Clicking the badge will direct you to Discord's official website. If someone claiming to be staff doesn't have this badge, they are a scammer. ## I've already fallen for this scam -Contact Discord support immediately and get them to change your email back. - - https://support.discord.com/hc/en-us/requests/new?ticket_form_id=4574398270487 - - If you scanned a QR code, change your password. If you downloaded a file, assume it is malware and wipe your PC and change all your passwords - +If your account was stolen: -## How do I avoid this scam? -1. Discord Staff will NEVER DM you about issues with your account. -- Discord may send you a system message which looks like [this](https://support.discord.com/hc/en-us/articles/360036118732-Discord-System-Messages). -2. Never share personal information or download files from untrusted sources. +1. **Submit a support ticket to Discord:** Request Account Recovery at https://support.discord.com/hc/en-us/requests/new?ticket_form_id=4574398270487 +2. **Provide your original email** (before it was changed). +3. **Include your User ID and Username.** +4. **Use this message template** (fill in your details): + + ``` + Hello Discord team, my Discord account has been stolen. + I fell for the Discord employee scam, and the thief is using my account to scam others. + My original email: [your email] + My user ID: [your user ID] + My username: [your Discord username] + Thank you for helping me recover my account! + ``` + +5. **Wait for Discord's response.** Avoid submitting multiple tickets, as it may delay the process. +6. **Follow Discord's recovery steps.** Once Discord verifies your information, they will assist in recovering your account. + + +**Final Reminder:** Discord will never contact you via DMs about reports. Never change your email for someone claiming to be Discord staff. If something feels off, verify it before taking action. + ## More Details + This scam has been covered by the following sources: + \ No newline at end of file diff --git a/pages/scams/discord-token.mdx b/pages/scams/discord-token.mdx index ee83d39..4868fe2 100644 --- a/pages/scams/discord-token.mdx +++ b/pages/scams/discord-token.mdx @@ -1,7 +1,7 @@ import { Callout } from 'nextra-theme-docs' # "I Have Your Token!" Scam on Discord - +

[Original Source](https://discord.com/channels/820745488231301210/1342320192855998485)

## How it works diff --git a/pages/scams/drop-shipping.mdx b/pages/scams/drop-shipping.mdx index 141da75..3ee35f7 100644 --- a/pages/scams/drop-shipping.mdx +++ b/pages/scams/drop-shipping.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Drop-shipping Scam on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1442100704230510735)

## How it works Scammers will DM you or send messages in a server about collaborating in a business plan and start a dropshipping store to make sales. They will often sound friendly, and insist that it can get you rich quickly. Don't fall for their scam! diff --git a/pages/scams/fake-discord-bot-nitro.mdx b/pages/scams/fake-discord-bot-nitro.mdx index c6caf38..92bb969 100644 --- a/pages/scams/fake-discord-bot-nitro.mdx +++ b/pages/scams/fake-discord-bot-nitro.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Fake Discord Bot Nitro Scam +

[Original Source](https://discord.com/channels/820745488231301210/1342618018928398356)

## How it works Scammers use fake Discord bots to send DMs claiming you've won free Nitro or server boosts. These scams trick users into joining servers unwillingly, allowing the owners to sell the server later for profit. diff --git a/pages/scams/free-discord-nitro.mdx b/pages/scams/free-discord-nitro.mdx index a95db4a..e34ed5a 100644 --- a/pages/scams/free-discord-nitro.mdx +++ b/pages/scams/free-discord-nitro.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Free Discord Nitro Scam +

[Original Source](https://discord.com/channels/820745488231301210/1342318655299653714)

## How it works Scammers pose as generous users or event organizers, claiming to offer free Discord Nitro. They send fake links that mimic Discord's login page to steal your credentials and hijack your account. diff --git a/pages/scams/job-offer.mdx b/pages/scams/job-offer.mdx index a829998..fe33eb4 100644 --- a/pages/scams/job-offer.mdx +++ b/pages/scams/job-offer.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Job Offer Scams on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1342315684834705419)

## How it works diff --git a/pages/scams/minecraft-verification.mdx b/pages/scams/minecraft-verification.mdx index 4072ad0..a837946 100644 --- a/pages/scams/minecraft-verification.mdx +++ b/pages/scams/minecraft-verification.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Minecraft Verification Scam on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1342617302214115420)

## How it works Scammers trick users into providing access to their Minecraft accounts by pretending to require email verification for a reward or server access. diff --git a/pages/scams/nsfw-server-link.mdx b/pages/scams/nsfw-server-link.mdx index 2852091..9b3f3c5 100644 --- a/pages/scams/nsfw-server-link.mdx +++ b/pages/scams/nsfw-server-link.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # NSFW Server Link +

[Partial Source](https://discord.com/channels/820745488231301210/1342615953007181915)

## How it works Fake verification scams trick users into entering their login credentials on a phishing site, leading to account theft. diff --git a/pages/scams/paid-gametester.mdx b/pages/scams/paid-gametester.mdx index f61e384..0e2c39f 100644 --- a/pages/scams/paid-gametester.mdx +++ b/pages/scams/paid-gametester.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Paid Game Tester / Download My Game +

[Partial Source](https://discord.com/channels/820745488231301210/1342317553086894150)

## How it works 1. You are contacted by a scammer who claims to be a game developer or a game testing company diff --git a/pages/scams/pirated-apps.mdx b/pages/scams/pirated-apps.mdx index b29caf8..67b36f5 100644 --- a/pages/scams/pirated-apps.mdx +++ b/pages/scams/pirated-apps.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Free Paid Application +

[Partial Source](https://discord.com/channels/820745488231301210/1342320829664460820)

## How it works Scammers trick users into downloading "free" paid applications, which often contain malware that can steal personal information, compromise accounts, or damage your device. diff --git a/pages/scams/qr.mdx b/pages/scams/qr.mdx index 072ee09..a25cb8e 100644 --- a/pages/scams/qr.mdx +++ b/pages/scams/qr.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # QR Code Scam on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1342321764172169266)

## How it works diff --git a/pages/scams/refund.mdx b/pages/scams/refund.mdx index 38aead2..012ca27 100644 --- a/pages/scams/refund.mdx +++ b/pages/scams/refund.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Paid Too Much Money +

[Partial Source](https://discord.com/channels/820745488231301210/1342325551687532564)

## How it works Scammers trick users into believing they were overpaid and convince them to "refund" money they never actually received. diff --git a/pages/scams/roblox-impersonation.mdx b/pages/scams/roblox-impersonation.mdx index 0194162..d917eee 100644 --- a/pages/scams/roblox-impersonation.mdx +++ b/pages/scams/roblox-impersonation.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Roblox Impersonation Scam on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1442107213215830016)

## How it works Scammers will try to impersonate a Roblox discord server's staff member and frame you for being a fraud. They will get you banned on a server and try to steal your account by logging in through a bot. Beware, it's all fake! diff --git a/pages/scams/roblox-scam.mdx b/pages/scams/roblox-scam.mdx index d387ab0..f105f3e 100644 --- a/pages/scams/roblox-scam.mdx +++ b/pages/scams/roblox-scam.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Roblox Free Robux Scam +

[Original Source](https://discord.com/channels/820745488231301210/1342319234285310054)

## How it works diff --git a/pages/scams/romance-catfishing.mdx b/pages/scams/romance-catfishing.mdx index d9eed6e..3c4320c 100644 --- a/pages/scams/romance-catfishing.mdx +++ b/pages/scams/romance-catfishing.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Romance & Catfishing Scams on Discord +

[Original Source](https://discord.com/channels/820745488231301210/1342231140714676225)

## How it works diff --git a/pages/scams/steam-gift-card.mdx b/pages/scams/steam-gift-card.mdx index 8297337..deb4917 100644 --- a/pages/scams/steam-gift-card.mdx +++ b/pages/scams/steam-gift-card.mdx @@ -1,6 +1,7 @@ import { Callout } from 'nextra-theme-docs' # Steam Gift Card Scam +

[Partial Source](https://discord.com/channels/820745488231301210/1342315044574199870)

## How it works Scammers impersonate friends or other users to send fake Steam gift links that lead to phishing sites, stealing Steam accounts.