| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| iPromise Grandmaster Cheater
 
 ![]() Reputation: -1 
 Joined: 27 Jun 2009
 Posts: 529
 Location: Canada
 
 | 
			
				|  Posted: Sun Jan 03, 2010 12:10 am    Post subject: Memory Engine - Scan it your Way! |   |  
				| 
 |  
				| 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 |  | 
	
		|  | 
	
		| hcavolsdsadgadsg I'm a spammer
 
 ![]() Reputation: 26 
 Joined: 11 Jun 2007
 Posts: 5801
 
 
 | 
			
				|  Posted: Sun Jan 03, 2010 1:46 am    Post subject: |   |  
				| 
 |  
				| i cringed. 
 1 mega cpp file with almost no C++ to be found? ughghgh
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Flyte Peanuts!!!!
 
  Reputation: 6 
 Joined: 19 Apr 2006
 Posts: 1887
 Location: Canada
 
 | 
			
				|  Posted: Sun Jan 03, 2010 3:01 am    Post subject: |   |  
				| 
 |  
				|  	  | 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 |  | 
	
		|  | 
	
		| AtheistCrusader Grandmaster Cheater
 
 ![]() Reputation: 6 
 Joined: 23 Sep 2006
 Posts: 681
 
 
 | 
			
				|  Posted: Sun Jan 03, 2010 5:41 am    Post subject: |   |  
				| 
 |  
				| 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 |  | 
	
		|  | 
	
		| iPromise Grandmaster Cheater
 
 ![]() Reputation: -1 
 Joined: 27 Jun 2009
 Posts: 529
 Location: Canada
 
 | 
			
				|  Posted: Sun Jan 03, 2010 11:08 am    Post subject: |   |  
				| 
 |  
				| Flyte, I used cout for testing purposes, and removed it after. 
 
  	  | Code: |  	  | char Value = *(char*)(LPCSTR) GetValue
 
 | 
 
 Works 100% fine.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Flyte Peanuts!!!!
 
  Reputation: 6 
 Joined: 19 Apr 2006
 Posts: 1887
 Location: Canada
 
 | 
			
				|  Posted: Sun Jan 03, 2010 1:32 pm    Post subject: |   |  
				| 
 |  
				|  	  | 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 |  | 
	
		|  | 
	
		| Slugsnack Grandmaster Cheater Supreme
 
 ![]() Reputation: 71 
 Joined: 24 Jan 2007
 Posts: 1857
 
 
 | 
			
				|  Posted: Sun Jan 03, 2010 2:16 pm    Post subject: |   |  
				| 
 |  
				| wow are you gonna release the source ? i think some of us could learn a lot from it !!! |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| iPromise Grandmaster Cheater
 
 ![]() Reputation: -1 
 Joined: 27 Jun 2009
 Posts: 529
 Location: Canada
 
 | 
			
				|  Posted: Sun Jan 03, 2010 4:13 pm    Post subject: |   |  
				| 
 |  
				| @Slugsnack I'll think about it |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| ragedz How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 03 Jan 2010
 Posts: 4
 
 
 | 
			
				|  Posted: Sun Jan 03, 2010 5:12 pm    Post subject: |   |  
				| 
 |  
				| 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 |  | 
	
		|  | 
	
		| Falc0n Expert Cheater
 
 ![]() Reputation: 1 
 Joined: 04 Apr 2009
 Posts: 104
 
 
 | 
			
				|  Posted: Sun Jan 03, 2010 6:28 pm    Post subject: |   |  
				| 
 |  
				| Nothing shows up when injected. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| iPromise Grandmaster Cheater
 
 ![]() Reputation: -1 
 Joined: 27 Jun 2009
 Posts: 529
 Location: Canada
 
 | 
			
				|  Posted: Sun Jan 03, 2010 7:58 pm    Post subject: |   |  
				| 
 |  
				| @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 |  | 
	
		|  | 
	
		| Falc0n Expert Cheater
 
 ![]() Reputation: 1 
 Joined: 04 Apr 2009
 Posts: 104
 
 
 | 
			
				|  Posted: Sun Jan 03, 2010 9:10 pm    Post subject: |   |  
				| 
 |  
				|  	  | 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.
   
 If I inject a message box it works. lol
 
 Even if I inject to firefox, nothing loads up.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| bulhufas How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 06 Nov 2009
 Posts: 9
 
 
 | 
			
				|  Posted: Mon Jan 04, 2010 7:40 am    Post subject: |   |  
				| 
 |  
				| 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 |  | 
	
		|  | 
	
		| Anden100 Grandmaster Cheater
 
 ![]() Reputation: 0 
 Joined: 20 Apr 2007
 Posts: 668
 
 
 | 
			
				|  Posted: Mon Jan 04, 2010 8:33 am    Post subject: |   |  
				| 
 |  
				|  	  | 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 |  | 
	
		|  | 
	
		| ragedz How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 03 Jan 2010
 Posts: 4
 
 
 | 
			
				|  Posted: Mon Jan 04, 2010 10:57 am    Post subject: |   |  
				| 
 |  
				| 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 |  | 
	
		|  | 
	
		|  |