Post: Help with C# code
03-13-2013, 08:43 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); With this code, I keep getting a whole bunch of errors that I don't know how to fix, here's the code, and a pic of the errors.

    
PS3TMAPI.GetProcessList(0, out processIDs);
ulong uProcess = processIDs[0];
ProcessID = Convert.ToUInt32(uProcess);
PS3TMAPI.ProcessAttach(0, PS3TMAPI.UnitType.PPU, ProcessID);
PS3TMAPI.ProcessContinue(0, ProcessID);
Info = "The Process 0x" + ProcessID.ToString("X8") + " Has Been Attached !";


If the pic wont open, refresh the page, hold ctrl then click the pic

[ATTACH=CONFIG]22750[/ATTACH]
(adsbygoogle = window.adsbygoogle || []).push({});
03-15-2013, 08:26 PM #2
QuantumDev
Can’t trickshot me!
I'm just a beginner but I think you have to make 'ProcessID' equal to something such as:
Originally posted by another user
processID = [what you want it to be]
.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo