<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d9515291\x26blogName\x3d192.168.0.1\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://dosshell.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttps://dosshell.blogspot.com/\x26vt\x3d-3425471595558434204', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, May 11, 2006

The creation of a hack

Ok, this will all in all, detail an email conversation I had with someone directly quoting pretty much all of it. Someone, I will withold the name of the person due to legal stuff, asked me through an email about Hackshield and how they would go about hacking it. I didn't know what game they were using till about half way through, which was KAL online, but with my previous experience in hacking I tried my best, I don't know if any of this'll be useful but there's a lot of crap information out there.

User:
hey, i ran across your blog when researching bypassing anti cheat software, and i noticed that you know what youre talking about. well me and my friend have been looking for a way to disable or bypass hackshield ( similiar to punkbuster) a friend we met along the way said he had disabled hackshield by using breakpoints and that it is the same with punkbuster, he wanted to keep his knowledge private, even after being offered money. if you could help us out in away way i would be very grateful

Me:
Well ----, I haven't personally had any experience dealing with hackshield but if it does work like punkbuster then it should be quite easy to bypass. Upon getting your email I started doing some background research as to how hackshield actually works but without a game that it runs directly with I'm not completely sure how it would work during gameplay. With punkbuster it actively scans all new users as well as scans all active users every 30-45 seconds depending on how the server is set up. One of the biggest exploits I found with punkbuster is that it doesn't scan for certain things. The games associated with punkbuster are largely open_gl based games so it directly scans those files. Create a hack that isn't based in open_gl, say scripts skins and root files, then you don't have to worry about it being picked up.

getting around it as best possible

I know this is a long shot but if you happen to be on a 64 bit os then hackshield won't register on the machine. Then you can change the opening command of it slightly, this is where some scripting history comes into it, to still register as working but since it's a 64 bit os it won't scan properly thus always send back a response of the all clear. The type of scripting you'd need would probably, not completely sure I've just tinkered with the base files, be some kind of file relation mechanism.

"main file"
{
{
hackshield/main/user/objection
.???
Gen identity
}
}

Here is where your personal scripting would come into play. You'd have to type up something to trick the program. This should be easy enough...simply take the base file and make a copy of it. Now modify the copy keeping the base file in another folder. This will be your gateway to it all, trial and error, read through the program code a few times...print it out, highlight through it...etc.

As for Breakpoints, they're simply parts of code that tell the debugger to stop the program when it reaches a certain point. It is possible to bypass it using breakpoints, but it would work much better if you use the #if command, something like
"
#if_key_bob (don't forget to make Key = bob)

goto_(or extern in some programming) #1337

#else

#end

#endif
"

This should allow you to skip certain parts of the program itself rather than just stopping because if there is no response from the user side of it then there's a problem and you're caught. This way you can at least send something in game and not have a problem with the uptake.

I hope this helps ya...if you could tell me the name of the specific game/mod/version you're working with I could see what all I could do.

p.s. Have you been to the hackshield website? It's kinda creepy...a anti game cheat based program and the pics of the people are all happy and giddy in the workplace. They're not supposed to play games at work.


