To correct a mistake I said in the vid that the game was made By UbiSoft, It's actually made by Square Enix,, but both companies are notorious for loading games with anti hacks and encrypted values and the like. Easy mistake to make. ;)
@SimpleImprovement4 жыл бұрын
The actual ammo value is the next 4 bytes after the magazine counter. Freezing those will let you use weapon with reloading. I'd be glad if I'd be able to change the weapon though - would be a killer to blast through the career with the purple 47...
@Caracazz27 жыл бұрын
"that value is there somewhere" Epic! Thanks, master. I will not give up!
@StephenChapman8 жыл бұрын
It's hilarious how they have that xor routine in its own nice, tidy call like that, lol. Did you try to see if it was shared at all? Seems odd they'd have something like that on its own for just one thing, but I can't say I'd be surprised if that was really the case, lol. Great video, Chris! Droppin' knowledge bombs all over the place. =D
@ChrisFayte8 жыл бұрын
I know right. I did put the debugger on it to find other addresses that may be accessing that routine but, ammo was the only address that came on, however it is possible something else later in the game may be using it. But health certainly isn't, it isn't encrypted at all. Go figure it was a standard 500 float. I think a programmer was having a little fun there.
@fahadtheking33937 жыл бұрын
I've learned alot from this one video. Im gonna watch the other ones you mentioned in it. Dude this stuff actually helped me alot. I even made a trainer. Thanks !!!!
@LinusDebugger7 жыл бұрын
Thank you Cris you really have mastered the assembly!!
@ChrisFayte7 жыл бұрын
Thank you pal, and its my pleasure.. Im still working on it, but Im always happy to show you what ive learned as it crosses my path :D
@LinusDebugger7 жыл бұрын
kkkkk, yes, I can understand that in your video lessons, you are giving your contribution, it is always good to learn...
@gamerred71648 жыл бұрын
Great vid man!
@ChrisFayte8 жыл бұрын
Thank you pal, Im glad you liked it
@fatih31948 жыл бұрын
hey Chris i really like how u teaching us.i have a request can you make more videos about how to find the values that is not just in screen. my english is bad so sorry about that but like in the some online game u collecting mines and its going into your bag and its number is showing there and when i change it its change but its just changing visually so i want you to show us more about how to find the real value that behind that visual values. and thank you because of u now im understanding this assamble codes :D
@929Finn4 жыл бұрын
Hi I know this video is fairly old but is it possible to freecam/hide hud in this game with cheatengine?
@glenc708 жыл бұрын
the game kept closing with the windows debugger and VEH debugger with there extra setting enabled and disabled any ideas I do have the steam version though and its set to offline
@ChrisFayte8 жыл бұрын
You could try getting the cracked version of it, skidrowreloaded(.)com Dark Byte has recommended that also in the past. Thats the version I used in the vid so I know it works. You paid for the game so it isn't like your stealing it.
@glenc708 жыл бұрын
Cheat The Game ok thanks ill give that a try
@FreeER8 жыл бұрын
You know... I just had the idea that you could probably scan the executable memory for the bytes that define the xor instruction and try to find the code that way... not sure how practical that is however :) Most of the results wouldn't even be actual xor instructions, just bytes that look like xor instructions when taken out of context...Which limits the capabilities of a simple automated tool (obviously if you can decompile all the instructions then it's possible to find all the real xor instructions however, and CE can obviously do that, or at least make a damn good attempt at it lol makes me wonder why it's not an option in CE already, either too many results or just not enough time to implement...because let's be honest, most encryption involves an XOR somewhere).
@ChrisFayte8 жыл бұрын
I never actually thought about it, but that could be another method of a hunt a peck to find the source. But, weeding out all the other instances of xor would be difficult since it is used for several different reasons, zeroing out registries for different reasons, such using a 0 to compare or to prevent a stack overflow. But can be used as a Hail Mary Pass if all else fails trying to get the source.
@brandonhacksandtrainers92468 жыл бұрын
Nice work... ;)
@chrisfayte84828 жыл бұрын
Thank you pal I appreciate it :)
@saidasalcedo52278 жыл бұрын
hi friends .... any hack Gods Of Rome Android?
@johnkittz8 жыл бұрын
Hey bud. I'm wondering if you could do a Tutorial on how to find Quests ID's and Item ID's inside a game I'm talking a game called: Sid Meiers Pirates I've seen multiple trainers letting you change ships or complete quests ect I'm wondering how I could go about finding things like that inside sid Meiers pirates like the others did!
@ChrisFayte8 жыл бұрын
ID tags come from decompiling files in most games like modders do to get graphic files, music files, etc. Im not the worlds best at it but plenty of vids already on how to do this.
@kayele5 жыл бұрын
subbed on the cool accent
@ChrisFayte5 жыл бұрын
I appreciate it pal =D
@rayleigh20867 жыл бұрын
Bro i need help. The game i'm trying to hack is dragons and titans (Steam game).I hacked the currencies known by the name crystals in the game but i want to hack other things in there too like power enchantment charms known as runes in the game but i can't .do you mind having a look in the game and give me some hint. i hacked the crystals tho but i need runes as well. Those values for runes were encrypted but i never tried to modify any encrypted value in CE before so , i came across your video. i will add my gmail if you want to help me bro.
@ChrisFayte7 жыл бұрын
Looks like it is an MOBA (Multiplayer online battle arena ) in which the internal values are probably being stored on the server and not on your comp.