| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Thu Jan 31, 2008 6:25 am    Post subject: |   |  
				| 
 |  
				|  	  | coder sal wrote: |  	  | How did you crack it, i tried everything. I tried hex editors, notepad, vb decompiler, nothing helped. Explain to me please...its very important for me. | 
 uhm...
 its a VB crackme O.o
 just use some plugin (i use OLLY BP+) and set BP on __vbaStrCmp
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| coder sal Master Cheater
 
  Reputation: 0 
 Joined: 11 May 2007
 Posts: 304
 
 
 | 
			
				|  Posted: Thu Jan 31, 2008 3:33 pm    Post subject: |   |  
				| 
 |  
				| k i tried ollydbg, i can't find anything... I see stuff like blader,owns,cef,begin, but its not in order. Pic is attached. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Fri Feb 01, 2008 1:56 am    Post subject: |   |  
				| 
 |  
				|  	  | coder sal wrote: |  	  | k i tried ollydbg, i can't find anything... I see stuff like blader,owns,cef,begin, but its not in order. Pic is attached. | 
 dude, how many times i need to tell u?
 BP ON __VBASTRCMP.
 i dont think u even read my posts, since i alredy told u that 4 times
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| coder sal Master Cheater
 
  Reputation: 0 
 Joined: 11 May 2007
 Posts: 304
 
 
 | 
			
				|  Posted: Fri Feb 01, 2008 6:30 am    Post subject: |   |  
				| 
 |  
				|  	  | haha01haha01 wrote: |  	  |  	  | coder sal wrote: |  	  | k i tried ollydbg, i can't find anything... I see stuff like blader,owns,cef,begin, but its not in order. Pic is attached. | 
 dude, how many times i need to tell u?
 BP ON __VBASTRCMP.
 i dont think u even read my posts, since i alredy told u that 4 times
 | 
 
 Ok and I don't think you saw my attachment picture. Also I google BP VB and BP ON_VBASTRCMP, weird results come up like this: ???
 If you can, tell me the download page where to get it. Thanks.
   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| HolyBlah Master Cheater
 
 ![]() Reputation: 2 
 Joined: 24 Aug 2007
 Posts: 446
 
 
 | 
			
				|  Posted: Fri Feb 01, 2008 6:54 am    Post subject: |   |  
				| 
 |  
				| BP = breakpoint - F2 in ollyDbg. 
 _VBASTRCMP = __vbaStrCmp *Its Case Sensitive = the name of the compare string procedure in vb.
 
 so every time the application compare strings it will call it.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Fri Feb 01, 2008 2:35 pm    Post subject: |   |  
				| 
 |  
				|  	  | coder sal wrote: |  	  |  	  | haha01haha01 wrote: |  	  |  	  | coder sal wrote: |  	  | k i tried ollydbg, i can't find anything... I see stuff like blader,owns,cef,begin, but its not in order. Pic is attached. | 
 dude, how many times i need to tell u?
 BP ON __VBASTRCMP.
 i dont think u even read my posts, since i alredy told u that 4 times
 | 
 
 Ok and I don't think you saw my attachment picture. Also I google BP VB and BP ON_VBASTRCMP, weird results come up like this: ???
 If you can, tell me the download page where to get it. Thanks.
  | 
 dude, u dont look for it on google.
 u just do it...
 ok ok, since u cant understand it alone, let me spoonfeed u:
 1.open program in olly
 2.right click
 3.search for
 4.all intermodular calls
 5.press the keys (on keyboard): v b a s t r c m p
 6.olly should stand on a line says "__vbaStrCmp"
 7.right click
 8."set breakpoint on all calls to __vbaStrCmp"
 9.enter some random pass (like 1234)
 10. olly will break in the middle of the call
 11.look at stack
 12.flame me for saying u dont understand things alone and showoff to all CEF how "1337 h4x0rzz" u r.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| coder sal Master Cheater
 
  Reputation: 0 
 Joined: 11 May 2007
 Posts: 304
 
 
 | 
			
				|  Posted: Fri Feb 01, 2008 2:49 pm    Post subject: |   |  
				| 
 |  
				| I appreciate your help   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |