Post: Ranked Match Tool
08-01-2014, 10:39 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys, just wondering if there are any tools that is able to turn a custom game into an online game Happy
if not, can some1 help me make a tool that does this. thanks alot. c:
(adsbygoogle = window.adsbygoogle || []).push({});
08-01-2014, 03:13 PM #2
iHaxel
We're no strangers to love
Originally posted by DeGuyWhoReviewz View Post
Hey guys, just wondering if there are any tools that is able to turn a custom game into an online game Happy
if not, can some1 help me make a tool that does this. thanks alot. c:


Make a bot lobby :troll:
08-01-2014, 03:26 PM #3
Eddie Mac
At least I can fight
Originally posted by DeGuyWhoReviewz View Post
Hey guys, just wondering if there are any tools that is able to turn a custom game into an online game Happy
if not, can some1 help me make a tool that does this. thanks alot. c:


Does setting "xblive_rankedmatch 1" not work on Black Ops 2? try putting that into Cbuf_AddText and see if it works.
08-01-2014, 03:57 PM #4
Originally posted by 00 View Post
Does setting "xblive_rankedmatch 1" not work on Black Ops 2? try putting that into Cbuf_AddText and see if it works.


will do! Smile
08-01-2014, 04:18 PM #5
Ethan
Ethan is awesome
Thread Moved To "Black Ops II Mods & Glitch Questions"
08-01-2014, 05:23 PM #6
Citadel
Samurai Poster
Originally posted by 00 View Post
Does setting "xblive_rankedmatch 1" not work on Black Ops 2? try putting that into Cbuf_AddText and see if it works.


I'm pretty sure you freeze you when you do that. And I thought the 1 was in qoutes? :think:
08-01-2014, 05:32 PM #7
Eddie Mac
At least I can fight
Originally posted by DeGuyWhoReviewz View Post
will do! Smile


Here is the offset if you would like to put it in a tool i guess but I'm not sure if it will work or not cause i have not tested. Anyways, obviously just set to 1

xblive_rankedMatch - 0x01cb7718
08-02-2014, 03:20 AM #8
Originally posted by 00 View Post
Here is the offset if you would like to put it in a tool i guess but I'm not sure if it will work or not cause i have not tested. Anyways, obviously just set to 1

xblive_rankedMatch - 0x01cb7718


its not working for me :C but can you help me add Magic Bullets to an RTM tool Happy

this is shark's code:

public static Int32 MagicBullet(UInt32 entityIndex, String weaponName, Single[] startPosition, Single[] Direction, UInt32 targetEnt)
{
Int32 weaponIndex = G_GetWeaponIndexForName(weaponName);
if (weaponIndex == 0)
Console.Write("MagicBullet() called with unknown weapon name: " + weaponName + "\n");
else if (Lib.ReadInt32((UInt32)(RPC.Call(Offsets.BG_GetWeaponDef, weaponIndex) + 0x1C)) == 1)
Console.Write("MagicBullet() does not work with grenade-type weapons\n");
else
return RPC.Call(0x2A5C28, entityIndex, weaponIndex, 0, Direction, Direction, targetEnt, Direction, startPosition);
return 0;
}

but in visual studio it comes up with a few errors :L

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo