<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Faldon Forums - Direct client running]]></title>
	<link rel="self" href="https://www.faldon.org/feed/atom/topic/3853/"/>
	<updated>2006-04-09T22:27:02Z</updated>
	<generator>PunBB</generator>
	<id>https://www.faldon.org/topic/3853/</id>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54807/#p54807"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Spectre]]></name>
				<uri>https://www.faldon.org/user/529/</uri>
			</author>
			<updated>2006-04-09T22:27:02Z</updated>
			<id>https://www.faldon.org/post/54807/#p54807</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54616/#p54616"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mortus Est]]></name>
				<uri>https://www.faldon.org/user/796/</uri>
			</author>
			<updated>2006-03-31T09:03:08Z</updated>
			<id>https://www.faldon.org/post/54616/#p54616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54580/#p54580"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mortus]]></name>
				<uri>https://www.faldon.org/user/1817/</uri>
			</author>
			<updated>2006-03-30T14:35:56Z</updated>
			<id>https://www.faldon.org/post/54580/#p54580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54540/#p54540"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Lothar]]></name>
				<uri>https://www.faldon.org/user/421/</uri>
			</author>
			<updated>2006-03-29T20:56:05Z</updated>
			<id>https://www.faldon.org/post/54540/#p54540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54501/#p54501"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Crovax]]></name>
				<uri>https://www.faldon.org/user/212/</uri>
			</author>
			<updated>2006-03-28T16:35:05Z</updated>
			<id>https://www.faldon.org/post/54501/#p54501</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54500/#p54500"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mortus]]></name>
				<uri>https://www.faldon.org/user/1817/</uri>
			</author>
			<updated>2006-03-28T16:11:21Z</updated>
			<id>https://www.faldon.org/post/54500/#p54500</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54496/#p54496"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Crovax]]></name>
				<uri>https://www.faldon.org/user/212/</uri>
			</author>
			<updated>2006-03-28T06:57:03Z</updated>
			<id>https://www.faldon.org/post/54496/#p54496</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54486/#p54486"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mortus]]></name>
				<uri>https://www.faldon.org/user/1817/</uri>
			</author>
			<updated>2006-03-27T16:42:01Z</updated>
			<id>https://www.faldon.org/post/54486/#p54486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54242/#p54242"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Jesus3]]></name>
				<uri>https://www.faldon.org/user/1332/</uri>
			</author>
			<updated>2006-03-18T15:07:54Z</updated>
			<id>https://www.faldon.org/post/54242/#p54242</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54232/#p54232"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Crovax]]></name>
				<uri>https://www.faldon.org/user/212/</uri>
			</author>
			<updated>2006-03-17T21:35:34Z</updated>
			<id>https://www.faldon.org/post/54232/#p54232</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54228/#p54228"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Fireborn]]></name>
				<uri>https://www.faldon.org/user/19/</uri>
			</author>
			<updated>2006-03-17T16:43:12Z</updated>
			<id>https://www.faldon.org/post/54228/#p54228</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54227/#p54227"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mortus]]></name>
				<uri>https://www.faldon.org/user/1817/</uri>
			</author>
			<updated>2006-03-17T16:00:03Z</updated>
			<id>https://www.faldon.org/post/54227/#p54227</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54226/#p54226"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Lothar]]></name>
				<uri>https://www.faldon.org/user/421/</uri>
			</author>
			<updated>2006-03-17T15:41:43Z</updated>
			<id>https://www.faldon.org/post/54226/#p54226</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54225/#p54225"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Crovax]]></name>
				<uri>https://www.faldon.org/user/212/</uri>
			</author>
			<updated>2006-03-17T15:25:07Z</updated>
			<id>https://www.faldon.org/post/54225/#p54225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Direct client running]]></title>
			<link rel="alternate" href="https://www.faldon.org/post/54224/#p54224"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Lothar]]></name>
				<uri>https://www.faldon.org/user/421/</uri>
			</author>
			<updated>2006-03-17T15:01:40Z</updated>
			<id>https://www.faldon.org/post/54224/#p54224</id>
		</entry>
</feed>
