Search found 43 matches

by KevinDA
Sat Apr 01, 2023 6:01 pm
Forum: General Discussions
Topic: crc32 ?????
Replies: 1
Views: 3445

crc32 ?????

Good evening, I don't understand well how the crc32 function works. My RAX has a value of 00000000FFFFFF at the beginning. On the next line it will look for the value of at address D0B1FF4D which is 0000803F0000000. After the execution my RAX has a value of 0000000096442BF2. I don't understand how i...
by KevinDA
Sun Sep 04, 2022 2:38 pm
Forum: Cheat Engine
Topic: How to retrieve an RSI value as an address ?
Replies: 2
Views: 1231

Re: How to retrieve an RSI value as an address ?

How can I change this address every time without going through the registry ?
Isn't there an address ?
by KevinDA
Sun Sep 04, 2022 1:29 pm
Forum: Cheat Engine
Topic: How to retrieve an RSI value as an address ?
Replies: 2
Views: 1231

How to retrieve an RSI value as an address ?

How to get the RSI value as an address without going through the registers each time ? Hello, I explain my problem : The starting address of the rax is 00000000000001BF, with the calculation ( lea eax,[rax+rax*4] ) RAX = 00000000000008BB Then ( lea ecx,[rdx+rax*2] ) RCX = 0000000000001177 Then ( lea...
by KevinDA
Wed Aug 31, 2022 5:19 am
Forum: Cheat Engine
Topic: How to get a -1 instruction from a breakpoint ?
Replies: 3
Views: 1572

How to get a -1 instruction from a breakpoint ?

Good evening, I would like for example to recover the origin of RBP but I don't know how to do it (Instruction -1)
I tried to press STEP OUT, but it does not work. Because the code above or higher there is not the values of RBP. How to do it ?
Image
by KevinDA
Fri Nov 27, 2020 4:21 am
Forum: General Gamehacking
Topic: Changing the number of characters in a game
Replies: 5
Views: 4770

Re: Changing the number of characters in a game

No less than 4 or 4. As soon as I put 5 the game crashes.
by KevinDA
Tue Nov 24, 2020 8:20 pm
Forum: General Gamehacking
Topic: Changing the number of characters in a game
Replies: 5
Views: 4770

Changing the number of characters in a game

Good evening, I found the address that allows you to change the number of characters in a game. The problem is that when I change the mov to 00000005 the game crashes. When I set a lower value it works. I put the screens of the address which is displayed when the game crashes, if someone can help me...
by KevinDA
Mon Nov 16, 2020 2:42 am
Forum: Single Player Cheat Requests
Topic: WWE 2K Battlegrounds
Replies: 8
Views: 6567

Re: WWE 2K Battlegrounds

Good evening, I have created a patch that allows you to replace BOLO REYNOLDS, TJ SALAZAR ,BILLY HUGGINS ,GABRIEL PIERCE, POLLY VELLE, CASSIE VELLE, JESSICA JOHNSON in the campaign mode with the wrestler of your choice. And to make match INTERGENDER as well. Here is the video of the tutorial : https...
by KevinDA
Fri Oct 30, 2020 9:14 pm
Forum: General Gamehacking
Topic: Assign memory address to a game
Replies: 1
Views: 2320

Assign memory address to a game

Hi, I would like to know if there is a way for a game or an application to always keep the same memory address ?
by KevinDA
Sun Oct 25, 2020 5:17 am
Forum: Single Player Cheat Requests
Topic: WWE 2K Battlegrounds
Replies: 8
Views: 6567

Re: WWE 2K Battlegrounds

Hello, what I'm trying to do is to replace BOLO REYNOLDS in the campaign mode with SHAWN MICHAELS. Could someone help me ?
(He must have a table with the wrestler id's I think.)
by KevinDA
Wed Jul 15, 2020 12:12 pm
Forum: General Gamehacking
Topic: WriteProcessMemory pointer C ++ 64 bits ?
Replies: 1
Views: 1544

WriteProcessMemory pointer C ++ 64 bits ?

Hello, I would like to know how we can recover a pointer address in C ++ (64 bits)? In order to change a value with WriteProcessMemory. example my baseadress = base; WriteProcessMemory (hProc, (LPVOID) (((uint8_t *) base) + ?????, & array, number_BYTE, NULL); https://forum.cheatengine.org/files/0001...
by KevinDA
Sun Jun 28, 2020 11:50 am
Forum: General Gamehacking
Topic: Search array of byte
Replies: 7
Views: 3199

Re: Search array of byte

What script should I put I am a beginner :-(
by KevinDA
Sun Jun 28, 2020 2:44 am
Forum: General Gamehacking
Topic: Search array of byte
Replies: 7
Views: 3199

Search array of byte

In my research where there are XX I don't want 00
by KevinDA
Sun Jun 28, 2020 2:21 am
Forum: General Gamehacking
Topic: Search array of byte
Replies: 7
Views: 3199

Search array of byte

No it doesn't work ...

I always have 00
by KevinDA
Sun Jun 28, 2020 2:00 am
Forum: General Gamehacking
Topic: Search array of byte
Replies: 7
Views: 3199

Search array of byte

Good evening, I would like to do an array of byte search:



XX 00 00 00 00 00 01 00 00 XX



Or there is the XX is different from 00.



How to do ?
by KevinDA
Sun Jun 14, 2020 10:08 pm
Forum: General Gamehacking
Topic: C ++ change value address 64 bit games
Replies: 0
Views: 1276

C ++ change value address 64 bit games

#include <iostream><br /> #include <string><br /> #include <cstdlib><br /> #include <ctime><br /> #ifdef __MINGW32__<br /> #include <windows.h><br /> #endif<br /> <br /> using namespace std;<br /> int main(){<br /> <br /> <br /> <br /> <br /> DWORD Target = 0x22ACBA164D0;<br /> SIZE_T bytes = 0;<br ...