Post: Help With SPRX (c++) Coding
08-06-2014, 08:51 AM #1
xCLS
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Hey Guys I Was Having A Problem Im Using OldSchool Modz Menu Base And Im Having Troubles With Non host stuff i freeze everytime i click on it :::: Ok Here Is What I Keep Putting But I Freeze Can Anyone Help Plz Thanks


*(int*)0x00033C60 = 0x60,0,0,0; <---I Have Tried It This Way/Freeze
*(int*)0x00033C60 = 0x60000; <-- Tried It This Way/Freeze
*(char*)0x00033C60 = 0x60,0,0,0; <---- Tried This Way/Freeze
*(char*)0x00033C60 = 0x60000; <--- Tried This Way/Freeze



So If Anyone Could Help Me Add Me On Skype nbxftw or pm me on here
(adsbygoogle = window.adsbygoogle || []).push({});
08-06-2014, 09:23 AM #2
VX_AG3NT
Pokemon Trainer
Freeze when? When you try to load the PRX? I don't know if that's what you mean, but speaking from personal experience CCAPI can cause a conflict with some PRX's. For some reason I can't run certain ones when I have CCAPI installed. I just leave it uninstalled now.
08-06-2014, 10:11 AM #3
ErasedDev
Climbing up the ladder
This is how you suppose to set memory in c++
    
void SetMemory(int Address, byte Data[], int byteSize)
{
for(int i = 0; i < byteSize; i++)
*(byte *)(Address + i) = Data[i];
}


Or
In C

    
*(int *)address = bytes ; // Nop = 0x60000000

The following user thanked ErasedDev for this useful post:

RF0oDxM0Dz

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo