(adsbygoogle = window.adsbygoogle || []).push({});
hey guy well i have a quick question from some of you.
i have been trying to set memory in vb just try do something different for a change.
i was on dex but left after the server changed so im trying to with ccapi
i have all of the things needed to use the function but it seem as it would set it when called because i can connect and attach, send Notifcations, set my cid ,change led ect. i just can set memory
Dim ChangeName As Byte() = Encoding.ASCII.GetBytes(TextBox2.Text)
Array.Resize(ChangeName, ChangeName.Length + 1)
PS3.SetMemory(&H26C0658, ChangeName)
PS3.SetMemory(&H26C0658, ChangeName)
PS3.SetMemory(&H26C0658, ChangeName)
PS3.SetMemory(&H26C067F, ChangeName)
PS3.SetMemory(&H26C067F, ChangeName)
PS3.SetMemory(&H26C067F, ChangeName)
if anyone can see why or has an other ways to try feel free to comment.
if you are just going to say go to dex or code in c# then please leave this because i know that works but im trying to make tools in different language for fun.
edit: i think it has something to do with the firmware i cant do it with c# ether FML