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 


Event Horizon
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Fri Sep 01, 2017 3:41 pm    Post subject: Event Horizon Reply with quote

Hey guys, I'm playing a game called Event Horizon, and I'm trying to figure out how to change the amounts of credits I have, I've tried everything I can think of, the decreased value scan, the all scan. I'm totally stumped! I've put in several hours trying to figure it out. Anyone good at Cheat Engine wanna help me figure it out?


c1f8541de5c071d94e461ea52fa00c6e.png
 Description:
Can't change that value, it's not credits. ughhh
 Filesize:  166.64 KB
 Viewed:  16047 Time(s)

c1f8541de5c071d94e461ea52fa00c6e.png


Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Fri Sep 01, 2017 6:27 pm    Post subject: Reply with quote

ill give it a try, found a patched version of it.

EDIT:

ok played with it a bit, found the address and its nothing more than display value.

and after running the tracer found that im in a subroutine into another and into couple subroutines. (and usually last subroutine is display/graphical values)
but i stopped reversing since the previous subroutines was big a bit, which require couple hours and running the tracer 100 times.

all what i found (after tracing) is almost many graphical instructions and functions.
and the original (internal value) is being moved into eax and ebp, that was in the 7th subroutine i guess.

if i had more free time ill dig more into it.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Sat Sep 02, 2017 9:44 am    Post subject: Reply with quote

Ah, I'm not sure what any of that means but I appreciate the attempt at least! Seems this game has some kind of anti-cheat built into unity, I cannot seem to find a way around it in any manner
Back to top
View user's profile Send private message
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Sun Sep 03, 2017 8:14 am    Post subject: Reply with quote

After messing with it for a few days I can't seem to isolate any value at all actually. Nothing on health or literally anything. I've never seen this before Shocked
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Sun Sep 03, 2017 9:31 am    Post subject: Reply with quote

i gave up, i dont want to spend hours and hours on it.
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Sun Sep 03, 2017 7:42 pm    Post subject: Reply with quote

I'm not giving up quite yet, I'm even willing to somehow get unity to decompile it and change values manually lol
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Mon Sep 04, 2017 7:15 am    Post subject: Reply with quote

its better tho.
i use .net reflector to decompile unity dlls and modify whatever i desire.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Mon Sep 04, 2017 8:16 am    Post subject: Reply with quote

I downloaded that one, now i have 14 days to figure it out Wink
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Mon Sep 04, 2017 8:22 am    Post subject: Reply with quote

forgot to mention, you need a plugin to edit and save edits.
that plugin also helps you to find whatever functions and data types you wish.

forgot the name, but i think you can google it.
and once you got it you can use it from options icon, as well as right clicking on the function name from the list.

EDIT:
tried to remember, the plugin name is Reflexil.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Mon Sep 04, 2017 10:50 am    Post subject: Reply with quote

I've been tinkering with it for about an hour now and it's totally greek to me, this is beyond my normal sphere for cheating. Am I willing to totally learn C++ just to have infinite money?






God damn right Twisted Evil
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Mon Sep 04, 2017 12:40 pm    Post subject: Reply with quote

even learning c or c++, you cant do anything unless you find the address and pointer or you find the function or instruction thats modifying your value.

just go to managed folder and browse assembly-csharp.dll and use keywords to find the function you want.
for example:

search for money, credit, cash, bucks, HP, health, crappy things.
because you dont know what they named it.

also take a look on the functions and their names, you might find playerdata or data anything related to you as a player who play the game.

best of luck.

EDIT:
you can search for values, and make sure you search for both decimal and hexadecimal values.
for example:
you start the game with 100 credits or whatever, search for 100 decimal or 00000064 in hex.
that helps a lot to find whatever value you want, then basically you can start with tons of that thing.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
Death GOD 7
Expert Cheater
Reputation: 0

Joined: 21 Jan 2017
Posts: 105
Location: Heaven and Hell

PostPosted: Mon Sep 04, 2017 1:39 pm    Post subject: Reply with quote

ai45 wrote:
I downloaded that one, now i have 14 days to figure it out Wink

14 days?You can have more. Very Happy
Download the .NET Reflector from official website(Free Trial)
Then download .NET reflector universal activator
Link : www.userscloud.com/u0swupqnkjp4

Then follow the instruction and activate it.
Voilaaaa!

Edit : Game link please?

_________________

"If you are good at something,never do it for free"-The Joker
I know you are looking at this post, Hitler
Back to top
View user's profile Send private message
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Mon Sep 04, 2017 5:33 pm    Post subject: Reply with quote

I'm afraid I can't post links but it's just Event Horizon on the PC, free on android i believe, it's on steam if that helps, sorry.


It's a very good game I guess, I love it. I tried looking for pointers but not too good at finding them, i've also got that plugin now so i can edit
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Mon Sep 04, 2017 5:54 pm    Post subject: Reply with quote

yes its steam version 0.14.1

good that you found the plugin, just mess around.
if i was interested as much as you are, i would definitely help but im not lol.

just remember "keywords" are you weapons when decompiling.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
ai45
Newbie cheater
Reputation: 0

Joined: 29 May 2012
Posts: 18
Location: In your hedgerow. Not to alarm you or anything

PostPosted: Mon Sep 04, 2017 6:19 pm    Post subject: Reply with quote

I appreciate the help you've given me so far my dude really nice of you! I'm certain i'm not gonna crack this nut any time soon but if I do i'll def report back in with how
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 Gamehacking All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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