Cheat Request King of Retail
Cheat Request King of Retail
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:[
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.
Re: Cheat Request King of Retail
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!
Changed it!
Re: Cheat Request King of Retail
Money
- Attachments
-
- KingOfRetail-Win64-Shipping.CT
- (917 Bytes) Downloaded 1093 times
Re: Cheat Request King of Retail
Thanks!
-
- What is cheating?
- Posts: 1
- Joined: Sun Jul 21, 2019 7:06 pm
- Reputation: 0
Re: Cheat Request King of Retail
could you please update it? seems to don't work anymore since the new game update yesterday
Re: Cheat Request King of Retail
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()
Re: Cheat Request King of Retail
Okay, that saves me a few lines of code. I appreciate it^^fantomas wrote: ↑Mon Jul 22, 2019 12:16 amYou 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()
-
- What is cheating?
- Posts: 1
- Joined: Sun Jan 06, 2019 9:52 pm
- Reputation: 0
Re: Cheat Request King of Retail
The Table not work anymore can you this update please?
Re: Cheat Request King of Retail
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 606 times
Re: Cheat Request King of Retail
Could we get an updated table for the latest version? Thank you.
Re: Cheat Request King of Retail
newer version v1.0.0
Who is online
Users browsing this forum: AmazonBot, Broname, cancersuit, Dieglox, ElfenLied, Ragnaross