| View previous topic :: View next topic |
| Author |
Message |
CheeseLover How do I cheat?
Reputation: 0
Joined: 07 Jun 2009 Posts: 0
|
Posted: Sun Jun 21, 2009 2:34 pm Post subject: PMX.dll and GPPMX.dll |
|
|
| Im coding a program in PB and I need those two dlls. If you have them please post them.
|
|
| Back to top |
|
 |
manc Grandmaster Cheater
Reputation: 1
Joined: 16 Jun 2006 Posts: 551
|
Posted: Sun Jun 21, 2009 9:54 pm Post subject: |
|
|
Try harder next time...all i did was check google Mr. CheeseLover27
Here is PMX.dll (http://www.mediafire.com/download.php?xm2zjoctydx)
I could not find GPPMX.dll however, but you might be able to get it from Anden100 (I saw it in one of his projects on his blog which no longer is available for download) or someone else on this forum.
Even if you cant find it, its only a GetPixel bypass from what I understand. Correct? The logic being GetPixelPMX.dll, hence GPPMX.dll. Just trampoline/hookhop the function or buy a bypass from Joneyleeson or my friend Jon (Assuming this is MS..)
Anyways, good luck with your project. Dont let one .dll stop you, there is always a way around the problem.
P.S. Interesting language choice
_________________
|
|
| Back to top |
|
 |
Codeslinger I post too much
Reputation: 1
Joined: 11 Oct 2007 Posts: 3652 Location: Midwest, United States of America
|
Posted: Sun Jun 21, 2009 11:14 pm Post subject: |
|
|
| I gave him the DLLs but I'm wondering if hackshield hooks the same way GG did because it's now possible to send left/right keys using keybd_event_()
|
|
| Back to top |
|
 |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
Posted: Mon Jun 22, 2009 12:32 am Post subject: |
|
|
| Gun Ecstasy wrote: | | I gave him the DLLs but I'm wondering if hackshield hooks the same way GG did because it's now possible to send left/right keys using keybd_event_() |
They didnt hook keybd_event()? omg..., it migh just be because you are injecting CrippleHS?
@Main poster, you will only need GPPMX.dll, PostMessageX is in it aswell..., unfortunally, i think i threw away the source...
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Mon Jun 22, 2009 5:18 pm Post subject: |
|
|
| Who cares... It literally takes a minute to code one... Mr. CheeseLover27 make one your self. Its just a trampoline...
|
|
| Back to top |
|
 |
azfk Cheater
Reputation: 0
Joined: 26 May 2009 Posts: 37
|
Posted: Mon Jun 22, 2009 8:19 pm Post subject: |
|
|
HEY TRAMPOLINES ARE HARD TO MAKE
they require extensive materials and knowledge of rubber.
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Tue Jun 23, 2009 12:52 pm Post subject: |
|
|
| azfk wrote: | HEY TRAMPOLINES ARE HARD TO MAKE
they require extensive materials and knowledge of rubber. |
OMG IT IS SO HARD TO MAKE!!!!!!!!!1111one...
delphi:
to set up:
| Code: | | omg:=Dword(GetProcAddress(kernel32,'PostMessageA'))+5; |
to call:
| Code: | function pmx(blab:thandle;blab2:Dword;blabv3:Dword;wtf:dword):Boolean;stdcall;
begin
asm
jmp [omg]
end;
end; |
OMG I JUST CODED ONE IN LIKE 5 SECONDS!!!!!
Edit: Lol forgot the +5
Last edited by dnsi0 on Tue Jun 23, 2009 6:17 pm; edited 1 time in total |
|
| Back to top |
|
 |
Deine Mutter Expert Cheater
Reputation: 1
Joined: 05 Apr 2006 Posts: 181
|
Posted: Tue Jun 23, 2009 1:05 pm Post subject: |
|
|
| dnsi0 wrote: |
to set up:
| Code: | | omg:=GetProcAddress(kernel32,'PostMessageA'); |
to call:
| Code: | function pmx(blab:thandle;blab2:Dword;blabv3:Dword;wtf:dword):Boolean;stdcall;
begin
asm
jmp [omg]
end;
end; |
|
Isn't this wrong? Because the purpose of a trampoline is to jump behind the inline hook. Shouldn't you add 5 to the address of PostMessageA and write the first 5 bytes of PostmessageA in the asm instruction befor the jump?
_________________
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Tue Jun 23, 2009 6:16 pm Post subject: |
|
|
| Deine Mutter wrote: | | dnsi0 wrote: |
to set up:
| Code: | | omg:=GetProcAddress(kernel32,'PostMessageA'); |
to call:
| Code: | function pmx(blab:thandle;blab2:Dword;blabv3:Dword;wtf:dword):Boolean;stdcall;
begin
asm
jmp [omg]
end;
end; |
|
Isn't this wrong? Because the purpose of a trampoline is to jump behind the inline hook. Shouldn't you add 5 to the address of PostMessageA and write the first 5 bytes of PostmessageA in the asm instruction befor the jump? |
WHOOPS FORGOT THE +5 lololololololololol
|
|
| Back to top |
|
 |
|