OutdatedBlack Ops II - Weapons + Token Hack

Posts 1–15 of 50 · Page 1 of 4
Black Ops II - Weapons + Token Hack


Virus Scan: Jotti
Virus Scan: VirusTotal

Program is extremely user friendly, I even added a token calculator so that even those who don't want to multiply the numbers can use it!
Some guns are missing yes, but once I release V2 I will try to fix them, considering the new patch is coming out it wouldn't be wise to search for them now.

Step. 1 - Download the tool (Please use download and thanks)

Step. 2 - Open Black Ops 2 - Multiplayer

Step. 3 - Open the Tool

Step. 4 - Go to Barracks

Step. 5 - Open either Weapon Hacks or Token Hacks follow the instructions for token hacks. And gun hacks are simple Click the drop down menu and click your gun then click Level weapon.

Step. 7 - Enjoy your new guns and tokens!


Credits : Coper, Kendoyavuz, Lekosa
Black Ops II - Weapons + Tokens Hack_mpgh.net.rar470 KB · 1,488 downloads Scanning…
//Approved
Nice!
Quote Originally Posted by Lovroman View Post
//Approved
Nice!
Thanks!
Quote Originally Posted by lekosa View Post
Thanks!
Just a fast question:
Code:
private void GhostButton2_Click(object sender, EventArgs e)
{
    double num = 64.0;
    double num2 = Conversions.ToDouble(this.GhostTextBox2.Text);
    this.GhostTextBox1.Text = Conversions.ToString((double) (num * num2));
}
IDK did Reflector decompile this wrong or you really used double .
Why double ?
Tokens number is integer so you should use int instead of double(because you can't have decimal number of tokens(eg. 3.5 tokens, 10.1 token).
The original code is like this and Im tired so it could be wrong long been working on it for a long time and that was a last minute addition :P

Code:
         Dim a As Double
         Dim b As Double

         a = 64
         b = GhostTextBox2.Text

         GhostTextBox1.Text = a * b
EDIT: good point lovro, I will get on that now and reattach with new scans :<
EDIT2: Code is now
Code:
         Dim a As Integer
         Dim b As Integer

         a = 64
         b = GhostTextBox2.Text

         GhostTextBox1.Text = a * b
Quote Originally Posted by lekosa View Post
The original code is like this and Im tired so it could be wrong long been working on it for a long time and that was a last minute addition :P

Code:
         Dim a As Double
         Dim b As Double

         a = 64
         b = GhostTextBox2.Text

         GhostTextBox1.Text = a * b
EDIT: good point lovro, I will get on that now and reattach with new scans :<

I know, but I prefer C# so I always read code in C# in Reflector..
You don't have to, it doesn't matter do you use double or int(integer), effect will be same .
this one looks to sweeeet
xD Nice. No Download!?
Quote Originally Posted by jonna99 View Post
xD Nice. No Download!?
Had to reattach attachment due to fixing a miscalculation. Changed Double to Integer.
//Reapproved
nice trainer
Quote Originally Posted by COD3RIN View Post
nice trainer
Thank ya
haha how do you get tokens? is there a certain step, im in barracks, i have the trainer open, i type in 50 tokens, i click help (as it says, maybe i read it wrong) and boom, nothing, no tokens
Nice tool, but when you prestige weapon an level up it again, it has no prestige max lvl. Also, this trainer locked my diamond camo, but still, great job
can someone teach me how to use the token hack I still dont get the token hack
Posts 1–15 of 50 · Page 1 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?