WinkIcy Floor

Posts 18 of 8 · Page 1 of 1
Icy Floor
I don't know if it's gonna work for everybody but I would like to share it anyways in hope that it will work.

Value Type: Float
Address: 0x8987DC
Set Value to: 0
Default Value: 100

Setting the value to zero will remove lobby's map friction for all players so therefore you will need host for this. It is buggy and may lead you to a game crash when the match is over.

You will be able the slide down on your belly while proning in the direction you were walking. YOU CANNOT change direction at will. You will need to run or walk in a different direction first.
:O Mind sharing how you found this?
Quote Originally Posted by Kenshin13 View Post
:O Mind sharing how you found this?
In OllyDBG, open iw5mp.exe, hit F9 then space bar when you see the black progress bar growing. Right click, Search for -> Text String

look for "Friction" (there could be more than one and make sure that "Case Sensitive" is uncheck and "Entire Scope" is checked.)

Once you found it, double click on it and if you look slightly lower to where it will take you, you will see something like FLD dword: [XXXXXX]

In CE, read XXXXXX as Float. It should give you 100 as default value. Modify value and done
nice thx!!!
Boredom Kills Me:
Code:
#define FRICTION_P "\xD9\x05\x00\x00\x00\x00\x83\xC4\x40\x68\x00\x00\x00\x00\x6A\x00\x83\xEC\x0C\xD9\x5C\x24\x08\xA3\x00\x00\x00\x00\xD9\xEE\xD9\x5C\x24\x04\xD9\x05\x00\x00\x00\x00\xD9\x1C\x24\x68\x00\x00\x00\x00\xE8\x00\x00\x00\x00\xD9\xE8"
#define FRICTION_M "xx????xxxx????xxxxxxxxxx????xxxxxxxx????xxxx????x????xx"
float* FrictionAddr = (float*)(FindPattern("iw5mp.exe", 0xFFFFFFFF, (PBYTE)FRICTION_P, FRICTION_M) + 0x2);

*FrictionAddr = 0.f;
All this is, is setting friction to 0 so people slide. Super easy to find in OlyDbg
Quote Originally Posted by hacksorce View Post
All this is, is setting friction to 0 so people slide. Super easy to find in OlyDbg


its not about being easy or hard... its just new, no one have done that before. At least, no one released any trainer with it.
Fyi, the default value is not 100 but 1000.
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?