Thread: Help

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    yodaisthebest's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Hagerstown, MD, USA
    Posts
    60
    Reputation
    10
    Thanks
    2
    My Mood
    Amused

    Help

    I'm making my first hacks and I need some help.
    I have a batch (.bat) file I want to run on button click. I have a command that will do that but it's not working properly. When I debug and click the button it will launch the batch file (.bat) but I get "The system cannot find the file specified". But when I click the batch file myself it works. Help?

    C++ Button Code:
    Code:
    private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {System::Diagnostics::Process::Start("C:\\MooHacks\\Components\\chams1.bat");
    			         }
    Batch File (.bat) Code:
    Code:
    copy /y "C:/MooHacks/Components/TEXTURESCRIPTS.rez" "C:/Nexon/Combat Arms/Game/"

  2. #2
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    wrong section

  3. #3
    justiniscool5's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    idk
    Posts
    884
    Reputation
    -12
    Thanks
    182
    My Mood
    Bitchy
    Lol this is such a fail. You need to make .dll file not a batch -.-

  4. #4
    Wilds's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    here
    Posts
    522
    Reputation
    1
    Thanks
    170
    My Mood
    Relaxed
    he's trying to say that hes making a hack, but hes really making a virus. do not help him.

    .bat files have nothing to do with hacks

  5. #5
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    It doesnt look like your making a hack, maybe something for rez mods though. Anyway why do you have double \ here "C:\\MooHacks\\Components\\chams1.bat"
    Dont ban me

  6. #6
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by markoj View Post
    It doesnt look like your making a hack, maybe something for rez mods though. Anyway why do you have double \ here "C:\\MooHacks\\Components\\chams1.bat"
    fail is fail

  7. #7
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    .bat?
    Bats aren't hacks.
    Virus or something stupid maybe.
    No I do not make game hacks anymore, please stop asking.

  8. #8
    yodaisthebest's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Hagerstown, MD, USA
    Posts
    60
    Reputation
    10
    Thanks
    2
    My Mood
    Amused
    I'm not making a virus...
    The batch file is to copy the modded or not modded .rez file to the CA folder and replace the one there..
    It's sort of like a Mod launcher.
    when i click the ON button it will replace the .rez file with the modded one
    and OFF button will replace the modded .rez with the orignal.
    I'm new to C++ so give me a break...

    I need the double \ because it doesn't recognize it with one.

    Also wolffang0000 QQ much? I'm asking for help not people QQing me..
    Last edited by yodaisthebest; 07-06-2011 at 05:24 PM.

  9. #9
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    You can make a file dropper in VB.net
    No I do not make game hacks anymore, please stop asking.

  10. #10
    yodaisthebest's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Hagerstown, MD, USA
    Posts
    60
    Reputation
    10
    Thanks
    2
    My Mood
    Amused
    What is a file dropper? Excuse me being a noob. All the C++ I know is self-taught.

  11. #11
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    A file dropper is a program that saves the file you want to the persons computer from the .exe's resources.
    No I do not make game hacks anymore, please stop asking.

  12. #12
    yodaisthebest's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Hagerstown, MD, USA
    Posts
    60
    Reputation
    10
    Thanks
    2
    My Mood
    Amused
    ok.

    So how do I make a File Dropper?
    Can I run a File Dropper on button click?
    Lastly, When it saves, can it overwrite a file in the save destination with the same name?

    -Also, thanks for helping

  13. #13
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by yodaisthebest View Post
    ok.

    So how do I make a File Dropper?
    Can I run a File Dropper on button click?
    Lastly, When it saves, can it overwrite a file in the save destination with the same name?

    -Also, thanks for helping
    I suggest having 2 files.
    (The Chams)
    And
    (The Legit).
    So you can switch.

    Quote Originally Posted by yodaisthebest View Post
    ok.

    So how do I make a File Dropper?
    Can I run a File Dropper on button click?
    Lastly, When it saves, can it overwrite a file in the save destination with the same name?

    -Also, thanks for helping
    I suggest having 2 files.
    (The Chams)
    And
    (The Legit).
    So you can switch.
    Last edited by flameswor10; 07-06-2011 at 07:52 PM.
    No I do not make game hacks anymore, please stop asking.

  14. The Following User Says Thank You to flameswor10 For This Useful Post:

    yodaisthebest (07-07-2011)

  15. #14
    OBrozz's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    819
    Reputation
    65
    Thanks
    813
    Quote Originally Posted by justiniscool5 View Post
    Lol this is such a fail. You need to make .dll file not a batch -.-
    HEs not trying to make a hack. Your comment was a fail because yo ufailed to understand what he was trying to do. -.-

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

    NOOBJr (07-06-2011),yodaisthebest (07-07-2011)

  17. #15
    ᶠᶸᶜᵏ's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    174
    Reputation
    36
    Thanks
    159
    Quote Originally Posted by yodaisthebest View Post
    ok.

    So how do I make a File Dropper?
    Can I run a File Dropper on button click?
    Lastly, When it saves, can it overwrite a file in the save destination with the same name?

    -Also, thanks for helping
    Add the .REZ file to your resources
    Click the .Rez file under the resource header
    Make it 'embedded'
    Under Button1.Click do:

    Code:
    IO.File.WriteAllBytes("placetoput.Rezfilein", My.Resources.Rez_File)

  18. The Following User Says Thank You to ᶠᶸᶜᵏ For This Useful Post:

    yodaisthebest (07-07-2011)

Page 1 of 2 12 LastLast