This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <windows.h> | |
| #include <stdio.h> | |
| int main(int argc, char *argv[]) | |
| { | |
| HANDLE mutex = CreateMutexA(NULL, TRUE, "ROBLOX_singletonMutex"); | |
| puts("Enter 'q' to quit"); | |
| while (getchar() != 'q'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- black frames not included | |
| local RunService = game:GetService("RunService") | |
| local Workspace = game:GetService("Workspace") | |
| local Camera = Workspace.CurrentCamera | |
| local Module = {} | |
| Module.Position = UDim2.new(0, 0, 0, 0) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.