{"slug": "tools", "title": "tools", "summary": "Based on the provided text, the article contains the source code for a batch file titled \"BLUE MOON V6.5\". The program presents a text-based menu with options to launch web applications, generate random usernames and passwords for Roblox and Discord, create random codes, simulate an IP scanner, and activate a \"Metals Mode\" display.", "body_md": ".bat\n\n      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.\n      \nLearn more about bidirectional Unicode characters\n\n \n    Show hidden characters\n\n@echo off\n\ntitle BLUE MOON V6.5\n\nsetlocal EnableDelayedExpansion\n\ncolor 0A\n\n:: ================= BOOT =================\n\n:boot\n\ncls\n\necho ==========================================\n\necho        BLUE MOON SYSTEM STARTING\n\necho ==========================================\n\nping localhost -n 2 >nul\n\ngoto menu\n\n:: ================= MENU =================\n\n:menu\n\ncls\n\necho ==========================================================\n\necho                    BLUE MOON V6.5\n\necho ==========================================================\n\necho.\n\necho [1] APPS\n\necho [2] ROBLOX GENERATOR\n\necho [3] DISCORD GENERATOR\n\necho [4] RANDOM CODE GENERATOR\n\necho [5] IP SCANNER\n\necho [6] METALS MODE\n\necho [7] EXIT\n\necho.\n\nset /p choice=Select option : \n\nif \"%choice%\"==\"1\" goto apps\n\nif \"%choice%\"==\"2\" goto roblox\n\nif \"%choice%\"==\"3\" goto discord\n\nif \"%choice%\"==\"4\" goto gen\n\nif \"%choice%\"==\"5\" goto scan\n\nif \"%choice%\"==\"6\" goto metals\n\nif \"%choice%\"==\"7\" exit\n\ngoto menu\n\n:: ================= APPS =================\n\n:apps\n\ncls\n\necho ================= APPS =================\n\necho.\n\necho [1] Discord\n\necho [2] Roblox\n\necho [3] Spotify\n\necho [4] Google\n\necho.\n\nset /p app=Select number : \n\nif \"%app%\"==\"1\" start https://discord.com\n\nif \"%app%\"==\"2\" start https://www.roblox.com\n\nif \"%app%\"==\"3\" start https://open.spotify.com\n\nif \"%app%\"==\"4\" start https://google.com\n\ngoto menu\n\n:: ================= ROBLOX GENERATOR =================\n\n:roblox\n\ncls\n\nset names=Dragon Pixel Cyber Ghost Ninja Blaze Storm Neon Nova Shadow\n\nset /a n=%random% %% 10 + 1\n\nset i=0\n\nfor %%x in (%names%) do (\n\n    set /a i+=1\n\n    if !i!==!n! set name=%%x\n\n)\n\nset /a id=%random% %% 900000 + 100000\n\ncall :genpass\n\ncls\n\necho ==========================================================\n\necho            ROBLOX PROFILE GENERATED\n\necho ==========================================================\n\necho Username : !name!!id!\n\necho Password : !pass!\n\necho Status   : ACTIVE\n\necho ==========================================================\n\npause\n\ngoto menu\n\n:: ================= DISCORD GENERATOR =================\n\n:discord\n\ncls\n\nset names=Alex Jordan Morgan Taylor Casey Sky Neo Pixel Zen Nova\n\nset /a n=%random% %% 10 + 1\n\nset i=0\n\nfor %%x in (%names%) do (\n\n    set /a i+=1\n\n    if !i!==!n! set name=%%x\n\n)\n\nset /a tag=%random% %% 9999\n\ncall :genpass\n\ncls\n\necho ==========================================================\n\necho            DISCORD PROFILE GENERATED\n\necho ==========================================================\n\necho Username : !name!#%tag%\n\necho Password : !pass!\n\necho Status   : ONLINE\n\necho ==========================================================\n\npause\n\ngoto menu\n\n:: ================= RANDOM CODE GENERATOR =================\n\n:gen\n\ncls\n\ncall :code\n\necho ================= GENERATOR =================\n\necho.\n\necho Generated Code : !code!\n\npause\n\ngoto menu\n\n:: ================= IP SCANNER =================\n\n:scan\n\ncls\n\necho ================= IP SCANNER =================\n\nset /a ip1=%random% %% 223 + 1\n\nset /a ip2=%random% %% 255\n\nset /a ip3=%random% %% 255\n\nset /a ip4=%random% %% 255\n\necho Detected IP : !ip1!.!ip2!.!ip3!.!ip4!\n\npause\n\ngoto menu\n\n:: ================= METALS MODE =================\n\n:metals\n\ncls\n\ncolor 07\n\necho ==========================================================\n\necho                    METALS MODE\n\necho ==========================================================\n\necho.\n\necho [IRON]   SYSTEM OK\n\necho [STEEL]  PROCESS ACTIVE\n\necho [GOLD]   UI READY\n\necho [SILVER] BACKUP ON\n\necho.\n\necho STATUS: STABLE\n\necho ==========================================================\n\npause\n\ngoto menu\n\n:: ================= 0000-0000-0000-0000 CODE =================\n\n:code\n\nset code=\n\nfor /L %%i in (1,1,4) do (\n\n    set part=\n\n    for /L %%a in (1,1,4) do (\n\n        set /a r=!random! %% 10\n\n        set part=!part!!r!\n\n    )\n\n    set code=!code!!part!-\n\n)\n\nset code=!code:~0,-1!\n\nexit /b\n\n:: ================= ULTRA PASSWORD (GLOBAL) =================\n\n:genpass\n\nset chars=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()\n\nset /a len=%random% %% 11 + 20\n\nset pass=\n\nfor /L %%i in (1,1,%len%) do (\n\n    set /a r=!random! %% 72\n\n    for %%b in (!r!) do set pass=!pass!!chars:~%%b,1!\n\n)\n\nexit /b", "url": "https://wpnews.pro/news/tools", "canonical_source": "https://gist.github.com/xerox45454/0ccdb9cd2f8cd6286f89c62afc76ce56", "published_at": "2026-05-22 18:26:04+00:00", "updated_at": "2026-05-22 18:38:16.359218+00:00", "lang": "en", "topics": ["cybersecurity", "developer-tools"], "entities": ["Blue Moon", "Roblox", "Discord", "Spotify", "Google"], "alternates": {"html": "https://wpnews.pro/news/tools", "markdown": "https://wpnews.pro/news/tools.md", "text": "https://wpnews.pro/news/tools.txt", "jsonld": "https://wpnews.pro/news/tools.jsonld"}}