View previous topic :: View next topic |
Author |
Message |
fullofrice Newbie cheater
Reputation: 0
Joined: 25 Dec 2006 Posts: 12
|
Posted: Mon Aug 13, 2007 6:05 am Post subject: How does CE open a process? |
|
|
how does CE 5.3(or 5.2?) open a process...viewing the sourcecode with notepad is troublesome and very confusing.
making a trainer with CE on a game i'm playing(kal online) cannot open the process, even with autoit.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Mon Aug 13, 2007 6:31 am Post subject: |
|
|
using openprocess or the openprocess version in the driver
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
Posted: Mon Aug 13, 2007 8:38 pm Post subject: |
|
|
Ehrm, Maybe because you dont use notepad to view it?
Try delphi and you will understand it more.
|
|
Back to top |
|
 |
fullofrice Newbie cheater
Reputation: 0
Joined: 25 Dec 2006 Posts: 12
|
Posted: Tue Aug 21, 2007 11:26 pm Post subject: |
|
|
i forgot all about this...-.-
yes, i know it wasn't suppose to view with notepad, i'm just saying i don't have delphi(i'm hardout capped(1-2kb/s)..).
the openprocess version in the driver..
|
|
Back to top |
|
 |
hack0r How do I cheat?
Reputation: 0
Joined: 03 Sep 2007 Posts: 6
|
Posted: Mon Sep 03, 2007 4:51 am Post subject: |
|
|
i need help to with this problem...
the normal openprocess in my programs
Code: | hProcess :=OpenProcess(PROCESS_VM_READ, False, dwProcessID); |
does not work (access denied)
but CE5.3 does it correctly (in extra screen nothing is checked)
i cant access the source (timeout) so can u send me the needed file(s) and a piece of code how to use it (openprocess, readmemory if sth is changed)
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Mon Sep 03, 2007 8:46 am Post subject: |
|
|
are you sure nothing is checked in settings->extra?
anyhow, ce uses process_full_access instead of vm_read
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
hack0r How do I cheat?
Reputation: 0
Joined: 03 Sep 2007 Posts: 6
|
Posted: Mon Sep 03, 2007 9:27 am Post subject: |
|
|
yeah im sure...
i tried it with process_all_access but the same error
i made some screenshots of my settings
the red marked ones are settings i could turn off and it works anyways
i replaced the dbk32.dll to see if its loaded...it isnt...
is there anything else? maybe CE checks the position of the openprocess
cause i think its hooked...
whats the right piece of code? i dont have an actual source...and i dont know what to do else...plz look at it
|
|
Back to top |
|
 |
|