Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Novetus

A multi-version ROBLOX client launcher built to allow the user to run LAN and Internet servers. · By Bitl Development Studio

How to launch roblox from c#?

A topic by nonamebody12 created Jun 01, 2021 Views: 298
Viewing posts 1 to 1

Im trying to make old roblox server for my friends based on novetus. I decided to make cool launcher. I found launch code in the rbxlegacy source, but when I try to run it, nothing happens. 

This code: args = "-script " + quote + "dofile('" + Globals.DefaultScript + "') _G.CSConnect(111221,'13.51.177.84',53640,'tester','0','0','0','0','0','0','0','0','0','0','0','0','0','0','" + "NBC" + "'," + "0" + ",0,0,0,99191,1919)" + quote;