<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Absent Logic</title>
	<link>http://ilsken.net/blog</link>
	<description>"Fighters don't quit &#038; quitters don't fight"</description>
	<lastBuildDate>Sat, 21 Aug 2010 23:14:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>Counter-Strike Source Radar Hack Tutorial</title>
		<description><![CDATA[Alright. You need: Memory searcher (I use Cheat Engine) Debugger (I use OllyDbg) 1. Start a local game 2. Join a team 3. Add a bot in opposite team 4. Set sv_cheats 1 and bot_stop 1 5. Walk up to the bot so you see it on your radar 6. Search for value 1 as [...]]]></description>
		<link>http://ilsken.net/blog/gamehacking/counter-strike-source-radar-hack-tutorial/</link>
			</item>
	<item>
		<title>WPUniquePost &#8211; WordPress Translator Unique Content Plugin</title>
		<description><![CDATA[Download Description Translates posts automatically when posted between a set of languages using Google Translate. Uses GTranslate class by Jose da Silva. The purpose of the translation plugin is ofcourse to generate more unique content. Installation For instructions, see this page on WP.org Usage The plugin should be pretty self-explanatory. After installation, settings can be [...]]]></description>
		<link>http://ilsken.net/blog/programming/wpuniquepost-wordpress-translator-unique-content-plugin/</link>
			</item>
	<item>
		<title>fakeWindows</title>
		<description><![CDATA[Copies entire screenbuffer to a memorybuffer, then draws the buffer to a window form which has ontop property. Hence user has a &#8216;fake&#8217; Windows showing, an image that captures all their input without giving any responce. A screenshot would be silly. Source code (DrawingBoard.cs) using System; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Threading; using [...]]]></description>
		<link>http://ilsken.net/blog/programming/fakewindows/</link>
			</item>
	<item>
		<title>mp3finder</title>
		<description><![CDATA[Download About Searches through all files in a directory and finds which are MP3-files then moves them to selected folder. This becomes useful when pointed to the cache-folder of your web browser, for finding MP3&#8242;s you have been listening to online using various flash players (llike Grooveshark for example) This is done by reading the [...]]]></description>
		<link>http://ilsken.net/blog/programming/mp3finder/</link>
			</item>
	<item>
		<title>Simple XOR encryption and nibble switch</title>
		<description><![CDATA[Just to make it a bit confusing. When encrypting, first xor and then swap the nibbles. When decrypting, first swap the nibbles and then xor. How it works Say we have string &#8220;AXE&#8221; (hex 41 58 45) We start with A. A = 0&#215;41 = 65 = 0100 0001 In this example code our key [...]]]></description>
		<link>http://ilsken.net/blog/debugging/simple-xor-encryption-and-nibble-switch/</link>
			</item>
	<item>
		<title>chanSaver</title>
		<description><![CDATA[Download Save images from your favorite chan imageboards. Tested and working on 4chan and 2chan. Just enter thread URL and it will create a directory with the name of that thread, then start leeching all of the images. Source code (Neverfail.cs) using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; [...]]]></description>
		<link>http://ilsken.net/blog/programming/chansaver/</link>
			</item>
	<item>
		<title>Linked List in C#</title>
		<description><![CDATA[This is my class for C# linked lists. Simple as that. using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; &#160; namespace nsLinkedList &#123; &#160; &#160; public class LinkedList &#160; &#160; &#123; &#160; &#160; &#160; &#160; public string line; &#160; &#160; &#160; &#160; &#160; public LinkedList prev = null; &#160; &#160; &#160; &#160; public LinkedList next [...]]]></description>
		<link>http://ilsken.net/blog/programming/linked-list-in-c/</link>
			</item>
	<item>
		<title>MASM Dialog Trainer-base</title>
		<description><![CDATA[Trainer-base written 100% by me in MASM32. I use this for all my trainers now.. Very simple base, About/Exit/Options buttons (2 options), tells you to start game before trying to patch if buttons pressed when game not started. Also has icon &#38; a small bitmap (logoish) from my CSS-trainer. Instructions: 1. UnRAR to anywhere 2. [...]]]></description>
		<link>http://ilsken.net/blog/gamehacking/masm-dialog-trainer-base/</link>
			</item>
	<item>
		<title>Call of Duty 4 Multiplayer Trainer</title>
		<description><![CDATA[This is public-version.. has some usefull options. Posted on the forum Unreal-Gaming.net, also posted here. Content: - Power-level - Max Challenges - Unlock CVars - No Smoke Download here! Incoming search terms for the article:call of duty 4 multiplayer trainer Add this to 100 bookmarks Share this on Bebo Submit this to Bitacoras Share this [...]]]></description>
		<link>http://ilsken.net/blog/gamehacking/call-of-duty-4-multiplayer-trainer/</link>
			</item>
	<item>
		<title>Gamehacking Video-lesson #3 Code Caving (Codecave)</title>
		<description><![CDATA[Third lesson in the Gamehacking Class. In this lesson (short one) I show how to make codecaves and hastly explain what they&#8217;re used for. The video is 5:42min @ 14,7MB. What you need: - Basic knowledge in ASM - OllyDbg (or other debugger) - Any game Watch the video! (Ilsken.net) Watch the video! (Skilinium.com) Add [...]]]></description>
		<link>http://ilsken.net/blog/gamehacking/gamehacking-video-lesson-3-code-caving-codecave/</link>
			</item>
</channel>
</rss>
