Page 1 of 4 123 ... LastLast
Results 1 to 15 of 50
  1. #1
    lekosa's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    50
    Reputation
    18
    Thanks
    44
    My Mood
    Cynical

    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
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Lovroman; 09-17-2013 at 07:17 AM.

  2. The Following 38 Users Say Thank You to lekosa For This Useful Post:

    4C Styxx (10-24-2014),abodgames (02-28-2014),AhTheyz (11-26-2014),alumixNoName (12-06-2014),attilafever (03-11-2014),baronjoel1 (10-26-2013),BelgianNavy (08-15-2015),Cendovich (10-19-2014),Coconut Head (10-10-2016),CrazyShak3r (12-11-2013),Cybul (10-23-2016),domi91111132 (11-24-2013),dylanjass (11-16-2013),gtretzrzzt (02-26-2014),Haas20000000 (02-13-2014),hampelmann233 (11-17-2014),harzscope (01-02-2014),iEww (11-21-2013),iibrahim12345 (03-07-2014),jay808 (12-27-2013),Kalteseis (01-15-2016),Leloveur654 (01-28-2014),lonepro (05-02-2014),LuanSimoes (11-02-2014),MartinHD (05-05-2015),Nanner (10-18-2013),nate3 (09-20-2014),Novell2001 (05-27-2019),pople (10-29-2013),razor2327 (11-30-2013),schranzy55 (12-25-2013),sergent_woods (11-20-2013),Styxx! (02-03-2015),thewaterserpent (11-02-2013),Trollmaser (05-15-2015),tt3joshiboy (10-26-2013),yavuzhanTR (12-16-2013),yoelfico (03-22-2014)

  3. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    //Approved
    Nice!

  4. #3
    lekosa's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    50
    Reputation
    18
    Thanks
    44
    My Mood
    Cynical
    Quote Originally Posted by Lovroman View Post
    //Approved
    Nice!
    Thanks!

  5. #4
    poisenrang's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    9
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    this one looks to sweeeet

  6. #5
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    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).

  7. #6
    lekosa's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    50
    Reputation
    18
    Thanks
    44
    My Mood
    Cynical
    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
    Last edited by lekosa; 09-15-2013 at 03:19 AM.

  8. #7
    jonna99's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    xD Nice. No Download!?

  9. #8
    lekosa's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    50
    Reputation
    18
    Thanks
    44
    My Mood
    Cynical
    Quote Originally Posted by jonna99 View Post
    xD Nice. No Download!?
    Had to reattach attachment due to fixing a miscalculation. Changed Double to Integer.

  10. #9
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    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 .

  11. #10
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    //Reapproved

  12. #11
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    nice trainer
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  13. #12
    lekosa's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    50
    Reputation
    18
    Thanks
    44
    My Mood
    Cynical
    Quote Originally Posted by COD3RIN View Post
    nice trainer
    Thank ya

  14. #13
    slayertip's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    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

  15. #14
    Bris's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    In your fridge
    Posts
    104
    Reputation
    10
    Thanks
    12
    My Mood
    Sneaky
    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


    PERSONAL ACHIEVEMENTS


    10 posts [GET]
    20 posts [GET]
    69 posts [GET]
    100 posts [GET] <--- stop deleting my posts, omg, i hate you :O
    150 posts [IN PROGRESS]
    200 posts [NOPE]
    250 posts [NOPE]
    500 posts [NOPE]
    Imma post whore (1000+) [NOPE]

  16. #15
    james1748's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    can someone teach me how to use the token hack I still dont get the token hack

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Outdated] Black Ops II 100 Tokens Hack // by iLove2Hack4U
    By iLove2Hack4U_YT in forum Call of Duty 9 - Black Ops 2 (BO2) Hacks & Cheats
    Replies: 26
    Last Post: 04-22-2013, 11:21 PM
  2. Call of duty black ops newiest weapon information link included
    By [The]aussy1995 in forum Playstation Hacking
    Replies: 14
    Last Post: 09-08-2010, 10:48 PM
  3. Black Ops some weapon confirmation
    By Mauled in forum Playstation Hacking
    Replies: 39
    Last Post: 09-06-2010, 02:41 PM
  4. Black Ops CONFIRMED weapons PART 2
    By stubz in forum Call of Duty Black Ops Discussions
    Replies: 14
    Last Post: 09-02-2010, 06:07 AM
  5. Call of Duty: Black Ops: Confirmed Weapons & Analysis by ProDaviid
    By -Simply-Own- in forum Call of Duty Black Ops Discussions
    Replies: 21
    Last Post: 08-29-2010, 07:59 AM