Yo what's up!
To install the mod follow the instructions on the gta5-mods page. 
If you want to have the source code, don't decompile the .dll, just ask 
me! I put the code on pastebin, but it's not always the newest version, so 
if it's older just PM me! I like to share code and learn from others! 
But please don't copy my code, just learn from the basic structure and build your 
own mod. if not you don't learn anything. Just ask me if something is unclear! 

The ini settings are: 
easiness:   		how low the probability is that you get ragdolled. I use a random number in my methods, 
					and if that random is for example from 1-5 and in case 1-3 you get ragdolled. Easiness adds 
					to the first number and makes it 1 up to (5+easiness) and that's the way you an lower the 
					probability to get ragdolled. 
			
disableAtMission: 	If True the mod gets disabled while you a in a mission to make it easier. If False the mod 
					just keeps doin what it's doin.