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 › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Counter-Strike 2 Hacks › Counter-Strike 2 Coding & Resources › Auto junk adder Python

Thumbs upAuto junk adder Python

Posts 1–9 of 9 · Page 1 of 1
yolonewb
yolonewb
Auto junk adder Python
This is a very basic python program, it get's it done, more updates will come with GUI hopefully soon!

1) Download python2.7 setup from the official website.
2) Install it on your computer.
3) Download and run the file.
4) Enter the FULL PATH to your project folder.
5) Wait for it to finish, window should close.



For people who want the source:
Code:
import random 
import os
import sys


def randomword(length):
   s = ""
   for i in range(length):
       a = random.randint(97, 122)
       s += chr(a)
   return s

def replace(original_string, string_to_replace):
    result_string = ""
    while original_string.find(string_to_replace) >= 0:
      pos = original_string.find(string_to_replace)
      result_string += original_string[0: pos]
      result_string += randomword(40)
      next_pos = pos+2
      original_string = original_string[next_pos:]
    result_string += original_string[:]
    return result_string

junk = """
#include <stdio.h>
#include <string>
#include <iostream>

using namespace std;

class {} {
public:
int {};
int {};
int {};
int {}();
string {}(int {}, int {}, int {});
double {}();
string {}(int {}, double {});
double {}(double {}, int {}, string {});
string {}(int {}, bool {}, string {}, string {}, double {}, double {}, string {}, bool {});

protected:
double {};

void {}(bool {}, double {}, bool {}, double {}, int {}, int {});
void {}(bool {}, double {}, int {}, int {}, bool {}, double {}, int {});
int {}();
int {}(int {}, double {}, int {}, string {}, string {}, int {}, string {}, double {}, bool {}, bool {});
double {}(int {}, string {}, int {}, double {});
bool {}(int {});
bool {}(string {}, double {}, bool {}, string {}, int {}, int {}, double {}, bool {}, double {});
void {}(double {}, int {}, int {}, string {}, double {}, double {});

private:
int {};
int {};

double {}(bool {}, double {});

};




void {}(bool {}, double {}, bool {}, double {}, int {}, int {}) {

}

void {}(bool {}, double {}, int {}, int {}, bool {}, double {}, int {}) {
int {} = 8745;
int {} = 4532;
bool {} = true;
bool {} = false;
int {} = 2342;
double {} = 6576;
int {} = 1234;
int {} = 3345;
string {} = "{}";
int {} = 4565;
if (string("{}") != string("{}")) {
int {}; 
}

}
"""

file_name = raw_input("Enter the EXACT path to your .cpp files:")

def add_junk():
   for root, dirs, files in os.walk(file_name):
      for file in files:
         if file.endswith(".cpp"):
            stra = replace(junk, "{}")
            with open(os.path.join(root, file), 'a+') as file1:
               file1.write('\n')
               file1.write('\n')
               file1.write(stra)  
            print 'Adding Junk to ' + file

for _ in range(200):
   add_junk()
   print 'Passes:' + _
~ Virus scans:
https://virusscan.jotti.org/en-US/fi...job/0qsgmu929k
https://www.virustotal.com/#/file/d6...1162/detection

GET YOUR OWN NEWJERSEYHOOK, NEWYORKHOOK, CALIFORNIAHOOK WITH THIS METHOD, HELL YOU NAME IT ANY DAMN STATE YOU WANT! YOU KNOW THE BONUS TO THIS IS YOU CAN ACTUALLY TAKE CREDIT FOR THE CHEAT XDDDD.
junk_mpgh.net.zip
#1 · 8y ago
KM
KMWTW
junk code = trash code = shit = still detected.
#2 · 8y ago
Ally
Ally
//Approved
#3 · 8y ago
SH
shattering
It is taking over 30min adding 200 times junk in ~100 cpp files but the tool looks good.
#4 · 8y ago
yolonewb
yolonewb
Quote Originally Posted by shattering View Post
It is taking over 30min adding 200 times junk in ~100 cpp files but the tool looks good.
Cheers, this script is faster than the C++ version of the tool. If you want, you can change the code so that it only adds the junk 50 times or however many times you feel is enough, 50 times should be more than enough.

Change :

Code:
for _ in range(200):
To :

Code:
for _ in range(50):
#5 · 8y ago
IC
IcyTree
Its working, thanks <3
#6 · edited 8y ago · 8y ago
WE
weleasda
i changed the range from 200 to 400 and i got 50%+5% different signature from first untouched dll works like a charm thank you so much dude you did a great job.
#7 · 8y ago
T-800
[MPGH]T-800
Quote Originally Posted by weleasda View Post
i changed the range from 200 to 400 and i got 50%+5% different signature from first untouched dll works like a charm thank you so much dude you did a great job.
Make sure to turn off optimization
#8 · 8y ago
WE
weleasda
Quote Originally Posted by gerassss View Post
Make sure to turn off optimization
That's the first rule of pasting
#9 · 8y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • uB Auto Box Adder Bot For LD:E 1.0By UCSerge in Alliance of Valiant Arms (AVA) Spammers, Injectors and Multi Tools
    57Last post 12y ago
  • Selling ava acc 5 mega weps, frf2 noel, mosin, katana, python, auto 9 and others!By Paviannn in Alliance of Valiant Arms (AVA) Selling / Trading / Buying
    22Last post 12y ago
  • Euro Adder and Auto F5 Dll.By Ma3rabi in Alliance of Valiant Arms (AVA) Help
    2Last post 13y ago
  • WarRock Auto Vehicle Repair HackBy mortis123 in WarRock - International Hacks
    12Last post 20y ago
  • WarRock Auto HealerBy Flawless in WarRock - International Hacks
    8Last post 20y ago

Tags for this Thread

#auto#code#junk#python