Cheat Request King of Retail

Ask about cheats/tables for single player games here
Post Reply
Jan001
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Jul 17, 2019 3:47 pm
Reputation: 0

Cheat Request King of Retail

Post by Jan001 »

I would like someone to make a money Cheat for the game King of Retail
I already tried to use the normal procedure to change hex values but couldn't find the value I needed

Game Name:[King of Retail]
Game Engine:[Unreal Engine 4]
Game Version:[0.5.0]
Options Required:[+Money]

Game/Steam Website:[
Last edited by Jan001 on Thu Jul 18, 2019 5:34 pm, edited 3 times in total.

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: Cheat Request King of Retail

Post by Rysefox »

Jan001 wrote:
Wed Jul 17, 2019 3:51 pm
Game Engine:[Unity]
Game/Steam Website:[


Game Engine is not Unity, its Unreal Engine

Jan001
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Jul 17, 2019 3:47 pm
Reputation: 0

Re: Cheat Request King of Retail

Post by Jan001 »

Oh, I must have messed that up... I tried to find the savegames in the King of Retail directory and saw the ue4 logo on an icon and mistook it for a unity logo... my bad!
Changed it!

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: Cheat Request King of Retail

Post by Rysefox »

Money
Attachments
KingOfRetail-Win64-Shipping.CT
(917 Bytes) Downloaded 995 times

Jan001
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Jul 17, 2019 3:47 pm
Reputation: 0

Re: Cheat Request King of Retail

Post by Jan001 »

Thanks!

behiindyou
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jul 21, 2019 7:06 pm
Reputation: 0

Re: Cheat Request King of Retail

Post by behiindyou »

could you please update it? seems to don't work anymore since the new game update yesterday

User avatar
fantomas
Table Makers
Table Makers
Posts: 1163
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: Cheat Request King of Retail

Post by fantomas »

Rysefox wrote:
Thu Jul 18, 2019 5:48 pm
Money
You could simplify your lua code from this...

Code: Select all

{$LUA}
[ENABLE]

Money = createTimer()
Money.setInterval(10)
Money.OnTimer = function()

    currentMoney = readFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8')

    if (currentMoney > 0) then
      writeFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8',999999999)
    else
      if (currentMoney == 0) then
        writeFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8',999999999)
end
end
end

[DISABLE]
Money.destroy()

... into this

Code: Select all

{$LUA}
[ENABLE]

Money = createTimer()
Money.setInterval(10)
Money.OnTimer = function()

    currentMoney = readFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8')

    if (currentMoney >= 0) then
      writeFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8',999999999)

end
end

[DISABLE]
Money.destroy()

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: Cheat Request King of Retail

Post by Rysefox »

fantomas wrote:
Mon Jul 22, 2019 12:16 am
Rysefox wrote:
Thu Jul 18, 2019 5:48 pm
Money
You could simplify your lua code from this...

Code: Select all

{$LUA}
[ENABLE]

Money = createTimer()
Money.setInterval(10)
Money.OnTimer = function()

    currentMoney = readFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8')

    if (currentMoney > 0) then
      writeFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8',999999999)
    else
      if (currentMoney == 0) then
        writeFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8',999999999)
end
end
end

[DISABLE]
Money.destroy()

... into this

Code: Select all

{$LUA}
[ENABLE]

Money = createTimer()
Money.setInterval(10)
Money.OnTimer = function()

    currentMoney = readFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8')

    if (currentMoney >= 0) then
      writeFloat('[[[[["KingOfRetail-Win64-Shipping.exe"+02DBC000]+28]+1E0]+10]+20]+D8',999999999)

end
end

[DISABLE]
Money.destroy()
Okay, that saves me a few lines of code. I appreciate it^^

TheGamer2010
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jan 06, 2019 9:52 pm
Reputation: 0

Re: Cheat Request King of Retail

Post by TheGamer2010 »

The Table not work anymore can you this update please? :)

User avatar
Gromgol
Noobzor
Noobzor
Posts: 6
Joined: Thu Sep 23, 2021 11:53 am
Reputation: 4

Re: Cheat Request King of Retail

Post by Gromgol »

Table for the game version 0.14.0.15
  • Money Corporation
  • Managers(CEO, Financial Manager, Regional Manager(C1), Sales Manager(C1), Marketing Manager(C1))
Attachments
KingOfRetail[0.14.0.15]{by Gromgol}.CT
(458.63 KiB) Downloaded 564 times

Krevun
Noobzor
Noobzor
Posts: 5
Joined: Fri Apr 30, 2021 10:23 pm
Reputation: 1

Re: Cheat Request King of Retail

Post by Krevun »

Could we get an updated table for the latest version? Thank you.

zero84
Cheater
Cheater
Posts: 33
Joined: Sun Jan 03, 2021 5:16 am
Reputation: 1

Re: Cheat Request King of Retail

Post by zero84 »

newer version v1.0.0

Post Reply

Who is online

Users browsing this forum: Enevox, LIOBOSS