Chaos-gm (08-18-2024),colchonero99 (01-16-2025),DARRIAN37 (06-01-2024),ideduck (09-18-2023),nicolasxxm (05-09-2024),NorthSideNex (2 Weeks Ago),PeterGriffin1 (12-04-2024),pppdoido1 (09-11-2023),pppdoido2 (09-11-2023),SCRABi (12-09-2024)
Hi Modders,
So i was messing with ATTRIBUTES.rez (Weapons.txt, Modelbutes.txt, Mod.txt) recently and i found way to make No recoil, Speed and stamina hack with modifying it. i drop the decrypted and encrypted txt files on this post.
To use Modified txts;
1-) Rez Extract the ATTRIBUTES.rez
2-) Unzip encrypted txts_mpgh.net.zip
3-) Copy the txts in encrypted txts_mpgh.net.zip
4-) Paste in to ATTRIBUTES.rez
5-) Rez inject the ATTRIBUTES.rez
6-) Patch the ATTRIBUTES.rez
7-) Copy to in Game File
8-) You are good to go, Have Fun
Thx to @SoNoS for Rez patcher and Text Decrypter
Thx to @supercarz1991 inspire about rez modding
Note; After patch txt files should be re-modified
For no recoil and speed we need to modify Weapons.txt (M4A1 values) // "Modified values to get no Recoil"
MovePenalty=0.1 // "-0.99" if value is negative "-" gives speed boost
ZoomedMovePenalty=0.1 "-0.99"
ShotsPerClip=30 // Not works in online modes
MinPerturb=3 // "1"
MaxPerturb=100 // "1"
DuckPerturb=2 // "1"
MoveDuckPerturb=3 // "1"
PerturbIncSpeed=1.3 // "0.1"
PerturbDecSpeed=0.3 // "0.1"
ZoomedMinPerturb=2 // "1"
ZoomedMaxPerturb=30 // "1"
ZoomedPerturbIncSpeed=1.3 // "0.1"
ZoomedPerturbDecSpeed=0.3 // "0.1"
MaxCamRecoilWag=15 // "1"
BaseCamRecoilWagL=1.2 // "0.1"
BaseCamRecoilWagR=-1.2 // "0.1"
BaseCamRecoilPitch=1.3 // "0.1"
MaxCamRecoilPitch=5 // "1"
MaxCamRecoilYaw=0.0 //
BaseCamRecoilYaw=0.0 //
MaxRandomPitch=0.02 //
BaseCamBackJitter=0.0 //
BackJitterRecover=1.0 //
For Stamina and Sprint we need to modify Modelbutes.txt (Base Char values)
MovePenalty= 0.1
DashSpeed= 0.4
Max Stamina= // Not all gear items and Characters have this value, so u guys need add it by own.
Last edited by ReporterXxX; 09-09-2023 at 10:59 PM. Reason: Forgot to mention files should be re-modify after patch (if there is change on txt files)
Chaos-gm (08-18-2024),colchonero99 (01-16-2025),DARRIAN37 (06-01-2024),ideduck (09-18-2023),nicolasxxm (05-09-2024),NorthSideNex (2 Weeks Ago),PeterGriffin1 (12-04-2024),pppdoido1 (09-11-2023),pppdoido2 (09-11-2023),SCRABi (12-09-2024)
i was sleepy while writing this so in how to use i said "unzip the decrypted.zip" i aldready edit the post but im writing this cuz if anyone try it and get "Client Reinstall" error. Pls try again with "encrypted.zip"
Again Sorry for misspelling.
Can you send me the Encrypted texts without the changes in character speed? only no recoil
Last edited by pppdoido1; 09-12-2023 at 12:00 AM.
Chaos-gm (08-18-2024),Gustavopadovani (05-18-2024),PeterGriffin1 (12-04-2024),pppdoido1 (09-12-2023)
thank you!!!
Last edited by pppdoido1; 09-12-2023 at 06:19 PM.
It finally happened... attributes hacking. Absolutely love it.
I gotta know, how did you decrypt them? Was it similar to my tool that I posted about in Source Code or something else? My tool had some bugs I didn't know how to fix. I have some really fun attributes ideas, but since I never fixed the tool, I never got to try them out
Update: My idiot ass just read the post lol. I was gonna use the tool he mentioned, but when I went looking for it, it wasn't free, which is why i made mine
Last edited by supercarz1991; 09-21-2023 at 04:32 PM.
commando: You're probably the best non-coder coder I know LOL
Thx to replay, i made this after, i saw ur post and just got curios about what can i do with that and after some work i made that. as i mention im using @SoNoS 's Text Decrypter v1.1 and i didnt saw anything about paying. I just extract the .rar file and click it didnt ask to license or something.
Last edited by ReporterXxX; 09-25-2023 at 05:01 AM.
Update 26.09.2023
Here the latest version.
Chaos-gm (2 Weeks Ago),JokeDeityII (09-29-2023),Mahmoud20202 (10-11-2023),SCRABi (12-09-2024)
quando faco processo de descpt e cript do arquivo sem modificalo da bom, quando modifico o arquivo e tento fazer o processa da ruim.... quando injeto teu arquivo da bom, quando tento outro da ruim.... acreito que é na hora de criptografar novamente, que nao da certo..... pode disponibilizar o programa que voce usa para criptografar ?
Last edited by iuricosta59; 01-25-2025 at 12:31 PM.
Hi i was out forum for while, its good to see someone made own version of it. So while decrypting the file its getting corrupt and missing some of letters in the end you have to fix it yourself and while encrypting back u have make sure total lenght of file can divided by 16, like if file lenght is
4 936 138 / 16 = 308508,625 to round up u have to delete or add some spaces in .txt file to make ur it can be divide. Like 308509 * 16 = 4 936 144 or 308 508 * 16 = 4 936 128.
With that u can use it without problems.
Note i use and recomend using Notepad++ for modifying .txt files.