Code Monkey home page Code Monkey logo

Comments (4)

cooltrainergavin avatar cooltrainergavin commented on August 22, 2024

I'm having the same issue. It's nowhere to be found. I downloaded the source code file of v11 and it's not there in either the English or French folder.

from hackingtoolkit9ds.

jackschedel avatar jackschedel commented on August 22, 2024

ok, at least I'm not going crazy.

from hackingtoolkit9ds.

Asia81 avatar Asia81 commented on August 22, 2024

The setup file is in the release pack.
If you use the source, you don't need the setup file, all programs (ctrtool; makerom and 3dstool as well as all batch files) are in your work folder.
Open the HackingToolkit9DS.bat file in Notepad++ and cut these first lines

IF EXIST "%PROGRAMFILES%\HackingToolkit9DS*." GOTO TitleMenu
IF NOT EXIST "%PROGRAMFILES%\HackingToolkit9DS*.
" GOTO NoInstalledSetup

:NoInstalledSetup
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "Hey, it seems like you didn't install the SetupUS.exe file. Please do it in order to use this tool, thanks!",0 ,"No Installed Setup",0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
del %tmp%\tmp.vbs
goto:eof

from hackingtoolkit9ds.

SnoillerFitzroy avatar SnoillerFitzroy commented on August 22, 2024

So how do I find this "set up" executable, for those of us who DO need it?

from hackingtoolkit9ds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.