View previous topic :: View next topic |
Author |
Message |
erfan100 How do I cheat?
Reputation: 0
Joined: 06 Jan 2010 Posts: 9
|
Posted: Wed Jan 06, 2010 9:35 am Post subject: UCE |
|
|
sry that im opening 2nd thread with same topic but i saw i opened my old 1 in wrong section sry
hmmm i have created my own uce but its detected in my game what i have to go now?-.-btw i took the source from 5.3 bc i had some problems with the 5.5
|
|
Back to top |
|
 |
Xenico Advanced Cheater
Reputation: 0
Joined: 27 Dec 2009 Posts: 94
|
Posted: Wed Jan 06, 2010 9:47 am Post subject: |
|
|
So it isnt a UCE^^
Just look up some tuts in google and here in the forum...
UCE-Making isnt very easy as a beginner^^
|
|
Back to top |
|
 |
erfan100 How do I cheat?
Reputation: 0
Joined: 06 Jan 2010 Posts: 9
|
Posted: Wed Jan 06, 2010 10:10 am Post subject: |
|
|
it wasnt easy^^ i needed 3 tuts^^
i worked few hours^^
i dont know what else to do i wanted post you url but i cant yet it says^^
afk now
|
|
Back to top |
|
 |
Fantasy I post too much
Reputation: 13
Joined: 29 Jul 2007 Posts: 3113
|
Posted: Wed Jan 06, 2010 10:34 am Post subject: |
|
|
If the tutorials ain't new, and you followed them exactly step by step, then they're all detected by now.
|
|
Back to top |
|
 |
erfan100 How do I cheat?
Reputation: 0
Joined: 06 Jan 2010 Posts: 9
|
Posted: Wed Jan 06, 2010 2:16 pm Post subject: |
|
|
nah it wasnt new there isnt any new tut all are old
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Wed Jan 06, 2010 2:49 pm Post subject: |
|
|
just follow the same method
take out all code
put code back till detected, make that undetected, continue
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Wed Jan 06, 2010 2:52 pm Post subject: |
|
|
There are numerous ways it could be detected. How far did you go in the way of altering things? Changing strings etc? An anti-cheat could quite easily just search for known CE function bytes, and it may be hitting you because of this. No telling without more info..
|
|
Back to top |
|
 |
erfan100 How do I cheat?
Reputation: 0
Joined: 06 Jan 2010 Posts: 9
|
Posted: Wed Jan 06, 2010 3:08 pm Post subject: |
|
|
hmm ye i think i had all strings and i changed the the names in 'blablabla' also to 'whatever'(i didnt used whatever for sure^^) it went up to whatever62 i think
@dark bite im sry i did read your answer few times i realy dont understand what you mean-.- copying all the code then delete the code save it and then paste it and save it again? im sry for this bad question
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Wed Jan 06, 2010 6:23 pm Post subject: |
|
|
comment out all the code. then slowly add bits back in. when it suddenly becomes detected then you know that new bit that you just put back in is what is triggering the anti-cheat
|
|
Back to top |
|
 |
erfan100 How do I cheat?
Reputation: 0
Joined: 06 Jan 2010 Posts: 9
|
Posted: Thu Jan 07, 2010 12:14 pm Post subject: |
|
|
ah k thank you
so if i know what is detected i have to change the things like the stings?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Thu Jan 07, 2010 12:17 pm Post subject: |
|
|
and the code
e.g a if x=111231 might need to be rewritten into
"
b:=111;
c:=231;
b:=b*1000;
b:=b+c;
if x=b then..."
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
erfan100 How do I cheat?
Reputation: 0
Joined: 06 Jan 2010 Posts: 9
|
Posted: Thu Jan 07, 2010 1:11 pm Post subject: |
|
|
Dark Byte wrote: | and the code
e.g a if x=111231 might need to be rewritten into
"
b:=111;
c:=231;
b:=b*1000;
b:=b+c;
if x=b then..." |
thanks
It looks very hard but ill try later
|
|
Back to top |
|
 |
|