Main Version: 1.4.4.0 (GMO)
OllyDbg Version: V 2.01 (Beta)
This method will allow you to increase the speed of your game in 2 ^ 32 times :)
All what you need it's OllyDbg and Main.Exe, so open OllyDbg and load your executable.
Search for -> All intermodular calls
http://i47.fastpic.ru/big/2013/0518/...25fcf0a40d.png
As a result, you should see the following window
http://i48.fastpic.ru/big/2013/0518/...91d4d4f0a6.png
In this window, start typing on the keyboard combination of some characters. SwapBuffers :)
The count of called functions may vary in different versions of the Main but not a fact. Here at least there are 3 calls.
The third function, this one that we need, so we choose the third consecutive SwapBuffers and press the enter and as a result we see the following picture.
http://i48.fastpic.ru/big/2013/0518/...b56a4e65ce.png
Maybe you already scared and ask but what you say about other versions of main and if there is not a third function, how can I find it then?! Do not worry, a little below should be placed on a piece of code with line "Connection Closed" and if there is, it is possible that you need.
http://i47.fastpic.ru/big/2013/0518/...e6c645a61c.png
A little higher on the code, the function call must be placed glFlush. Then it finally what you need :)
http://i48.fastpic.ru/big/2013/0518/...bed89f6b30.png
And now I come to the main point, and try to increase the speed of the game, yeah :) On the penultimate screenshot, find the line
Found? Now 28, change it to 100 and enjoy a quick game :)Code:004DA3DD C745 98 28000 MOV DWORD PTR SS:[EBP-68],28
With a large value possibly will get Disconnect. So, test the optimal speed for your character.
http://youtu.be/HOfku2x3iXA
Credit: Me aka Brain

