Search found 14 matches

by Blackrosemmt
Sun Mar 17, 2024 2:49 pm
Forum: Cheat Engine Lua Scripting
Topic: Question: Read value then Speak
Replies: 2
Views: 483

Question: Read value then Speak

Hi all

I need lua script to read value from address then speak it once it reach the value I specify.
for example once money in game reach 100 then speak "hundred"

Can anyone please help.
by Blackrosemmt
Thu Jul 14, 2022 4:19 pm
Forum: Tables
Topic: Might and Magic Heroes VI SR/Steam
Replies: 5
Views: 19500

Re: Might and Magic Heroes VI SR/Steam

Hi guys, Here is my contribution for "Might & Magic Heroes VI" Version 1.1.31785. The table contains a script with the following features: - Minimum Resources; - Unlimited Movement; - Troop Minimum Size; - Heron's Minimum XP; - Some Useful Pointers; @STN Hi STN can you please explain how you manage...
by Blackrosemmt
Wed Jul 13, 2022 8:09 pm
Forum: Tables
Topic: Might & Magic Heroes VI - Shades of Darkness v2.1.1 Steam (GM and More) 2019-May-11
Replies: 3
Views: 11140

Re: Might & Magic Heroes VI - Shades of Darkness v2.1.1 Steam (GM and More) 2019-May-11

@Recifense

Can you please tell us how you managed to find the resources ? it is really challenging :?
by Blackrosemmt
Sat Jul 09, 2022 4:50 pm
Forum: Cheat Engine
Topic: stop on release for hotkey ??
Replies: 7
Views: 2422

Re: stop on release for hotkey ??

Image

@Keks4Gaming
Why I'm having this error can you please help :roll: :roll:
by Blackrosemmt
Sun Jun 19, 2022 3:02 am
Forum: Cheat Engine
Topic: How to Expand all levels in Dissect data
Replies: 0
Views: 782

How to Expand all levels in Dissect data

Is there any way or plugin to Expand all tree levels in Dissect data. I need to make text deep search

I know that there is option from: view: expand all defined and undefined pointers but that does not expand all other levels
by Blackrosemmt
Sat Jun 18, 2022 12:55 am
Forum: Cheat Engine
Topic: opcodes addresses disappeared
Replies: 4
Views: 969

Re: opcodes addresses disappeared

@SunBeam
There are 2 counters the first one check the address when we press F5 the second one which inside that window. I already showed in above picture.
this feature disappeared after version 6.8 I think
by Blackrosemmt
Thu Jun 16, 2022 11:10 pm
Forum: Cheat Engine
Topic: opcodes addresses disappeared
Replies: 4
Views: 969

opcodes addresses disappeared

https://imgur.com/C4gHMIH In cheat engine when I'm using "Check if found opcodes also access other addresses" it count how many addresses accessing the opcodes but when I stop the check the counted address will disappear as the picture. However in version 6.8.3 it wont disappear. How to keep count a...
by Blackrosemmt
Sun Nov 07, 2021 9:11 pm
Forum: Cheat Engine
Topic: Can you please check my pointer script why it's crashing
Replies: 9
Views: 10890

Re: Can you please check my pointer script why it's crashing

actually I was doing the same instructions as I saw in another website to check if the pointer is valid, here the link: https://www.cheatengine.org/forum/viewtopic.php?p=5183236&sid=2e16c9a2107a8a44ed2916467de84e44 the main thing I want to do is reaching the value by making pointer from script becau...
by Blackrosemmt
Sun Nov 07, 2021 5:03 pm
Forum: Cheat Engine
Topic: Can you please check my pointer script why it's crashing
Replies: 9
Views: 10890

Re: Can you please check my pointer script why it's crashing

moving [eax] inside eax will test the register / pointer is not null/invalid so if null then will jump to invalid address otherwise it will continue to next function
by Blackrosemmt
Sun Nov 07, 2021 1:22 pm
Forum: Cheat Engine
Topic: Can you please check my pointer script why it's crashing
Replies: 9
Views: 10890

Can you please check my pointer script why it's crashing

Can you guys please check my pointer script why it's crashing ? I added invalid to filter invalid pointers [ENABLE] alloc(newmem,2048) label(returnhere) label(originalcode) label(exit) label(invalid) globalalloc(_health,4) newmem: push eax mov eax,["game.exe"+00C23CA0] // main pointer test eax,eax j...
by Blackrosemmt
Sun Nov 07, 2021 10:35 am
Forum: Cheat Engine Lua Scripting
Topic: Is it possible to write compare script with lua ?
Replies: 6
Views: 8525

Re: Is it possible to write compare script with lua ?

With the latest version of CE you can now run in-line Lua code via {$LUACODE}. Thanks @LeFiXER for the reply. I wanted to write all script in Lua because the games sometimes crash using push pop in ASM becasue of invalid pointers, so I need to give it a try in Lua to see if game will still crash or...
by Blackrosemmt
Sat Nov 06, 2021 4:04 pm
Forum: Tables
Topic: Kingdom Rush Origins
Replies: 6
Views: 16347

Re: Kingdom Rush Origins

Thanks for the table! I've only used it for the gold option but that's plenty enough. Has anyone had any luck finding an option for skill cooldown (#1-3)? Preferably so it can be set to a desired number and not insta-use. I'm down to pay if that's considered an incentive. were you able to find how ...
by Blackrosemmt
Sat Nov 06, 2021 4:01 pm
Forum: Cheat Engine Lua Scripting
Topic: Is it possible to write compare script with lua ?
Replies: 6
Views: 8525

Is it possible to write compare script with lua ?

Hi guys Is it possible to write compare script with lua ? I need to add 2 offsets then comparing them to value 0 as the below example. newmem: push edx mov edx,[esi+ec] //first offset ec cmp [edx+11c],0 //second offset 11c pop edx jne originalcode //mov [esi+28],eax jg game.exe+1861D6 jmp exit origi...
by Blackrosemmt
Wed Jul 17, 2019 9:15 pm
Forum: Tables
Topic: Kingdom Rush Origins
Replies: 6
Views: 16347

Re: Kingdom Rush Origins

Dude the CE table that you made is amazing because I tried many methods to change the values without any luck (except for gold and lives) also I tried to make scripts for instant ability but I couldn't. do you have any kind of tutorial on how you made this table scripts I really want to learn this. ...