User:
lol i have been to the website, its pretty funny for a antihacking site, looks more like a ISP website or something, the game is called kalonline ( www.kalonline.com ) and hackshield is integrated with the game and the server, there are 2 international servers that you can connect to. im not sure if u read around on the site but it says that hackshield only works where every client connects to the same server, so it can check up on itself im assuming.
all the info you provided is VERY helpful and im extremely thankful. im not very familiar with scripting,packet editing, programming and that type of thing, but i will research what you have told me. the main thing we would like to do in this game is be able to kill the monsters in 1 hit , i asked some of the people that used the 1 hit hack before hackshield and some told me it was editing the .dat files which i uploaded a while ago (here is a link if you want to check them out, these are now in (Edited Out This was a link to files of his) and its passworded since hackshield (Edited Out This was a link to files of his)
and some said it was .dll files that edited the packets. (the file that contains weapon info is in Config / inititem.dat (i used Kode to view the .dat files, im sure you have this or have heard of it, but here is a link just incase (Edited Out This was a link to files of his)) i will most likely have the files
from the 1 hit hack shortly, so we can see how it was done. thanks again for your help

im running windows xp pro 32 bit, i would only need 64bit if i was going to do what u said about chaning the way it loads?

Me:
Yea, if you had a 64 bit processor and the opperating system modification to go with it for that to work. Then you'd just have to script the beginning again, or at least thats the way it looks in the programming but I don't see it staying like that for very long, I figure the next update that comes out will take care of that.

From the sound of this anticheat it works very oddly compared to punkbuster. I don't know if this is useful but....http://downloads
.hackingsource.net/index.php?act=view&id=112.... that is a good site that is ran by a friend of mine and there's a premade speed hack...for some reason my computer won't open the files within it, I think because it's a visual basic based/created program...I hate that, anyway I pissed around with it and a personally hacked version of KAL. The fact that this game was created in Korea helped in my personal hacking of it as the coding style taught there is very easy to decode and work with.

As I look through random other hacks associated with this game most of them are with selling something. There are a suprising number of people who hack at the game, I used a code viewer, a program that allows you to see what code has been sent by other NPCs as well as other players in the game, and I realized a lot of discrepancies in their code. The code viewer can also be seen as a cheat as you can see what buttons the opponent are pushing and respond to them and yatta yatta yatta.....

Anyway, I'm still checking up on it all, just wanted to give you an update...

User:
i have a modified cheat engine , which i think i can inject dll's into the game. i can change the cooldown on items and attacks to 0 , and i can give my weapons infinite range and speedhack as fast as i want with the memory editor. i talked to the guy who made the 1 hit hack and item creation and he said that he stumbled upon GM functions when he was going thru packets, with gm function you can create any item like custom weapons that are strong enough to kill the monsters in 1 hit. he said he disabled hackshield by "kernal threshold" or something, i cant recall that well because i forgot to save the conversation, he said he has a hack program that he can create geons (ingame money) and other items. the game uses a storage system where you can put your items in, they also have the option to pay for things with cash , like onetime use items, a friend said that you can create items that way. i have a amd x2 4400 processor and i have the dual core processor driver, i have 32 bit windows tho , would your method still work for me? thanks for all the help. we have many people and friends working on this lol. what time zone are you in? im in southern california (pacific time)

Me:
I'm in West Virginia Eastern Standard Time...As for changing your windows, if it is windows XP, there is an update you can download that will allow you to use your processor in it's 64 bit state. Once this is done you could probably easy hack the game. As for the kernel threshold I don't see how that could play into it at all, I'm not saying it doesn't I'm just saying I don't know how it would. I'm suprised the memory hacking isn't picked up by the anticheat program, since that's the case you should be able to search for the variable strand that is your attack power, this should be easy as it changes depending on which weapon you modify...Attach a stronger weapon and the variable goes up, attach a weaker one and it goes down. Simply figure it out and change it to whatever the cap on dammage is then lock the variable so no matter what weapon you use will work. You can do this with speed and defense as well. This would be the easiest way to do it.

User:
i narrowed it down to 770 addresses, and found 3 significant ones. they didnt change anything , except after a about a minute of changing the values the game crashed

Me:
if the game crashed then it wasn't the right variable. There should be 2 variables that are the same thing yet in different locations. One of these is the attack. If you know your actual attack power you could try to type it in and search those specifically as you change them. This should allow you to narrow it a lot faster. The reason there'll be 2 variables is that one will be the attack that is displayed to you and the other variable is the attack's actual power. If there's a way to scan people's power on the game this could come in handy. Set the display really low and the actual attack really high. Take em by suprise.

User:
lol yea, i think that attack damages are server side and that it randomly chooses how much damage you do , but i will try this again. i would think that this would have already been done if it is possible, health points and mana points are all server side, you can change them client side but it doesnt have any effect

Me:
well there's the base attack plausible which should be userside...thats the number from which the server determines how much damage to do...and there's the final which is server side...which is how much damage is delt

User:
i found the attack point and changed the minimum attack and max attack. there was only 1 address which is the one shown on my screen , correct?

Me:
There should be, I'm not completely sure as I'm not doing this along with ya, just thinking it through when I've done it before. For safety reasons I'd set the minimum about 10-15 points lower than the maximum...you can still set both amazingly high, just have a little buffer there.

User:
yea it didnt change anything, do you think it would be possible to send hitpackets over and over? they are timestamped tho, is that hard to get around? oh also. have u installed the game or looked around in the files i sent u?

Me:
I downloaded it off the website and (plead the 5th). I didn't look through the files you sent but rather tried to work without an outside influence.

As for getting around the timestamp you probably wouldn't have to, you could probably just spam with hitpackets and not worry about it.

User:
how did you (plead the 5th again).

as far as i know dll hooks and packet editing is the way to go with this game, at least thats what ive been hearing. i think ive done nearly all i can do with this mem editor so far, except to give myself infinite buffs

oh also, could you tell me how to disable punkbuster or bypass it? is it an exe?

Me:
well (pleading the 5th again)...lol

disabling punkbuster is easy, I simply made a hack that isn't open_gl based as thats what punkbuster works with. It does check cvars in game but I basically made a independant packet that works seperately from it all.

I think I've helped all I can with the hacking of this...I wish you luck with your hacking/cracking exploits. If I come up with anything else I'll be sure to let you know.

User:
did you ever find a way to disable hackshield? and do you think there would be anyway i could (protecting the user here)? sry if i have started to bug you lol, i know how it is when you are bombarded with questions. (protecting the user here)

Me:
disabling hackshield isn't an option. Upon disabling hackshield it would kick you for non-respondance or something similar to that. As for the (protecting the user and pleading the 5th again)

Ok, this is basically it. The rest of the conversation is the kinda trouble you can get into if you do the wrong thing the wrong way. I just wanted him to be clear on the consequences of his actions. Remember, never break the law. If you're simply testing game security in an effort to increase your knowledge thats fine, but don't try to make money off anything or something like that.

Thank you random person for the stuff I could use on the blog, I did my best to keep everything remotely related to you a secret. good mojo.

Hackshield, I came to the conclusion that you suck allowing simple value adjustment bypass your security.

Punkbuster, you suck just as much cause...well...your security sucks, my 1 gig jump drive has more security on it than your system.

Any more questions email me or post em...thanks

AK

63 Comments:

Anonymous Anonymous said...

I'm pretty sure the server doesnt even check to see if hackshield is runing in kal.

7:03 PM  
Anonymous Anonymous said...

the server is supposed to check and see if hackshield is properly functioning, and has timestamped packets encrypted by hackshield. but i dont know.

11:03 PM  
Anonymous Anonymous said...

the server is supposed to check and see if hackshield is properly functioning, and has timestamped packets encrypted by hackshield. but i dont know.

11:03 PM  
Blogger Akiratima said...

I'm not completely sure how hackshield works in KAL but if it works similar to other anti cheat devices then it should check up regularly to find if it's working or not...otherwise then it works similar to that of the anticheat used in Phantasy Star online and it only works at Key Points in the game so it would be much easier to hack.

3:13 AM  
Anonymous Anonymous said...

I'm a complete noob in hacking/cracking/scripting/programming/anything that has to do with computers basically, I know a little bit of Pascal and Delphi, but that's about it. Do you have MSN so maybe you could run me through modifying my Cheat Engine to get past the Hack Shield and memory editing my attack points / evasion points / stats to be actually server side instead of just client-side?

7:20 AM  
Anonymous Anonymous said...

Okay, I tried looking at the .sys files. No dice, its all encrypted. Can you recommend me a program thatll let me see the code? IM me at Clknght8

1:46 PM  
Anonymous Anonymous said...

Ok....don't know if i'm too late to ask this but the one nefore me is right.......it's all encrypted....How or more accurately what should i do to see the code?

7:34 PM  
Anonymous Anonymous said...

I just found out how to play on a private server using script (Kal Online).....All i need now is to find a way to read those damn files tht u guys are talking about....I only see some bogus letters and numbers which of course don't make any sense....

Damn i'm such a noob at these kind of things :(
Can any1 help me?

7:47 PM  
Blogger Akiratima said...

Holy shit, did everyone who plays KAL check my blog or did you all know each other? I knew I had a following, but I didn't know I had that serious of a following. Also, the .sys files aren't encrypted they're just a different type of file then you know how to view. Before asking a question do a little looking, it wasn't easy for me to find all this out either, but it's there.

8:38 PM  
Anonymous Anonymous said...

LOL....You're probably right....

Sorry to bother u though but at certain point a cheat engine comes into discussion....That's when i got lost...

And further more, do u have any of the hacked files? I need to at least get a clue to what i'm trying to do...Ty

2:17 AM  
Anonymous Anonymous said...

I am a somewhat noob at all of this game hacking. It is totally new territory for me (ok, so I am a noob). I have done some software cracking in the past to get around registration schemes and turn shareware into software, but game hacking is a new area for me. I have compiled my own UCE and even have used WPE Pro a little. I found that if you try to use WPE Pro when running Kal, that Hackshield detects it and closes the game. However, if you use a compressed version of WPE Pro, then Hackshield doesn't detect it and you can continue to run the game. Here is the problem...I have gotten this far by doing A LOT of reading on the internet and forums and such, but, even with the WPE Pro now running and still being able to have Kal running at the same time, I am unable to see the process of engine.exe because it is hidden. Does anyone know how to unhide the process? I have tried to use PERMedit to unhide it, because it sees it, but it still doesn't make it visible to WPE. Help please? Any and all comments are welcomed and appreciated. Only through the sharing of information can we truly be free.

2:43 AM  
Blogger Akiratima said...

this last guy is on the right track but it's not a matter of the process being hidden, because it isn't, but rather just the program you're using doesn't work with the program you're trying to hack. Now, you could modify the base hacking program which is easier said then done unless it's open source, or you could get the right program. Tsearch v1.6 is a good bet, don't go for tsearch v2, it sucks. Tsearch will be detected if you use it to freeze variables but the point of it, for us and this game at least, is not to hack but rather find the hex locations of the attributes that you wanna hack.

2:27 PM  
Anonymous Anonymous said...

Ok....If he's a noob and he's better than me what does that make me? :P

I already had TSearch but the game crashes as i start so this means it detects it....Any advice on how to make it undetectable?

2:51 PM  
Anonymous Anonymous said...

I had an ideea.....Finally....I started using a hex editor and mspaint.
I oppened the inventory for my char with the Hex Editor and then sold an apple in the game....I found only 2 changes....These should be the number of apples and the money....They're actually potatoes but who cares....
Can u tell me if i have something?

3:09 PM  
Blogger Akiratima said...

Ok, it looks like you got on the right track. I personally use tsearch as my hex editor but you used a different one, it's all the same doesn't matter. As for the two changes you just need to figure out which is which then find a way to freeze attributes. Once you do this you can make your own hack for the game and not be bothered with it being picked up. I'd say 99% of home made hacks never get picked up, it's the distributed ones that do.

4:04 PM  
Anonymous Anonymous said...

Now i have 2 problems...One is that those 2 values have no actual sense.....These are surely the ones i'm looking for but they take some strange values.....I'll figure this one out.

I saw something in this chat about the Hack Shield being able to detect only gl based programs....My question is how can i make a non gl based hack?

5:26 PM  
Anonymous Anonymous said...

Oh...Sorry about this....I forgot to ask...This might be a stupid question but how can i freeze one of these values because it detects TSearch so that's out of the question...

5:38 PM  
Blogger Akiratima said...

You freeze a variable the same way that tsearch does. It's not the fact that tsearch modifies the game that it shuts down. It's that hackshield reckognizes it.

and you make a non open gl hack by simply modifying strings rather than the coding.

10:45 PM  
Anonymous Anonymous said...

I now know which variable represents the money...
The thing is i got this far by taking it logically but i honestly don't even know what u meant by "modiffying the strings rather than the coding".
Could u help me out with that? What can i do and use to do that?
Sorry to bother u so much but this is actually a way for me to learn a thing or two rather then actually beat the Hack Shield :)

2:46 AM  
Anonymous Anonymous said...

It just doesn't seem to want to give up :(

The game actually changes a value after i exit.If i try to modify it after it doesn't seem to do anything...So i need to ask u...Have u personaly found a way to hack this game?

4:06 AM  
Anonymous Anonymous said...

I hate to post anonymously (I am the one that is using PERMedit), but I would prefer my identity remain a secret for now. If you like, you can call me Hex0x75. akiratima, you mention that you use Tsearch, and I have to admit that I do as well at times for other games, but haven't tried it for Kal as of yet. I have used artmoney in the past though. Str3ss said that he is using a different one (either he said it or akiratima said it), could it be that you are using artmoney or is there another that I am unfamiliar with? I look at it this way, I wouldn't expect a plumber to use a jackhammer to tighten a faucet, or a framer to use plumbers tape to drive a nail into wood. I believe the right tool for the right job.
As I sit here and re-read the posts, from what I can tell Kal (Hackshield rather) detects Tsearch, but you are still able to use Tsearch? You must be using it to find the addresses before it closes the game, if I am correct in my reading. Then you would write a little code to either freeze or modify those addresses with alternate hex values. If this is correct, some feedback would be appreciated. Also, is there any other available tool that I am unaware of besides Tsearch, WPE, or ArtMoney? Thanks in advance.

1:28 AM  
Blogger Akiratima said...

Though Artmoney is a good program I don't use it all too often. No, tsearch is my preferred tool as with a little but of scripting knowledge, and I mean a little, you can modify this very basic program as long as you can still find a copy of Version 1.6 out there somewhere. My modification to tsearch allowed me to get by with some things as I made it run passively rather than actively. Instead of searching, it lets the program tell it what it wants to know. Also, the way hackshield works is it searches for "registered" hacks. This means, third party applications that have been identified as possibly a hinderence to fair play in the game. So if the code that your write is different from those of random programs, which it probably will be, then it won't get picked up. If this isn't what you wanted cleared up then please post again as the last post was very vague. What was it that you wanted feedback on if not this?

11:49 AM  
Anonymous Anonymous said...

Well....Visit www.timsyault.com A lot of good programs but most of them useles.....They get picked up by Hackshield...

I've tried hitting on the *sys files but the values actually change when u exit the game....If u try changing them after u exit or while in the game u get no result....

I use Artmoney a lot....I just love it...Useless in this case though...

6:08 PM  
Blogger Akiratima said...

You have to modify the .dll files as well as the .exe in order to modify the program. There's not a lot you have to do. If you know some about scripting you'll know what to do when you open em up. Resourcehacker is a good program to help with it.

12:03 AM  
Anonymous Anonymous said...

Hello i was searching a by pass hack shield of kal online and find this sid e ur coment are very interesting but i dont know how to mandy by pass :S plz who can made it for me?

tnx

GOBA

2:06 AM  
Blogger Akiratima said...

My friend, your research and pursuit for knowledge makes you a god among men. Not only does that work with tsearch and WPE, but if you conceal it in a rootkit it'll be even better... the addition of $sys$ will help, but it only acts like there is a rootkit go http://www.sysinternals.com/blog/2005/10/sony-rootkits-and-digital-rights.html for a good bit more explanation.

4:35 PM  
Anonymous Anonymous said...

This comment has been removed by a blog administrator.

11:38 PM  
Blogger Akiratima said...

" Anonymous said...

Hi, I have read over and over all the things that have been mentioned above and the information has been great. I only started trying to bypass this games hackshield recently so I dont know much about what you guys are saying. The 1 hit hack has been used by many users in this game, KalOnline and others like "tradehack" but which has been disabled. I was wondering if anyone has a working 1 hit hack that works at the current moment for the game even with hackshield can you please send me the files or how to do it to my email ---------------- thanks much appreciated. "

Someone just posted this but I deleated it because he included his email. If you want to trade hacks, please do it elsewhere...otherwise, if you wanna gain some knowledge and do some research then I'm all for it.

5:47 AM  
Anonymous Anonymous said...

know a tool PE explorer very good for editing .exe :) it has a trail limit ( i dont anymore :p google a while you'll find it) now PB is rather weird because he updates him self butt if ya change a DLL to an older DLL PB doesnt notice now i'm wondering were are names of things PB must look for i mean there must be a list or something sow that PB can check these ? sow replace DLL and he cant find old hacks :) ???? can that work ???

