<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Faldon Forums - Direct client running]]></title>
		<link>https://www.faldon.org/topic/3853/</link>
		<description><![CDATA[The most recent posts in Direct client running.]]></description>
		<lastBuildDate>Sun, 09 Apr 2006 22:27:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54807/#p54807</link>
			<description><![CDATA[<p>If anyone wants, here is some Python code for a patch bypasser.&nbsp; It&#039;ll automatically get the required encoded IP from the patch.cfg and start the game.&nbsp; Unlike my VB patch bypasser, it doesn&#039;t leave a window for you to close later. <img src="https://www.faldon.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><div class="codebox"><pre><code>#FALDON PATCH BYPASS

import os

def StartFaldon(code):
    Game = &quot;client.exe&quot;
    os.spawnl(os.P_NOWAIT,Game,Game,code)

def GetCode():
    f=open(&#039;patch.cfg&#039;,&#039;rb&#039;)
    data = f.read()
    i = data.index(&#039;#&#039;)
    j=i+2
    while(True):
        temp = data[i+1:j]
        if (temp.isalnum()):
            j+=1
        else:
            break
    return data[i:j-1]

code = GetCode()
StartFaldon(code)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Spectre)]]></author>
			<pubDate>Sun, 09 Apr 2006 22:27:02 +0000</pubDate>
			<guid>https://www.faldon.org/post/54807/#p54807</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54616/#p54616</link>
			<description><![CDATA[<p>:!: </p><p>I&#039;ve finally found my old password!</p><p>Stashed away in a saved password form on an old computer....</p><p>Anyway I&#039;ve probably found a semi-permanent way of evading college security.</p><p>Certain connection settings are still accessible and its possible to set up a new connection to the LAN but make sure that 127.0.0.1 doesn&#039;t have to go through the filtering proxy that all internet traffic normally has to.....</p><p> <img src="https://www.faldon.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Mortus Est)]]></author>
			<pubDate>Fri, 31 Mar 2006 09:03:08 +0000</pubDate>
			<guid>https://www.faldon.org/post/54616/#p54616</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54580/#p54580</link>
			<description><![CDATA[<p>That sounds likely actually,</p><p>....and I doubt the game would be too happy about trying to run through port 80 even if I could find a way to force it to....</p>]]></description>
			<author><![CDATA[dummy@example.com (Mortus)]]></author>
			<pubDate>Thu, 30 Mar 2006 14:35:56 +0000</pubDate>
			<guid>https://www.faldon.org/post/54580/#p54580</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54540/#p54540</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>not too sure on the IP issue, but I reckon its on 1 IP, theres alternate ports n stuff tho.</p><p>Tried command.exe instead of cmd.exe btw? ;-)</p></blockquote></div><p>It is not command.exe it is cmd.exe.&nbsp; There is command.com, but not<br />.exe. </p><br /><div class="quotebox"><blockquote><p>Well yes but theres a higher chance of remembering you were on faldon at that time in general <img src="https://www.faldon.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Anyway I&#039;ve been foiled again, theres a new restriction which blocks the running of cmd.exe and I suspect the faldon IP has been blocked, I&#039;m not certain because the patcher is able to connect (and update) to something... </p><p>I dont believe it connects to the game server so I suspect its the game server&#039;s main IP thats been blocked....</p><p>On that subject, is there a different IP for the alt connection?</p></blockquote></div><p>I doubt the game server&#039;s IP was blocked.&nbsp; What are the chances a<br />computer guy happens to know about Faldon to block the IP? More than<br />likely it is the protocol which is blocked.&nbsp; Yet even more likely it is the<br />fact that only certain protocols are allowed. The patcher works on port<br />80 which is used by web browsers for browsing the interenet.&nbsp; The<br />game on the other hand, does not.&nbsp; It runs on its own port so as to not<br />interefere with the servers capability of accepting web requests.</p><p>In other words, you need something that will let you get on Faldon<br />through port 80.&nbsp; Good luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (Lothar)]]></author>
			<pubDate>Wed, 29 Mar 2006 20:56:05 +0000</pubDate>
			<guid>https://www.faldon.org/post/54540/#p54540</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54501/#p54501</link>
			<description><![CDATA[<p>not too sure on the IP issue, but I reckon its on 1 IP, theres alternate ports n stuff tho.</p><p>Tried command.exe instead of cmd.exe btw? ;-)</p>]]></description>
			<author><![CDATA[dummy@example.com (Crovax)]]></author>
			<pubDate>Tue, 28 Mar 2006 16:35:05 +0000</pubDate>
			<guid>https://www.faldon.org/post/54501/#p54501</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54500/#p54500</link>
			<description><![CDATA[<p>Well yes but theres a higher chance of remembering you were on faldon at that time in general <img src="https://www.faldon.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Anyway I&#039;ve been foiled again, theres a new restriction which blocks the running of cmd.exe and I suspect the faldon IP has been blocked, I&#039;m not certain because the patcher is able to connect (and update) to something... </p><p>I dont believe it connects to the game server so I suspect its the game server&#039;s main IP thats been blocked....</p><p>On that subject, is there a different IP for the alt connection?</p>]]></description>
			<author><![CDATA[dummy@example.com (Mortus)]]></author>
			<pubDate>Tue, 28 Mar 2006 16:11:21 +0000</pubDate>
			<guid>https://www.faldon.org/post/54500/#p54500</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54496/#p54496</link>
			<description><![CDATA[<p>What are the odds of someone trying to connect to the server at the moment of your post, also frequenting the forums, and remembering he tried to connect at THAT specific moment by the time he reads your inquiry? Not great I fear. =p</p>]]></description>
			<author><![CDATA[dummy@example.com (Crovax)]]></author>
			<pubDate>Tue, 28 Mar 2006 06:57:03 +0000</pubDate>
			<guid>https://www.faldon.org/post/54496/#p54496</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54486/#p54486</link>
			<description><![CDATA[<p>Can someone confirm if they were able to connect to the server at about the time of this post?</p><p>Just checking something out <img src="https://www.faldon.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Mortus)]]></author>
			<pubDate>Mon, 27 Mar 2006 16:42:01 +0000</pubDate>
			<guid>https://www.faldon.org/post/54486/#p54486</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54242/#p54242</link>
			<description><![CDATA[<p>Ok after some research and reading the post to see no-one else has answered it...it seems what you want is:</p><p>client.exe #fcCGJEGIEJOEOALDELSP </p><br /><p>Hope this helps and people dont go Back and edit their posts just to copy my answer.</p><p>edit: <br />Why would I wanna do that when I can just edit your post Jesus? ;-)<br />&lt;3 Ronnie</p>]]></description>
			<author><![CDATA[dummy@example.com (Jesus3)]]></author>
			<pubDate>Sat, 18 Mar 2006 15:07:54 +0000</pubDate>
			<guid>https://www.faldon.org/post/54242/#p54242</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54232/#p54232</link>
			<description><![CDATA[<p>Lothar: closer 46 mins later actually, judging by Mortus&#039; posts timestamp.</p><p>bah... I just opened a reply and prolly did some stuff in between lol. But I checked some of my old files on my old HD actually, cuz I remembered it used to be stored in a different file, so figured I&#039;d find out a bit about its exact form before searching in the heap of files that I got in my faldon folder nowadays. Did actually find an old shortcut i once used as by-pass method, but didn&#039;t matter since I talked to Spec and he pointed me to the patch.cfg.</p><p>Not that I really care, but meh lol. After I posed I could&#039;ve of course edited my own post away, but since I put that time in it, didnt want to. <img src="https://www.faldon.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>PS. Yea, I can&#039;t resist taking bait even when I know it is.</p>]]></description>
			<author><![CDATA[dummy@example.com (Crovax)]]></author>
			<pubDate>Fri, 17 Mar 2006 21:35:34 +0000</pubDate>
			<guid>https://www.faldon.org/post/54232/#p54232</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54228/#p54228</link>
			<description><![CDATA[<p>Lol.. Crov.. after searching for the code? What did you do? See Lothar posted it and that was your search =p &lt;3</p>]]></description>
			<author><![CDATA[dummy@example.com (Fireborn)]]></author>
			<pubDate>Fri, 17 Mar 2006 16:43:12 +0000</pubDate>
			<guid>https://www.faldon.org/post/54228/#p54228</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54227/#p54227</link>
			<description><![CDATA[<p>HOLY SHIT!</p><p>IT WORKS! :shock: </p><p>....not that I doubted you or anything <img src="https://www.faldon.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> </p><br /><p>Disabled alt port to get it working but all looks good <img src="https://www.faldon.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Mortus)]]></author>
			<pubDate>Fri, 17 Mar 2006 16:00:03 +0000</pubDate>
			<guid>https://www.faldon.org/post/54227/#p54227</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54226/#p54226</link>
			<description><![CDATA[<p>Well, the code is actually an encrypted IP.. And uh Crov, 24 minutes later? <img src="https://www.faldon.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Lothar)]]></author>
			<pubDate>Fri, 17 Mar 2006 15:41:43 +0000</pubDate>
			<guid>https://www.faldon.org/post/54226/#p54226</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54225/#p54225</link>
			<description><![CDATA[<p>Alright, I figured it out after searching for a while. (Been so long, heh)</p><p>You need the code &#039;#fcCGJEGIEJOEOALDELSP&#039; in your command line.</p><p>In a shortcut it&#039;d be like:<br />&quot;C:Program FilesFaldonclient.exe&quot; #fcCGJEGIEJOEOALDELSP&nbsp; <br />(note how the quotes are positioned)</p><p>In a shell, just<br />client.exe #fcCGJEGIEJOEOALDELSP<br />will probably do though I havent tried, heh.</p><p>edit: <br />I kept this thread open a bit long, looks like Lothar beat me to it. =P</p><p>And yea Lothar, heh. Like on this old client install (still this client though) I have on my comp the code was #fcEJODAHDOJEPLPGJMSP</p>]]></description>
			<author><![CDATA[dummy@example.com (Crovax)]]></author>
			<pubDate>Fri, 17 Mar 2006 15:25:07 +0000</pubDate>
			<guid>https://www.faldon.org/post/54225/#p54225</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct client running]]></title>
			<link>https://www.faldon.org/post/54224/#p54224</link>
			<description><![CDATA[<p>If you wish to run Faldon from a command prompt, you need to run it like this:</p><p>client.exe #fcCGJEGIEJOEOALDELSP</p><p>Of course you must have the prompt in the Faldon directory too. Also as Crov<br />mentioned the code does change, not often, and probably never again.. but<br />it has.</p>]]></description>
			<author><![CDATA[dummy@example.com (Lothar)]]></author>
			<pubDate>Fri, 17 Mar 2006 15:01:40 +0000</pubDate>
			<guid>https://www.faldon.org/post/54224/#p54224</guid>
		</item>
	</channel>
</rss>
