OutdatedSpeedhack and Wallhack
How to increase display distance
Is there a way to do this for Killers?
Understanding how to edit perks / addons etc
Im aware of what people have said about limitations such as progress bars being able to be modified but how can I go about making changes and understanding how to do it. I currently have the hex editor but am only able to make changes such as viewing survivors with zanshin tactics. Is there a pattern or a way to find out how to edit the variables like vault speeds. Basically asking a person out there with more experience to run down how I can do these myself and experiment with all sorts of fun and wacky ideas.
Will there be a way todo this on ms store?
thx jelly
am trying to modify the range of zansshin tactics but i cant find the offset, i tried @hex-X 's way but that was way too confusing and i didnt quite understand it, can you please tell me how to find a perk's offset to edit the range and what is the offset of zanshin so i can extend the range?
Hello guys 
The wallhack works perfectly, but, in some games (a minority, fortunately), no aura is shown; neither the killer's, nor the generators', nor the totems', in basically: absolutely none
Does anyone have any idea why this might happen?

The wallhack works perfectly, but, in some games (a minority, fortunately), no aura is shown; neither the killer's, nor the generators', nor the totems', in basically: absolutely none

Does anyone have any idea why this might happen?
Change itens/addons's effects and %s
Hey guys, just letting you know that you can change itens and addons % in hex editor.
Example(HillBilly): 1D9AFF2 you can change "Tuned Carburator"'s % (Working)
Example(HillBilly): 1D83F65 changes "Dad's Boots" yaw % (Working)
How to find an specific addon ?
Ctrl + F and search like this: "Addon_Weapon/Power_AddonName" (ATTENTION, some may vary)
"Addons/AddonName" (ATTENTION, some may vary)
Example: "Addon_HillbillyChainsaw_DadsBoots"
Map of killers powers/weapons:
WARNING! MOST of them may have "Addons" in front of them like BearTrap = BearTrapAddons, the same goes for Blinker, Stalker, PhatomTrap, etc...
Also they wrote Adon instead of addon in doctor's line
Trapper: BearTrap
InvisibleDude: InvisibilityBell
HillBilly: HillbillyChainsaw
Nurse infected with covid: Blinker
The blind Huntress: Hatchet
Michael Jackson: Stalker
The GAG: PhantomTrap
Doctor: Spark (THOSE FUCKING IDIOTS WROTE ADONS INSTEAD OF ADDONS OMG BHVR SO FUCKING DUMB) example: "SparkAdons/ScrappedTape"
The 100% NOT cannibal but yes vegetarian guy: CannibalChainsaw
Burnt Face: DreamInducer
Peppa Pig: ReverseBearTrap
Clown's line is a fucking spaghetti just so you know: "Addon_GasBomb" "GuamItemAddons"
Ghost E-Girl: "PhaseWalker" "hubble" (YES, she does have 2 powers/power names) (also spaghetti line)
The Bois: Frenzy
The Plague: Bulimia... Just kiddin, Plague is the one
WHAT'S UUUUUUUUP >:P Ghost
Demogorgon: Demogorgon
Oni: Kanobo
Deathslinger: Harpoon
Doritos: TormentMode
The Blight: TheBlight
Guys the next ones are encrypted and therefore its not possible to change with hex editor (At least not with the one I'am using)
Thank you for reading <3
Example(HillBilly): 1D9AFF2 you can change "Tuned Carburator"'s % (Working)
Example(HillBilly): 1D83F65 changes "Dad's Boots" yaw % (Working)
How to find an specific addon ?
Ctrl + F and search like this: "Addon_Weapon/Power_AddonName" (ATTENTION, some may vary)
"Addons/AddonName" (ATTENTION, some may vary)
Example: "Addon_HillbillyChainsaw_DadsBoots"
Map of killers powers/weapons:
WARNING! MOST of them may have "Addons" in front of them like BearTrap = BearTrapAddons, the same goes for Blinker, Stalker, PhatomTrap, etc...
Also they wrote Adon instead of addon in doctor's line
Trapper: BearTrap
InvisibleDude: InvisibilityBell
HillBilly: HillbillyChainsaw
Nurse infected with covid: Blinker
The blind Huntress: Hatchet
Michael Jackson: Stalker
The GAG: PhantomTrap
Doctor: Spark (THOSE FUCKING IDIOTS WROTE ADONS INSTEAD OF ADDONS OMG BHVR SO FUCKING DUMB) example: "SparkAdons/ScrappedTape"
The 100% NOT cannibal but yes vegetarian guy: CannibalChainsaw
Burnt Face: DreamInducer
Peppa Pig: ReverseBearTrap
Clown's line is a fucking spaghetti just so you know: "Addon_GasBomb" "GuamItemAddons"
Ghost E-Girl: "PhaseWalker" "hubble" (YES, she does have 2 powers/power names) (also spaghetti line)
The Bois: Frenzy
The Plague: Bulimia... Just kiddin, Plague is the one
WHAT'S UUUUUUUUP >:P Ghost
Demogorgon: Demogorgon
Oni: Kanobo
Deathslinger: Harpoon
Doritos: TormentMode
The Blight: TheBlight
Guys the next ones are encrypted and therefore its not possible to change with hex editor (At least not with the one I'am using)
Thank you for reading <3
Thats easy, pretty much the same thing as editing perks, having found the addon you want, just search for its float, if its a charge addon for a medkit or tool box search for X, if its a % addon search for 0,X/0,XX.
Example: Gel Dressings for medkit, its original charge addition is 16, so do CTRL F > Float Number > Check for Single float > Check "in front"/"ahead" > Search for 16 and boom, you found it.
However, % is a bit different, in % 1,5 = 150% 1 = 100% 0,5 = 50% 0,10 = 10% 0,01 = 1% and so goes on.
HillBilly's Dad's Boots "Increases Turn speed during the Chainsaw Sprint by +28 %" 28% = 0,28 and it's offset is: 1D83EEF
Now if its a Range/Distance addon, 1500 = 15 metres 150 = 1,5 metres 50 = 0,5 metres and so goes on
A time addon's float value is the same as the charge, 10 = 10 seconds 5 = 5 seconds and so goes on
Thank you for reading <3
Example in image of gel dressing's charges
imgur.com/a/8BqyKaZ
Example: Gel Dressings for medkit, its original charge addition is 16, so do CTRL F > Float Number > Check for Single float > Check "in front"/"ahead" > Search for 16 and boom, you found it.
However, % is a bit different, in % 1,5 = 150% 1 = 100% 0,5 = 50% 0,10 = 10% 0,01 = 1% and so goes on.
HillBilly's Dad's Boots "Increases Turn speed during the Chainsaw Sprint by +28 %" 28% = 0,28 and it's offset is: 1D83EEF
Now if its a Range/Distance addon, 1500 = 15 metres 150 = 1,5 metres 50 = 0,5 metres and so goes on
A time addon's float value is the same as the charge, 10 = 10 seconds 5 = 5 seconds and so goes on
Thank you for reading <3
Example in image of gel dressing's charges
imgur.com/a/8BqyKaZ
This thread is closed for replies.