3:53 PM  
Blogger Akiratima said...

The place pb gets it's orders on scanning from is the game itself. Depending on which game, each instance of punkbuster is specific to the settings.

In RTCW it's in a file called pbcl.db. It's encoded and won't be easily decoded unless you have the game running and you're using the file the game is using. Even then it's kinda hard. Switching out files will work but good luck coming accross them. Also after a few runs of the game it should update back to the newest. But yea, that sounds like a bulletproof theory there, sounds rather brilliant to me. I'll have to try it out.

4:19 PM  
Anonymous Anonymous said...

It's people like you that make it impossible for honest players to enjoy the game. I spent all night getting booted by a user abusing a 1 hit hack the other day and I'm sure now I've found where the whole plan came to play. Thanks alot.

11:56 AM  
Blogger Akiratima said...

You're very welcome...I hope you found it as intellectually stimulating as I did. I only wish it could have been me abusing you in the server...

once again, Thanks.
AK

p.s. If you're going to come on and assume that I am the leading cause of assholery then it really isn't my problem but yours as you're too ignorant to realize what this is all about. I bet you're related to and probably yourself a book burning Nazi.

5:25 AM  
Anonymous Anonymous said...

can you say me with file you change for getting the one hit hack? I have a offline server and i dont know for get the one hit hack what i have ti change! pelase send me a asnwer on my e-adreas with the file then i can copy the file and its easy for me.
Thx
E-Mail: reddragon0202@hotmail.com

9:29 AM  
Blogger Akiratima said...

huh?

12:44 PM  
Anonymous Anonymous said...

This comment has been removed by a blog administrator.

5:07 PM  
Blogger Akiratima said...

" Anonymous said...

Hello.... This may be old buy i would like The old 1 hit hack please? even if it is patched? id be really Greatfull as i have a use for it..

-------------------------- is my email TY

5:07 PM "


This isn't a hack trading place, we're here to give knowledge as to how to create a hack hence the name.

10:54 AM  
Anonymous Anonymous said...

U don't need to bypass the hackshield there are still memory hack programs that is not known by hackshield ^^

6:05 AM  
Anonymous Anonymous said...

i saw a video of someone using artmoney plus a wpe pro should make an attibute go up but the game will fix itself everytime u get disconnected or log off so its not worth doing everytime

4:01 PM  
Anonymous Anonymous said...

This comment has been removed by a blog administrator.

5:31 AM  
Blogger Akiratima said...

Anonymous said...

Perhaps some one could send me a video or a step-by-step tutorial on how to get all that wiked crap on KAL, if you could please add me on msn
*Email Removed By Administrator*


No we can't send you a video on how to hack the game...sorry man. You should be able to read. This isn't a step by step guide on how to do it. This should be giving you more ideas on how to do it. I just talked about my way.

