This is a very basic python program, it get's it done, more updates will come with loops and GUI hopefully soon!
1) Download python2.7 setup from the official website.
2) Install it on your computer.
3) Paste this code in <anyname>.py, (<anyname> being literally use anyname for the .py file), save.
4) Run the file, every time, it will ask for the file the random code should go to, give it the proper path to the .cpp file.
You will need your internet ON for this to work.
The code will be taken from the website and pasted to your .cpp file at the end of all lines. Do this for 2-3 times depending on how much junk you are planning on adding.
Repeat for all files, all you gotta do is run the program and paste in the path to the .cpp file.
Code:
#Import modules
import requests
import os
import sys
# Get the text from the website.
url = 'https://junkcode.gehaxelt.in'
data = requests.get(url)
# Get the filename to add paste.
file_name = raw_input("Enter the EXACT path to your .cpp file:")
# Add paste.
print 'Adding Junk to ' + file_name
with open(file_name, "a") as file:
file.write(data.text)
Open up your project remove lines like : "[/pre] or [/code] with "find and replace all", and compile your OWN TexasHOOK.
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.