Finally i found How to change CTF Reward when you Exchange 10 Ice Trophy
all was Search for it so when i get it release
Use Ollydbg Program Download Here
1- Click CTRL + G and type 00875F76 Change Command like this
00B146E4 = Lucky Stone D9Code:MOV DWORD PTR DS:[ECX+670],OFFSET 00B146E4
So replace it with the Address of Item Which you want be reward
as Example :
0B13A18 = Hit Scroll
so Code Will be Like
2- Repeat all this Steps with thi Address alsoCode:MOV DWORD PTR DS:[ECX+670],OFFSET 0B13A18
00876574
If any one Found how to make multi reward Post here please ^^
Belong to Showtek
How u add New Item in SR_GameServer
Now go to the end of the file on the CPU window on ollydbg, we will see a lot of empty space that we can use like this:
So right click anywhere, with enough space on the bottom for make the new item fit, and press Ctrl+E (binary edit). Go to the ASCII input box and type the codename of the item you want to set as reward, for example:
And press OK, new code will appear, like this:
This is not real code, but the hex for the item we just added, which is stored on the address 00B55F65 on the example









