Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 8e47f90

Browse files
author
user
committed
removing stuff that didnt work cos dont wanna fix
1 parent 4136caa commit 8e47f90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Roblox-Multi-instance/Roblox-Multi-instance.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
int main()
66
{
7-
// Set console title using escape sequence.
8-
std::cout << "\033]0;" << "Roblox Mutliple Instance" << "\007";
97
std::cout << "Please close all Roblox instances before running this program for the best results!\n";
108
CreateMutexA(NULL, TRUE, "ROBLOX_singletonMutex");
119
std::cout << "If you want to quit, please press enter or close the application.\n";

0 commit comments

Comments
 (0)