Page 3 of 4

Re: TEKKEN 7

Posted: Sat Jun 10, 2017 8:11 am
by CountBarbarus
Would love to have the SloMo code as well...

Re: TEKKEN 7

Posted: Sat Jun 10, 2017 9:33 am
by Johndoerian
TechnoJacker wrote:
Sat Jun 10, 2017 4:36 am
senseirain wrote:
Fri Jun 09, 2017 7:08 pm
~ Request ~
CE table for Unlock All (Including Player Customization)


Thank you <3
faith13 wrote:
Sat Jun 10, 2017 4:21 am
Sorry for the bother, how do I use that code to unlock all? I've tried replacing the code in another downloaded table and running it but got the "Failure loading trainer : Data error" message. Thanks in advance!
Open Cheat Engine, then in the code field above with the Unlock All cheat, click on Select All or highlight all the code. Then right click and hit copy or press Ctrl+C and then in Cheat Engine, paste the code in the cheat engine window by pressing Ctrl+V. Cheat Engine supports copy and pasting cheats.
This doesn't work for me either, do you know how to edit the played matches count? I think this would be a easier way to do it, since most people want to have everything unlocked, and not only certain items. But I'd appreciate any method to be honest.

Thanks in advance.

Re: TEKKEN 7

Posted: Sat Jun 10, 2017 9:54 am
by faith13
Thank you @TechnoJacker for the help and @pox911 for the code! Works perfectly :)

Re: TEKKEN 7

Posted: Sun Jun 11, 2017 10:39 am
by shenlong02
Hi im newer ,i have a question
I want to know ,how to play as true devil Kazuya (with Boss rage art) in arcade or training mode ?
have cheat table ? or Trainer to play him with boss move ( not only skin mod )

Re: TEKKEN 7

Posted: Sun Jun 11, 2017 7:18 pm
by CloudStrife29
Unlock everything with 2000 fights!

Use trainer (Tekken 7: Trainer (+9) [1.0] {FutureX})

Thanks

Re: TEKKEN 7

Posted: Fri Jun 16, 2017 3:00 pm
by ZoDDeL
hey hey :D
ive searched for the rage value and added it to the STN table + powerbar eliza/akuma (Ex GoHado / Ex Tatsumaki ...) and health pointer

some basics:
player 1 = left / player 2 = right
set health pointer at 0 = KO (instantwin/lose)
rage pointers need to freeze and they must both used A+B to work correct + script must be activated

you can do infinite rage attacks at any health (if activated) and/or disallow enemy to use his rage arts :twisted:
you can spam EX powerbar moves with eliza/akuma and/or disallow enemy to use it.

p.s. yes my scripts arent the hifi shit but they do what i want and i dont know anything about assembly :P

Image

Re: TEKKEN 7

Posted: Wed Jun 21, 2017 6:59 am
by 9876789
can anyone here help me find the code for "sweat" ? :D
enable sweat is all i need.

Re: TEKKEN 7

Posted: Wed Jun 21, 2017 3:00 pm
by Kerio
Could someone who's brighter than me at this find the address/value for money?
I'd like to set mine to 900000.
A table I'd just have to import and click would be amazing. Thanks in advance.

Re: TEKKEN 7

Posted: Mon Jul 03, 2017 6:26 am
by shirako
pretty sure this corrupted my save data the cheat engine code to unlock everything

Re: TEKKEN 7

Posted: Sun Jul 23, 2017 2:32 am
by Kingkrool2002
Johndoerian wrote:
Sat Jun 10, 2017 9:33 am
TechnoJacker wrote:
Sat Jun 10, 2017 4:36 am
senseirain wrote:
Fri Jun 09, 2017 7:08 pm
~ Request ~
CE table for Unlock All (Including Player Customization)


Thank you <3
faith13 wrote:
Sat Jun 10, 2017 4:21 am
Sorry for the bother, how do I use that code to unlock all? I've tried replacing the code in another downloaded table and running it but got the "Failure loading trainer : Data error" message. Thanks in advance!
Open Cheat Engine, then in the code field above with the Unlock All cheat, click on Select All or highlight all the code. Then right click and hit copy or press Ctrl+C and then in Cheat Engine, paste the code in the cheat engine window by pressing Ctrl+V. Cheat Engine supports copy and pasting cheats.
This doesn't work for me either, do you know how to edit the played matches count? I think this would be a easier way to do it, since most people want to have everything unlocked, and not only certain items. But I'd appreciate any method to be honest.

