Search found 39 matches
- Fri Nov 27, 2020 4:21 am
- Forum: General Gamehacking
- Topic: Changing the number of characters in a game
- Replies: 6
- Views: 1433
Re: Changing the number of characters in a game
No less than 4 or 4. As soon as I put 5 the game crashes.
- Tue Nov 24, 2020 8:20 pm
- Forum: General Gamehacking
- Topic: Changing the number of characters in a game
- Replies: 6
- Views: 1433
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...
- Mon Nov 16, 2020 2:42 am
- Forum: Single Player Cheat Requests
- Topic: WWE 2K Battlegrounds
- Replies: 8
- Views: 2902
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...
- Fri Oct 30, 2020 9:14 pm
- Forum: General Gamehacking
- Topic: Assign memory address to a game
- Replies: 1
- Views: 349
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 ?
- Sun Oct 25, 2020 5:17 am
- Forum: Single Player Cheat Requests
- Topic: WWE 2K Battlegrounds
- Replies: 8
- Views: 2902
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.)
(He must have a table with the wrestler id's I think.)
- Wed Jul 15, 2020 12:12 pm
- Forum: General Gamehacking
- Topic: WriteProcessMemory pointer C ++ 64 bits ?
- Replies: 1
- Views: 707
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...
- Sun Jun 28, 2020 11:50 am
- Forum: General Gamehacking
- Topic: Search array of byte
- Replies: 7
- Views: 1055
Re: Search array of byte
What script should I put I am a beginner 

- Sun Jun 28, 2020 2:44 am
- Forum: General Gamehacking
- Topic: Search array of byte
- Replies: 7
- Views: 1055
Search array of byte
In my research where there are XX I don't want 00
- Sun Jun 28, 2020 2:21 am
- Forum: General Gamehacking
- Topic: Search array of byte
- Replies: 7
- Views: 1055
Search array of byte
No it doesn't work ...
I always have 00
I always have 00
- Sun Jun 28, 2020 2:00 am
- Forum: General Gamehacking
- Topic: Search array of byte
- Replies: 7
- Views: 1055
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 ?
XX 00 00 00 00 00 01 00 00 XX
Or there is the XX is different from 00.
How to do ?
- Sun Jun 14, 2020 10:08 pm
- Forum: General Gamehacking
- Topic: C ++ change value address 64 bit games
- Replies: 0
- Views: 638
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 ...
- Thu Jun 11, 2020 8:13 am
- Forum: General Gamehacking
- Topic: Injection code, compile ?
- Replies: 0
- Views: 501
Injection code, compile ?
Hello, I wrote a code in c ++ and then I used this tool to compile it: [URL]https://godbolt.org/[/URL]
I would like to know in what format asm I have to put for the injection code because I have tested and it does not work.
example: x86-64 gcc 10.1
I would like to know in what format asm I have to put for the injection code because I have tested and it does not work.
example: x86-64 gcc 10.1
- Tue Jun 09, 2020 11:15 pm
- Forum: General Gamehacking
- Topic: Problem to paste the XML version
- Replies: 0
- Views: 510
Problem to paste the XML version
Good evening, I would like to paste the tables with the values and if they are checked. But I can't ...
Cheat engine puts the addresses well but without the values of my XML.
How to do ?
Cheat engine puts the addresses well but without the values of my XML.
How to do ?
- Fri Jun 05, 2020 12:20 pm
- Forum: General Gamehacking
- Topic: Problem with RAX
- Replies: 0
- Views: 523
Problem with RAX
Hello, I have a problem with an address that has the value: call qword ptr [rax + 10]<br /> When I launch my application in (Accessed addresses) I have 00000010 in 2nd lines and application crash.<br /> call qword ptr [rax + 10] call add line [rax-095AF97B]<br /> Then I froze my RAX with the value 0...
- Mon Jun 01, 2020 12:20 am
- Forum: General Gamehacking
- Topic: Logs crash ?
- Replies: 1
- Views: 703
Logs crash ?
Good evening, I would like to know if it is possible to have logs on cheat engine?
Because I would like to know what is wrong with my modification because I have a crash every time.
Because I would like to know what is wrong with my modification because I have a crash every time.