STEAM GROUP
Hacknet Modding HacknetMod
STEAM GROUP
Hacknet Modding HacknetMod
11
IN-GAME
68
ONLINE
Founded
18 August, 2015
Exe Shortcuts Thread
Thats what i found in code:
public static string filter(string s)
{
return
MissionGenerationParser.parse(
s.Replace("#BINARY#", Computer.generateBinaryString(2000))
.Replace("#BINARYSMALL#", Computer.generateBinaryString(800))
.Replace("#PLAYERNAME#", {LINK REMOVED}
.Replace("#PLAYER_IP#", os.thisComputer.ip)
.Replace("#SSH_CRACK#", PortExploits.crackExeData[22])
.Replace("#FTP_CRACK#", PortExploits.crackExeData[21])
.Replace("#WEB_CRACK#", PortExploits.crackExeData[80])
.Replace("#DECYPHER_PROGRAM#", PortExploits.crackExeData[9])
.Replace("#DECHEAD_PROGRAM#", PortExploits.crackExeData[10])
.Replace("#CLOCK_PROGRAM#", PortExploits.crackExeData[11])
.Replace("#MEDICAL_PROGRAM#", PortExploits.crackExeData[104])
.Replace("#SMTP_CRACK#", PortExploits.crackExeData[25])
.Replace("#SQL_CRACK#", PortExploits.crackExeData[1433])
.Replace("#SECURITYTRACER_PROGRAM#", PortExploits.crackExeData[4])
.Replace("#HACKNET_EXE#", PortExploits.crackExeData[15])
.Replace("#HEXCLOCK_EXE#", PortExploits.crackExeData[16])
.Replace("#SEQUENCER_EXE#", PortExploits.crackExeData[17])
.Replace("#GREEN_THEME#", ThemeManager.getThemeDataString(OSTheme.HackerGreen))
.Replace("#WHITE_THEME#", ThemeManager.getThemeDataString(OSTheme.HacknetWhite))
.Replace("#YELLOW_THEME#", ThemeManager.getThemeDataString(OSTheme.HacknetYellow))
.Replace("#TEAL_THEME#", ThemeManager.getThemeDataString(OSTheme.HacknetTeal))
.Replace("#BASE_THEME#", ThemeManager.getThemeDataString(OSTheme.HacknetBlue))
.Replace("#PURPLE_THEME#", ThemeManager.getThemeDataString(OSTheme.HacknetPurple))
.Replace("#MINT_THEME#", ThemeManager.getThemeDataString(OSTheme.HacknetMint))
.Replace("#PACEMAKER_FW_WORKING#", PortExploits.ValidPacemakerFirmware)
.Replace("#PACEMAKER_FW_DANGER#", PortExploits.DangerousPacemakerFirmware)
.Replace("\t", " "));
}
< >
Showing 1-10 of 10 comments
quantum 2 Aug, 2016 @ 4:42pm 
What File Did You Find It In? (Based on the info I think i could make my own exploit programs)
Last edited by quantum; 2 Aug, 2016 @ 4:42pm
76561198091181570 4 Aug, 2016 @ 11:31am 
i've decompilied hacknet :steamhappy:
quantum 4 Aug, 2016 @ 11:59am 
Decompiled???
quantum 4 Aug, 2016 @ 12:10pm 
Originally posted by gazeelmikolaj:
i've decompilied hacknet :steamhappy:
You Decompiled Hacknet What does that mean and can you recompile it? if you want to make new exploit programs?
76561198091181570 15 Aug, 2016 @ 10:06am 
yup
76561198091181570 15 Aug, 2016 @ 10:08am 
just some konowlage about c# and XNA and countless hours of debuging i thing i still have this shomewhere no my hard drive
76561198091181570 15 Aug, 2016 @ 10:18am 
BUT the problem is that code is really hard to understand and of course if i had time i could even make my own campagin or DLC cuz i'am a decent c# programer but i was tired and i said fuck it to this day sitting on my desktop
76561198091181570 15 Aug, 2016 @ 10:25am 
i even started having fun with the MainMenu.cs file found this
hexBackground.Draw(dest1, GuiData.spriteBatch, Color.Transparent, Settings.lighterColorHexBackground ? new Color(800,800,800) : new Color(100,100,100, 0), HexGridBackground.ColoringAlgorithm.NegaitiveSinWash, 0.0f);
and chaged new Color(100,100,100, 0) to new Color(800,800,800, 0)
and got that {LINK REMOVED}
Last edited by twoj stary; 15 Aug, 2016 @ 10:26am
76561198091181570 15 Aug, 2016 @ 10:27am 
thats the proof
quantum 15 Aug, 2016 @ 10:55am 
Originally posted by gazeelmikolaj:
i even started having fun with the MainMenu.cs file found this
hexBackground.Draw(dest1, GuiData.spriteBatch, Color.Transparent, Settings.lighterColorHexBackground ? new Color(800,800,800) : new Color(100,100,100, 0), HexGridBackground.ColoringAlgorithm.NegaitiveSinWash, 0.0f);
and chaged new Color(100,100,100, 0) to new Color(800,800,800, 0)
and got that image[imgur.com]
Cool
< >
Showing 1-10 of 10 comments
Per page: 1530 50