Thanks in advance.
I would also like to know how to edit the played matches count so I can unlock the costumes and accessories without getting a corrupt save error. If anyone can make a CT for this, I would really appreciate it. Thanks.

Re: TEKKEN 7

Posted: Tue Sep 12, 2017 3:55 pm
by Kira
Anyone managed to figure out the match count cheat?

Re: TEKKEN 7

Posted: Wed Sep 13, 2017 3:02 pm
by Kira
9876789 wrote:
Wed Jun 21, 2017 6:59 am
can anyone here help me find the code for "sweat" ? :D
enable sweat is all i need.
Not a cheat engine code, but this mod can achieve the "sweat" effect that you're looking for:
[Link]

Require shower head item to work though.

Re: TEKKEN 7

Posted: Thu Sep 14, 2017 9:56 am
by Kira
pox911 wrote:
Thu Jun 08, 2017 4:09 am
Here is a code that lets you unlock anything you want from the character customization. It will let you buy anything for free and even allow you to purchase the items you normally have to unlock via boxes. As usual, select all text, right click in the white space where you normally have all your codes at, and hit paste.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>87</ID>
      <Description>"Able to purchase any character customization (and for free)"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(FreeItemAOB,TekkenGame-Win64-Shipping.exe,40 53 48 83 EC 20 8B DA E8 * * * * 48 8b c8) // should be unique
aobscanmodule(CheckFundsAOB,TekkenGame-Win64-Shipping.exe,41 8B 0E 48 3B C1) // should be unique
aobscanmodule(ForceUnlockAOB,TekkenGame-Win64-Shipping.exe,44 0F B6 4B 2C 8B D0 44 0F B6 43 11 8B 0B 48 83 C4 20 5B) // should be unique
alloc(newmem,$1000,"TekkenGame-Win64-Shipping.exe")

label(FreeItemCode)
label(CheckFundCode)
label(ForceUnlockCode)

label(FreeItemReturn)
label(CheckFundReturn)
label(ForceUnlockReturn)

registersymbol(FreeItemAOB)
registersymbol(CheckFundsAOB)
registersymbol(ForceUnlockAOB)

newmem:

  FreeItemCode:
    mov edx,0
    push rbx
    sub rsp,20
    jmp FreeItemReturn

  CheckFundCode:
    mov ecx,0
    cmp rax,rcx
    jmp CheckFundReturn

  ForceUnlockCode:
    mov r9d,03
    jmp ForceUnlockReturn


FreeItemAOB:
  jmp FreeItemCode
  nop
  FreeItemReturn:

CheckFundsAOB:
  jmp CheckFundCode
  nop
  CheckFundReturn:

ForceUnlockAOB:
  jmp ForceUnlockCode
  ForceUnlockReturn:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat

FreeItemAOB:
  db 40 53 48 83 EC 20

CheckFundsAOB:
  db 41 8B 0E 48 39 C8

ForceUnlockAOB:
  db 44 0F B6 4B 2C

unregistersymbol(FreeItemAOB)
unregistersymbol(CheckFundsAOB)
unregistersymbol(ForceUnlockAOB)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Tested it earlier, couldn't get tick the checkbox to activate the cheat. Does this cheat works for version 1.05/6? The first DLC with tekken bowling in it.

Re: TEKKEN 7

Posted: Thu Dec 07, 2017 11:17 pm
by honkyturtle
Is anybody able to update pox911's code that unlocks all the customizations?

Since the game has been updated the values have changed and that code no longer works and unfortunately the 2000 wins does not unlock the DLC characters items.

Re: TEKKEN 7

Posted: Fri Dec 08, 2017 9:49 am
by TroliusMaximus
honkyturtle wrote:
Thu Dec 07, 2017 11:17 pm
Is anybody able to update pox911's code that unlocks all the customizations?

Since the game has been updated the values have changed and that code no longer works and unfortunately the 2000 wins does not unlock the DLC characters items.
+1