Jump to content

On Board Administrator

Member
  • Posts

    11
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

420 profile views

On Board Administrator's Achievements

  1. New upload tomorrow from Channel Super Fun. "I installed malware onto my bosses COMPUTER". Insert Dennis Suprise Face Thumbnail.
  2. This Is A Great Monitor I Have Two My Self DELL P2418D 23.8-Inch Widescreen IPS LED Monitor
  3. Hi Can Someone Please Tell Me What This Does I Have A Very Brief Understanding Of Code? [STAThread] public static void Main() { string name = MyProject.Computer.Name; string str2 = "False"; int[] numArray = new int[5]; string str4 = ""; Console.WriteLine("Computer Name: " + name); if (name.Length != 7) { str2 = "Invalid PC Name to set password (LEN<>7)"; } if (!name.ToUpper().Contains("NT-")) { str2 = "Invalid PC Name to set password (CONT=NT-)"; } if (str2 == "False") { try { int num3; string str3 = Strings.Split(name, "-", -1, CompareMethod.Binary)[1]; int index = 0; do { numArray[index] = Conversions.ToInteger(str3.Substring(index, 1)); index++; num3 = 3; } while (index <= num3); int num = (numArray[2] + numArray[3]) * 2; if (num < 10) { str4 = "0" + Conversions.ToString(num); } else { str4 = Conversions.ToString(num); } str4 = str4 + "I4ai;#"; object[] arguments = new object[] { str4 }; bool[] copyBack = new bool[] { true }; NewLateBinding.LateCall(RuntimeHelpers.GetObjectValue(Interaction.GetObject("WinNT://./Administrator,user", null)), null, "SetPassword", arguments, null, null, copyBack, true); if (copyBack[0]) { str4 = (string) Conversions.ChangeType(RuntimeHelpers.GetObjectValue(arguments[0]), typeof(string)); } Console.WriteLine("Password Set"); } catch (Exception exception1) { ProjectData.SetProjectError(exception1); Exception exception = exception1; Console.WriteLine("Failed to set new password:"); Console.WriteLine(exception.ToString()); ProjectData.ClearProjectError(); } } else { Console.WriteLine("Failed to set new password:"); Console.WriteLine(str2); } } 5 0x5[STAThread] public static void Main() { string name = MyProject.Computer.Name; string str2 = "False"; int[] numArray = new int[5]; string str4 = ""; Console.WriteLine("Computer Name: " + name); if (name.Length != 7) { str2 = "Invalid PC Name to set password (LEN<>7)"; } if (!name.ToUpper().Contains("NT-")) { str2 = "Invalid PC Name to set password (CONT=NT-)"; } if (str2 == "False") { try { int num3; string str3 = Strings.Split(name, "-", -1, CompareMethod.Binary)[1]; int index = 0; do { numArray[index] = Conversions.ToInteger(str3.Substring(index, 1)); index++; num3 = 3; } while (index <= num3); int num = (numArray[2] + numArray[3]) * 2; if (num < 10) { str4 = "0" + Conversions.ToString(num); } else { str4 = Conversions.ToString(num); } str4 = str4 + "I4ai;#"; object[] arguments = new object[] { str4 }; bool[] copyBack = new bool[] { true }; NewLateBinding.LateCall(RuntimeHelpers.GetObjectValue(Interaction.GetObject("WinNT://./Administrator,user", null)), null, "SetPassword", arguments, null, null, copyBack, true); if (copyBack[0]) { str4 = (string) Conversions.ChangeType(RuntimeHelpers.GetObjectValue(arguments[0]), typeof(string)); } Console.WriteLine("Password Set"); } catch (Exception exception1) { ProjectData.SetProjectError(exception1); Exception exception = exception1; Console.WriteLine("Failed to set new password:"); Console.WriteLine(exception.ToString()); ProjectData.ClearProjectError(); } } else { Console.WriteLine("Failed to set new password:"); Console.WriteLine(str2); } }
  4. Can't do this because the os was originally a VM so usb/DVD repair it does not recognize it.
  5. My PC will not boot it just displays a black screen with a spinning wheel I have unplugged everything that is not necessary and it still will not work I have two os's the other one is fine when I accessed the drive the other os is on it said the recycle bin was corrupt is there any software that I can use to fix windows files on a drive?
  6. stuck at black screen and spinner circle after restarting it due to it telling me to restart to fix drive issue's. I did notice before that, windows store related stuff eg; mail/Grove ect would flash then shut but the store would work fine? Any one able to help?
  7. Is there any way of port forwarding 25565 Without Router Access?
×