STEAM 组
Hacknet Modding HacknetMod
STEAM 组
Hacknet Modding HacknetMod
8
游戏中
46
在线
成立于
2015 年 8 月 18 日
所有讨论 > 综合讨论 > 主题详情
76561198091181570 2016 年 1 月 26 日 上午 5:32
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#", {链接已删除}
.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", " "));
}
< >
正在显示第 1 - 10 条,共 10 条留言
quantum 2016 年 8 月 2 日 下午 4:42 
What File Did You Find It In? (Based on the info I think i could make my own exploit programs)
最后由 quantum 编辑于; 2016 年 8 月 2 日 下午 4:42
76561198091181570 2016 年 8 月 4 日 上午 11:31 
i've decompilied hacknet :steamhappy:
quantum 2016 年 8 月 4 日 上午 11:59 
Decompiled???
quantum 2016 年 8 月 4 日 下午 12:10 
引用自 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 2016 年 8 月 15 日 上午 10:06 
yup
76561198091181570 2016 年 8 月 15 日 上午 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 2016 年 8 月 15 日 上午 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 2016 年 8 月 15 日 上午 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 {链接已删除}
最后由 twoj stary 编辑于; 2016 年 8 月 15 日 上午 10:26
76561198091181570 2016 年 8 月 15 日 上午 10:27 
thats the proof
quantum 2016 年 8 月 15 日 上午 10:55 
引用自 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
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50

所有讨论 > 综合讨论 > 主题详情