Sinisterly
[VBScript] Refreshing your RAM memory - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: [VBScript] Refreshing your RAM memory (/Thread-VBScript-Refreshing-your-RAM-memory)



[VBScript] Refreshing your RAM memory - DeffoN - 05-17-2011

Like it says in the title :
This file refreshes the RAM Memory and makes your PC faster and clears most of the Lags in games !
If you run this while playing your lag will be Decreased (a little not very strong script )

Code:
mystring=(80000000)

That's It !

Write this in notepad and save as (whatever you like).vbs !

Sorry it is not a .bat file but i didn't know where to post it Smile

This is not mine i am just sharing with you Tongue


RE: [VBScript] Refreshing your RAM memory - 1234hotmaster - 05-17-2011

Great share but i don't understand what it does with the memory Tongue


RE: [VBScript] Refreshing your RAM memory - DeffoN - 05-17-2011

It is refreshing the memory so makes most of the lags in the game dessapear or something like that...
Emproves PC speed a lil bit ( something like my other thread about the Batch file )


RE: [VBScript] Refreshing your RAM memory - Coder-san - 05-18-2011

It is actually just declaring a variant variable with the name myString with the value 80000000.
It will probably force Windows to reallocate RAM in order to make room for storing the Variable in the memory, but it will happen when you open any application.

I don't see why it's so hyped. o.o