View previous topic :: View next topic |
Author |
Message |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Mon Sep 17, 2007 4:15 am Post subject: try this out |
|
|
1 line.
_________________
Get kidnapped often. |
|
Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Mon Sep 17, 2007 4:52 am Post subject: |
|
|
text1
_________________
haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Mon Sep 17, 2007 5:57 am Post subject: |
|
|
lolol good job
I was looking at my exes in notepad and thought, "hmm, if I think I can fool myself with this, does it mean it can fool others?"
_________________
Get kidnapped often. |
|
Back to top |
|
 |
haha01haha01 Grandmaster Cheater Supreme
Reputation: 0
Joined: 15 Jun 2007 Posts: 1233 Location: http://www.SaviourFagFails.com/
|
Posted: Mon Sep 17, 2007 8:29 am Post subject: |
|
|
text1
algo is short liek hell and password is plain coded.
btw where is the comparing algo?
|
|
Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Mon Sep 17, 2007 8:40 am Post subject: |
|
|
it should be something like this:
if(text1.text="text1"){msgBox(success!)}
i come from many languages so what i type ends up messed up.
_________________
Get kidnapped often. |
|
Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Mon Sep 17, 2007 8:42 am Post subject: |
|
|
haha01haha01 wrote: | text1
algo is short liek hell and password is plain coded.
btw where is the comparing algo? |
I like how you say 'algo is short liek [sic] hell' - then ask 'btw where is the comparing algo?'
Good stuff man... It's P-Code;
Code: |
VCallAd Form1.Text1
FStAdFunc
FldPr
VCallHresult get__ipropTEXTEDIT
ILdRf 00000000h
LitStr: 'text1'
EqStr
|
EqStr is used to compare it.
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Mon Sep 17, 2007 8:50 am Post subject: |
|
|
OOOOO!!
how do you decompile PCode?
(most on the net leave me with a complete project with no code in it)
_________________
Get kidnapped often. |
|
Back to top |
|
 |
haha01haha01 Grandmaster Cheater Supreme
Reputation: 0
Joined: 15 Jun 2007 Posts: 1233 Location: http://www.SaviourFagFails.com/
|
Posted: Mon Sep 17, 2007 8:55 am Post subject: |
|
|
vb decompiler pro?
Code: | loc_4019B9: var_8C = Text1.Text
loc_4019CC: If (var_8C = "text1") Then
loc_4019E8: MsgBox("success!", &H0, var_CC, var_EC, var_10C)
loc_4019F8: End If
loc_4019F8: Exit Sub |
judging by the accuracy of the vb decompiler, it was compiled with vb 5 or lower.
|
|
Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
|
Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Mon Sep 17, 2007 9:07 am Post subject: |
|
|
blland wrote: | OOOOO!!
how do you decompile PCode?
(most on the net leave me with a complete project with no code in it) |
I didn't decompile it. If you decompile these things you'll never learn how to understand them when one comes along nerfed so you can't decompile them.
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
Back to top |
|
 |
haha01haha01 Grandmaster Cheater Supreme
Reputation: 0
Joined: 15 Jun 2007 Posts: 1233 Location: http://www.SaviourFagFails.com/
|
Posted: Mon Sep 17, 2007 9:09 am Post subject: |
|
|
true...
i dont even know whats PCode
as for vb decompiler pro...
its a software u can get only by paying, but some ppl bought it and posted for download. i can give u my copy, its the newest version (3.4) anyway laterz i gotta restart my computer the widows update start to annoy me.
EDIT: "unpacked" the PCode, attached unpacked source and exe.
|
|
Back to top |
|
 |
|