The ammo value is the current ammo - 1. If you have 21, search for 20, If you have 8 search for 7. Etc.
[COMPLETED] METRO EXODUS
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: METRO EXODUS
I would love to have :
- Reduced or disabled durability for weapons (it's way to fast, and they lose so much power it's insane)
- Indestructible Gas mask
- Damage multiplier
- Rate of fire multiplier
- Unlocking all weapons parts
In any case thanks anyway
- Reduced or disabled durability for weapons (it's way to fast, and they lose so much power it's insane)
- Indestructible Gas mask
- Damage multiplier
- Rate of fire multiplier
- Unlocking all weapons parts
In any case thanks anyway
-
- What is cheating?
- Posts: 3
- Joined: Mon Jun 11, 2018 8:19 pm
- Reputation: 0
Re: METRO EXODUS
Im searching for Scraps / Chemicals at 8 byte, but it only sometimes finds it (rarely)
Re: METRO EXODUS
stealth/invisibility - cheat please!)
Re: METRO EXODUS
yeh, been a while since I've played with CE, forgot the addresses are constantly changing every game boot......The Mogician wrote: ↑Thu Feb 21, 2019 4:16 pmDirect addresses will most likely not work. Go try pointers.
Gonna go with pointers.
Re: METRO EXODUS
i try it myself and this work for me if u want try it ( i used 64bit version of CE)mysticroots wrote: ↑Thu Feb 21, 2019 8:57 pmIm searching for Scraps / Chemicals at 8 byte, but it only sometimes finds it (rarely)
- Attachments
-
- Metro Ex Scrap Chemicals.CT
- (631 Bytes) Downloaded 96 times
- EphenSteve
- Expert Cheater
- Posts: 111
- Joined: Wed Mar 22, 2017 12:30 pm
- Reputation: 83
Re: METRO EXODUS
Been messing around with some stuff but i only know basic AA script altering so i end up crashing stuff just by moving floats into address's. most games its ok. this game likes to move stuff around too often and will push the AA scripts into incorrect address's resulting in crashes. if you guys know how to solve it hit me up id love to learn something new. pointers arent stable at level 5 increase pointer scans to 7 or 8 (takes a bit longer)
With this you can figure out a general infinite ammo for all weapons but, like i said it ends up crashing while moving around. i know the trainers have this but its a learning experience rather try it myself then try to learn if i get stuck.
Just adding to my post to reduce pages to search through, i know there's better ways to do this stuff but it's what i know so far.
With this you can figure out a general infinite ammo for all weapons but, like i said it ends up crashing while moving around. i know the trainers have this but its a learning experience rather try it myself then try to learn if i get stuck.
Just adding to my post to reduce pages to search through, i know there's better ways to do this stuff but it's what i know so far.
Code: Select all
{ Game : MetroExodus.exe
Version:
Date : 2019-02-21
Author : EphenSteve
This script Makes all craft or repairs require 0 materials
}
[ENABLE]
aobscanmodule(movezeroontocraft,MetroExodus.exe,45 89 84 02 84 00 00 00) // should be unique
alloc(newmem,$1000,"MetroExodus.exe"+10E46938)
label(code)
label(return)
newmem:
code:
mov [r10+rax+00000084],#0
jmp return
movezeroontocraft:
jmp newmem
nop
nop
nop
return:
registersymbol(movezeroontocraft)
[DISABLE]
movezeroontocraft:
db 45 89 84 02 84 00 00 00
unregistersymbol(movezeroontocraft)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "MetroExodus.exe"+10E46938
"MetroExodus.exe"+10E468FF: 48 8D 64 24 F8 - lea rsp,[rsp-08]
"MetroExodus.exe"+10E46904: 4C 89 24 24 - mov [rsp],r12
"MetroExodus.exe"+10E46908: 4D 89 CC - mov r12,r9
"MetroExodus.exe"+10E4690B: 4C 87 24 24 - xchg [rsp],r12
"MetroExodus.exe"+10E4690F: C3 - ret
"MetroExodus.exe"+10E46910: 67 66 66 66 66 66 66 2E 0F 1F 84 00 00 00 00 00 - nop cs:[rax+rax+00000000]
"MetroExodus.exe"+10E46920: 48 8B 81 70 03 00 00 - mov rax,[rcx+00000370]
"MetroExodus.exe"+10E46927: 44 69 D2 60 01 00 00 - imul r10d,edx00000160
"MetroExodus.exe"+10E4692E: 45 39 84 02 84 00 00 00 - cmp [r10+rax+00000084],r8d
"MetroExodus.exe"+10E46936: 74 15 - je MetroExodus.exe+10E4694D
// ---------- INJECTING HERE ----------
"MetroExodus.exe"+10E46938: 45 89 84 02 84 00 00 00 - mov [r10+rax+00000084],r8d
// ---------- DONE INJECTING ----------
"MetroExodus.exe"+10E46940: 45 84 C9 - test r9l,r9l
"MetroExodus.exe"+10E46943: 74 08 - je MetroExodus.exe+10E4694D
"MetroExodus.exe"+10E46945: 45 31 C0 - xor r8d,r8d
"MetroExodus.exe"+10E46948: E9 43 92 D6 EF - jmp MetroExodus.exe+BAFB90
"MetroExodus.exe"+10E4694D: C3 - ret
"MetroExodus.exe"+10E4694E: 41 57 - push r15
"MetroExodus.exe"+10E46950: 49 F7 D7 - not r15
"MetroExodus.exe"+10E46953: 4C 21 3C 24 - and [rsp],r15
"MetroExodus.exe"+10E46957: 41 5F - pop r15
"MetroExodus.exe"+10E46959: 4C 33 3C 24 - xor r15,[rsp]
}
- Attachments
-
- MetroExodus.CT
- Just a couple pointers for the Pneumatic rifle. howerever its spelled. Intel chipset. if you're amd it might not work. Also might not work with retail.
- (57.59 KiB) Downloaded 95 times
Re: METRO EXODUS
please table:
inf health
inf ammo
inf Throwables
inf Weapon Durability
STEALTH mode
inf health
inf ammo
inf Throwables
inf Weapon Durability
STEALTH mode
Re: METRO EXODUS
Ammo in your inventory is 4 byte. Easy to search. Just add 800 ammo
Someone knew how to find throwable?
Someone knew how to find throwable?
-
- Novice Cheater
- Posts: 17
- Joined: Fri Feb 22, 2019 5:04 pm
- Reputation: 0
Re: METRO EXODUS
While we are waiting for the magician of programming, I made two simple scripts:
1) gives me infinite ammunition for weapons with magazines.
2) adds ammunition while reloading weapons and increases loot.
Game version 01011/01012 but they are on AOB so it is possible that they will work after next update.
I did it before the last update and they still work despite the new update.
They are not perfect as I am just simple amateur but they work quite good for me.
Read description inside those scripts.
1) gives me infinite ammunition for weapons with magazines.
2) adds ammunition while reloading weapons and increases loot.
Game version 01011/01012 but they are on AOB so it is possible that they will work after next update.
I did it before the last update and they still work despite the new update.
They are not perfect as I am just simple amateur but they work quite good for me.
Read description inside those scripts.
- Attachments
-
- MetroExodus v01011 CT ver07.CT
- (90.09 KiB) Downloaded 79 times
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: METRO EXODUS
I'll share mine too. It only has 4 options and they're pretty simple, but I hope it helps.
- Infinite Ammo + No Reload
- Infinite Filter Duration
- Infinite Medkits
- Infinite Throwables
- Photo Mode Infinite Range
- Get Player Position (I'm not sure If it will work perfectly, as the script hasn't been tested on multiple maps) (Alt+ Direction(Arrows), will teleport you a little, and Numpad + and - to go up and down.)
I'll update it as soon as I add more options. Any new options since this message will be in bold.
- Infinite Ammo + No Reload
- Infinite Filter Duration
- Infinite Medkits
- Infinite Throwables
- Photo Mode Infinite Range
- Get Player Position (I'm not sure If it will work perfectly, as the script hasn't been tested on multiple maps) (Alt+ Direction(Arrows), will teleport you a little, and Numpad + and - to go up and down.)
I'll update it as soon as I add more options. Any new options since this message will be in bold.
- Attachments
-
- MetroExodus.CT
- v1.03
- (446.74 KiB) Downloaded 85 times
Last edited by GreenHouse on Fri Feb 22, 2019 10:05 pm, edited 2 times in total.
-
- Novice Cheater
- Posts: 17
- Joined: Fri Feb 22, 2019 5:04 pm
- Reputation: 0
Re: METRO EXODUS
Your teleport needs a bit more explanation.GreenHouse wrote: ↑Fri Feb 22, 2019 6:18 pmI'll share mine too. It only has 4 options and they're pretty simple, but I hope it helps.
- Infinite Ammo + No Reload
- Infinite Filter Duration
- Infinite Medkits
- Get Player Position (I'm not sure If it will work for everyone) (Alt+ Direction(Arrows), will teleport you a little, and Numpad + and - to go up and down.)
I'll update it as soon as I add more options. Any new options since this message will be in bold.
As I can see when you press alt + num8 (upper arrow on num pad) you move NORTH, doesn't matter in which direction you ar looking. By pressing alt+num2 (down arrow on num pad) you are going south. Similar left (west), right (east). But this is very deadly All sudden movement that take you to high (because uneven surface) and you falling into your death. But thnx. It is worth to look into this matter. Good table anyway.
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: METRO EXODUS
I said the arrows. Directional arrows. Search for directional arrows on Google.codeForPleasure wrote: ↑Fri Feb 22, 2019 6:55 pmYour teleport needs a bit more explanation.GreenHouse wrote: ↑Fri Feb 22, 2019 6:18 pmI'll share mine too. It only has 4 options and they're pretty simple, but I hope it helps.
- Infinite Ammo + No Reload
- Infinite Filter Duration
- Infinite Medkits
- Get Player Position (I'm not sure If it will work for everyone) (Alt+ Direction(Arrows), will teleport you a little, and Numpad + and - to go up and down.)
I'll update it as soon as I add more options. Any new options since this message will be in bold.
As I can see when you press alt + num8 (upper arrow on num pad) you move NORTH, doesn't matter in which direction you ar looking. By pressing alt+num2 (down arrow on num pad) you are going south. Similar left (west), right (east). But this is very deadly All sudden movement that take you to high (because uneven surface) and you falling into your death. But thnx. It is worth to look into this matter. Good table anyway.
And yeah, as I said the teleporting won't work perfectly. But I you want to change how much you teleport, just change the hotkeys values. Or change the value manually.
-
- Novice Cheater
- Posts: 17
- Joined: Fri Feb 22, 2019 5:04 pm
- Reputation: 0
Re: METRO EXODUS
If I look for directional arrows on Google I am getting quite a rubbish. I think that you suggest me to press normal arrows on my keyboard but they do not work for me, only arrows on numeric part of keyboard. But please don't take me wrong, I am not at any point against you. I am appreciate that you shared with us your findings. I would love to have 'free camera' to make 'tribute' videos but for now I can't find any and I am not skilled enough to make one myself so I am looking forward to see how far you get. Anyway thnx for sharing and please for more.GreenHouse wrote: ↑Fri Feb 22, 2019 7:19 pmI said the arrows. Directional arrows. Search for directional arrows on Google.codeForPleasure wrote: ↑Fri Feb 22, 2019 6:55 pmYour teleport needs a bit more explanation.GreenHouse wrote: ↑Fri Feb 22, 2019 6:18 pmI'll share mine too. It only has 4 options and they're pretty simple, but I hope it helps.
- Infinite Ammo + No Reload
- Infinite Filter Duration
- Infinite Medkits
- Get Player Position (I'm not sure If it will work for everyone) (Alt+ Direction(Arrows), will teleport you a little, and Numpad + and - to go up and down.)
I'll update it as soon as I add more options. Any new options since this message will be in bold.
As I can see when you press alt + num8 (upper arrow on num pad) you move NORTH, doesn't matter in which direction you ar looking. By pressing alt+num2 (down arrow on num pad) you are going south. Similar left (west), right (east). But this is very deadly All sudden movement that take you to high (because uneven surface) and you falling into your death. But thnx. It is worth to look into this matter. Good table anyway.
And yeah, as I said the teleporting won't work perfectly. But I you want to change how much you teleport, just change the hotkeys values. Or change the value manually.
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: METRO EXODUS
You have the camera mode in the menu, it's pretty shitty but yeah. I'll try to something, but it will probably be quite complicated to do with simple scripts.codeForPleasure wrote: ↑Fri Feb 22, 2019 8:16 pmIf I look for directional arrows on Google I am getting quite a rubbish. I think that you suggest me to press normal arrows on my keyboard but they do not work for me, only arrows on numeric part of keyboard. But please don't take me wrong, I am not at any point against you. I am appreciate that you shared with us your findings. I would love to have 'free camera' to make 'tribute' videos but for now I can't find any and I am not skilled enough to make one myself so I am looking forward to see how far you get. Anyway thnx for sharing and please for more.
Who is online
Users browsing this forum: Bing [Bot], Marzia