ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1699

Force Challenge To Execute (Old Way)

by Rick - 04-04-2020 - 03:18 AM
#1
Code:
//Code For Forcing Challenge
typedef int(*XamInputGetState_t)(WORD dwUserIndex, DWORD r4, PXINPUT_STATE pState);
XamInputGetState_t XamInputGetStateOriginal;

BOOL pressButton = false;
BOOL ExecuteChallenge;
INT challengeCount = 0;

DWORD XamInputGetStateHook(DWORD dwUserIndex, DWORD r4, PXINPUT_STATE pState)
{
    DWORD dwResult = XamInputGetStateOriginal(dwUserIndex, r4, pState);

    if (dwUserIndex != 0 || dwResult != 0)
       return dwResult;

    if (pressButton){
       pState->Gamepad.wButtons |= XINPUT_GAMEPAD_A;
       pressButton = FALSE;
    }
    return dwResult;
}
VOID forever() {
    while (true) {
      Sleep(1);
      if (ExecuteChallenge){
         ExecuteChallenge= false;
         Sleep(2500);
         pressButton = true;
         printf("XboxLiveRocks Executed %i Challenges Successfully!\n", challengeCount); //print to xbwatson
         challengeCount++;
      }
   }
}
Code:
//Code for Challenge

HRESULT XekeysExecuteChallenge(...){
    //do challenge normally
    ExecuteChallenge = TRUE;
    
}
Code:
//Code for SystemHooks

BOOL IntializeChallengeHooks(){
    DoThread(forever);
    //everything else
}
Full Credit to Kraz & The xbO Team for this method.
Freelance .NET & PHP Developer and Personal/Product GFX Artist
[Image: glJMOVQ.gif]
Reply
#2
nice release. i suppose this is used to spam challenges?
Reply
#3
(04-04-2020 - 03:42 AM)clbmodzlive Wrote: nice release. i suppose this is used to spam challenges?
Force and Count, Once you have added this code simply goto test xbox live connection and tested and then console does the rest, you would be wise to open xbWatson to see how many challenges are being executed
Freelance .NET & PHP Developer and Personal/Product GFX Artist
[Image: glJMOVQ.gif]
Reply
#4
(04-04-2020 - 03:49 AM)Rick Wrote:
(04-04-2020 - 03:42 AM)clbmodzlive Wrote: nice release. i suppose this is used to spam challenges?
Force and Count, Once you have added this code simply goto test xbox live connection and tested and then console does the rest, you would be wise to open xbWatson to see how many challenges are being executed
ah ok thank you for the release
Reply
#5
Or you could reverse the logon and do it properly but whatever floats your boat.
Reply
#6
Lol this is gay asf
Add m on Discord :)
Ursula von der Leyen#1337
Reply
#7
(04-04-2020 - 03:43 PM)CrystalMeth Wrote: Lol this is gay asf
Stop pretending that you can do better.
Reply
#8
(04-04-2020 - 03:43 PM)CrystalMeth Wrote: Lol this is gay asf

This was done a few years ago, before you kids got ahold of everything and handed everything, we unfortunatley had to actually burn some Keyvaults to get everything right (not just dump server challenges or get handed everything, and test it in the most accurate way we could, about a few weeks later, we made an rpc tool that works by logging in, and out :)

This was for back in the Tampered Live days.
[Image: logo_white_nostroke.png]
Reply
#9
nice release keep it up
Reply
#10
(04-05-2020 - 02:47 AM)xbOnline Wrote:
(04-04-2020 - 03:43 PM)CrystalMeth Wrote: Lol this is gay asf

This was done a few years ago, before you kids got ahold of everything and handed everything, we unfortunatley had to actually burn some Keyvaults to get everything right (not just dump server challenges or get handed everything, and test it in the most accurate way we could, about a few weeks later, we made an rpc tool that works by logging in, and out :)

This was for back in the Tampered Live days.

Tampered Live days! ahhhh that takes me back
[Image: jjk-hakari.gif]
Reply

Users browsing: 4 Guest(s)