Search found 11 matches

by mohanhegde
Wed Nov 15, 2023 4:35 am
Forum: Cheat Engine
Topic: [Need Help] Spacebourne 2 - UE4 VCRuntime140 memcpy related
Replies: 0
Views: 1759

[Need Help] Spacebourne 2 - UE4 VCRuntime140 memcpy related

Hey guys, I'm trying to find the code injection points in this game called Spacebourne 2, which is in Unreal Engine 4 and uses the annoying VCRuntime140.memcpy dll for almost everything in the game, and need your help in backtracking values. I tried following this tutorial for break and trace and ba...
by mohanhegde
Sat Sep 25, 2021 5:23 am
Forum: Cheat Engine
Topic: [Help] Medieval Dynasty - Can someone please help me with backtracing VCRUNTIME and MemCpy values
Replies: 0
Views: 4849

[Help] Medieval Dynasty - Can someone please help me with backtracing VCRUNTIME and MemCpy values

Hi guys, Could someone please do a tutorial on how to break and trace with conditional breakpoints for Medieval Dynasty game which just got released. It uses VCRUNTIME/MemCpy where all the addresses go through one single OpCode, i.e. mov ecx,[rdx] mov [rax],ecx I'm trying out by hacking Hunger value...
by mohanhegde
Fri Sep 24, 2021 6:58 pm
Forum: General Gamehacking
Topic: Some Slightly Advanced help: Game runs scripts thr code in VCRuntime Please read.
Replies: 23
Views: 19948

Re: Some Slightly Advanced help: Game runs scripts thr code in VCRuntime Please read.

hey, ( at first : i dont have the game, this is about UE4 and MemCopy in generaly) the call on +75B9AB is used many times, you can see that with a "Find out what addresses this instruction accesses" call will lead to several functions, and eventually to a call to the MemCopy. your money address is ...
by mohanhegde
Tue Sep 21, 2021 5:15 pm
Forum: Cheat Engine
Topic: [Help] To freeze/nop value (hunger value of character) - Robin Hood - Sherwood Builders
Replies: 4
Views: 5313

Re: [Help] To freeze/nop value (hunger value of character) - Robin Hood - Sherwood Builders

You shouldn't ever use "VCRUNTIME140.dll". Lots of other things will get written by the same instructions. So you need to find some other way to get to that address, but never change an instruction in that DLL. Maybe do a Break&Trace in there, and change the breaking condition to your address. If R...
by mohanhegde
Tue Sep 21, 2021 11:53 am
Forum: Single Player Cheat Requests
Topic: [Request] Robin Hood - Sherwood Builders (playtest free version)
Replies: 13
Views: 6096

Re: [Request] Robin Hood - Sherwood Builders (playtest free version)

MBRKiNG wrote:
Tue Sep 21, 2021 11:18 am
just use cake-san´s UE4 tut, thats helps a lot to get the stuff u need

viewtopic.php?f=23&t=14414
Thanks for the link, will check that out too! :)
by mohanhegde
Tue Sep 21, 2021 10:50 am
Forum: Single Player Cheat Requests
Topic: [Request] Robin Hood - Sherwood Builders (playtest free version)
Replies: 13
Views: 6096

Re: [Request] Robin Hood - Sherwood Builders (playtest free version)

HP/Stamina/Hunger/Thirst copy/paste code into ce <?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>68</ID> <Description>"Inf HP/STAMINA/HUNGER/THIRST"</Description> <LastState Activated="1"/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>defin...
by mohanhegde
Tue Sep 21, 2021 2:38 am
Forum: Cheat Engine
Topic: [Help] To freeze/nop value (hunger value of character) - Robin Hood - Sherwood Builders
Replies: 4
Views: 5313

Re: [Help] To freeze/nop value (hunger value of character) - Robin Hood - Sherwood Builders

Are you sure that VCRUNTIME140.dll is right dll file to find hunger? Hi, yes I'm sure VCRuntime140.dll is the right assembly, because when I did "Find what writes to this address" to the hunger value and then disassemble this memory region, it points to the line with VCRuntime140+ line. Should I us...
by mohanhegde
Mon Sep 20, 2021 8:29 am
Forum: Cheat Engine
Topic: [Help] To freeze/nop value (hunger value of character) - Robin Hood - Sherwood Builders
Replies: 4
Views: 5313

[Help] To freeze/nop value (hunger value of character) - Robin Hood - Sherwood Builders

Edit: I found out that "VCRUNTIME140.dll" is a common dll being used for many instrctions and OPcodes in the game. So I'm going to try follow some tutorials about backtracking and Break-and-Trace to find out the particular instruction which only deals with the hunger value. Edit2: Couldn't figure i...
by mohanhegde
Mon Sep 20, 2021 8:04 am
Forum: Single Player Cheat Requests
Topic: [Request] Robin Hood - Sherwood Builders (playtest free version)
Replies: 13
Views: 6096

[Request] Robin Hood - Sherwood Builders (playtest free version)

Hi, Could someone please make a cheat table for the game "Robin Hood - Sherwood Builders", which is currently on Steam and a free playtest version is available till Sep 25th? The game is really good with medieval themes and the player playing as Robin Hood, and as the leader of a medieval gang tryin...
by mohanhegde
Sun Sep 27, 2020 9:33 am
Forum: Tables
Topic: Medieval Dynasty ( Steam )
Replies: 132
Views: 238496

Re: Medieval Dynasty ( Steam )

Hi, Can you please tell us how you found these values and possibly create a tutorial for this please?
I tried searching for the water/hydration value in all the types (including float/double) but can't seem to find the addresses. Any tips on finding them? Thanks.
by mohanhegde
Mon Dec 03, 2018 5:42 pm
Forum: Cheat Engine
Topic: Need help with X4: Foundations game
Replies: 1
Views: 4076

Need help with X4: Foundations game

Hi guys, I'm not a noob when it comes to Game hacking and I've used Cheat Engine to hack lots of games by following the tutorial videos of "Stephen Chapman" and "Cheat The Game" on YouTube. I know few basic stuff like AOB scans, AOB Injections, Direct Byte modifications and those sort thanks to thos...