12:52 PM  
Anonymous Anonymous said...

Notice how Hackshield is a Korean company, but there isn't a single asian in all the pictures on the web site? The pictures are all of westerners.

By the way, used to work in IT in asia and all the employees but me were asian. The pictures on our web site were "clip art" westerners too. Our technology was second rate and got compromised numerous times.

9:46 PM  
Anonymous Anonymous said...

hmmm you all seem to have some interesting thoughts about hacking this one little game. however i have done alot of hacking in my past and have found a few secrets. although if i post too many up people will find out and hackshield will detect this. but i will tell you one that you can try to do by yourself, all you have to do is search and locate the hackshield files. this is actually very easy because the game is saved onto your computer. however if you are planning to hack an online game that you do not download then you would work off the network connection your recieving from the game. but lets go on shall we? after you find the files and delete them thats not all you have to do. you need to find the patcher program for the game (because kalonline as i would assume has a patching program) and find the files that make it patch everytime you log in and delete them. although you must find the file that keeps the patcher runnning so you dont delete the whole thing and you cant play. so i since this is a very risky shot here you will have to make a backup.ive had problems in the past like this as well but thats how i got around them. also if your planning on using Tsearch and artmoney, then hack the game to make it a windowed version of the game, but to do this you will need to make the resolution 16 bit.i hope this helps you guys thanks for reading.

