Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Memory Engine - Scan it your Way!
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries
View previous topic :: View next topic  
Author Message
iPromise
Grandmaster Cheater
Reputation: -1

Joined: 27 Jun 2009
Posts: 529
Location: Canada

PostPosted: Sun Jan 03, 2010 12:10 am    Post subject: Memory Engine - Scan it your Way! Reply with quote

Memory Engine 0.1 By: iPromise

Hello,

I've recently coded a Memory Engine with C++, it has lightning speed scans, not as fast as Cheat Engine but is really fast. It's a DLL, which means you need to inject it to your target process, I did include a Dll Injector which I testing on: GunBound and worked.

What it does it scan through the target processes virtual memory space and finds your specified value just like Cheat Engine. This is undetected 100%, if you detect any bugs let me know and I will fix it. Enjoy it. By the way there is a "Base Address" button used to scan through a address. When you click on this Button the window appears asking for the address, once you click "Read" it returns you the offset, if this address isn't a static you receive NULL, if it is you receive the offset.

Pictures:




Download:

Included a Ziddu link

http://www.ziddu.com/download/8003229/iPromise.zip.html

If I helped you in anyway, a +Rep is nice


Last edited by iPromise on Sun Jan 03, 2010 11:09 am; edited 1 time in total
Back to top
View user's profile Send private message MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sun Jan 03, 2010 1:46 am    Post subject: Reply with quote

i cringed.

1 mega cpp file with almost no C++ to be found? ughghgh
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sun Jan 03, 2010 3:01 am    Post subject: Reply with quote

slovach wrote:
i cringed.

1 mega cpp file with almost no C++ to be found? ughghgh


I'm willing to bet you could compile it with a standards compliant C compiler and be just fine. Aside from the cout and bools... wait, why is he using cout with a GUI?

Speaking of GUI: it makes me weep.

Also, I thought this was rather funny:
Code:
char Value = *(char*)(LPCSTR) GetValue;
Back to top
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Sun Jan 03, 2010 5:41 am    Post subject: Reply with quote

Why are you casting everything???
i = (DWORD) etc....
Just don't do it, and if it returns an error, then fix your i's datatype.
Back to top
View user's profile Send private message
iPromise
Grandmaster Cheater
Reputation: -1

Joined: 27 Jun 2009
Posts: 529
Location: Canada

PostPosted: Sun Jan 03, 2010 11:08 am    Post subject: Reply with quote

Flyte, I used cout for testing purposes, and removed it after.

Code:

char Value = *(char*)(LPCSTR) GetValue


Works 100% fine.
Back to top
View user's profile Send private message MSN Messenger
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sun Jan 03, 2010 1:32 pm    Post subject: Reply with quote

iPromise wrote:
Flyte, I used cout for testing purposes, and removed it after.

Code:

char Value = *(char*)(LPCSTR) GetValue


Works 100% fine.


That define expands out to:
Code:

char Value = *(char*)(const char*) GetValue;


Which is a tad bit redundant.
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Sun Jan 03, 2010 2:16 pm    Post subject: Reply with quote

wow are you gonna release the source ? i think some of us could learn a lot from it !!!
Back to top
View user's profile Send private message
iPromise
Grandmaster Cheater
Reputation: -1

Joined: 27 Jun 2009
Posts: 529
Location: Canada

PostPosted: Sun Jan 03, 2010 4:13 pm    Post subject: Reply with quote

@Slugsnack I'll think about it
Back to top
View user's profile Send private message MSN Messenger
ragedz
How do I cheat?
Reputation: 0

Joined: 03 Jan 2010
Posts: 4

PostPosted: Sun Jan 03, 2010 5:12 pm    Post subject: Reply with quote

could you explain how you are attaching to the second gunbound.gme process, because i can't seem to do it. actually i've tried injecting your dll with several other injectors and nothing ever happens for me. O.o
Back to top
View user's profile Send private message MSN Messenger
Falc0n
Expert Cheater
Reputation: 1

Joined: 04 Apr 2009
Posts: 104

PostPosted: Sun Jan 03, 2010 6:28 pm    Post subject: Reply with quote

Nothing shows up when injected.
Back to top
View user's profile Send private message
iPromise
Grandmaster Cheater
Reputation: -1

Joined: 27 Jun 2009
Posts: 529
Location: Canada

PostPosted: Sun Jan 03, 2010 7:58 pm    Post subject: Reply with quote

@ragedz Use a undetected Dll Injector and point it to GunBound.gme
@Falc0n Same with ragedz, it will show up once injected properly.

Dont forget to Run As Administrator if your using Vista or Windows 7
Back to top
View user's profile Send private message MSN Messenger
Falc0n
Expert Cheater
Reputation: 1

Joined: 04 Apr 2009
Posts: 104

PostPosted: Sun Jan 03, 2010 9:10 pm    Post subject: Reply with quote

iPromise wrote:
@ragedz Use a undetected Dll Injector and point it to GunBound.gme
@Falc0n Same with ragedz, it will show up once injected properly.

Dont forget to Run As Administrator if your using Vista or Windows 7


Injected it directly into Valkyrie Sky.exe and not working.

Pretty sure I did it right. Smile

If I inject a message box it works. lol

Even if I inject to firefox, nothing loads up.
Back to top
View user's profile Send private message
bulhufas
How do I cheat?
Reputation: 0

Joined: 06 Nov 2009
Posts: 9

PostPosted: Mon Jan 04, 2010 7:40 am    Post subject: Reply with quote

Well, here on my PC every process that I inject it freezes. Don't matter what injector I'm using, it freezes.

But, when it's freezed i can scan and see how it's fast. I already made a Memory Scanner in DLL before, but the scan takes 30 minutes. Can you tell how you did it?
Back to top
View user's profile Send private message
Anden100
Grandmaster Cheater
Reputation: 0

Joined: 20 Apr 2007
Posts: 668

PostPosted: Mon Jan 04, 2010 8:33 am    Post subject: Reply with quote

bulhufas wrote:
Well, here on my PC every process that I inject it freezes. Don't matter what injector I'm using, it freezes.

But, when it's freezed i can scan and see how it's fast. I already made a Memory Scanner in DLL before, but the scan takes 30 minutes. Can you tell how you did it?


An injected memory scanner, and it took you 30 minutes? that sure is amazing, did you use ReadProcessMemory or another API, though you had direct memory access?
@Slugsnack, i smell sarcasm...
Back to top
View user's profile Send private message
ragedz
How do I cheat?
Reputation: 0

Joined: 03 Jan 2010
Posts: 4

PostPosted: Mon Jan 04, 2010 10:57 am    Post subject: Reply with quote

i've tried injecting with several different injectors. tried injecting even to notepad.exe

i think it's safe to say this doesnt work on windows 7.
thanks.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries All times are GMT - 6 Hours
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites