HelpCrash/DC problems

Posts 113 of 13 · Page 1 of 1
Crash/DC problems
So when I try to go ingame, CA crashes. However, I can pull up the menu and stuff when im not ingame. I have been frustrated with this for sometime so I went to try matty's base. That dc's too, at the same time. What is causing this?
Either it's your detours or strings are being detected.

Don't expect to just pick up a base and for it to work.
Using private detours(own my base not matty's), addies up to date, ptc working, all strings encrypted(however not with xorstr, it winds up looking like "rbaour2@$%nf^2")
Quote Originally Posted by fakeness View Post
Using private detours(own my base not matty's), addies up to date, ptc working, all strings encrypted(however not with xorstr, it winds up looking like "rbaour2@$%nf^2")
detours might be off or not working at all since they are your own private detours, you might need to touch them up or fix em in a way they dont get detected by nexon
Quote Originally Posted by fakeness View Post
Using private detours(own my base not matty's), addies up to date, ptc working, all strings encrypted(however not with xorstr, it winds up looking like "rbaour2@$%nf^2")
What kind of encryption do you recommend besides XorStr, and for me to do my own assembly deviation need to know and I do not know yet ...... so for now I'm using an own deviation from the Menu Selection Hook.h V4, but with some issues that I did .... but still giving DC
Quote Originally Posted by kssiobr View Post
What kind of encryption do you recommend besides XorStr, and for me to do my own assembly deviation need to know and I do not know yet ...... so for now I'm using an own deviation from the Menu Selection Hook.h V4, but with some issues that I did .... but still giving DC
Try flameswor10's simple / step encryption methods.
Check if your addresses are correct and that you are not turning on your hacks before going ingame (unless you already have an isingame check for all of ur hacks). Also do what xipher said, encrypt all of your strings, and when we say strings, we mean ENCRYPT EVERYTHING.
When you say encrypt everything, you can specify what it is ...
Cause I encrypt all the functions:
AddItem ("Chams", etc ...
What else can I beyond the cryptographic functions of the AddItem ....
And what is more effective method for removal of Lag ...
Using the Menu Selection V4 ....
Quote Originally Posted by kssiobr View Post
When you say encrypt everything, you can specify what it is ...
Cause I encrypt all the functions:
AddItem ("Chams", etc ...
What else can I beyond the cryptographic functions of the AddItem ....
And what is more effective method for removal of Lag ...
Using the Menu Selection V4 ....
Encrypt your ptc commands, for example;

Code:
if (Chams && Status) {
		cCommand(/*SkelModelStencil 1*/XorStr<0x91,19,0x687ED9C5>("\xC2\xF9\xF6\xF8\xD8\xF9\xF3\xFD\xF5\xC9\xEF\xF9\xF3\xFD\xF6\xCC\x81\x93"+0x687ED9C5).s);

	} else {
		cCommand(/*SkelModelStencil 0*/XorStr<0x9F,19,0x1C4876A9>("\xCC\xCB\xC4\xCE\xEE\xCB\xC1\xC3\xCB\xFB\xDD\xCF\xC5\xCF\xC4\xC2\x8F\x80"+0x1C4876A9).s);

	}
basically just encrypt ptc commands, again check if your addresses are all current
Thanks, I'll head here, honestly I did not know I could encrypt to the PTC ...
Yes, my addresses are updated ... the unique functions that use that uses the classes are Correctiom and Aim Aimbot, DC and I'm taking after a few minutes .....
But vo do encryption in PTC after i post the results ... earned
Quote Originally Posted by kssiobr View Post
Thanks, I'll head here, honestly I did not know I could encrypt to the PTC ...
Yes, my addresses are updated ... the unique functions that use that uses the classes are Correctiom and Aim Aimbot, DC and I'm taking after a few minutes .....
But vo do encryption in PTC after i post the results ... earned
Wait if you're dcing after a few minutes then it could also be your detour. If you still crash after encrypting your functions then I'm 100% sure it's your detour. Remember to have your own private detours and not to use public ones or you will experience stuff like this more often.
substitutional encryption is the easiest and fastest method, example you can make an array of chars "a,b,c,d,e,f,g,h,i,j,k..." but instead of alphabetical order you scambled them up for example "g,y,x,f,o,w,q,h,k,l,..." so we know the letter "a" is the first item in the alphabet array so we use the first item in the mixed up array which becomes "g", lets take the letter "e" for example it is the 5th character in the alphabeta so we turn to our mixed up array table and look up the 5th array element which the letter "o", repeat this in a loop until all words have been descrambled, the shift encryption of flamewor10 is good but it has faults in the fact it does not take into account unreadable characters in the ascii table. plus lookup table(substitution) like the char array will produce faster execution for decrypting and encrypting..
As I have already started to encrypt with XorStr, I'll end up like this method of encryption, but I found a little tricky .... and DC drift is the same .... I'll try to create one ... but it will be difficult I see .... thanks for understanding learning from you ....

There are and which methods to remove the lag? ..... That is more effective that you wear .... CANA in
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?