10:12 PM  
Anonymous Anonymous said...

hmmm kk ive read the blods and im not sure what to do to hack kal....is there anyway of stopping hackshield from finding tsearch and i have tried adding $sys$ to the name but the program still says tsearch on the program when running and hakshield detects it. Im new to this so answers in plain english^^

12:32 PM  
Anonymous Anonymous said...

This comment has been removed by a blog administrator.

4:03 AM  
Blogger Akiratima said...

Anonymous said...

I pay 100$ for bypass Hackshield

becuase i tryed it to bypass self, but it dont working if someone interested.


my e-mail
-----@----.---



Sorry, this isn't a place for the solicitation of a hacking service, must figure it out yourself. Recently I've been playing a newer game. Silkroad Online.

6:31 AM  
Anonymous Anonymous said...

please, do you know how to bypass XTRAP?
Can you give a nice tutorial?

1:06 PM  
Anonymous Anonymous said...

hi im usin hxcengine.com but thats client side things.. i can speed hack and fly hack and long range and stuff but how i do 1hh? also a few ppl are doin 255 eb weps on it (its a UCE) how they doin it?

19/1/07

6:43 AM  
Blogger Akiratima said...

Well, as for the bypassing XTRAP I have no clue as I've never tried. As for the 1hit hack, it shouldn't be too different from a speed hack or so, you simply need to find the associated value which represents the attack power of your character and modify that.

8:23 AM  
Anonymous Anonymous said...

can someone just make a hack program for hackshield so i can just hack into kalonline? ill download and work it

no viruses plz

12:56 AM  
Blogger Akiratima said...

If you're looking for a hack you've come to the wrong place...if you're looking for scripting knowledge and things of that nature then welcome. Apparently you don't know what it's like to create your own hack. You're just a script kiddy.

1:32 AM  
Blogger tryagain said...

I have been playing the game Martial Heroes (MMORPG) for quite a while now. It uses X-Trap to stop macros/hacking. I know that i have to modify the game's.exe to stop it from running xtrap. I have used PE explorer to look inside the exe. Now i need some guidance as to how to edit the exe to stop it running xtrap. What information do i need to do this. And is PE explorer a good start?

6:48 PM  
Blogger Akiratima said...

PE explorer actually isn't the way you'd want to go. It'll pretty much only let you view the inners of the exe. The editing is slightly different. View the multiple strings within the exe to see if you can find the X-Trap startup scripts. Personally I don't know the inner workings of X-trap but I can surely check it out since this is the second post about it.

8:36 PM  
Anonymous Anonymous said...

hi i sent you 2 emails.

it may be in your spam mail cause you're using gmail and cause im not your friend it goes straight into your spam mail.

hope you'll read my emails. thanks (:

