Page 5 of 6 FirstFirst ... 3456 LastLast
Results 61 to 75 of 83
  1. #61
    newbcake's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    1
    Cool, that'd be real useful, Jason. Hmm. Can't think of anything drastic that needs improved, on a newblevel. Hmm.. maybe a list of working commands? Don't know how much work that would be for you.

  2. #62
    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
    Cool, that'd be real useful, Jason. Hmm. Can't think of anything drastic that needs improved, on a newblevel. Hmm.. maybe a list of working commands? Don't know how much work that would be for you.
    I'll release it with a pre-written "commands.txt" file included, which I'll just copy from darkwar4evers thread. That should get you started :/

    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. #63
    newbcake's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    1
    Lulz, thanks for feeding the laziness. Honestly, this is a solid bit you made. The only real concern is unbinding a key, which you're already addressing.

  4. #64
    ReAp3rCl0Wn's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    California
    Posts
    41
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    lol thanks
    Lol look behind you.... Oh my bad >.>

  5. #65
    kiwasaki's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    I tried edit the binding command in the hfs file. when i tried to compile the folder back to hfs file i got this message
    "Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately."

    Here is the details:
    System.UnauthorizedAccessException: Access to the path 'C:\Documents and Settings\User\Desktop\Bind-Yo-Shit\FAC6B533E4D245CE8B9A67DB1472B2B98F3F54FA.hfs. 301.tmp' is denied.
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.File.Delete(String path)
    at ICSharpCode.SharpZipLib.Hfs.DiskArchiveStorage.Con vertTemporaryToFinal()
    at ICSharpCode.SharpZipLib.Hfs.HfsFile****nUpdates()
    at ICSharpCode.SharpZipLib.Hfs.HfsFile.CommitUpdate()
    at environ.HFSMethods.compileHFS(String outputHFS, String inputDir)
    at WindowsFormsApplication1.Form2.button2_Click(Objec t sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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.3082 (QFE.050727-3000)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Bind-Yo-Shit
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/User%20/Desktop/Bind-Yo-Shit/Bind-Yo-Shit.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    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.3053 (netfxsp.050727-3000)
    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.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.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.





    When i click the continue ignoring the issue, i got two FAC6B.. files, HFS and TMP files. The game wont work when i put in the new FAC6B.. hfs file. Does anyone know how to deal with it?
    Last edited by kiwasaki; 05-02-2011 at 03:17 AM.

  6. #66
    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 kiwasaki View Post
    I tried edit the binding command in the hfs file. when i tried to compile the folder back to hfs file i got this message
    "Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately."

    Here is the details:
    Extremely long debug register


    When i click the continue ignoring the issue, i got two FAC6B.. files, HFS and TMP files. The game wont work when i put in the new FAC6B.. hfs file. Does anyone know how to deal with it?
    Try placing the Bind-Yo-Shit folder somewhere other than the desktop and running as administrator. It's saying that access to the .hfs in the directory is denied, which is usually due to invalid file permissions (i.e, non-administrator privileges)

    Basically, go somewhere other than the desktop and create a new folder called whatever you want. Add the Bind-Yo-Shit.exe to that folder. Right click the Bind-Yo-Shit.exe and click "Run as administrator", try it then.

    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. #67
    kiwasaki's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    Quote Originally Posted by Jason View Post


    Try placing the Bind-Yo-Shit folder somewhere other than the desktop and running as administrator. It's saying that access to the .hfs in the directory is denied, which is usually due to invalid file permissions (i.e, non-administrator privileges)

    Basically, go somewhere other than the desktop and create a new folder called whatever you want. Add the Bind-Yo-Shit.exe to that folder. Right click the Bind-Yo-Shit.exe and click "Run as administrator", try it then.
    I put the Bind-Yo-Shit folder under C: and it works. ) thanks

  8. The Following User Says Thank You to kiwasaki For This Useful Post:

    Jason (05-02-2011)

  9. #68
    Ken Jeong's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    1,131
    Reputation
    17
    Thanks
    283
    My Mood
    Hungover
    This is way better than VZipFlip
    I don't even have it anymore
    /deleted
    "Aren't you the guy that made unlimited respawn for CA along time ago? That was epic." - [MPGH]AVGN

  10. #69
    kid_thor's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    372
    Reputation
    10
    Thanks
    12
    My Mood
    Shocked
    how do i edit the stuff in the text visualizer and just the whole thing its self is confusing :/

    nvm im stupid all along i kept forgetting to hit save bind
    Last edited by kid_thor; 05-02-2011 at 11:49 PM.

  11. #70
    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 kid_thor View Post
    how do i edit the stuff in the text visualizer and just the whole thing its self is confusing :/

    nvm im stupid all along i kept forgetting to hit save bind
    In the current version you can't edit the file in the text visualizer. If I ever get around to releasing the next version you can edit it from there.

    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)

  12. #71
    kid_thor's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    372
    Reputation
    10
    Thanks
    12
    My Mood
    Shocked
    how come my binds to f1-f10 don't work :/ can u help me plz

  13. #72
    Ken Jeong's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    1,131
    Reputation
    17
    Thanks
    283
    My Mood
    Hungover
    Quote Originally Posted by Jason View Post


    In the current version you can't edit the file in the text visualizer. If I ever get around to releasing the next version you can edit it from there.
    How about integrate it w/ Notepad or Notepad++
    "Aren't you the guy that made unlimited respawn for CA along time ago? That was epic." - [MPGH]AVGN

  14. #73
    kid_thor's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    372
    Reputation
    10
    Thanks
    12
    My Mood
    Shocked
    so how do i bind f1-f10 keys.. cause mine sure dont work

    I SALUTE TO THE BASED!

  15. #74
    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 kid_thor View Post
    so how do i bind f1-f10 keys.. cause mine sure dont work
    Bang your head on a wall for 5 minutes, then try again.

    Honestly IDK.

    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)

  16. The Following User Says Thank You to Jason For This Useful Post:

    Helepheil (06-12-2011)

  17. #75
    kid_thor's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    372
    Reputation
    10
    Thanks
    12
    My Mood
    Shocked
    lol alright ill try that and kk

Page 5 of 6 FirstFirst ... 3456 LastLast