Hello everybody,
I was working on xtrap bypass development. So I got some results for x64 xtrap bypassing.
I learnt that bypassing in x64 systems has 2 steps:
1-Terminate K32EnumProcesses in kernel32 (I can make it)
2-Change the name of "X6va016" service to "X6va01"
I need help for making the second step. How can I find the address of this service ? Or it has an other way ?
question about programming 08/25/2013 - CO2 Programming - 12 Replies Hello every one
I was wandering if I wanna create bot/proxy lvling bot
what programs would i know from began to last??
Question about Programming 02/02/2013 - CO2 Programming - 11 Replies Sorry if this is the wrong section.
I would like to know the differences between the different languages. I research it a little but didn't really understand all of it. I'm thinking of learning python, from what i read its the easiest to begin with. But could someone explain this:
What is the language used for?
What type of stuff can you make with it?
What are the pros and cons of it?
If someone could answer these questions regarding each language, that would help a lot, thank you.(...
HS Bypass Programming 02/18/2010 - Mabinogi - 24 Replies Hi,
I'm a programmer who has never tried hacking. I am currently trying to write a bypass for HackShield, mainly for educational purposes, and would like to know if what I have come up with is true or false:
1. The best case scenario would be if HackShield was never loaded at all.
2. To achieve this, a dll would need to be written that intercepts certain function calls and replaces those with its own.
3. The dll would need to be injected into the game process before HackShield is...
Programming Question 04/03/2009 - General Gaming Discussion - 0 Replies Hey,
I have been trying to port some code into any language, and not having any luck at all. A user on here (Atheuz) gave me some old source to an old bot he used to use, but my knowledge is not far enough to fill in the blanks. I tried porting in C++, but had too much trouble.
I was wondering if anyone could try this for me, I would greatly appreciate it.
Basically it's a bot for Phoenix Dynasty Online, that simply right clicks monsters. The memory addresses will have to be adjusted...