Post: Remove Death Barriers MP
03-10-2016, 10:29 PM #1
-JM-
Space Ninja
(adsbygoogle = window.adsbygoogle || []).push({}); Hello it's me again I feel like I'm talking alone in this section Kas Here is a code to Remove barriers in Multiplayer Made it while making a zombieland =D
looks like Bo1 is going to be MW2 1.11 but no bypass thank god
for noobs this is C++ and was meant for sprx
    
void Newbyte(int Address,int nb)
{
for (int i = 0; i <= nb; i++)
{
*(char*)(Address + (i)) = 0x00;
}
}
opd_s unlinkent = { 0x003FA588, TOC };
void(*SV_UnlinkEntity)(int Entity) = (void(*)(int))&unlinkent;
opd_s SL_GetString_t = { 0x5B99C8, TOC };
int(*SL_GetString)(const char* str, unsigned int user, scriptInstance_t inst) = (int(*)(const char*, unsigned int, scriptInstance_t))&SL_GetString_t;
void Delete(int offset, int id, int size = 0)
{
switch(offset)
{
case 0x12AB290:size = 0x2F8;SV_UnlinkEntity((offset + (id * size)));break;
case 0x11F26D4:size = 0x7C;break;
case 0x013950C8:size = 0x2A38;break;
default:break;
}
Newbyte((offset + (id * size)),size);
}
void DeleteDeathBarriers()
{
short test = SL_GetString("trigger_hurt",0,SCRIPTINSTANCE_SERVER);
for(int g = 0;g < 0x3FF;g++)
{
if(*(short*)(0x12AB290 +(g *0x2FCool Man (aka Tustin) + 0x164) == test)
{
Delete(0x12AB290,g);
sleep(500);
}
}
}

Have a good day
Last edited by -JM- ; 03-10-2016 at 10:43 PM.

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

01cedricv2, ct1555, Dog88Christian, Eddie Mac, iiiCenTurY, TheGreenPlanet
03-12-2016, 11:34 PM #2
TheGreenPlanet
Do a barrel roll!
Soon you wont be alone (im learning as fast as i can) Smile BTW i my huds works in splitscreen but not in multiplayer, could u help me out? Skype; TheGreenPlanet (the one with the grenn planet Smile )
03-13-2016, 02:12 PM #3
thanks m8 keep it up Smile
03-13-2016, 02:46 PM #4
Hey M8 ! Can these codes get converted to C# ?
03-13-2016, 03:44 PM #5
-JM-
Space Ninja
Originally posted by PlanetJulgran View Post
Soon you wont be alone (im learning as fast as i can) Smile BTW i my huds works in splitscreen but not in multiplayer, could u help me out? Skype; TheGreenPlanet (the one with the grenn planet Smile )

sure but you add Skype:Jo-Milk
Originally posted by XXDareaper View Post
Hey M8 ! Can these codes get converted to C# ?


Yess the main difference is rpc in C#
everyone I can't help since I don't know how you code your RPC and all but the rest is similar to C++
Last edited by -JM- ; 03-13-2016 at 03:48 PM.
03-14-2016, 11:28 PM #6
Eddie Mac
At least I can fight
Good stuff my dude. Keep up Tokin
03-18-2016, 02:30 AM #7
-JM-
Space Ninja
Originally posted by Eddie
Good stuff my dude. Keep up Tokin


Zombieland on it's way 20% done of beta
03-18-2016, 10:08 AM #8
ct1555
Keeper
Wow nice zombieland looking forward to that!!
03-30-2016, 09:11 PM #9
-JM-
Space Ninja
Originally posted by ct1555 View Post
Wow nice zombieland looking forward to that!!


My ps3 bricked sadly ...
03-30-2016, 10:19 PM #10
Originally posted by JM
My ps3 bricked sadly ...


Is semi-brick?? You can still fix it??? Otherwise r.i.p

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo