Profile Picture

VoX

Reputation: 0 [rate]

Joined: Jan, 2022

Badges

badge

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Replied to thread : is it possible to make a console in Windows Forms


        [DllImport("kernel32.dll")]
        internal static extern bool FreeConsole(); //Dispose Console

        [DllImport("kernel32.dll", SetLastError = true)]
        internal static extern bool AllocConsole(); //Show Console

You can use normal console methods, for example:

Console.WriteLine();

Console.Beep();

Console.Title = "blabla";

Replied to thread : (Rate) Static V2 UI


UI looks too good, nice work

Replied to thread : [REQ] How can i open an .exe with a button?


System.Diagnostics.Process.Start(Application.StartupPath + "//WorkingDir//FPSUnlocker.exe");

Replied to thread : [BETA] Carmel - A Brand-New ROBLOX Exploit


looks good, but animation length should be shorter