Page 5 of 7 FirstFirst ... 34567 LastLast
Results 61 to 75 of 96
  1. #61
    kosworld214's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    hello how to unlock speakeasy is possible to unlock whit it ??? and how if anybody help me to unlock this speakeasy i offer 20 euro

  2. #62
    sirbubbbles's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    Do you have a list of commands

  3. #63
    rudsec's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Location
    Location.map
    Posts
    182
    Reputation
    52
    Thanks
    285
    My Mood
    Yeehaw
    so compass has to deal with UAV hmm nice

  4. #64
    Dave's Mexican's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    C:\Program Files (x86)\Steam\SteamApps\common
    Posts
    792
    Reputation
    29
    Thanks
    1,330
    My Mood
    Fine
    Quote Originally Posted by sirbubbbles View Post
    Do you have a list of commands
    read the thread -.-





    Quote Originally Posted by Dave84311
    Shuttup mexican
    Quote Originally Posted by Royce
    stupid mexican
    Quote Originally Posted by Hitokiri~
    Shut up stupid mexican.
    Quote Originally Posted by Hypnotized
    Why aren't you cutting my lawn?
    Quote Originally Posted by _Tavi
    Mexican
    Quote Originally Posted by Hitokiri~
    Get back to cutting my damn grass retard.


  5. #65
    amority's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    EST
    Posts
    30
    Reputation
    10
    Thanks
    1
    My Mood
    Drunk
    Quote Originally Posted by overkilln00b View Post
    with that we could enable an aimbot?
    Cheers! My today's BIP title goes here.
    Actually, all FPS games have this option, you just need to make it active in settings menu.

  6. #66
    overkilln00b's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    1
    Code:
    // This is called "SetClientDvar()" which you can use to do all sort of nifty tricks on clients. Eg. toggle promod mode etc.
    svc q < Dvar Index > "< Dvar Value >"
    // The dvar index is an integer from an array index.
    // This is actually not hard coded and you'll need to find it yourself.
    // The offset of the function used to convert dvar names to function ids for v1.13 is 0x140341F10
    // Pattern: 44 8B 0D ?? ?? ?? ?? 33 C0 45 85 C9 74 17
    someone could explain how to find/coded the dvar index?

  7. #67
    sirbubbbles's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    I read the entire thing there is nothing that simplifies to what code does what.

    Lord Hitokiri blessed us with the uav : cbuf bg_compassShowEnemies 1

    I tried looking for the code in all her documents.

    I don't want to be spoon fed but at the same time, this is like a needle in a haystack.

    - - - Updated - - -

    Quote Originally Posted by Hitokiri~ View Post


    Code:
    cbuf bg_compassShowEnemies 1


    Where can I find more cbuf code, its delicious and nutritious !

  8. #68
    sirbubbbles's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    Anybody has the threat detection code?

  9. #69
    alfamega1017's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    well I downloaded and tested it and it works but I didnt know I would be so dumb and not know how to use it lol...but thanks!

  10. #70
    Threadstarter
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by sirbubbbles View Post
    Where can I find more cbuf code, its delicious and nutritious !
    You can do a dvar dump ( Which is why I initially coded it into the console. )
    From there, just use it as you would any normal CoD console

    Code:
    cbuf com_maxFPS 0
    cbuf bg_compassShowEnemies 1
    cbuf cg_gun_z -2
    cbuf monkeytoy 1
    etc.

    Unlike what most people think, you can use it to execute functions too

    Code:
    cbuf +attack
    cbuf bind Q "+zoom; wait 1.5;+attack; wait 0.5; -attack; wait 1; -zoom"
    The second command is for a quickscope type binding to the "Q" key.
    Last edited by Hitokiri~; 03-30-2015 at 10:20 PM.

  11. The Following User Says Thank You to Hitokiri~ For This Useful Post:

    bog624 (03-31-2015)

  12. #71
    rudsec's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Location
    Location.map
    Posts
    182
    Reputation
    52
    Thanks
    285
    My Mood
    Yeehaw
    Seriously guys if you want to get dvars do a dump stop being such NOOBS

    - - - Updated - - -

    Quote Originally Posted by Hitokiri~ View Post


    Code:
    cbuf cg_gun_z -2
    cbuf monkeytoy 1


    why offset the gun by -2? and whats monkeytoy?
    Last edited by rudsec; 03-30-2015 at 10:21 PM.

  13. #72
    Threadstarter
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by rudsec View Post
    why offset the gun by -2? and whats monkeytoy?
    -2 makes it look like CoD4
    monkeytoy ... googlemuch? It enables the use of the developer console ( not that it's required )

  14. #73
    overkilln00b's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    1
    Code:
    cbuf monkeytoy 1
    i used it but if i press ~ or \ the dev console not appear


    Quote Originally Posted by rudsec View Post
    Seriously guys if you want to get dvars do a dump stop being such NOOBS
    i've dump the dvar list but i can't find threat detection
    Last edited by overkilln00b; 03-31-2015 at 04:58 AM.

  15. #74
    Aurifiy's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    Got to say, there's some stupid people in here haha.

    Anyways nice release man glad your back. Loving the release so far you can do so much with it :3

  16. The Following 2 Users Say Thank You to Aurifiy For This Useful Post:

    bog624 (03-31-2015),Dave's Mexican (03-31-2015)

  17. #75
    sirbubbbles's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by overkilln00b View Post
    Code:
    cbuf monkeytoy 1
    i used it but if i press ~ or \ the dev console not appear




    i've dump the dvar list but i can't find threat detection
    They definitely heard you, I want threat detection too, plain jane uav hurts my brain.

    - - - Updated - - -

    NOTICE ME Hitokiri~

Page 5 of 7 FirstFirst ... 34567 LastLast

Similar Threads

  1. Best console for Advanced Warfare
    By Minnesota Dabs in forum Call of Duty Advanced Warfare Discussions
    Replies: 5
    Last Post: 11-27-2014, 11:17 PM
  2. Modern warfare 2 console
    By Ownage1 in forum Call of Duty Modern Warfare 2 Help
    Replies: 19
    Last Post: 03-16-2010, 07:18 PM
  3. [Release] Modern warfare 2 console
    By Hjalmar in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 2
    Last Post: 03-14-2010, 04:46 PM
  4. [Release] Modern Warfare 2 Console .182
    By Bluthera in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 214
    Last Post: 03-06-2010, 01:17 AM
  5. Modern Warfare 2 Console Help
    By MasterJ in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 02-11-2010, 12:44 AM