<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>UnKnoWnCheaTs - Multiplayer Game Hacking and Cheats - Anti-Cheat Bypass</title>
		<link>http://www.uc-forum.com/forum/</link>
		<description>Discuss how to go undetected against anti-cheating software.Anti-Cheat Bypassing Tutorials</description>
		<language>en</language>
		<lastBuildDate>Fri, 10 Sep 2010 17:50:42 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>180</ttl>
		<image>
			<url>http://www.uc-forum.com/forum/ambience/misc/rss.jpg</url>
			<title>UnKnoWnCheaTs - Multiplayer Game Hacking and Cheats - Anti-Cheat Bypass</title>
			<link>http://www.uc-forum.com/forum/</link>
		</image>
		<item>
			<title>MD5 Scan/Cypt/Init</title>
			<link>http://www.uc-forum.com/forum/anti-cheat-bypass/65073-md5-scan-cypt-init.html</link>
			<pubDate>Fri, 27 Aug 2010 12:56:38 GMT</pubDate>
			<description>Hi guys, cyberdwak posted these offsets for PB (yes they still work): 
  
 
---Quote--- 
MD5_Scan: dwPbclBase + 0x11D0 
MD5Init: MD5_Scan - 0x44 
MD5Crypt: MD5_Scan + 0x1B9 
---End Quote--- 
  
This...</description>
			<content:encoded><![CDATA[<div>Hi guys, cyberdwak posted these offsets for PB (yes they still work):<br />
 <br />
<div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr />  MD5_Scan: dwPbclBase + 0x11D0<br />
MD5Init: MD5_Scan - 0x44<br />
MD5Crypt: MD5_Scan + 0x1B9  <hr /> </td> </tr> </table> </div>This is what i have found in IDA (In order):<br />
 <br />
 <br />
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">Code:</div> <hr /><code style="margin:0px" dir="ltr" style="text-align:left">int __cdecl sub_4011D0(SOCKET s, u_short hostshort, const char *cp)<br />
bool __cdecl sub_40122B(SOCKET s)</code><hr /> </div>Didn't find the third one yet though.<br />
Anyways, whenever i try to hook the MD5Scan / MD5Init, i keep crashing. Is there a way to hook it succesfully and then alter the socket / strings etc?<br />
 <br />
Thanks!<br />
 <br />
P.S. There seems to be MD5 Update at 0x21D0, but the strings are encrypted i think, all it outputs is your GUID with a load of crap right after it ..</div> ]]></content:encoded>
			<category domain="http://www.uc-forum.com/forum/anti-cheat-bypass/">Anti-Cheat Bypass</category>
			<dc:creator>JackODoo</dc:creator>
			<guid isPermaLink="true">http://www.uc-forum.com/forum/anti-cheat-bypass/65073-md5-scan-cypt-init.html</guid>
		</item>
		<item>
			<title><![CDATA[[Information] pbcl.dll / PnkBstrB.exe]]></title>
			<link>http://www.uc-forum.com/forum/anti-cheat-bypass/64967-pbcl-dll-pnkbstrb-exe.html</link>
			<pubDate>Sun, 22 Aug 2010 02:57:08 GMT</pubDate>
			<description>Here is some information that can help some people bypass pb memory scans.  
 
NOTE: All Tested in CoD 4 
 
PBCL.dll Information: 
 
0x40D0B2-memory scans/d3d scans 
 
