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:

WeAreFresh
  • New Member
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 );
}
#2. Posted:
Venom-Craft
  • Junior Member
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.
#3. Posted:
WeAreFresh
  • New Member
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?
#4. Posted:
ip
  • Fairy Master
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?
#5. Posted:
WeAreFresh
  • New Member
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.

@WeAreFresh You do realize that the server is just stealths .xex edited to his vpn. You do know that correct?
yes i do but at least he figured out how to find the ip.
#6. Posted:
ip
  • Winter 2020
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 wrote
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?
yes i do but at least he figured out how to find the ip.
Its not that hard to find.
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
                        };
All he did was change the ips to his. Again, not that hard.
#7. Posted:
WeAreFresh
  • New Member
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
WeAreFresh wrote
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?
yes i do but at least he figured out how to find the ip.
Its not that hard to find.
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
                        };
All he did was change the ips to his. Again, not that hard.
i have the xbls source also but he found the ip in the xex in hxd. add me on skype: imicro1337 we can talk further
#8. Posted:
RC4
  • Rising Star
Status: Offline
Joined: Feb 18, 201212Year Member
Posts: 773
Reputation Power: 32
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.
#9. Posted:
XeAri
  • Resident Elite
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
#10. Posted:
Xellicous
  • New Member
Status: Offline
Joined: Sep 18, 201311Year Member
Posts: 4
Reputation Power: 0
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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.