Page 1 of 1
God Of Weapons
Posted: Mon May 15, 2023 4:21 am
by BabyGroot
Code: Select all
Game Name: God Of Weapons - [ DEMO ]
Game Process : God Of Weapons.exe
Game Release date: July 2023
CE Version : 7.4 (White)
Version Game / Build Id / Date Patch: DEMO v0.2.9 / 11120808 / 29 April 2023
Check build Id / Date Patches : [Link]
1. After the game is open, click directly on [Activate] on the cheat table.
Table will auto attach to process Game.
If you like my table, don’t forget to click the
button.
Re: God Of Weapons
Posted: Thu Sep 14, 2023 8:05 am
by licker
Hello sir~
Any updates for release version?
Re: God Of Weapons
Posted: Mon Sep 18, 2023 2:29 pm
by Asland
+1
Re: God Of Weapons
Posted: Wed Sep 20, 2023 6:03 am
by xacegod
Gold - 4 bytes (easy to find)
Inventory slots - 4 bytes
The rest are float (Hp, stats, etc.)
Once I have enough gold (find value and search), I look for luck item and increase luck, once I find luck the other stats are from luck:
- +4 crit chance
+C dodge chance
+10 range
+18 resource
+1C exp
+3C enemy amount
+44 elite
These are in reverse, or lower memory slot
+FFFFFFFFFFFFFFEC move speed
So this means that if address of luck is 1352504B044, you click add address, paste the luck and add +4 for crit chance. You may also find a script to do this for you. (One script can be found here:
[Link])
Code: Select all
function addMoreAddresses(baseAddress, num, step)
local al = getAddressList()
local base = al.createMemoryRecord()
base.setAddress(baseAddress)
base.setDescription("Base Address")
base.Type = vtString
base.String.Size = 0
for i=0, num-1 do
local rec = al.createMemoryRecord()
local str = string.format("+%X", i * step)
rec.setAddress(str)
rec.setDescription(str)
rec.appendToEntry(base)
end
end
addMoreAddresses("002C083C", 10, 4)
With higher luck, better items appear, so freeze to high value and reroll until you find what item you are looking for.
Re: God Of Weapons
Posted: Thu Feb 01, 2024 6:25 am
by killerkitt
Anyone have an update about this game or have a link to a cheat engine table that we can use for the recent update?
Re: God Of Weapons
Posted: Wed Apr 10, 2024 9:02 pm
by GruziiC
would appreciate,if this table gets updated

Re: God Of Weapons
Posted: Tue May 13, 2025 6:53 pm
by GruziiC
Could any CH guru please

coock up some simple table for new release !?
Re: God Of Weapons
Posted: Thu May 15, 2025 11:19 am
by Kerus
Not working in current version.
Re: God Of Weapons
Posted: Mon May 19, 2025 3:18 pm
by Knörpeltäng
Hi guys, I hope this finds you well.
Since the OPs table does not work anymore I took the chance to get to know how to do Cheat Tables on my own. This is the result. Not as fancy as the OPs probably was but it did the trick for me and I came to enjoy learning to use Cheat Engine.
God of Weapons – Cheat Table (v1.5.63)
Features
- View and freeze various in-run stats:
- Melee Power, Magic Power, Projectile Power
- Attack Speed, Move Speed
- Vitality, Lifesteal, Recovery, Armor
- Luck, Crit Chance, Crit Damage
- Dodge Chance, Range
- Resource & EXP Gain
- Invulnerability
- Infinite Inventory Expansion
- Infinite Money
- Titanite amount
- Keys amount
Notes
- Some work only during a run (values may not be valid in menus)
- Designed for the Steam version 1.5.63
- Built with Cheat Engine 7.6
Enjoy!