Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Novetus

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

how to patch a 2008 client

A topic by gooiff created Aug 12, 2021 Views: 299 Replies: 2
Viewing posts 1 to 3
(1 edit)

so i changed it to early 2008 (febuary) and it works, but it could use some patches

1: it opens map in studio and i have to open play solo script, how do i change this to automatically do this?

2: how exactly do i patch ids and names? 

3: how do i fix the assets being missing (without asset link script) the script does it's purpose but i want to fix this permenantly

Deleted post

1. could you please send your clientinfo solo args? that sounds like a clientinfo issue rather than the client itself

2. i'm not going to send links but there's patch guides available online for this that are relatively easy to find. as said earlier, you'll need x32dbg to patch the client

3. load the asset fix script along with whatever other script you're trying. if it's in the host script, put the asset fix script in the same place as the host script, and add this line to the bottom of the host script: loadfile('assetfixscriptnamehere.lua')