CheatEngine

11/25/2013 03:18 adamoxd1998#1
Hello guys , I know I ask too many question but I want to make my hack but the problem is I don't have the values, so I would like to ask how do you find a values thru CE? I tried to search it but I cant find I and I'll try to search it again but if some on can tell me I will be happy

Quote:
Originally Posted by TeRRorZwerGx View Post
You search this ?
[Only registered and activated users can see links. Click Here To Register...]
XD no xD I need a tutorial on how to find a value , like my friend on s4 said that he uses CheatEngine to find adress value of e.g. one hit kill or God mode something like that idk I am trying to make my Autoit :D so I need to find addresses :D This is why I need a tutorial on how to find it + I think I can't use CE because there is not working bypass atm :/
11/25/2013 03:54 cheyester10#2
Lookup how the address is created for that hack, done.
11/25/2013 07:12 SilverEmerald#3
Just suspend s4l with a suspender, open up CE and start searching.
11/25/2013 08:10 cheyester10#4
He's asking how to find the address to change the value. He already has the value to change. He can't find the addresses. ;o It's easy tho.
11/25/2013 14:07 adamoxd1998#5
Quote:
Originally Posted by cheyester10 View Post
He's asking how to find the address to change the value. He already has the value to change. He can't find the addresses. ;o It's easy tho.
>.> Well I will try something and I'll try to use your thing :D Thanks btw ;D

is there any suspenders that I can use because I can't find any :/

I think I'll Give up tho xD I can't do it :/
11/26/2013 14:43 K1ramoX#6
dev's arround the world pay alot of cash to prevent creating working trainers for their games / or cracks for their software. so, you think it would be easy? lold
11/26/2013 23:38 cheyester10#7
Easy for me. But it's not easy without the Knowledge. Still, it takes more then common sense.
11/27/2013 15:34 K1ramoX#8
Quote:
Originally Posted by cheyester10 View Post
Easy for me. But it's not easy without the Knowledge. Still, it takes more then common sense.
if its easy for you, you wouldnt ask about packet en- and decryption o;
11/27/2013 17:23 cheyester10#9
This is about the topic. ;o

I've made several useless autoit releases, I would have to understand how addresses work to change values. I do know that I'm still gaining knowledge. :3

Still, I don't know why I started with autoit honestly tho. :3

Code:
$Checkbox1 = GUICtrlCreateCheckbox("Zero Gravity", 0, 0, 97, 17)
If GUICtrlRead($Checkbox1) = 1 Then    
     _MemoryWrite(0x0047F17E,"1166868842","long")
The 4 byte address doesn't work anymore, I just have to look it up again. ;o
11/28/2013 15:43 K1ramoX#10
4 byte, rly? why not using byte arrays?
11/28/2013 16:09 cheyester10#11
Quote:
Originally Posted by K1ramoX View Post
4 byte, rly? why not using byte arrays?
Because I don't need to, since I already know how to look it up.