Search found 84 matches

by Frouk
Wed Jun 28, 2023 12:31 pm
Forum: Tables
Topic: Hotline miami 2
Replies: 5
Views: 12278

Re: Hotline miami 2

Fixed version, should work on steam version(i've only tested on cracked version) thanks for the work. i can confirm it works on both steam and gog latest version. I'm interested in your process for making this table, I see you changed lea ecx,[ecx+3c0] to lea ecx,[ecx+3f0], how you find the value. ...
by Frouk
Fri Jun 16, 2023 10:54 am
Forum: Tables
Topic: Hotline miami 2
Replies: 5
Views: 12278

Re: Hotline miami 2

Fixed version, should work on steam version(i've only tested on cracked version)
by Frouk
Sat Nov 05, 2022 8:09 am
Forum: Cheat Engine
Topic: Using "value between%" sometimes results in thread 15:Access violation (311)
Replies: 16
Views: 2532

Re: Using "value between%" sometimes results in thread 15:Access violation (311)

is there a debug log or something of that effect that I can post which would help troubleshooting? i think that UI shows you only percentage of health, but try to search the value (can be 1600 but shows 100%) I am really not sure what you are referring to? My problem is an access violation error in...
by Frouk
Fri Nov 04, 2022 7:37 am
Forum: Cheat Engine
Topic: Boss vs boss in games
Replies: 1
Views: 1557

Re: Boss vs boss in games

if game have source code or IDB then try to do something with code (not in cheat engine of course, if you want to make it in Cheat Engine it will be harder)
by Frouk
Fri Nov 04, 2022 7:35 am
Forum: Cheat Engine
Topic: Using "value between%" sometimes results in thread 15:Access violation (311)
Replies: 16
Views: 2532

Re: Using "value between%" sometimes results in thread 15:Access violation (311)

ralfonat wrote:
Thu Nov 03, 2022 2:51 pm
is there a debug log or something of that effect that I can post which would help troubleshooting?
i think that UI shows you only percentage of health, but try to search the value (can be 1600 but shows 100%)
by Frouk
Tue May 17, 2022 6:31 am
Forum: Trainers
Topic: NFS Carbon Trainer +50
Replies: 0
Views: 1668

NFS Carbon Trainer +50

Trainer gives you a way to change something that you wasn't able(Drift physics, disable cops, etc.) Trainer contains teleporter, where you can teleport to the canyon and etc. Teleporter: 1>Pause the game 2>Open trainer 3>Go to the "Misc" 4>Select where to teleport (above buttons) 5>Press "Teleport T...
by Frouk
Mon May 02, 2022 7:15 am
Forum: Cheat Engine Lua Scripting
Topic: Lua IF
Replies: 13
Views: 5838

Re: Lua IF

we can set timer as local variable and destroy it when memory record is not active by adding this code in timer

Code: Select all

if not memrec.Active then t.destroy() t = nil return end --t represents timer 
by Frouk
Fri Apr 15, 2022 5:40 am
Forum: Tables
Topic: GTA 3 Definitive Edition
Replies: 20
Views: 9166

Re: GTA 3 Definitive Edition

draconismako777 wrote:
Thu Apr 14, 2022 9:31 pm
,,,
i think so, but maybe finding player pointer without any offset maybe impossible since for remastered game engine is Unreal Engine
earlier it was RenderWare so maybe renderware was including player's pointer to access
by Frouk
Sun Mar 13, 2022 7:29 pm
Forum: Cheat Engine
Topic: How to use Cheat Engine
Replies: 3
Views: 7235

Re: How to use Cheat Engine

i have downloaded and installed it. I have all so followed the instructions to add the table to it. skyrimAE.CT is the table. How ever I do not know what I need to do from thier to get a worrking trainer going. can any one please help me out? Open the table in cheat engine, select the game process ...
by Frouk
Sun Mar 13, 2022 8:53 am
Forum: Tables
Topic: Sleeping Dogs Definitive Edition
Replies: 175
Views: 51973

Re: Sleeping Dogs Definitive Edition

Hey ++METHOS you can search up game timer while not in menu and then make smart regeneration system like: -- USER SETTINGS local passiveRegen = 0.0 --if hurted then don't regen local activeRegen = 4.0 --if not hurted anymore local interval = 1 --seconds --USER SETTINGS END local health = readFloat('...
by Frouk
Sat Feb 26, 2022 7:18 am
Forum: Tables
Topic: GTA San Andreas
Replies: 9
Views: 9912

Re: GTA San Andreas

Question:
Should i release table lua api?
by Frouk
Sat Feb 05, 2022 7:33 am
Forum: Tables
Topic: Sleeping Dogs Definitive Edition
Replies: 175
Views: 51973

Re: Sleeping Dogs Definitive Edition

...Current list of features: { [X] = Script [1] = Boolean/Trigger [#] = Value [-] = Header/Title } [X] Infinite Health + One-Hit Kills [1] Infinite Health [1] Regenerate Health [1] One-Hit Kills [#] Health Value [X] Cash + Upgrades [#] Cash Value [#] Cop Upgrade Points [#] Triad Upgrade Points [#] ...
by Frouk
Wed Feb 02, 2022 9:15 am
Forum: Cheat Engine Lua Scripting
Topic: remaking genFromStruct
Replies: 2
Views: 5164

Re: remaking genFromStruct

nvm fixed
by Frouk
Wed Feb 02, 2022 8:16 am
Forum: Cheat Engine Lua Scripting
Topic: remaking genFromStruct
Replies: 2
Views: 5164

remaking genFromStruct

local useGroupMenu = true local extGroupMenuCaption = 'Extra Extensions' local extItemCaption = 'GenFromStructName' local mf = getMainForm() local mm = mf.Menu local extMenu = nil if useGroupMenu then for i=0,mm.Items.Count-1 do if mm.Items.Item[i].Caption == extGroupMenuCaption then extMenu = mm.I...
by Frouk
Tue Feb 01, 2022 7:13 am
Forum: Tables
Topic: Sleeping Dogs Definitive Edition
Replies: 175
Views: 51973

Re: Sleeping Dogs Definitive Edition

You might do health regeneration,its simple