Post: bo2 rtm preset name code
08-31-2017, 02:42 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); ive tried multiple codes, and they didnt work, not the textbox method,
if anyone could help would be great

*byte[] bytes = Encoding.ASCII.GetBytes("NAME HERE");
* * * * * * PS3.SetMemory(0x26BDFD8, bytes);
08-31-2017, 09:54 PM #2
Father Luckeyy
Retired - Lead Content Manager
Originally posted by Vanquix View Post
ive tried multiple codes, and they didnt work, not the textbox method,
if anyone could help would be great

*byte[] bytes = Encoding.ASCII.GetBytes("NAME HERE");
* * * * * * PS3.SetMemory(0x26BDFD8, bytes);


Are you trying to use them as a pre-set button on you tool?
08-31-2017, 11:11 PM #3
yes i am
09-01-2017, 09:24 PM #4
S63
Space Ninja
Originally posted by Vanquix View Post
ive tried multiple codes, and they didnt work, not the textbox method,
if anyone could help would be great

*byte[] bytes = Encoding.ASCII.GetBytes("NAME HERE");
* * * * * * PS3.SetMemory(0x26BDFD8, bytes);


and that code dont work^
09-03-2017, 03:35 AM #5
MrXcell1
Pokemon Trainer
byte[] bytes = Encoding.ASCII.GetBytes("Text Here");
PS3.SetMemory(40633944U, bytes);
09-06-2017, 07:50 AM #6
Father Luckeyy
Retired - Lead Content Manager
Originally posted by Vanquix View Post
ive tried multiple codes, and they didnt work, not the textbox method,
if anyone could help would be great

*byte[] bytes = Encoding.ASCII.GetBytes("NAME HERE");
* * * * * * PS3.SetMemory(0x26BDFD8, bytes);


Put this in your pre-set buttons copy n paste it

    
byte[] bytes = Encoding.ASCII.GetBytes("Text Here");
Array.Resize(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x26BDFD8, bytes);

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo