STEAM-GRUPPE
Hacknet Modding HacknetMod
STEAM-GRUPPE
Hacknet Modding HacknetMod
7
I SPIL
52
ONLINE
Grundlagt:
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 FJERNET}
.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", " "));
}
< >
Viser 1-10 af 10 kommentarer
quantum 2. aug. 2016 kl. 16:42 
What File Did You Find It In? (Based on the info I think i could make my own exploit programs)
Sidst redigeret af quantum; 2. aug. 2016 kl. 16:42
76561198091181570 4. aug. 2016 kl. 11:31 
i've decompilied hacknet :steamhappy:
quantum 4. aug. 2016 kl. 11:59 
Decompiled???
quantum 4. aug. 2016 kl. 12:10 
Oprindeligt skrevet af 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 kl. 10:06 
yup
76561198091181570 15. aug. 2016 kl. 10:08 
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 kl. 10:18 
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 kl. 10:25 
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 FJERNET}
Sidst redigeret af twoj stary; 15. aug. 2016 kl. 10:26
76561198091181570 15. aug. 2016 kl. 10:27 
thats the proof
quantum 15. aug. 2016 kl. 10:55 
Oprindeligt skrevet af 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
< >
Viser 1-10 af 10 kommentarer
Per side: 1530 50