Req: Vigil: The Longest Night
-
- Cheater
- Posts: 38
- Joined: Sat Mar 16, 2019 8:21 pm
- Reputation: 4
Req: Vigil: The Longest Night
Requesting any sort of health/god mode:
Re: Req: Vigil: The Longest Night
Unity game engine. basically most of the values are 2 bytes (integer), you can easily find it yourself while there are no ready tables.
-
- Cheater
- Posts: 38
- Joined: Sat Mar 16, 2019 8:21 pm
- Reputation: 4
Re: Req: Vigil: The Longest Night
okay ill give it a shot, i suck at this stuff but once in a while i get lucky
Re: Req: Vigil: The Longest Night
I've tried with cheat engine but cant find nothing..
constant health would be a great advantage if any has found it
constant health would be a great advantage if any has found it
Re: Req: Vigil: The Longest Night
there are no constants, but there are 4 byte pointers. one for money and 2 for lives.
we are looking for the current value for money in 4 bytes, we kill 1 mob, we get money, we filter out the search, we repeat the action. at step 4, one true value remains, I changed it and saved.
after saving, the game loaded the value 999999999 for money, as I indicated.
there are two points for life and they changed at the same time!
those. at first you have 200 hp (open the character status window to check).
look for, hit the character on the first obstacle (a spinning red object with spikes), move away from it, look at the character's stats, we filter out.
so we repeat until 2 values remain.
double-click them down from the top window, change them to maximum. (for example 200 on) and ALWAYS put a tick on them to freeze the value.
all! you are immortal, but only until the first restart of the game.
I didn't manage to break the skill points manually yesterday, it was already 5 am and I went to sleep.
why I wrote that I was looking for the meaning of life in the game for this object, because in the game there is an "active pause".
those. it is impossible to completely stop the game during the filtering of values, and "killing on rats" is a bad idea.
while you filter out the value of hit points, another rat may come up and hit you, changing the value of life and the whole search will go down the drain.
we are looking for the current value for money in 4 bytes, we kill 1 mob, we get money, we filter out the search, we repeat the action. at step 4, one true value remains, I changed it and saved.
after saving, the game loaded the value 999999999 for money, as I indicated.
there are two points for life and they changed at the same time!
those. at first you have 200 hp (open the character status window to check).
look for, hit the character on the first obstacle (a spinning red object with spikes), move away from it, look at the character's stats, we filter out.
so we repeat until 2 values remain.
double-click them down from the top window, change them to maximum. (for example 200 on) and ALWAYS put a tick on them to freeze the value.
all! you are immortal, but only until the first restart of the game.
I didn't manage to break the skill points manually yesterday, it was already 5 am and I went to sleep.
why I wrote that I was looking for the meaning of life in the game for this object, because in the game there is an "active pause".
those. it is impossible to completely stop the game during the filtering of values, and "killing on rats" is a bad idea.
while you filter out the value of hit points, another rat may come up and hit you, changing the value of life and the whole search will go down the drain.
Re: Req: Vigil: The Longest Night
status window: [Link]
Re: Req: Vigil: The Longest Night
I wish that have CT INFINITE JUMP
PERFECT !!!
Re: Req: Vigil: The Longest Night
Can't seem to find the skill points at all. Think it might hard coded into the levels.
Re: Req: Vigil: The Longest Night
stamina and life with each new load are shifted by a certain offset. they have to be searched again (sorry, I'm not a programmer.
----
about the double jump: you understand that this is a metroidvania-style game. that is, one time you will be given a perk to reach such locations, and once you get into them with the help of a cheat, you can break the game mechanics and obviously won't go according to the authors' scenario.
as a result, you may get a negative experience of the gameplay.
(I had this with Bloodstein, I just "broke the gameplay")
In general, I just want to warn about this, and using such things or not BEFORE receiving similar perks is at your own peril and risk!
----
about the double jump: you understand that this is a metroidvania-style game. that is, one time you will be given a perk to reach such locations, and once you get into them with the help of a cheat, you can break the game mechanics and obviously won't go according to the authors' scenario.
as a result, you may get a negative experience of the gameplay.
(I had this with Bloodstein, I just "broke the gameplay")
In general, I just want to warn about this, and using such things or not BEFORE receiving similar perks is at your own peril and risk!
Re: Req: Vigil: The Longest Night
toggleDebug
while(crouching) - eg: holding 'down' key -(S)
SWITCH_WEAPON, -(Q)
SWITCH_WEAPON, -(Q)
SWITCH_ITEM, -(E)
SWITCH_ITEM, -(E)
SPECIAL_ATTACK, -(K)
USE_ITEM, -(L)
JUMP, -(SPACE)
ATTACK -(J)
or if you want to use CELua:
while(crouching) - eg: holding 'down' key -(S)
SWITCH_WEAPON, -(Q)
SWITCH_WEAPON, -(Q)
SWITCH_ITEM, -(E)
SWITCH_ITEM, -(E)
SPECIAL_ATTACK, -(K)
USE_ITEM, -(L)
JUMP, -(SPACE)
ATTACK -(J)
or if you want to use CELua:
Code: Select all
LaunchMonoDataCollector()
autoAssemble(monoAA_GETMONOSTATICFIELDDATA('Assembly-CSharp', 'Night', 'Hero', 'theOne', nil, true))
mono_invoke_method(mono_enumDomains()[1], mono_findMethod('Night', 'Hero', 'toggleDebug'), getAddressSafe('[[Hero.theOne]]'), {{type=vtDword,value=1}})
script=monoAA_GETMONOSTATICFIELDDATA('Assembly-CSharp', 'Night', 'Hero', 'theOne', nil, false)
autoAssemble(monoAA_GETMONOSTATICFIELDDATA('Assembly-CSharp', 'Night', 'Hero', 'theOne', nil, true))
Re: Req: Vigil: The Longest Night
My table is located Here
Re: Req: Vigil: The Longest Night
Not much
Let me know if you're still getting hit while UnHitAble is activated
Update 1
-UnHitAble also ignore fall damage
-Added AttribPlus pointer which contain Health,Attack,Stamina Cost,Block Absorption,Backstab,Max HP% damage,Item Atk Power,Magic Power,Cooldown Reduction...
Let me know if you're still getting hit while UnHitAble is activated
Update 1
-UnHitAble also ignore fall damage
-Added AttribPlus pointer which contain Health,Attack,Stamina Cost,Block Absorption,Backstab,Max HP% damage,Item Atk Power,Magic Power,Cooldown Reduction...
- Attachments
-
- vigil__.CT
- Update 1
- (21.18 KiB) Downloaded 176 times
-
- vigil__.CT
- (17.8 KiB) Downloaded 90 times
Last edited by Cake-san on Fri Oct 16, 2020 10:56 pm, edited 1 time in total.
Re: Req: Vigil: The Longest Night
Is there a way to make the hp/mp/sp change permanent?
When you equip/unequip stat item the hp/mp/sp reverts back to the base default.
Also, stats (STR, DEX, INT, etc) doesn't seem to do anything. I set all of them to 5000 and don't see any visible difference.
Re: Req: Vigil: The Longest Night
Can you made unlimited jumps or higher jumps?Cake-san wrote: ↑Fri Oct 16, 2020 1:52 pmNot much
Let me know if you're still getting hit while UnHitAble is activated
Update 1
-UnHitAble also ignore fall damage
-Added AttribPlus pointer which contain Health,Attack,Stamina Cost,Block Absorption,Backstab,Max HP% damage,Item Atk Power,Magic Power,Cooldown Reduction...
Who is online
Users browsing this forum: deary5, mamozen, TheRedFear, wyppe