| View previous topic :: View next topic |
| Author |
Message |
Hieroglyphics I post too much
Reputation: 0
Joined: 06 Dec 2007 Posts: 2007 Location: Your bedroom
|
Posted: Mon Jul 07, 2008 2:21 pm Post subject: |
|
|
I thought I had to use virtual protect?
So would it be:
| Code: | DWORD dwOldProtect;
VirtualProtect(0x008F79c3, 24, 0x08, &dwOldProtect);//Not sure if the 0x08 part is right |
Go on MSN please
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Mon Jul 07, 2008 2:23 pm Post subject: |
|
|
| Don't try to do things way beyond your abilities, start learning from the beginning, not from the end...
|
|
| Back to top |
|
 |
Hieroglyphics I post too much
Reputation: 0
Joined: 06 Dec 2007 Posts: 2007 Location: Your bedroom
|
Posted: Mon Jul 07, 2008 2:30 pm Post subject: |
|
|
I would Symbol, but I got school and shit too I am 14 so I am trying to just learn what I absolutely need right now
Ok so it is:
| Code: | DWORD dwOldProtect;
VirtualProtect(0x008F79c3, 24, 0x40, &dwOldProtect);
DWORD dwOldProtect;
VirtualProtect(0x008F8223, 16, 0x40, &dwOldProtect);
DWORD dwOldProtect;
VirtualProtect(0x0061E698, 2, 0x40, &dwOldProtect);
|
So where do I put all of this in my source...?
_________________
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Mon Jul 07, 2008 2:33 pm Post subject: |
|
|
| mrkrishan wrote: | I would Symbol, but I got school and shit too I am 14 so I am trying to just learn what I absolutely need right now
Ok so it is:
| Code: | DWORD dwOldProtect;
VirtualProtect(0x008F79c3, 24, 0x40, &dwOldProtect);
DWORD dwOldProtect;
VirtualProtect(0x008F8223, 16, 0x40, &dwOldProtect);
DWORD dwOldProtect;
VirtualProtect(0x0061E698, 2, 0x40, &dwOldProtect);
|
So where do I put all of this in my source...? |
Age does not matter.
I'm only 15. I started learning when i was 14.
It doesn't matter if u have school either, you still have the time to learn.
With that code you'll get a redefiniton error.
I told you, Go learn from the beggining. I gave you the link, because you obviously have no clue what your doing.
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Mon Jul 07, 2008 2:38 pm Post subject: |
|
|
| Yea, and we're not going to code for you.
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Mon Jul 07, 2008 2:55 pm Post subject: |
|
|
A tiny tip. Change your protections as soon as you inject (before GG starts its hooks preferably).
Although, my trainer for GunBound has 1 hit KO and from memory, I don't remember having to change protections.
|
|
| Back to top |
|
 |
Hieroglyphics I post too much
Reputation: 0
Joined: 06 Dec 2007 Posts: 2007 Location: Your bedroom
|
Posted: Mon Jul 07, 2008 2:57 pm Post subject: |
|
|
I really have no clue what you said sorry can you explain again?
_________________
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Mon Jul 07, 2008 3:22 pm Post subject: |
|
|
| mrkrishan wrote: | | I really have no clue what you said sorry can you explain again? |
That's the problem. You don't understand any of this stuff. You shoudl learn more about API and gamehacking before you come here asking for code.
_________________
|
|
| Back to top |
|
 |
Hieroglyphics I post too much
Reputation: 0
Joined: 06 Dec 2007 Posts: 2007 Location: Your bedroom
|
Posted: Mon Jul 07, 2008 3:26 pm Post subject: |
|
|
CLOSE THREAD PLEASE DLL MADE
_________________
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Mon Jul 07, 2008 6:14 pm Post subject: |
|
|
oib, MSDN does virtually the same thing.
I think it would best for you to just go ahead and remove that post, then tell him to Google for VirtualProtect on MSDN.
_________________
|
|
| Back to top |
|
 |
Hieroglyphics I post too much
Reputation: 0
Joined: 06 Dec 2007 Posts: 2007 Location: Your bedroom
|
Posted: Mon Jul 07, 2008 6:28 pm Post subject: |
|
|
That actually helped ALOT
_________________
|
|
| Back to top |
|
 |
|