Guida [LUA & C++] Errore per un carattere...inesistente...

Stato
Discussione chiusa ad ulteriori risposte.

d3vil401

Utente Platinum
3 Gennaio 2009
2,077
106
1,055
1,043
Codice:
-- [License]
File = "d3v1l401.d3l"

-- [Internal]
EnablePlugins = "yes"
ImportSigns	= "yes"

-- [EHSvc]
-- HackShield CORE Server IP & Port
HSCServerIP = "127.0.0.1"
HSCServerPort = 1999
-- Act like...
-- 		PROXY 	 - Proxy, just catch the keys, decrypt everything and save the data to a file, nothing else. (MIN. LICENSE REQUIRED: Developer)
--		WATCHMAN - Watchman, watches everything and also tries to decrypt something, will not save data. (MIN. LICENSE REQUIRED: Developer)
--		CHECKER  - Checker, checks if communications are customizable. (MIN. LICENSE REQUIRED: Trial)
--		ALLOK 	 - All ok, nothing is wrong with a fully edited and cheating client. (MIN. LICENSE REQUIRED: Normal)
--		THEMASK  - Masks the HSB file from the server, if you want to manually bypass the game checks, but avoiding the LMP check. (REQUIRED HSB Generator!)
--	   	           (MIN. LICENSE REQUIRED: Developer)
--		SMELLFINDER - Smells the keys and update them, specify the game! (MIN. LICENSE REQUIRED: Normal)
Acting = "CHECKER"
-- If you're smelling the keys or saving the data, then give a name to the file.
Outlog = "Smelly.log"
-- Specify wich algorithm to use, leave it as it is if you don't know!
Algorithm = 1
-- Wanna use a bypass? Specify wich one:
--		OFFICIAL  - If you want to bypass the game by using ACBI (Artificial Code Bypassing Intelligence).
--		COMMUNITY - Use community's plugins to do it, remember to leave enabled the plugins.
--		NO	 	  - No bypasses.
Bypass = "OFFICIAL"

-- [HSUpdate]
-- Guess it.
HSUServerIP = "127.0.0.1"
HSUServerPort = 2000
HSUProtocol = 1 -- This is particular: 1. FTP
				--					   2. HTTP
-- You may update the files with a version you want, or maybe leave the actual one.
-- 		REPLACE - Replaces the files with the ones in the /updates/.
-- 		KEEP 	- Keeps actual version. (RECOMMENDED)
--		LEAVE	- Runs HSUpdate normally.
UpdateMask = "LEAVE"

-- Just informing you, everything is logged and sent to the server.
-- [HSMonitor Service]
HSMServerIP = "127.0.0.1"
HSMServerPort = 2001
-- Wanna mask the logs?
-- 		IMCLEAR - Filters the logs, skipping the "bad" ones.
-- 		WICHLOG - What? It's empty here!
-- 		RANDOM  - Randoms shit in the logs.
MaskLogs = "RANDOM"

-- We can try to read some intredasting things in the configurations.
-- [HS Configurations]
-- Wanna take something from the configurations?
ReadThemAll = "no"
-- The public key for the decryption of the files.
PublicKey = "exported.key"
-- Where's the updating file?
HSUpdate = "HShield\\HSUpdate.env"
-- HShield main configuration
HShield = "HShield\\hshield.dat"
-- New HS uses the MSD files, i still have to study them...
Hei = "HShield\\hei.msd"

Condizione #1

Avvio il programma SENZA debugger di Visual Studio, tutto funziona perfettamente.

Condizione #2

Avvio il programma CON debugger, da errore alla riga 57.

8AJij.png



Che diamine succede?
 
Stato
Discussione chiusa ad ulteriori risposte.