I Am trying to make a single player cheat and when i finall get down to the last value for my gold and i get the DMA for it heres what i get...

Code:
004752a4    A38CB15300                      mov [0x53B18C],eax
004752a9    E977010000                      jmp 0x00475425
004752ae    FF3406                          push dword ptr [esi+eax]
004752b1    8B17                            mov edx,[edi]
004752b3    8BCF                            mov ecx,edi
004752b5    FF9280000000                    call [edx+0x80]
004752bb    E965010000                      jmp 0x00475425
004752c0    668B0406                        mov ax,[esi+eax]
004752c4    8BCF                            mov ecx,edi
004752c6    50                              push eax
i am horrible in ASM but what i would like to do is add money or freeze it, when i add it from the static location all it does is show it on screen and doesnt really add it and when i freeze 004752a4 its the same results help would be great thanks in advanced