Statistics | We have 934 registered users The newest registered user is chickas4513
Our users have posted a total of 344 messages in 84 subjects
|
|
| SF2 No Recoil | |
| | Author | Message |
---|
Jhun» VIPMEMBER
Posts : 65 AP : 42948 Join date : 28/02/2013
| Subject: SF2 No Recoil Sat May 31, 2014 12:10 pm | |
| SF2 No Recoil! - Code:
-
// size == 0x44 struct FS_RECOIL_RESULT { int recoilState; float currentCrossVert; float expectCrossVert; float crossDecreasValue; float oldrCrossVert; float crossIncline; float decline; int forceDir; float impactIncreaseEye; float impactDecline; float impactSpinY; float impactSpinZ; float currentDomValue; float movingValue; float movingValueForCrossHair; float spiny; float spinz; };[/color][/size] [size=14][color=#141823]const FS_RECOIL_RESULT NoRecoil = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; void Cheats::NoRecoil( ) { if(pPlayerController->Pawn != nullptr) { ASFPawn_Player* pSFPawn = (ASFPawn_Player*)pPlayerController->Pawn; if(pSFPawn != nullptr) { /* *Pawn + 0xE78 */ pSFPawn->RecoilResult = RecoilNULL; } } } Credits: ThaBot | |
| | | jamescarl AP Trader LVL 1
Posts : 61 AP : 38555 Join date : 10/05/2014
| Subject: Re: SF2 No Recoil Thu Jun 05, 2014 6:20 pm | |
| - Jhun» wrote:
- SF2 No Recoil!
- Code:
-
// size == 0x44 struct FS_RECOIL_RESULT { int recoilState; float currentCrossVert; float expectCrossVert; float crossDecreasValue; float oldrCrossVert; float crossIncline; float decline; int forceDir; float impactIncreaseEye; float impactDecline; float impactSpinY; float impactSpinZ; float currentDomValue; float movingValue; float movingValueForCrossHair; float spiny; float spinz; };[/color][/size] [size=14][color=#141823]const FS_RECOIL_RESULT NoRecoil = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; void Cheats::NoRecoil( ) { if(pPlayerController->Pawn != nullptr) { ASFPawn_Player* pSFPawn = (ASFPawn_Player*)pPlayerController->Pawn; if(pSFPawn != nullptr) { /* *Pawn + 0xE78 */ pSFPawn->RecoilResult = RecoilNULL; } } } Credits: ThaBot can u make a .dll bout' this? thanks.. | |
| | | Jhun» VIPMEMBER
Posts : 65 AP : 42948 Join date : 28/02/2013
| Subject: Re: SF2 No Recoil Fri Jun 06, 2014 5:29 am | |
| - jamescarl wrote:
- Jhun» wrote:
- SF2 No Recoil!
- Code:
-
// size == 0x44 struct FS_RECOIL_RESULT { int recoilState; float currentCrossVert; float expectCrossVert; float crossDecreasValue; float oldrCrossVert; float crossIncline; float decline; int forceDir; float impactIncreaseEye; float impactDecline; float impactSpinY; float impactSpinZ; float currentDomValue; float movingValue; float movingValueForCrossHair; float spiny; float spinz; };[/color][/size] [size=14][color=#141823]const FS_RECOIL_RESULT NoRecoil = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; void Cheats::NoRecoil( ) { if(pPlayerController->Pawn != nullptr) { ASFPawn_Player* pSFPawn = (ASFPawn_Player*)pPlayerController->Pawn; if(pSFPawn != nullptr) { /* *Pawn + 0xE78 */ pSFPawn->RecoilResult = RecoilNULL; } } } Credits: ThaBot can u make a .dll bout' this? thanks.. already Compile! | |
| | | Sponsored content
| Subject: Re: SF2 No Recoil | |
| |
| | | | SF2 No Recoil | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| |