I would like to get console working in SP. I looked at other tools but they always inject some internal DLL that connects to an c# tool via a ConsolePipe so i can't really look that up. This is what i got so far:

Code:
[
	{
		"MD5": "E2E1F2DC91A87565FC2E691B21EE4CBB",
		"CRC32": "F48ECEB0",
		"Binary": "h1_sp64_ship.exe",
		"Versions": {
			"File": "1.0.0.1",
			"Product": "1.3",
			"Game": "1.4.814118.0-0.32767"
		},
		"BuildDate": "11/2/2016 1:45:23 PM",
		"SizeBytes": 19234832,
		"BaseAddressStart": "140000000",
		"BaseAddressSearch": "140001000",
		"BaseAddressEnd": "151F42000",
		"Addresses": {
			"PrimaryAmmo": "145806994",
			"SecondaryAmmo": "1458069AC"
		},
		"Variables": {
			"Ammo": {
				"Pointers": [
					"0550DEA8",
					"057FABD0",
					"0D114F48"
				],
				"Offsets": {
					"Primary": "3C4",
					"Secondary": "3DC",
					"Flashbangs": "4D8"
				}
			}
		}
	}
]