At school, we used to be allowed to play MC (Minecraft) on certain computers, but now they banned us from the computers, so we have to use laptops.
I learnt that there's an 'opengl32.dll' file in the System32 folder, so I copied my System32 folder (Minecraft works on my computer) and put it on a USB. Then I made a.bat file with the code:
@echo off
Title OpenGL Portable
Color 0a: start
Cls
Set windir=(Directory to the folder System32 is in)
Start (Path Minecraft.exe is)
Pause
I saved that as a bat file and it's supposed to use my System32 folder, the one on my USB, as the laptops System32 folder, so it uses my 'opengl32.dll' file. Tomorow I'm gonna try it out at School, and I think that this won't work. Could someone point me in the right direction and tell me how to do it?