You are viewing our Forum Archives. To view or take place in current topics click here.
Freeze Xbox and Turn Off Xbox | SCRIPT RELEASE |
Posted:
Freeze Xbox and Turn Off Xbox | SCRIPT RELEASE |Posted:
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
I hope you enjoy this i'm releasing this because it is not useful unless owning a server.
void __declspec(naked) HvxGetVersions( int magic, int mode, unsigned addr, QWORD outBuff, DWORD length )
{
__asm {
li r0, 0
sc
blr
}
}
void FreezeXbox()
{
HvxGetVersions( 0x72627472, 5, 0x12345678, 0x8000, 0x12345678 );
}
void TurnOffXbox()
{
BYTE code[4] = { 0x82, 0x04, 0x31, 0x00 };
HalSendSMCMessage( code, NULL );
}
{
__asm {
li r0, 0
sc
blr
}
}
void FreezeXbox()
{
HvxGetVersions( 0x72627472, 5, 0x12345678, 0x8000, 0x12345678 );
}
void TurnOffXbox()
{
BYTE code[4] = { 0x82, 0x04, 0x31, 0x00 };
HalSendSMCMessage( code, NULL );
}
#2. Posted:
Status: Offline
Joined: Aug 31, 201311Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Aug 31, 201311Year Member
Posts: 85
Reputation Power: 3
This is for the 16203 dash. The offsets need to be updated. But good release I guess.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
Venom-Craft wrote This is for the 16203 dash. The offsets need to be updated. But good release I guess.yea i know i put it out here for people knowing what they are doing, and is vapor up for 16537?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Well, these are kinda old. I have had them for a while. But I guess people would like them.
@WeAreFresh You do realize that the server is just stealths .xex edited to his vpn. You do know that correct?
@WeAreFresh You do realize that the server is just stealths .xex edited to his vpn. You do know that correct?
- 0useful
- 2not useful
#5. Posted:
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
AWL wrote Well, these are kinda old. I have had them for a while. But I guess people would like them.yes i do but at least he figured out how to find the ip.
@WeAreFresh You do realize that the server is just stealths .xex edited to his vpn. You do know that correct?
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
WeAreFresh wroteIts not that hard to find.AWL wrote Well, these are kinda old. I have had them for a while. But I guess people would like them.yes i do but at least he figured out how to find the ip.
@WeAreFresh You do realize that the server is just stealths .xex edited to his vpn. You do know that correct?
BYTE m_serverAddr[12] = { 0x48, 0x14, 0x22, 0x5A, // 72.20.34.90
0x48, 0x08, 0x8D, 0x3D, // 72.8.141.61
0x48, 0x08, 0x8D, 0x3E // 72.8.141.62
};
- 1useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Sep 07, 201311Year Member
Posts: 20
Reputation Power: 0
AWL wrotei have the xbls source also but he found the ip in the xex in hxd. add me on skype: imicro1337 we can talk furtherWeAreFresh wroteIts not that hard to find.AWL wrote Well, these are kinda old. I have had them for a while. But I guess people would like them.yes i do but at least he figured out how to find the ip.
@WeAreFresh You do realize that the server is just stealths .xex edited to his vpn. You do know that correct?
All he did was change the ips to his. Again, not that hard.BYTE m_serverAddr[12] = { 0x48, 0x14, 0x22, 0x5A, // 72.20.34.90
0x48, 0x08, 0x8D, 0x3D, // 72.8.141.61
0x48, 0x08, 0x8D, 0x3E // 72.8.141.62
};
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Feb 18, 201212Year Member
Posts: 773
Reputation Power: 32
These are outdated and have been released a long time ago.
Why don't you update the offsets and "release" it again.
Why don't you update the offsets and "release" it again.
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Oct 27, 201014Year Member
Posts: 281
Reputation Power: 17
Status: Offline
Joined: Oct 27, 201014Year Member
Posts: 281
Reputation Power: 17
easier, if you use the KernelExports header:
HalReturnToFirmware(5); //For shutdown
HalReturnToFirmware(6); //Hard Reboot
Last edited by XeAri ; edited 1 time in total
HalReturnToFirmware(5); //For shutdown
HalReturnToFirmware(6); //Hard Reboot
Last edited by XeAri ; edited 1 time in total
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Sep 18, 201311Year Member
Posts: 4
Reputation Power: 0
AWL wrote Well, these are kinda old. I have had them for a while. But I guess people would like them.
@WeAreFresh You do realize that the server is just stealths .xex edited to his vpn. You do know that correct?
why you acting like you know stuff? you just repeated what venom said lmfao
ttg kids these days
- 0useful
- 1not useful
You are viewing our Forum Archives. To view or take place in current topics click here.