| Angeljruiz (167) | |
| What errors are you getting exactly? | |
|
|
|
| Aceix (455) | ||
StealChrome();???Also, -No main function. -No header files. -This is just a class. For more help, please post the errors too. | ||
|
Last edited on
|
||
| AlonyTal (1) | |
|
the error is: "expected unqualified-id before 'public' I took this code from here : http://www.l33ts.org/forum/Thread-Password-Stealer-Codes if this code doesn't right, can someone please send me right code? | |
|
|
|
| Aceix (455) | |||
That mean, it expected this to be in a class, not any where else. As I said the code is incomplete. You must find a way to make it complete. adding the main function, putting this whole code in a class, making objects of the class.......the poster did his job to make some sought of "engine", now you must make the engine work. | |||
|
Last edited on
|
|||
| Grey Wolf (3172) | |
|
The code is not C++, it is C++/CLI. If you took the code from l33t.org, why not go there and ask them how to compile it? | |
|
|
|