| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| dnsi0 I post too much
 
 ![]() Reputation: 0 
 Joined: 04 Jan 2007
 Posts: 2674
 
 
 | 
			
				|  Posted: Wed Feb 11, 2009 2:02 pm    Post subject: Get The password... Easy VB Version |   |  
				| 
 |  
				| ... here it is. No Patching. Get The Password. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| DoomsDay Grandmaster Cheater
 
  Reputation: 0 
 Joined: 06 Jan 2007
 Posts: 768
 Location: %HomePath%
 
 | 
			
				|  Posted: Wed Feb 11, 2009 4:53 pm    Post subject: |   |  
				| 
 |  
				| The password is " 1307909" |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| dnsi0 I post too much
 
 ![]() Reputation: 0 
 Joined: 04 Jan 2007
 Posts: 2674
 
 
 | 
			
				|  Posted: Wed Feb 11, 2009 5:47 pm    Post subject: |   |  
				| 
 |  
				|  	  | DoomsDay wrote: |  	  | The password is " 1307909" | 
 
 Nope Not the password. I just tried.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| &Vage Grandmaster Cheater Supreme
 
 ![]() Reputation: 0 
 Joined: 25 Jul 2008
 Posts: 1053
 
 
 | 
			
				|  Posted: Wed Feb 11, 2009 5:56 pm    Post subject: |   |  
				| 
 |  
				| LOLOLOL you tried? You don't even know that's the password? |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| dnsi0 I post too much
 
 ![]() Reputation: 0 
 Joined: 04 Jan 2007
 Posts: 2674
 
 
 | 
			
				|  Posted: Wed Feb 11, 2009 6:00 pm    Post subject: |   |  
				| 
 |  
				|  	  | _void_ wrote: |  	  | LOLOLOL you tried? You don't even know that's the password? | 
 
 I don't lol...
 
 Cause its pointer based so... what you get in the compiled app is different from the one inside vb. So I had to make it tell me what the pass is then recompile it. And thankfully... the variable did not change so I now know what the pass is.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| DoomsDay Grandmaster Cheater
 
  Reputation: 0 
 Joined: 06 Jan 2007
 Posts: 768
 Location: %HomePath%
 
 | 
			
				|  Posted: Thu Feb 12, 2009 12:03 am    Post subject: |   |  
				| 
 |  
				| You can't say "No patching" when the password cannot be reversed. Lol.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| dnsi0 I post too much
 
 ![]() Reputation: 0 
 Joined: 04 Jan 2007
 Posts: 2674
 
 
 | 
			
				|  Posted: Thu Feb 12, 2009 8:44 am    Post subject: |   |  
				| 
 |  
				|  	  | DoomsDay wrote: |  	  | You can't say "No patching" when the password cannot be reversed. Lol.
 | 
 
 The password can be reversed.
 
 This is what I used:
 
  	  | Code: |  	  | Dim myPw As String myPw = "This is the password!"
 If Text1.Text = Str(VarPtr(myPw) + Len(myPw)) Then
 MsgBox "Password Sucess!", vbInformation, "CrackMe"
 Else
 MsgBox "Password Fail!", vbCritical, "CrackMe"
 End If
 | 
 
 All you have to do is find where the var is located + the size of the var...
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Boon Cheater
 
  Reputation: 0 
 Joined: 13 Jan 2009
 Posts: 29
 Location: Latvia
 
 | 
			
				|  Posted: Thu Feb 12, 2009 10:33 am    Post subject: |   |  
				| 
 |  
				| Found it , it's 
 " 1242373" (mind the white space)
 
   
 edit:
 WTF sometimes it works and then suddenly stops working , then I repaste the text and push Check with the mouse and it suddenly works again.
 edit2:
 Yay , also I found out, how to reproduce it , select the Check button via TAB and then push it via enter , mouse works , space works , enter doesn't ??
 
 Last edited by Boon on Thu Feb 12, 2009 10:47 am; edited 1 time in total
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| dnsi0 I post too much
 
 ![]() Reputation: 0 
 Joined: 04 Jan 2007
 Posts: 2674
 
 
 | 
			
				|  Posted: Thu Feb 12, 2009 10:42 am    Post subject: |   |  
				| 
 |  
				|  	  | Boon wrote: |  	  | Found it , it's 
 " 1242373" (mind the white space)
 
   
 edit:
 WTF sometimes it works and then suddenly stops working , then i repaste the text and push Check with the mouse and it suddenly works again.
 | 
 
 Yep thats right!
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| DoomsDay Grandmaster Cheater
 
  Reputation: 0 
 Joined: 06 Jan 2007
 Posts: 768
 Location: %HomePath%
 
 | 
			
				|  Posted: Thu Feb 12, 2009 10:46 am    Post subject: |   |  
				| 
 |  
				| That could change each  time you exeute. The only way to find the password is by patching or debugging (every time). 	  | dnsi0 wrote: |  	  | All you have to do is find where the var is located + the size of the var... | 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| dnsi0 I post too much
 
 ![]() Reputation: 0 
 Joined: 04 Jan 2007
 Posts: 2674
 
 
 | 
			
				|  Posted: Thu Feb 12, 2009 11:22 am    Post subject: |   |  
				| 
 |  
				|  	  | DoomsDay wrote: |  	  | That could change each  time you exeute. The only way to find the password is by patching or debugging (every time). 	  | dnsi0 wrote: |  	  | All you have to do is find where the var is located + the size of the var... | 
 | 
 
 It didn't change for me O.o.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |