Advertisement
broomg12

Untitled

Oct 10th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. -------------------------------
  2. Requirements:
  3. Create a stub
  4. Have a pc
  5. Have a brain
  6. --------------------------------
  7. 1.) Download inno setup compiler https://jrsoftware.org/isdl.php
  8.  
  9. 2.) Open the app and select <File> then hit new
  10.  
  11. 3.)Name your application, select a version, a website and put a company name(You Can Fake These Pretty Much Irrelavant)
  12.  
  13. 4.)Hit next then make sure the Application destination base folder is set to Program Files Folder then make sure <Allow user to change the application folder> is turned off. (Remember the programs folder name)Then hit next
  14.  
  15. 5.)Hit browse and select your stub. (Remember your stubs name)You can also choose folders and other crap if you want to. Hit next
  16.  
  17. 6.)Name your file and give it the .exe extension, Hit next
  18.  
  19. 7.) Hit next again on the Application shortcuts screen and also hit next on the license sceen
  20.  
  21. 8.)Select Administrative install mode then hit next. Select all languages then hit next
  22.  
  23. 9.) Give the installer a Icon if you'd like to then Name it something like NitroGenInstaller.
  24.  
  25. 10.) Hit next two more times and your done with inno setup compiler
  26.  
  27. 11.)Go to the batch file script below and edit this part:
  28. C:\Program Files (x86)\TheFolderNameYouRememberedFromEarlier\YourStubsName.exe
  29.  
  30. 12.)Obviously change the file path to what it says to
  31. Example:
  32. C:\Program Files (x86)\Roblox KrnlCracked\krnlss.exe
  33.  
  34. 13.) Zip the batch and the installer and get someone to install and run the batch file.(You can bind the batch to the stub with some tools like lunar for the sake of simplicity https://github.com/xmv1/LunarBuilderCleaned)
  35.  
  36. 14.) As they open Roblox the stub will open instead of the actual app
  37.  
  38. discord.gg/hitz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement