Intravenous 2

Upload your cheat tables here (No requests)
aSwedishMagyar
Table Makers
Table Makers
Posts: 690
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1260

Intravenous 2

Post by aSwedishMagyar »

So this game uses the LOVE engine which is entirely lua based. It requires adding the lua.dll to the release folder so that makes it easy for us to find the loadstring and pcall functions for executing lua code and the gettop function which we need to grab the luaState.

My implementation is just using two consecutive calls of executeCodeEx, one for loadstring which adds the handle to the luastate stack, and one for executing the pcall which executes the last handle on the stack. I pause and unpause the game to try and ensure nothing messes with it during the function calls but it can occasionally crash so be aware.

Forgot to mention that despite not using the asm from his table, I did learn about this stuff from Sunbeam's post here and this [Link]

Oh and feel free to post any lua scripts that you come up with that you might want me to add to the table. Cheers.

Current Table:
intravenous2.CT
29-08-2024
1.0.20
No difference just removed bloat
(14 KiB) Downloaded 1957 times
Current Options:
  • Scripts
    • God Mode
    • Debug Mode - (Buggy, can crash game) -Press Y to add ammo for current weapon
    • Invisible
    • Set Health Max
    • Set Health Max
    • Unlock Weapons
    • Unlock Weapon Mods
    • Fast Reload
    • Add Money
  • Debug
    • Dump Globals
    • Dump Player Actor

Old Versions
intravenous2.CT
27-08-2024
1.0.17
(11.99 KiB) Downloaded 519 times


How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by aSwedishMagyar on Tue Sep 10, 2024 6:37 am, edited 3 times in total.

TeddyRiggs
Expert Cheater
Expert Cheater
Posts: 155
Joined: Wed Aug 11, 2021 2:48 am
Reputation: 17

Re: Intravenous 2

Post by TeddyRiggs »

so rather than add ammo can you make like the clip have 999 bullets instead?

so I can have the inf bullet sort of without the hassle of reloading

makotech222
Expert Cheater
Expert Cheater
Posts: 194
Joined: Thu Mar 02, 2017 11:27 pm
Reputation: 114

Re: Intravenous 2

Post by makotech222 »

Hmm it didn't work for me, using 1.0.17 gog version of game. Scripts are activated but effects aren't working. Tried godmode and invisible.

TeddyRiggs
Expert Cheater
Expert Cheater
Posts: 155
Joined: Wed Aug 11, 2021 2:48 am
Reputation: 17

Re: Intravenous 2

Post by TeddyRiggs »

makotech222 wrote:
Wed Aug 28, 2024 11:28 pm
Hmm it didn't work for me, using 1.0.17 gog version of game. Scripts are activated but effects aren't working. Tried godmode and invisible.
only works for ver 1.0.13

makotech222
Expert Cheater
Expert Cheater
Posts: 194
Joined: Thu Mar 02, 2017 11:27 pm
Reputation: 114

Re: Intravenous 2

Post by makotech222 »

the OP says 1.0.17, but shame, i just updated too :(

aSwedishMagyar
Table Makers
Table Makers
Posts: 690
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1260

Re: Intravenous 2

Post by aSwedishMagyar »

makotech222 wrote:
Thu Aug 29, 2024 3:12 am
the OP says 1.0.17, but shame, i just updated too :(
Can you check to see if the luaState is found? Go to memory view and then hit Ctrl+U to see the registered symbols. If luaState is not among then then I can do something about it.

xavehi
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Aug 02, 2021 8:53 pm
Reputation: 0

Re: Intravenous 2

Post by xavehi »

makotech222 wrote:
Thu Aug 29, 2024 3:12 am
the OP says 1.0.17, but shame, i just updated too :(
same here, table activated but no effect. (v1.0.17)

makotech222
Expert Cheater
Expert Cheater
Posts: 194
Joined: Thu Mar 02, 2017 11:27 pm
Reputation: 114

Re: Intravenous 2

Post by makotech222 »

No luastate, but the lua_pcall, call, loadbuffer loadstring are there.

aSwedishMagyar
Table Makers
Table Makers
Posts: 690
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1260

Re: Intravenous 2

Post by aSwedishMagyar »

makotech222 wrote:
Thu Aug 29, 2024 3:52 pm
No luastate, but the lua_pcall, call, loadbuffer loadstring are there.
Updated, let me know if it works.

makotech222
Expert Cheater
Expert Cheater
Posts: 194
Joined: Thu Mar 02, 2017 11:27 pm
Reputation: 114

Re: Intravenous 2

Post by makotech222 »

Yep, worked on 1.0.17 version of game. Thanks!

Forceeuro
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Aug 31, 2024 7:58 am
Reputation: 0

Re: Intravenous 2

Post by Forceeuro »

Can you add super accuracy?

User avatar
Candidate34
Expert Cheater
Expert Cheater
Posts: 56
Joined: Sat Jun 03, 2017 12:39 pm
Reputation: 10

Re: Intravenous 2

Post by Candidate34 »

The Invisible not working, enemy still can see me ~. ~

User avatar
jungletek
Shogun
Shogun
Posts: 184
Joined: Tue Oct 17, 2017 7:31 am
Reputation: 63

Re: Intravenous 2

Post by jungletek »

Unlock weapons works functionally, but the flag doesn't "stick"; all the weapons unlocked with the script will be locked again if you reload with the scripts inactive.

Weapon mods unlocks the mod in the list, but you can't actually apply them.

Regardless, nice work. I've not gotten into LUA stuff much, so there's things for me to learn here.

zowrcandy
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Oct 10, 2024 2:40 am
Reputation: 0

Re: Intravenous 2

Post by zowrcandy »

Needs an update, features like the invisibility cheat don't work anymore

aSwedishMagyar
Table Makers
Table Makers
Posts: 690
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1260

Re: Intravenous 2

Post by aSwedishMagyar »

zowrcandy wrote:
Thu Oct 10, 2024 2:41 am
Needs an update, features like the invisibility cheat don't work anymore
Only thing that needs an update is your brain.

Post Reply

Who is online

Users browsing this forum: admantx, Devenge, Google [Bot], Google Adsense [Bot], kisskhan, ldsdrive, lemaun, Sarevok