Search found 15 matches

by hcapinjr
Mon Jul 25, 2022 2:17 am
Forum: Cheat Engine Lua Scripting
Topic: lua tics instead of a timer.
Replies: 6
Views: 5832

Re: lua tics instead of a timer.

I should have stated that the interval is at 1 not 1000 and it still can't keep up with the games check and (re)write speeds.
by hcapinjr
Mon Jul 25, 2022 2:03 am
Forum: Cheat Engine Lua Scripting
Topic: lua tics instead of a timer.
Replies: 6
Views: 5832

Re: lua tics instead of a timer.

The game writes way faster than millisecond more like microseconds so I want to use ticks then the cheat can keep up with the games writing.
by hcapinjr
Sat Jul 23, 2022 5:45 am
Forum: Cheat Engine Lua Scripting
Topic: Faster script activating
Replies: 9
Views: 7937

Re: Faster script activating

I agree with SunBeam.. Try using the cheat engine tutorials.. Not so often seen but they are educational when first learning game hacks and reverse engineering a game in general.
by hcapinjr
Sat Jul 23, 2022 5:33 am
Forum: Cheat Engine Lua Scripting
Topic: lua tics instead of a timer.
Replies: 6
Views: 5832

Re: lua tics instead of a timer.

As in

Code: Select all

healthTimer = createTimer()
healthTimer.Interval = 1000
But using ticks in stead of creating a timer
by hcapinjr
Wed Jul 20, 2022 2:41 am
Forum: Cheat Engine
Topic: Suggestion and request.
Replies: 2
Views: 1081

Suggestion and request.

I was wondering if stn has given thought of increasing milliseconds for say read/write/freeze values to nanoseconds as a lot of games these day are already reading and writing values at these speeds.
by hcapinjr
Wed Jul 20, 2022 2:29 am
Forum: Cheat Engine Lua Scripting
Topic: lua tics instead of a timer.
Replies: 6
Views: 5832

lua tics instead of a timer.

Hey all I was just wondering if it was possible in scripting lua to use tics instead of a timer. Thank you in advance.
by hcapinjr
Mon Jul 26, 2021 3:02 am
Forum: Cheat Engine Lua Scripting
Topic: Middle earth shadow of war Lua error in script at line 7
Replies: 2
Views: 8513

Re: Middle earth shadow of war Lua error in script at line 7

Your not going to get any help without showing what the script is. We all can view this all day long but an error in line 7 tells us nothing other than where the error is. want help? show your code of the script.
by hcapinjr
Thu Jul 22, 2021 5:13 pm
Forum: Cheat Engine Lua Scripting
Topic: Lua script timer doesn't stop after the timer is destroyed
Replies: 5
Views: 8509

Re: Lua script timer doesn't stop after the timer is destroyed

Thank you ShyTwig16 for your help and input. It works, I also noted I made and error in the scripting as far as lua scripting oddly myself and CE didn't catch it.. the current health pointer shouldn't have worked that I know of.. Very new to lua scripting here.. Anywho, the pointer is missing " loca...
by hcapinjr
Thu Jul 22, 2021 9:51 am
Forum: Cheat Engine Lua Scripting
Topic: Lua script timer doesn't stop after the timer is destroyed
Replies: 5
Views: 8509

Re: Lua script timer doesn't stop after the timer is destroyed

Here is the script As to using the same timer as far as I know they are all unique as to naming. Here is the script it is a simple health regeneration as the game doesn't have regeneration of any kind. I would do this in asm if I knew a simpler way lol. {$lua} [ENABLE] healthRegenTimer = createTimer...
by hcapinjr
Wed Jul 21, 2021 4:47 pm
Forum: Cheat Engine Lua Scripting
Topic: Lua script timer doesn't stop after the timer is destroyed
Replies: 5
Views: 8509

Lua script timer doesn't stop after the timer is destroyed

Hey all,
Been working on scripting with lua but for some odd reason anytime I use a timer and disable it via timer.destroy() the script keeps running until I logout of win10 or restart the system... Any ideas on why this is happening or how I can fix it??
by hcapinjr
Thu Jul 15, 2021 11:10 am
Forum: Tables
Topic: Dungeon Siege 2 (GOG)
Replies: 3
Views: 5652

Re: Dungeon Siege 2 (GOG)

Had to make an adjustment to the table due to a mob also gaining god status...lol
be fearless and cheat!
Cheers!
Here it is.
DungeonSiege2.CT
(3.12 KiB) Downloaded 764 times
by hcapinjr
Wed Jul 14, 2021 7:58 am
Forum: Tables
Topic: Dungeon Siege 2 (GOG)
Replies: 3
Views: 5652

Dungeon Siege 2 (GOG)

DS2 gog v2.3(build 37617) May also work on steam version. Please let me know if it does or not, Thanks. Grants inf health, mana(god mode) and specialty points all party members as well inf health and mana for all pets Note: I have yet to get past rookie level so this one will only allow for 4 player...
by hcapinjr
Mon Jul 12, 2021 7:28 pm
Forum: Single Player Cheat Requests
Topic: Dungeon Siege 2
Replies: 9
Views: 7353

Re: Dungeon Siege 2

Okay guys and gals had to update the table as the aobscans where hitting and missing after several runs. also note this new script does the same as the first but gives true god mode, you can whack a barrel and not take damage. Also I have yet to get past rookie level so this one will only allow for ...
by hcapinjr
Mon Jul 12, 2021 10:52 am
Forum: Single Player Cheat Requests
Topic: Dungeon Siege 2
Replies: 9
Views: 7353

Re: Dungeon Siege 2

DS2 gog v2.3(build 37617) may also work on steam version. Grants inf health, mana and specialty points all party members as well inf health and mana for all pets Also note: The explosive barrels do massive damage, you may die if you are to close to one or more with lower than 10,000 hps when you hit...
by hcapinjr
Thu Jun 24, 2021 1:12 am
Forum: Single Player Cheat Requests
Topic: Dungeon Siege 2 Legendary Mod
Replies: 4
Views: 5019

Re: Dungeon Siege 2 Legendary Mod

Shadow_wulfe the mana values should be a float. I found them and the pointers. if you add address manually you can use these values
B4
04
00
08
"DungeonSiege2.exe"+007CB234
I hope this helps.. I have yet to test this pointer on any other system but should work with no problems.