Search found 119 matches

by UltimatePoto42
Thu Jan 27, 2022 4:49 am
Forum: General Gamehacking
Topic: How to make a table that just changes an AOB and nothing more?
Replies: 12
Views: 7470

Re: How to make a table that just changes an AOB and nothing more?

... 1. I guess "55 8B EC 6A FF 68 65 66" is the AOB it determined to be unique, which is OK 2. But I don't understand what "db 55 8B EC 6A FF" is for or why it's shorter than the AOB scanned part 3. I don't understand why it's pulling in a few lines into the "code" section 4. I don't know what I ne...
by UltimatePoto42
Thu Jan 27, 2022 3:48 am
Forum: General Gamehacking
Topic: How to make a table that just changes an AOB and nothing more?
Replies: 12
Views: 7470

Re: How to make a table that just changes an AOB and nothing more?

I want to make a checkbox that toggles on/off an AOB edit Like if I had some AOB like AA BB CC DD (making up random stuff there) and I want to click the box to change it to FF BB CC DD, and if I uncheck the box it goes back again. I tried opening memory view and doing ctrl + A then putting down a t...
by UltimatePoto42
Wed Jan 26, 2022 11:06 pm
Forum: Cheat Engine
Topic: [Help] Seeking games good for practicing with
Replies: 3
Views: 2377

Re: [Help] Seeking games good for practicing with

I apologize if this is a common question. I want to get to learning CE, but right now I'm at the stage where either a value can be pinned down in an instant or I can just forget about it, with no inbetween. Even masters had to start somewhere, though, so what games have you found easy to manipulate...
by UltimatePoto42
Mon Jan 24, 2022 10:51 pm
Forum: Cheat Engine Lua Scripting
Topic: Inject multiple places
Replies: 19
Views: 18359

Re: Inject multiple places

... Not sure why exactly? @Tim? I mean s.t. like that wont work too: https://stackoverflow.com/questions/17763223/lua-table-address-and-address-table ... That's Lua, auto assembler works a lot different. If you assemble an AA script with a "jmp return" it will be a jump with a hard coded address (i...
by UltimatePoto42
Mon Jan 24, 2022 6:14 pm
Forum: Cheat Engine Lua Scripting
Topic: Inject multiple places
Replies: 19
Views: 18359

Re: Inject multiple places

Okay, the last script is working after all. I guess along the way I had managed to save Userdefined symbols and those were messing with the enabling. Now the question is how do I allocate the memory only once for that address I need? The code I have tried is below. New parts have been marked with "...
by UltimatePoto42
Sun Jan 23, 2022 10:40 pm
Forum: Cheat Engine
Topic: Aobscan tutorials
Replies: 25
Views: 11901

Re: Aobscan tutorials

i managed to make a character pointer script for game "Domina" , but im having a trouble to figure out what opcode to start disassemblering. Thank you, Start with the CE tutorial, it goes over the basics like finding a value then using the debugger to find the code that manipulates it. And you don'...
by UltimatePoto42
Sun Jan 23, 2022 10:33 pm
Forum: Tables
Topic: Far Cry 3 - table v: 2.0.4 CT
Replies: 58
Views: 70163

Re: Far Cry 3 - table v: 2.0.4 CT

im having a problem with this ce every time i try to open the mainhooks, it keeps appearing this WARN - I2CEAACommands: AOB not found in "apphelp.dll": 0F28xxxxxxxxxx0F28xxxxxxxxxx0F28xxxxxxxxxx0F95xx0F29xxxxxxxxxx0F29xxxxxxxxxx0F29xxxxxxxxxx0F29 WARN - I2CETableCEA: Error assembling file: "CoordHo...
by UltimatePoto42
Sun Jan 23, 2022 9:25 am
Forum: Cheat Engine Lua Scripting
Topic: Is it possible for lua to control offset adjustment?
Replies: 1
Views: 3431

Re: Is it possible for lua to control offset adjustment?

celua.txt wrote: MemoryRecord Class:
The memoryrecord objects are the entries you see in the addresslist

properties
...
Offset[] : integer - Array to access each offset
OffsetText[] : string - Array to access each offset using the interpretable text style
by UltimatePoto42
Sun Jan 23, 2022 6:55 am
Forum: Cheat Engine
Topic: Aobscan tutorials
Replies: 25
Views: 11901

Re: Aobscan tutorials

The tutorials section is for posting tutorials, not requesting them. Topic moved to appropriate section. Hello veterans, I want to learn a aobscan scripting where the code itself updates depending on whichever item or unit etc.. you are hovering a mouse or a whatever you are viewing. I know the code...
by UltimatePoto42
Sun Jan 23, 2022 4:16 am
Forum: General Gamehacking
Topic: a lot of tables
Replies: 4
Views: 3591

Re: a lot of tables

I notice we have a ton of tables available here, and that's a lot of stopping and restarting a game involving god knows how many pointerscans. its a ton of work. the problem though... a lot of them aren't working as games get updated. my thing with this is, is it considered foul play to take someon...
by UltimatePoto42
Sun Jan 23, 2022 3:12 am
Forum: Tables
Topic: Far Cry 4 - table v: 1.0.2 CT
Replies: 13
Views: 27459

Re: Far Cry 4 - table v: 1.0.2 CT

Hi, thank you for the table but I have a problem when I want to activate it https://i.ibb.co/4jCTgCb/Untitled.jpg I'm using Windows 10 BTW, not MacOS Any help, please? Thank you It's basically the same issue form the FC3 table. In the same folder as the table ("FarCry4.[v1.0.2].CT") make a folder n...
by UltimatePoto42
Fri Jan 21, 2022 10:54 pm
Forum: General Discussions
Topic: help with "Cheat Engine for Patreon Users"
Replies: 1
Views: 4489

Re: help with "Cheat Engine for Patreon Users"

I have messed up trying to download CE. I couldn't get the value done and exited out now I am dead can't find out how to retrieve anything connected to the download process. Can someone help me figure this out. I am a Patreon member Probably be better to ask this on patreon. But sounds like somethi...
by UltimatePoto42
Thu Jan 13, 2022 10:34 pm
Forum: Tables
Topic: Borderlands 3 - table v: 1.0.1 CT
Replies: 1
Views: 9062

Borderlands 3 - table v: 1.0.1 CT

RETIRED - Use this superior cheat table https://fearlessrevolution.com/viewtopic.php?t=10256 Borderlands 3 - table v: 1.0.1 CT Game Name: Borderlands 3 Game Vendor: Steam Game Version: Game Process: Borderlands3.exe Game File Version: 4.14.3.0 https://store.steampowered.com/app/397540/ USE Cheat En...
by UltimatePoto42
Sun Dec 26, 2021 3:30 pm
Forum: Tools
Topic: [Lua] Table File packer
Replies: 0
Views: 7580

[Lua] Table File packer

Table File packer This kind of goes with my Lua Table File Package Loader . It will pack files from a local folder, but more so it will pack Lua modules based on a entry point and what is required (imported) form there. Basically it hijacks the require function and uses the package searchers to fin...
by UltimatePoto42
Wed Dec 22, 2021 1:16 am
Forum: Tools
Topic: Lua Script Template Engine ("compiled templates")
Replies: 0
Views: 8106

Lua Script Template Engine ("compiled templates")

Lua Script Template Engine ("compiled templates") For Auto Assembler Templates see this post. This is a Lua script template engine that compiles/renders templates, the template engine is based off this blog post . You can access variables and run lua code in the templates using the appropriate tags...