| 
		
			| [Coding] scripts.dll server reading [message #255347] | Mon, 23 April 2007 21:07  |  
			| 
				
				
					| Genesis2001 Messages: 1397
 Registered: August 2006
 
	Karma: 0
 | General (1 Star) |  |  |  
	| I've heard that it's possible to read the server directly from scripts.dll through creating a TCP server or some sort of server inside scripts.dll. I am looking for someone who knows how to do this and would be willing to help me. :/ I need help creating the server and then using the data recieved from the scripts.dll to be transformed into something that I can code with. 
 
 Thanks,
 MathK1LL
 
 
 P.S.
 
 Needing someone who specializes in scripts.dll & in C++/CLI (Managed C++)
 |  
	|  |  | 
	|  | 
	|  | 
	| 
		
			| Re: [Coding] scripts.dll server reading [message #255468 is a reply to message #255369] | Tue, 24 April 2007 12:34   |  
			| 
				
				|  |  jnz Messages: 3396
 Registered: July 2006
 Location: 30th century
 
	Karma: 0
 | General (3 Stars) |  |  |  
	| | Merovingian wrote on Tue, 24 April 2007 09:22 |  | Lol, that someone isn't psufan is it? And the idea wouldn't have been ScriptsSE.dll?
 
 PSU told me you stole the idea from Lee, which i think is complete bs. PSU's just so far up his own ass he can't be bothered to look at other peoples opinions.
 
 | 
 
 ^^ completely right. I was talking vaguely to Cat998 about it on msn, months ago. It was Cat998 that suggested it to me. I let someone take over from me because it would have big security holes, that are hard to patch. I found a much better way to interact with the FDS closed source that i am still experimenting with.
 
 [Updated on: Tue, 24 April 2007 12:35] Report message to a moderator |  
	|  |  | 
	| 
		
			| Re: [Coding] scripts.dll server reading [message #255470 is a reply to message #255363] | Tue, 24 April 2007 12:35   |  
			| 
				
				
					| Genesis2001 Messages: 1397
 Registered: August 2006
 
	Karma: 0
 | General (1 Star) |  |  |  
	| | gamemodding wrote on Tue, 24 April 2007 01:18 |  | I used this in Sbot, then got accused of ripping someone elses idea. Even though i have had that idea for months, i just didn't know how to do it.
 
 It's a bad idea anyway.
 
 | 
 
 
 
 I'm getting tired you telling me one thing and then contradicting yourself saying..."No it's a bad idea" or some other bullshit like that...
 
 
 -MathK1LL
 |  
	|  |  | 
	| 
		
			| Re: [Coding] scripts.dll server reading [message #255472 is a reply to message #255347] | Tue, 24 April 2007 12:45   |  
			| 
				
				|  |  jnz Messages: 3396
 Registered: July 2006
 Location: 30th century
 
	Karma: 0
 | General (3 Stars) |  |  |  
	| I was telling you the easiest way to do it  
 
 
//for FDSTalk.dll put at the top under your namespace imports
[DllImport("FDSTalk.dll")] bool Init(short port, String ^password);
[DllImport("FDSTalk.dll")] void Shutdown(void);
[DllImport("FDSTalk.dll")] void Send_Message(String ^Text, long ip, short port);
[DllImport("FDSTalk.dll")] void Service(void);
 Read
 renlog_<date>.txt
 bhs_renlog_<date>.txt
 
 Its all done in HL-Bot.
 I'm not sure about how the ip must be formatted. You will probably have to have a Native dll with the function HL-Bot uses to convert it.
 [Updated on: Tue, 24 April 2007 12:46] Report message to a moderator |  
	|  |  | 
	|  | 
	|  | 
	|  |