Upload your cheat tables here (No requests)
pox911
Slob
Posts: 128 Joined: Mon Mar 20, 2017 1:41 am
Reputation: 182
Post
by pox911 » Tue Feb 12, 2019 7:03 pm
budboy wrote: ↑ Tue Feb 12, 2019 8:48 am
If you are able to get the values for the skill slot, are you also able to get the values to modify the Pierce/Crush/Slash values of the weapon?
If i'm reading the weapon info right, those are stored elsewhere in the game data and not part of the weapon itself. i could be wrong though
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Murasaki
Novice Cheater
Posts: 24 Joined: Sat Oct 06, 2018 11:28 am
Reputation: 0
Post
by Murasaki » Tue Feb 12, 2019 7:23 pm
When you change the slotted skills level is it just a visual change? I see the number change on the skills but the HP,OP,ST wasn't affected. I'm probably doing something wrong lol but wanted to ask anyway
pox911
Slob
Posts: 128 Joined: Mon Mar 20, 2017 1:41 am
Reputation: 182
Post
by pox911 » Tue Feb 12, 2019 7:28 pm
after you changed it, did you unequip the weapon and re equip it?
Murasaki
Novice Cheater
Posts: 24 Joined: Sat Oct 06, 2018 11:28 am
Reputation: 0
Post
by Murasaki » Tue Feb 12, 2019 7:31 pm
pox911 wrote: ↑ Tue Feb 12, 2019 7:28 pm
after you changed it, did you unequip the weapon and re equip it?
Ah that was the issue
Thanks
Murasaki
Novice Cheater
Posts: 24 Joined: Sat Oct 06, 2018 11:28 am
Reputation: 0
Post
by Murasaki » Tue Feb 12, 2019 8:08 pm
Xblade Of Heaven wrote: ↑ Tue Feb 12, 2019 7:51 pm
mission reset timer o freeze timer?
you can pick from 3 options, Normal,Instant or Unlimited time.
xros
Cheater
Posts: 42 Joined: Sat Oct 28, 2017 3:25 am
Reputation: 0
Post
by xros » Tue Feb 12, 2019 10:14 pm
is there a way to give yourself all items/materials/blueprints?
deama1234
What is cheating?
Posts: 2 Joined: Thu Apr 06, 2017 10:07 pm
Reputation: 0
Post
by deama1234 » Tue Feb 12, 2019 11:50 pm
I was wondering if you could help OP, or at least someone here.
I can't seem to figure out how to find attack speed, I've tried doing all sorts, even trying just changed instead of increased/decreased, but nothing.
The best guess I can come up with is that I think the game changes attack speed slightly according to the situation, and when I run into these situations it screws up my results I guess. Anyway, has anyone got any idea how to find attack speed? It should be possible right? There's like 2 different attack speed modifiers. Though I guess it's entirely possible they're fake, they are pretty miniscule afterall...
Xblade Of Heaven
Novice Cheater
Posts: 24 Joined: Tue May 02, 2017 6:25 pm
Reputation: 2
Post
by Xblade Of Heaven » Wed Feb 13, 2019 12:29 am
Murasaki wrote: ↑ Tue Feb 12, 2019 8:08 pm
Xblade Of Heaven wrote: ↑ Tue Feb 12, 2019 7:51 pm
mission reset timer o freeze timer?
you can pick from 3 options, Normal,Instant or Unlimited time.
no, i say this timer.
Murasaki
Novice Cheater
Posts: 24 Joined: Sat Oct 06, 2018 11:28 am
Reputation: 0
Post
by Murasaki » Wed Feb 13, 2019 12:52 am
Xblade Of Heaven wrote: ↑ Wed Feb 13, 2019 12:29 am
Murasaki wrote: ↑ Tue Feb 12, 2019 8:08 pm
Xblade Of Heaven wrote: ↑ Tue Feb 12, 2019 7:51 pm
mission reset timer o freeze timer?
you can pick from 3 options, Normal,Instant or Unlimited time.
no, i say this timer.
Oh that, I don't think you'd really need to mess with it unless it takes you 30-40 mins to kill the target and loot the area
Xblade Of Heaven
Novice Cheater
Posts: 24 Joined: Tue May 02, 2017 6:25 pm
Reputation: 2
Post
by Xblade Of Heaven » Wed Feb 13, 2019 12:54 am
Murasaki wrote: ↑ Wed Feb 13, 2019 12:52 am
Xblade Of Heaven wrote: ↑ Wed Feb 13, 2019 12:29 am
Murasaki wrote: ↑ Tue Feb 12, 2019 8:08 pm
you can pick from 3 options, Normal,Instant or Unlimited time.
no, i say this timer.
Oh that, I don't think you'd really need to mess with it unless it takes you 30-40 mins to kill the target and loot the area
I know, but I would like to know if someone has found it
gunbalde60
Expert Cheater
Posts: 393 Joined: Tue Jan 09, 2018 3:53 am
Reputation: 32
Post
by gunbalde60 » Wed Feb 13, 2019 12:58 am
pox911 wrote: ↑ Tue Feb 12, 2019 7:03 pm
budboy wrote: ↑ Tue Feb 12, 2019 8:48 am
If you are able to get the values for the skill slot, are you also able to get the values to modify the Pierce/Crush/Slash values of the weapon?
If i'm reading the weapon info right, those are stored elsewhere in the game data and not part of the weapon itself. i could be wrong though
Is there a list of skills? Your spreadsheet only shows items and clothing.
Xblade Of Heaven
Novice Cheater
Posts: 24 Joined: Tue May 02, 2017 6:25 pm
Reputation: 2
Post
by Xblade Of Heaven » Wed Feb 13, 2019 1:23 am
My contribution, mission timer found, always full mission timer on missions.
Code: Select all
[ENABLE]
aobscanmodule(missiontimer,ge3.exe,F3 0F 58 8B 88 00 00 00) // should be unique
alloc(newmem,$1000,missiontimer)
label(code)
label(return)
newmem:
xorps xmm0,xmm0
movss [rbx+00000088],xmm0
code:
addss xmm1,[rbx+00000088]
jmp return
missiontimer:
jmp newmem
nop
nop
nop
return:
registersymbol(missiontimer)
[DISABLE]
missiontimer:
db F3 0F 58 8B 88 00 00 00
unregistersymbol(missiontimer)
dealloc(newmem)
Grettings!
m09
What is cheating?
Posts: 4 Joined: Sat Oct 20, 2018 6:38 am
Reputation: 4
Post
by m09 » Wed Feb 13, 2019 2:31 am
Infinite Custom Bullet Ammo pls
xros
Cheater
Posts: 42 Joined: Sat Oct 28, 2017 3:25 am
Reputation: 0
Post
by xros » Wed Feb 13, 2019 1:47 pm
i sorry for being a noob but
how do the last weapon equip code work?
what are the skill ids/levels?