Some basic scans passed through...</description>
			<content:encoded><![CDATA[<div>Here is some information that can help some people bypass pb memory scans. <br />
<br />
NOTE: All Tested in CoD 4<br />
<br />
PBCL.dll Information:<br />
<br />
0x40D0B2-memory scans/d3d scans<br />
<br />
Some basic scans passed through this function:<br />
<br />
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">Code:</div> <hr /><code style="margin:0px" dir="ltr" style="text-align:left">* \d3d9.dll 0C89D07C p c p&nbsp;  <br />
<br />
1_8bff558bec8b451c8b4d188b5514508b&nbsp; <br />
<br />
\xfire_toucan_42654.dll \xfire_toucan_42654.dll 04455B 5E0&nbsp;  <br />
<br />
c_b8309bbc30e8ec77000081ec98010000&nbsp; <br />
<br />
100000 100000 <br />
&nbsp;<br />
98D267A3BF34DF4976A6B2F909C2A1A0&nbsp; <br />
<br />
1000 ff000&nbsp; <br />
<br />
776C3835DB719C286ED218EDE43DC5A8&nbsp; <br />
<br />
200000 90fff&nbsp; <br />
<br />
BB617D99129F6559A165C47F9E796638&nbsp; <br />
<br />
* \Kernel32.dll 075009 p&nbsp;  <br />
<br />
1_64a1180000008b4024c390909090903b</code><hr /> </div><br />
Guid Strings:<br />
<br />
When replacing the strings pb will kick for pb auth unknown.<br />
<br />
0x459574-holds guid strings and key strings<br />
<br />
<br />
PNKBSTRB.exe Information:<br />
<br />
I dont know why they havent encrypted this yet but all memory srings are found in PnkBstrB.exe in strlen:<br />
<br />
0x412B70-memory scans<br />
<br />
<br />
Anyways if replacing the strings in pbcl and pnkbstrb correctly it is very easy to bypass pb's memory checks :) I havent used this method in a long time but came across the scans when i was messing about with pb.</div> ]]></content:encoded>
			<category domain="http://www.uc-forum.com/forum/anti-cheat-bypass/">Anti-Cheat Bypass</category>
			<dc:creator>sycore</dc:creator>
			<guid isPermaLink="true">http://www.uc-forum.com/forum/anti-cheat-bypass/64967-pbcl-dll-pnkbstrb-exe.html</guid>
		</item>
		<item>
			<title>Punkbuster bypassing</title>
			<link>http://www.uc-forum.com/forum/anti-cheat-bypass/64937-punkbuster-bypassing.html</link>
			<pubDate>Fri, 20 Aug 2010 20:38:17 GMT</pubDate>
			<description>Hi, 
 
Recently I became interested in reverse engineering and followed some tutorials and guides. I mainly use Battlefield 2 for experimenting. I got pretty far so far, managed to do things like...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Recently I became interested in reverse engineering and followed some tutorials and guides. I mainly use Battlefield 2 for experimenting. I got pretty far so far, managed to do things like nametags, minimap, fog on my own. I am also getting a good idea on how ollyDbg works, how memory works etc.<br />
<br />
There is only one problem though: I want to make my hacks Punkbuster proof because I want to know how to defeat it's protection. I've googled a lot the past few days, but the results are poisoned with topics from 10 year old people interested in cheating and no decent questions being answered. Also the most topics are from 2004 - 2007<br />
<br />
I would be really thankful if someone could point me in the right direction concerning on how to get your hacks undetected.<br />
<br />
Things I've read a lot:<br />
<br />
- Code caves don't work anymore because punkbuster scans whole bf2.exe and RendDX9.dll<br />
- Punkbuster doesn't scan the DMAs so that's a way to get hacks working<br />
<br />
Is it true that you can't use code caves anymore? And the problem is, some hacks can't be done with only DMAs..<br />
<br />
Any methods that still work are welcome. Even if you don't want to explain, pointing me in the right direction is also apreciated :)<br />
<br />
All help apreciated :knockedout:</div> ]]></content:encoded>
			<category domain="http://www.uc-forum.com/forum/anti-cheat-bypass/">Anti-Cheat Bypass</category>
			<dc:creator>T0mz0r</dc:creator>
			<guid isPermaLink="true">http://www.uc-forum.com/forum/anti-cheat-bypass/64937-punkbuster-bypassing.html</guid>
		</item>
		<item>
			<title><![CDATA[[Question] Need help! How to make old Soldierfront Hacks work again?]]></title>
			<link>http://www.uc-forum.com/forum/anti-cheat-bypass/64931-need-help-make-old-soldierfront-hacks-work-again.html</link>
			<pubDate>Fri, 20 Aug 2010 17:24:25 GMT</pubDate>
			<description><![CDATA[* 			Need help! How to make Detected Soldierfront Hacks undetected? 		* 
 
 		 				 					 					 				 				 					 				 		 			 				 					hi! i got a source code of stickleback's hack from other forum...]]></description>
			<content:encoded><![CDATA[<div><b> 			Need help! How to make Detected Soldierfront Hacks undetected? 		</b><br />
<br />
 		 				 					 					 				 				 					 				 		 			 				<blockquote> 					hi! i got a source code of stickleback's hack from other forum and  manage to compile it with no errors and it works in lobby and in room  but ingame it says something like &quot;D3D8.dll error.&quot; <br />
<br />
Is there a way to make it work again? i think its the hooking method,..<br />
<br />
<br />
sorry for my English.. 				</blockquote></div> ]]></content:encoded>
			<category domain="http://www.uc-forum.com/forum/anti-cheat-bypass/">Anti-Cheat Bypass</category>
			<dc:creator>trismund</dc:creator>
			<guid isPermaLink="true">http://www.uc-forum.com/forum/anti-cheat-bypass/64931-need-help-make-old-soldierfront-hacks-work-again.html</guid>
		</item>
		<item>
			<title><![CDATA[[Undetected] Finally a private Modern Warfare 2 Hack with no subscription!]]></title>
			<link>http://www.uc-forum.com/forum/anti-cheat-bypass/64920-finally-private-modern-warfare-2-hack-no-subscription.html</link>
			<pubDate>Fri, 20 Aug 2010 06:08:08 GMT</pubDate>
			<description><![CDATA[A buddy told me about this MW2 Hack | Facebook (http://youfail.com/) Its a facebook fan page where they will custom code you a private hack so you dont get detected, I've been using this hack all...]]></description>
			<content:encoded><![CDATA[<div>A buddy told me about this <a href="http://youfail.com/" target="_blank">MW2 Hack | Facebook</a> Its a facebook fan page where they will custom code you a private hack so you dont get detected, I've been using this hack all night and all i can say is WOW!<br />
<br />
<fieldset style="border:2px solid #FF0000;padding:8px;font-weight:bold;margin-left:15px;margin-right:15px;">
<legend style="border:2px solid #FF0000;color:#FF0000;margin-bottom:5px;font-weight:bold;padding:2px;">&nbsp;Moderator note&nbsp;(SimPle01)&nbsp;</legend>
<img style="float:left; margin-right: 10px;" src="images/icons/mod_excla.png" />Link Removed
</fieldset></div> ]]></content:encoded>
			<category domain="http://www.uc-forum.com/forum/anti-cheat-bypass/">Anti-Cheat Bypass</category>
			<dc:creator>solixa</dc:creator>
			<guid isPermaLink="true">http://www.uc-forum.com/forum/anti-cheat-bypass/64920-finally-private-modern-warfare-2-hack-no-subscription.html</guid>
		</item>
		<item>
			<title><![CDATA[[Release] Darky BattleEye Bypass]]></title>
			<link>http://www.uc-forum.com/forum/anti-cheat-bypass/64887-darky-battleeye-bypass.html</link>
			<pubDate>Wed, 18 Aug 2010 20:56:28 GMT</pubDate>
			<description><![CDATA[How-to-Use: 
 
1- Open the folder *Darky BattleEye Bypass* and then edit the file *Bypass-Options.ini*. 
 
 
---Quote--- 
[Process Hider Options] 
*// CompareOption can be (0 = Partial Compare using...]]></description>
			<content:encoded><![CDATA[<div>How-to-Use:<br />
<br />
1- Open the folder <b>Darky BattleEye Bypass</b> and then edit the file <b>Bypass-Options.ini</b>.<br />
<br />
<div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr />  [Process Hider Options]<br />
<font color="green"><b>// CompareOption can be (0 = Partial Compare using FindString) or (1 = Full Compare)</b></font><br />
CompareOption=0<br />
proHide(1)=<font color="brown"><b>Cheat Engine</b></font><br />
proHide(2)=<font color="brown"><b>TSearch</b></font><br />
<br />
[Window Hider Options]<br />
<font color="green"><b>// CompareOption can be (0 = Partial Compare using FindString) or (1 = Full Compare)</b></font><br />
CompareOption=0<br />
winHide(1)=<font color="blue"><b>Cheat Engine 5.6</b></font><br />
winHide(2)=<font color="blue"><b>TSearch</b></font><br />
<br />
[Dll Hider Options]<br />
<font color="green"><b>// CompareOption can be (0 = Partial Compare using FindString) or (1 = Full Compare)</b></font><br />
CompareOption=0<br />
dllHide(1)=<b><font color="red">BEBypass</font></b><br />
dllHide(2)=<font color="red"><b>Kernel32</b></font>  <hr /> </td> </tr> </table> </div>2- In this file you can <b>edit</b> or <b>add</b> the <font color="brown">Process</font>/<font color="blue">Window</font>/<font color="red">Dll</font> Name to <u><b>hide</b></u>, before continuing take a carefull look at the file.<br />
<br />
3- To add <b>new</b> <font color="red"><b>Process</b></font> to <font color="brown"><b>Hide</b></font> you just need to add a line to the <b>ini</b> file, look:<br />
<br />
<div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr />  [Process Hider Options]<br />
<font color="green"><b>// CompareOption can be (0 = Partial Compare using FindString) or (1 = Full Compare)</b></font><br />
CompareOption=0<br />
proHide(1)=<font color="brown"><b>Cheat Engine</b></font><br />
proHide(2)=<font color="brown"><b>TSearch</b></font><br />
proHide(3)=<b>ARMA Trainer XX</b><br />
proHide(4)=<b>My Process Name XXX</b>  <hr /> </td> </tr> </table> </div>4- Dont forget to increase the number between the brackets.<br />
<br />
5 - Start the <b>game</b> and use <b>Winject</b> or any other to <b>inject</b> the <u><b>BEBypass.dll</b></u> into the <b>mygame.exe</b>.<br />
<br />
<u><b>Tested on</b></u>:<br />
<ul><li>Windows 7 - 32bit</li>
<li>Arma 2 OA - 1.52 - Steam Version</li>
</ul> <br />
<b><u>Note</u></b>: <b>BEBypass.dll</b> is packed.<br />
<br />
<b><u>Note</u></b>: This can also bypass other anti-cheats.<br />
<br />
<b>Download</b>: <a href="http://www.ucdownloads.com/downloads/downloads.php?do=file&amp;id=5408" target="_blank">http://www.ucdownloads.com/downloads...o=file&amp;id=5408</a></div> ]]></content:encoded>
			<category domain="http://www.uc-forum.com/forum/anti-cheat-bypass/">Anti-Cheat Bypass</category>
			<dc:creator>darky.hax</dc:creator>
			<guid isPermaLink="true">http://www.uc-forum.com/forum/anti-cheat-bypass/64887-darky-battleeye-bypass.html</guid>
		</item>
		<item>
			<title><![CDATA[[Question] Stealth Injector Question.]]></title>
			<link>http://www.uc-forum.com/forum/anti-cheat-bypass/64798-stealth-injector-question.html</link>
			<pubDate>Sun, 15 Aug 2010 06:42:11 GMT</pubDate>
			<description><![CDATA[I was just trying to utilize the stealth option of DrunkenCheetah's Stealth Injector to see if I could attach either freaim or another public aimbot I recently found online, when I was met with a...]]></description>
			<content:encoded><![CDATA[<div>I was just trying to utilize the stealth option of DrunkenCheetah's Stealth Injector to see if I could attach either freaim or another public aimbot I recently found online, when I was met with a slight problem. Everytime I would attempt to inject using the stealth settings, BFH would immediately crash, followed by a message telling me about memory location. I thought that it could possibly be related to the random injection location I had selected, so I turned off that setting, and yet when I tried to inject again, BFH crashed. I was wondering if it were something specifically with my download, so I tried injecting normally with the injector, but freaim injected fine. Could someone possibly shed ssome light as to why the stealth option causes BFH to crash? :thinking:</div> ]]></content:encoded>
			<category domain="http://www.uc-forum.com/forum/anti-cheat-bypass/">Anti-Cheat Bypass</category>
			<dc:creator>jgpg</dc:creator>
			<guid isPermaLink="true">http://www.uc-forum.com/forum/anti-cheat-bypass/64798-stealth-injector-question.html</guid>
		</item>
	</channel>
</rss>
