Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


CE Table The Forest

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  
Author Message
DeBoZZ
How do I cheat?
Reputation: 0

Joined: 08 May 2017
Posts: 3
Location: Germany

PostPosted: Mon May 08, 2017 6:27 am    Post subject: CE Table The Forest Reply with quote

Hello everyone,
Im really new to this and Im on my way learning coding. I started with Cheat Engine and watched a lot of tutorials.
My Problem now is where I need some help, I want to create a Cheat Engine Table for "The Forest" I already know how to find Pointers and everything. Now I want to make a Script in "Auto Assemble" but I dont get it work with Pointers. If someone have time to explain it to me that would be really nice.
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 42

Joined: 09 Nov 2005
Posts: 2672

PostPosted: Mon May 08, 2017 2:01 pm    Post subject: Reply with quote

Do the CE tutorial. Watch stephen chapman's video tutorials (noobs seem to love it).

The forest is the easiest game you could hack, learn the basics right and you should be able to hack it fine

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
DeBoZZ
How do I cheat?
Reputation: 0

Joined: 08 May 2017
Posts: 3
Location: Germany

PostPosted: Tue May 09, 2017 3:04 am    Post subject: Reply with quote

I watched his tutorials but I didnt found a good Tutorial for scripts. I had this code

-------------------------------------------------------------------------------------
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [eax],(float)100

originalcode:
mov [eax],es
add [eax+eax],al

exit:
jmp returnhere

"mono.dll"+1F30AF:
jmp newmem
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"mono.dll"+1F30AF:
mov [eax],es
add [eax+eax],al
//Alt: db 8C 00 00 04 00
-------------------------------------------------------------------------------------

I wanted to change the "float" from the Pointer address after activating to "100" but It dont work maybe I made something wrong in the Code. Can you maybe find the mistake?
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 42

Joined: 09 Nov 2005
Posts: 2672

PostPosted: Tue May 09, 2017 3:35 am    Post subject: Reply with quote

mov [eax],(float)100

originalcode:
mov [eax],es


The injection doesn't even look right to me but ^that is your mistake.

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
DeBoZZ
How do I cheat?
Reputation: 0

Joined: 08 May 2017
Posts: 3
Location: Germany

PostPosted: Tue May 09, 2017 3:45 am    Post subject: Reply with quote

Okey but how can I fix that? I dont know :/
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites