Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance, Force
- Menu,Tray,Standard
- SetWorkingDir %A_ScriptDir%
- SetBatchLines, -1
- ;~ ################################### CHROMEROBE V2 ############################################
- IfNotExist,%A_ScriptDir%\reg\Roblox.reg
- {
- MsgBox,16,Error, Some files are missing or moved!!!`nPlease put the file in Roblox Portable Folder.`n`n-VANHEARTNET
- ExitApp
- }
- IfExist,ChromeRob.txt
- {
- Loop,read,ChromeRob.txt
- {
- Loop,parse,A_LoopReadLine,`n`r%A_Space%
- {
- Run, cmd.exe /c start "" "%A_LoopField%",,Hide
- MsgBox, %A_LoopField%
- }
- }
- }
- else
- {
- FileAppend,www.google.com,ChromeRob.txt
- FileRead,Page1,ChromeRob.txt
- Run, cmd.exe /c start "" "%Page1%",,Hide
- }
- RegDelete,HKEY_CURRENT_USER,Software\ROBLOX Corporation
- RegDelete,HKEY_CLASSES_ROOT,Roblox.Place
- RegDelete,HKEY_CLASSES_ROOT,roblox-player
- RegDelete,HKEY_CLASSES_ROOT,roblox-studio
- RegDelete,HKEY_LOCAL_MACHINE,SOFTWARE\ROBLOX Corporation
- RegDelete,HKEY_LOCAL_MACHINE,SOFTWARE\Wow6432Node\ROBLOX Corporation
- Sleep,2000
- FileRemoveDir,C:\Program Files (x86)\Roblox,1
- FileRemoveDir,C:\ProgramData\Roblox,1
- FileRemoveDir,C:\Users\%A_UserName%\AppData\Local\Roblox,1
- MKLINK:
- ;~ Com2 := A_UserName
- Run cmd.exe /c mklink /d "C:\Program Files (x86)\Roblox" "`%CD`%\Roblox" && mklink /d "C:\ProgramData\Roblox" "`%CD`%\Programdata\Roblox" && mklink /d "C:\Users\%A_UserName%\AppData\Local\Roblox" "`%CD`%\AppData\Roblox",,Hide
- Run Regedit /s "%A_ScriptDir%\reg\Roblox.reg"
- ExitApp
- Delete::
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment