Post: C# BO2 1.15 XP LObby Code
10-08-2013, 07:52 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); For The First Time XP LOBBY For BO II (1.15) Released By Xx-KuRd-L0Rd-xX

U need to add BO2RPC.dll By Choco

1-You need Add a ComBox to your Tool & a Button
2-Add This Text to ComBox


Disable
Domination
Free-For-All
Demolition
Kill Confirmed
Team DeathMatch
Capture The Flag
Search & Destroy



3-Add This Code Below To Your Button

At Last Insert my name to your Credit Tool THX
Enjoy!!

    private void button1_Click(object sender, EventArgs e)

{
if (this.comboBox1.SelectedIndex == 0)
{
RPC.Call(3226504U, (object) 0, (object) "set scr_dom_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_dm_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_dem_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_conf_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_sd_score_kill 500");
RPC.Call(3226504U, (object) 0, (object) "set scr_tdm_score_kill 100");
}
if (this.comboBox1.SelectedIndex == 1)
RPC.Call(3226504U, (object) 0, (object) "set scr_dom_score_kill 400000");
if (this.comboBox1.SelectedIndex == 2)
RPC.Call(3226504U, (object) 0, (object) "set scr_dm_score_kill 400000");
if (this.comboBox1.SelectedIndex == 3)
RPC.Call(3226504U, (object) 0, (object) "set scr_dem_score_kill 400000");
if (this.comboBox1.SelectedIndex == 4)
RPC.Call(3226504U, (object) 0, (object) "set scr_conf_score_kill 400000");
if (this.comboBox1.SelectedIndex == 5)
RPC.Call(3226504U, (object) 0, (object) "set scr_tdm_score_kill 400000");
if (this.comboBox1.SelectedIndex == 6)
RPC.Call(3226504U, (object) 0, (object) "set scr_ctf_score_kill 400000");
if (this.comboBox1.SelectedIndex != 7)
return;
RPC.Call(3226504U, (object) 0, (object) "set scr_sd_score_kill 400000");
}


credits:
i_itop_i
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to Xx-KuRd-LoRd-xX for this useful post:

Asian, Mango_Knife, smashedya, ThePaaqoHD, Hash847

The following 2 users groaned at Xx-KuRd-LoRd-xX for this awful post:

i_iTop_i, Shark
10-08-2013, 08:10 PM #2
SC58
Former Staff
Originally posted by xX View Post
For The First Time XP LOBBY For BO II (1.15) Released By Xx-KuRd-L0Rd-xX

U need to add BO2RPC.dll By Choco

1-You need Add a ComBox to your Tool & a Button
2-Add This Text to ComBox


Disable
Domination
Free-For-All
Demolition
Kill Confirmed
Team DeathMatch
Capture The Flag
Search & Destroy



3-Add This Code Below To Your Button

At Last Insert my name to your Credit Tool THX
Enjoy!!

    private void button1_Click(object sender, EventArgs e)

{
if (this.comboBox1.SelectedIndex == 0)
{
RPC.Call(3226504U, (object) 0, (object) "set scr_dom_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_dm_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_dem_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_conf_score_kill 100");
RPC.Call(3226504U, (object) 0, (object) "set scr_sd_score_kill 500");
RPC.Call(3226504U, (object) 0, (object) "set scr_tdm_score_kill 100");
}
if (this.comboBox1.SelectedIndex == 1)
RPC.Call(3226504U, (object) 0, (object) "set scr_dom_score_kill 400000");
if (this.comboBox1.SelectedIndex == 2)
RPC.Call(3226504U, (object) 0, (object) "set scr_dm_score_kill 400000");
if (this.comboBox1.SelectedIndex == 3)
RPC.Call(3226504U, (object) 0, (object) "set scr_dem_score_kill 400000");
if (this.comboBox1.SelectedIndex == 4)
RPC.Call(3226504U, (object) 0, (object) "set scr_conf_score_kill 400000");
if (this.comboBox1.SelectedIndex == 5)
RPC.Call(3226504U, (object) 0, (object) "set scr_tdm_score_kill 400000");
if (this.comboBox1.SelectedIndex == 6)
RPC.Call(3226504U, (object) 0, (object) "set scr_ctf_score_kill 400000");
if (this.comboBox1.SelectedIndex != 7)
return;
RPC.Call(3226504U, (object) 0, (object) "set scr_sd_score_kill 400000");
}


This isnt the first time for modded xp lobbys on bo2 lol nice to see ur using Cbuf_AddText

The following 2 users say thank you to SC58 for this useful post:

NotALegitPlayer, smashedya
10-09-2013, 04:03 AM #3
Asian
Banned
any 1 could of just decripted itops tool and found this
10-09-2013, 04:56 AM #4
Shark
Retired.
Originally posted by dl9033 View Post
any 1 could of just decripted itops tool and found this


your right its the exact same as itops code :P
10-09-2013, 02:52 PM #5
xD3VHΛX
Do a barrel roll!
Since i have made this, everyone do the same :wtf:
10-09-2013, 02:59 PM #6
Cesei
Banned
You get console ban from BOPS2 from this not worth it and I think everyone in the lobby gets banned.
10-09-2013, 04:25 PM #7
xNIGHTMAREM0DZx
NextGenUpdate Elite
why dont you just use the current bot lobby glitch this is kinda garbage compared 2 the current xp glitch that doesnt get you banned at all Smile
10-10-2013, 07:32 AM #8
ChrisMackle
I am error
Originally posted by X View Post
Since i have made this, everyone do the same :wtf:


...no
10-21-2013, 12:11 AM #9
I get an error RPC does not exist in current context what do I need to add at the to get it to work please help
10-21-2013, 02:07 PM #10
i_iTop_i
NextGenUpdate Elite
You are a cheater and thief
This Tool and you are stolen

This I currency

The following user thanked i_iTop_i for this useful post:

milky4444

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo