A New Command that opens an exe file.

Results 1 to 9 of 9
  1. #1
    King Canadian whhacker93 is offline
    MemberRank
    Apr 2008 Join Date
    CanadaLocation
    926Posts

    A New Command that opens an exe file.

    Okay, well i've been working on a gm panel using Visual Basic 2008, and i need some one to add a command into my Gunz.exe, so that i can bring it up useing that command. I am useing - Xiao's June-Runnable (File List Skip). i'll upload my client if u want. ohh and the file is located in the gunz directory in a folder called Adminpanel, the directory is.

    D:\EnZo GunZ\GunzClient\Gunz Client\Lobby\Adminpanel/AdminCP.exe

    if some one can do this for me I'd appreciate it LOTS!


    :)
    Last edited by whhacker93; 02-08-09 at 10:40 AM.


  2. #2
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Admin Panel in Game

    asm if im not wrong, should be tuff stuff.

  3. #3
    King Canadian whhacker93 is offline
    MemberRank
    Apr 2008 Join Date
    CanadaLocation
    926Posts

    Re: Admin Panel in Game

    ASM, i don't even know what that stands for .. lol

    theres gotta be another way...

  4. #4
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Admin Panel in Game

    change tag to [Request] and Request for a program? :D LULZ or request somebody to do it for you :x

  5. #5

    Re: A New Command that opens an exe file.

    Why do you need an exe, in an exe?

  6. #6
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: A New Command that opens an exe file.

    I think you should use shell.

  7. #7
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: A New Command that opens an exe file.

    Try hex editing:
    Code:
    start filename.exe
    It should work, I'm not sure though.

  8. #8

    Re: A New Command that opens an exe file.

    Start> Run> D:/EnZo GunZ/GunzClient/Gunz Client/Lobby/Adminpanel/AdminCP.exe

    i Think :P srry if its wrong :)

  9. #9
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: A New Command that opens an exe file.

    This is C++;
    Code:
    if(GetAsyncKeyState(VK_MENU)&0x8000 && GetAsyncKeyState('F9')&0x8000)
    {
      ShellExecute( NULL, "open", "C:\\ServerFiles\\GunzClient\\TheDuel.exe",
    NULL, NULL, SW_SHOWNORMAL);
    }
    ShellExecute isn't the best option to use, but it is a little handy.



Advertisement