9:36 AM  
Anonymous Anonymous said...

Wow everything seems so...interesting I was wondering about that weird PE explorer...is it on WPE? and could I use WPE to change exe files? because right now I'm trying to hack GhostOnline and that uses XTrap also... if one of you guys finds out the script please let me know...oh and yes, I still need to know how to use PE explorer

12:09 AM  
Anonymous Anonymous said...

i kno how to use WPE pro well i just cant find the Kal program in its server list any one know how to make it show or wat it is?

8:22 AM  
Anonymous Anonymous said...

i just visited your blog,seems nice though..
you said you dont know much about xtrap,but i aint looking for a hack.
i have a key configuration problem with a game that hooked up with xtrap,and i simply cannot be allowed to use any external macro player,for personal hotkey.. -.-'
its really too bad,i used to have a script that worked perfectly once that game was still beta,now when it got half way to release,it got xtrap,that blocks my old script..
i simply wants different keys that cannot be modified through the game options,and doing them manually is truly a pain..
can you plz help?
how do i associate an macro element software or script with xtrap,so it wont block it,its not a cheat or hack,simply game keys configuration.
and devs cant change this,as i tried suggesting.. -.-'
thanks in advance.

(note: to make sure you reply to the right person,put A2 in reply when you respond to my post.)

4:34 PM  
Anonymous Anonymous said...

hey guyz, i was looking for ideas for bypassing hackshield and came across this blog...

the game i'm tryin to hack is called Grand Chase. It's got a patcher and stuff, and if i try to execute the exe w/o the patcher it gives me an error (wrong parameter). Is there a way to find out what parameter is that? And do u think it would work out?

ok, just not to be just askin and not givin, ima gonna help u with using wpe pro in any online game.

u need: 2 pcs connected to a lan network, a tunneling program (such as proxifier or proxycap) and a proxy software (tat will make ur pc work as a proxy server). Well, i hope by now u got the idea, but just in case:

-run the proxy software on 1 pc, and the conection tunelling on the other. also run ur fav. game on the second pc. It will conect thru the first pc. Open wpe pro on teh first pc and target the proxy server program process. Done.

-note about hackshield - i've used fu rootkit to hide wpe pro process and hackshield wont detect it, no idea why (since it detects memory hackin stuff even hidden by fu), so u can do it all in a single comp. if teh anti-cheat software wont detect wpe pro. hope i wuz clear enough

cya guyz later

12:15 PM  
Anonymous Anonymous said...

This comment has been removed by a blog administrator.

3:25 AM  
Blogger Akiratima said...

can help make ghost online hack...the maalaysian version ghost online... nid to have auto loot vac hack godmod.. kindly send it to [EDITED OUT].. hehe if the hack is good i will pay u through paypal.. thax in advance


Ok, This guy is a tard, sorry buddy, you're not leagally allowed to do that. This is a forum for knowledge not for buying and selling hacks...I have forums for those. Some forums that are not bound by law...Thank you...peace

2:48 PM  
Anonymous Anonymous said...

Ok, well then, can u post the forum's url then?

4:39 AM  
Anonymous Anonymous said...

Can anyone help me with WPE pro and the mmorpg golf game shot-online
I had bypass but they updated hackshield and now doesn't work is detected

7:53 PM  
Anonymous Anonymous said...

Excuse me, but is there any way to hide a .dll from Hackshield? It's a legitimate .dll which only enhances graphics, but ever since Hacshield got implemented, I'm griping about the crappy graphics around now.

Um, not so sure if I should be flinging me e-mail around randomly, but please contact me at darkdragonh8@hotmail.com

4:13 AM  
Anonymous Anonymous said...

If you play Warrock, just modify the dll to not open Hackshield, because Punkbuster is pretty hard to crack, so be happy till Hackshield gets down...
Hackshield is too easy to bypass...

1:40 PM  

Post a Comment

<< Home