Renegade Projects Network Forums
How do u hack? - Printable Version

+- Renegade Projects Network Forums (https://forums.renegadeprojects.com)
+-- Forum: Inject the Battlefield (https://forums.renegadeprojects.com/forumdisplay.php?fid=60)
+--- Forum: Old RockPatch Discussions (https://forums.renegadeprojects.com/forumdisplay.php?fid=59)
+--- Thread: How do u hack? (/showthread.php?tid=219)



How do u hack? - Ole - 17.04.2006

how do you havk pd? i want to do it to lol


RE: How do u hack? - Bobingabout - 18.04.2006

hacking requires 2 things:
1, understanding the code
2, the ability to change what exists

1) when looking at the code in IDB, the code is in x86 language. this is also known as assembly language. probably 1 of the hardest languages to learn since you have to have a clear understanding of the processor that the code is designed for, and how the system is configured, and in the modern world, the operating system that the code is designed to run on.
to put it simply, very complex...

2) assuming you know something you want to edit, you need to know the same code in hexidecimal, this is basicly just a solid chunk of numbers and letter, 0-9 and A-F. you then have to re-write the code nibble by nibble(a nibble is 4 bits), in 4 pair chunks(4 lots of 8 bits(1 Byte), totaling a 32 bit word(AKA, Long word sized data.) anyway, you need to edit what exists, to what you want it to do, basicly, without changing the length of what exists, so, most of what you will do is changing 1 gosub loop to a different gosub loop, which may then call the original gosub loop before or after doing some modified or extra code.

on level of difficulty, i'd call it a 15/10. on a modder scale... or on a programmers scale, 10/10...

assebly code i'd rate 9/10, doing assembly in hex 9.5/10, modifying a program you didn't write in assemply hex, 10/10...


RE: How do u hack? - Guest - 18.04.2006

dam this is hard, its hard to understand those numbers, they dont even say something like: MAX CELLSPREAD or something like that...pd most be super smart...


RE: How do u hack? - Guest - 19.04.2006

hmm, i think all is lying, how could pd understand these codes, is he changeing a A to a C to get nuke clones? dont think so, i think theres a other way...


RE: How do u hack? - DCoder - 19.04.2006

Yes, there is another way. It involves you running blindfolded down the highway. Dressed in a tutu.</bofh>

Try to understand this: If it were as simple as you imagine, it would have been fucking done five years ago.


RE: How do u hack? - Renegade - 19.04.2006

Guest, simply put CanMakeStuffUp=true into Bret's hack section of the rules, and it should work.


RE: How do u hack? - Guest - 19.04.2006

HAHAhAhAhahhhhhhh.................................................................................................................


RE: How do u hack? - Beowulf - 20.04.2006

Renegade Wrote:Guest, simply put CanMakeStuffUp=true into Bret's hack section of the rules, and it should work.
That's a good one Ren. I wonder if anyone would fall for that. Tongue


RE:??How do u hack? - Bobingabout - 20.04.2006

Quote:...pd most be super smart...
He is a genius
Quote:how could pd understand these codes, is he changeing a A to a C to get nuke clones?
changing an "A" to a "C" is probably telling it not to gosub the nuke routine, but to gosub to 1 of PDs new code sections, which will probably contain about 20 new longwords(32bit wide data) of code.


RE: How do u hack? - Guest - 29.04.2006

i understand, respect for pd.


RE: How do u hack? - VK - 10.06.2006

Using IDA Pro And it is no more...