Page 4 of 6 FirstFirst ... 23456 LastLast
Results 46 to 60 of 83
  1. #46
    kid_thor's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    372
    Reputation
    10
    Thanks
    12
    My Mood
    Shocked
    all i saw in his signature was "Based God"

    I SALUTE TO THE BASED!

  2. #47
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Found and fixed the exception. Getting Dave to update the file.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. #48
    Ken Jeong's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    1,131
    Reputation
    17
    Thanks
    283
    My Mood
    Hungover
    Complete Keybind doesn't work for me
    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.ArgumentException: An item with the same key has already been added.
       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
       at WindowsFormsApplication1.Config_Editor.updateDictionary()
       at WindowsFormsApplication1.Config_Editor.comboBox1_SelectedIndexChanged(Object sender, EventArgs e)
       at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.ComboBox.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Bind-Yo-Shit
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Users/Des7/Downloads/Permanent%20BInds/Permanent%20Binds.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Core
        Assembly Version: 3.5.0.0
        Win32 Version: 3.5.30729.5420 built by: Win7SP1
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    "Aren't you the guy that made unlimited respawn for CA along time ago? That was epic." - [MPGH]AVGN

  4. #49
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by bsrkrnghivu View Post
    Complete Keybind doesn't work for me
    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.ArgumentException: An item with the same key has already been added.
       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
       at WindowsFormsApplication1.Config_Editor.updateDictionary()
       at WindowsFormsApplication1.Config_Editor.comboBox1_SelectedIndexChanged(Object sender, EventArgs e)
       at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.ComboBox.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Bind-Yo-Shit
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Users/Des7/Downloads/Permanent%20BInds/Permanent%20Binds.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Core
        Assembly Version: 3.5.0.0
        Win32 Version: 3.5.30729.5420 built by: Win7SP1
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Okay, I know where that's coming from. You must have already had multiple commands bound to a single key on separate lines. in the cfg.comp file. Until I make an update, you can fix this by manually going to the cfg.comp file and laying it out properly, i.e:

    Say you have..
    Code:
    bind "6" "cc_set_player_height 0.1"
    bind "6" "sv_gravity 0"
    Change it to this:
    Code:
    bind "6" "cc_set_player_height 0.1;sv_gravity 0"
    Separate multiple commands on a single key with a semicolon as I did above. That should prevent the exception occurring.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  5. #50
    Ken Jeong's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    1,131
    Reputation
    17
    Thanks
    283
    My Mood
    Hungover
    I think I'll just fucking remove all the binds, then re-do the Complete Keybinds
    "Aren't you the guy that made unlimited respawn for CA along time ago? That was epic." - [MPGH]AVGN

  6. #51
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by bsrkrnghivu View Post
    I think I'll just fucking remove all the binds, then re-do the Complete Keybinds
    The update is pretty much done, which will handle that problem for you

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #52
    Innoway's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    75
    Reputation
    17
    Thanks
    3
    My Mood
    Tired
    Excuse the noob question, but do we need to select the correct cfg files to be able to bind corresponding commands? If so, how do we know which commands are under which cfg file?

  8. #53
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Innoway View Post
    Excuse the noob question, but do we need to select the correct cfg files to be able to bind corresponding commands? If so, how do we know which commands are under which cfg file?
    Look at one of the keybind command threads. There's a good one by darkwar4ever, which lists which .cfg files each command should be put into.

    On a sidenote, update will be released later tonight/tomorrow morning.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #54
    JonathanTBM's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    C:\Users\jonathan\Desktop\CodeBlocks\codeblocks.exe
    Posts
    163
    Reputation
    10
    Thanks
    61
    My Mood
    Amused
    I have a question. At the step two what do i choose for make something like that ? https://www.mpgh.net/forum/267-vindic...red-binds.html
    (what i must choose at step two for it work)
    I've tryed config_preset_common but it dont work
    Last edited by JonathanTBM; 04-30-2011 at 04:59 PM.

  10. #55
    newbcake's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    1
    Newb question from the newbcake. How do you unbind a key? I bound my "a" key with something. >_> Now I can't move with it.

  11. #56
    undernorma's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Birmingham
    Posts
    148
    Reputation
    10
    Thanks
    16
    My Mood
    Sleepy
    Quote Originally Posted by newbcake View Post
    Newb question from the newbcake. How do you unbind a key? I bound my "a" key with something. >_> Now I can't move with it.
    Open up a console, type in "unbind a" and enter.
    ^^ no quotations of course.
    Last edited by undernorma; 04-30-2011 at 10:48 PM.




  12. #57
    newbcake's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    1
    I don't have a console. >_> Can I do it with this program? Only console I see is by Hell Demon, and that's password protected.

  13. #58
    WTFXD185's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    UHMERICA
    Posts
    365
    Reputation
    12
    Thanks
    314
    Thanks and repped ^^ seems like a really good program to help save some time

    Quote Originally Posted by newbcake View Post
    I don't have a console. >_> Can I do it with this program? Only console I see is by Hell Demon, and that's password protected.
    For this program it modifies the .hfs files so you can make a permanent bind key instead of having to repeat entering the bind into the console which gets a little annoying. So no console is needed.
    Last edited by WTFXD185; 04-30-2011 at 11:27 PM.
    Go big or go home

  14. #59
    newbcake's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    1
    Yeah. That's the thing. I want to unbind my "a" button.

  15. #60
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by newbcake View Post
    Newb question from the newbcake. How do you unbind a key? I bound my "a" key with something. >_> Now I can't move with it.
    Next version allows you to modify the .hfs file when you click "preview" to make manual changes, such as removing the previous bind.

    Any other ideas for the next release? I incorporated what @Nexon Lol asked for (dropdown box if there is a "commands.txt" file in the startup directory box, else a textbox) You can now manually edit the file with the "preview" section. Anyone got anything?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Page 4 of 6 FirstFirst ... 23456 LastLast