Hello, epvp.
I'm new to programming,actually a bit new, I've programmed in only VB.Net on a very basic level. But I've done enough of it. I picked up AutoIt a while ago and it seemed a bit tempting. I tried to do whatever the tutorials said but they were all spoon feeding tutorials or C&P tutorials.
I just wanna know some things about some commands which are used and re-used in hacking.
What are the parameters used for? Normally, In VB.Net I've never used something like this and these parameters look a bit too difficult as I've never been normal with them. Plus, the talk about offsets and pointers,they are irritating as well. All I've done was look at addresses and find their pointers through CE 6.1
It'll be nice if you guys clear them out for me. : D
Your's truly,
BUNNY!
I'm new to programming,actually a bit new, I've programmed in only VB.Net on a very basic level. But I've done enough of it. I picked up AutoIt a while ago and it seemed a bit tempting. I tried to do whatever the tutorials said but they were all spoon feeding tutorials or C&P tutorials.
I just wanna know some things about some commands which are used and re-used in hacking.
Code:
_MemoryOpen($iv_Pid[, $iv_DesiredAccess[, $iv_InheritHandle]]) _MemoryRead($iv_Address, $ah_Handle[, $sv_Type]) _MemoryWrite($iv_Address, $ah_Handle, $v_Data[, $sv_Type]) _MemoryClose($ah_Handle)
It'll be nice if you guys clear them out for me. : D
Your's truly,
BUNNY!