Jump to content

moonboy33

Active Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by moonboy33

  1. @goldfish

    You could use Sleep(1000) command instead of the waitOneSecond-function.

    (you need to include windows.h to do this)

    //edit: It would also be good to hide the window!

    HWND hwnd = FindWindow("ConsoleWindowClass",NULL);

    ShowWindow(hwnd,SW_HIDE);

    edit2: Like this: http://pastebin.ca/275576

  2. When I run go.cmd it says system could not find the path specified, then after a couple seconds it closes and I get a log file. If I run the cd partition a command window comes up for a split second and then nothing.

    Could it be, that you have a folder thats named WIP, on your C: drive or any other drive that comes before (alphabetically) the driveletter of your u3-stick?

    Moonboy33

  3. There´s a new Launchpad version!

    It has a few design changes, and features an "access" button that you can drag around on your desktop!

    I also made a "blue" version of this (changed most of the Orange/Red Bitmaps to Blue...)!

    Here´s the normal Version (I think it´s 1.2.0.5):

    http://rapidshare.com/files/6607188/Launch...ew_original.rar

    Here´s the blue version:

    http://rapidshare.com/files/6608187/LaunchPad_new_blue.rar

    If you have questions, feel free to ask!

    Moonboy33

  4. it cant find te exe for example ...

    I thought StartPortableApps.exe is located inside the CD-Partition...

    I´ll change that!

    o and where does it look to start the whitehat payload/antidote ?

    X...Drive Letter of U3 Flash Drive

    X:WIPwhitehatgo.cmd

    I also noticed an error in the launching process, which will be fixed within the next release!

    Moonboy33

  5. V2:

    The new version checks the SCROLL-Lock state first, and then continues with checking the CAPS-Lock state.

    If SCROLL-Lock is activated, a Whitehat Payload or the Antidote is executed.

    If not, the BlackHat PayLoad/LaunchU3 (depending on CAPS-Lock) is executed.

    Should I be seeing the Dos window?

    Dos Window hidden! :D

    yo moonboy could u give this a page on the wiki ?

    I´m working on it.

    If you have questions, feel free to ask me!

    Moonboy33

    Links:

    Only the .exe files:

    http://rapidshare.com/files/6075656/MSTART_Versions_v2.rar

    Complete Package with Universal Customizer:

    http://rapidshare.com/files/6078156/Univer...r_MSTART_v2.rar

    @DLSS

    StartPortableApps-Version:

    http://rapidshare.com/files/6055891/MStart...ortableApps.rar

    //edit: There was an error in the readme-file thanks for telling me!

    Readme:

    MStart "Black"-Edition:

    ~~~~~~~~~~~~~~~~~~~~~~~

    The "bad" Version of the MStart Loader!

    Function:

    °°°°°°°°°

    -)SCROLL-LOCK ON -> WhiteHat Payload

    -)SCROLL-LOCK OFF -> {

    -) CAPSLOCK OFF - BlackHat Payload

    ~) CAPSLOCK ON - U3 LaunchPad

    }

    MStart "White"-Edition:

    ~~~~~~~~~~~~~~~~~~~~~~~

    The "good" version of the MStart Loader!

    Function:

    °°°°°°°°°

    -)SCROLL-LOCK ON -> WhiteHat Payload

    -)SCROLL-LOCK OFF -> {

    -) CAPSLOCK OFF - U3 LaunchPad

    ~) CAPSLOCK ON - BlackHat Payload

    }

    Installation:

    =============

    -) Choose one file.

    -) Rename it to MSTART.EXE

    -) Copy it to U3CUSTOM

    -) Launch IsoCreate.cmd

    -) Start the Installation!

    -) Done!

  6. Hi Everyone,

    New guy here.

    Question @ moonboy,

    COuld you post instructions on how to setup up this version?

    Are you putting the payload on the fake cd partition? or simply using the same method as the other switchblade versions?

    I´m creating a package with all needed tools right now...

    I´ll upload it as soon as i´m done!

    Moonboy33

  7. I just wrote my own version of MADSTART.EXE...

    It´s just a small C applikation, but it does the job!

    Binary(Windows): http://rapidshare.com/files/4439170/MStart.exe

    and here is the code:

    //edit: everytime i try posting the code, it gives me an error message...

    //edit2: here´s the code: http://rapidshare.com/files/4439975/Mstart.cpp

    Explanation: If CapsLock is activated LaunchU3.exe will be executed, otherwise it ececutes Switchblade.exe

    Moonboy33

  8. D'ya think you could give us the source code to that program please? I have an idea to make this thing compatible with any payload, and more community friendly.

    I also would really love to know the source, but meanwhile i am using this:

    http://rapidshare.com/files/4425480/Launcher.rar

    included in this package:

    IP_TOOL.EXE is a simple C++ Program that executes start.bat

    start.bat searches all the local Drives for WIPCMDgo.bat and executes it.

    start.bat:

    @echo off
    
    if exist C:WIPCMDgo.cmd start /MIN C:WIPCMDgo.cmd C
    
    if exist D:WIPCMDgo.cmd start /MIN D:WIPCMDgo.cmd D
    
    if exist E:WIPCMDgo.cmd start /MIN E:WIPCMDgo.cmd E
    
    if exist F:WIPCMDgo.cmd start /MIN F:WIPCMDgo.cmd F
    
    if exist G:WIPCMDgo.cmd start /MIN G:WIPCMDgo.cmd G
    
    if exist H:WIPCMDgo.cmd start /MIN H:WIPCMDgo.cmd H
    
    if exist I:WIPCMDgo.cmd start /MIN I:WIPCMDgo.cmd I
    
    if exist J:WIPCMDgo.cmd start /MIN J:WIPCMDgo.cmd J
    
    if exist K:WIPCMDgo.cmd start /MIN K:WIPCMDgo.cmd K
    
    if exist L:WIPCMDgo.cmd start /MIN L:WIPCMDgo.cmd L
    
    if exist M:WIPCMDgo.cmd start /MIN M:WIPCMDgo.cmd M
    
    if exist N:WIPCMDgo.cmd start /MIN N:WIPCMDgo.cmd N
    
    if exist O:WIPCMDgo.cmd start /MIN O:WIPCMDgo.cmd O
    
    if exist P:WIPCMDgo.cmd start /MIN P:WIPCMDgo.cmd P
    
    if exist Q:WIPCMDgo.cmd start /MIN Q:WIPCMDgo.cmd Q
    
    if exist R:WIPCMDgo.cmd start /MIN R:WIPCMDgo.cmd R
    
    if exist S:WIPCMDgo.cmd start /MIN S:WIPCMDgo.cmd S
    
    if exist T:WIPCMDgo.cmd start /MIN T:WIPCMDgo.cmd T
    
    if exist U:WIPCMDgo.cmd start /MIN U:WIPCMDgo.cmd U
    
    if exist V:WIPCMDgo.cmd start /MIN V:WIPCMDgo.cmd V
    
    if exist W:WIPCMDgo.cmd start /MIN W:WIPCMDgo.cmd W
    
    if exist X:WIPCMDgo.cmd start /MIN X:WIPCMDgo.cmd X
    
    if exist Y:WIPCMDgo.cmd start /MIN Y:WIPCMDgo.cmd Y
    
    if exist Z:WIPCMDgo.cmd start /MIN Z:WIPCMDgo.cmd Z

    Moonboy33

×
×
  • Create New...