Results 1 to 7 of 7
  1. #1
    dave0907
    dave0907 is offline
    Guest
    Join Date
    2012 Aug
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Post Speed Up Your PC

    Well now you don't have to download any software or any other application to make your computer any faster , you are going to create your own application or its fine to say a script which will Speed up your computer by 25% and yes, you can feel the result instantly on you pc. So just follow out this easy steps.

    First open you notepad and just copy/paste this code below

    Code:
    mystring=(80000000)

    Now save this notepad like " ram.vbe " ( without quote )

    Now click on " ram.vbe " and you are done, you can realize the Boost Instantly

    This trick is personally checked by me and found 25% Increase In Pc Speed.

    kung d kayo naniniwala gumamit kayo ng PC Performance checker bago nyo gawin un tricks and kapag ginawa nyu na un trick tas i compare nyo.. enjoy!

    PS: gagana yan once na click nyo un script until i off nyo PC nyo.. the kung gusto nyu ulit pabilisin kada open nyo ng PC click or open nyo lang un script.

  2. #2
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    If you have just run an intensive or specifically large application or game, you know about that groggy feeling your system can have. That's usually because of the leftovers taking up your valuable memory. You can free it, however, by clicking your heels together 3 times and saying: "Let my memory go." Er, I mean, using a program to free that trapped memory.

    Depending on how much memory you have, put the appropriate values in...
    Under 256mb Ram:
    Mystring = (16000000)

    128mb or More:
    Mystring = (80000000)

    All this does is allocate a chunk of memory while the script is running, and then the VB runtimes deallocate it. The Value needs to be set according to the amount of memory you have (i.e. it will probably need increasing in order to be effective if you have 1Gb), but forces any currently unused memory to be paged to the swapfile, thus freeing that memory in order to be used by the rest of the system. i.e. if you are working on a large image file in PSP and then minimize PSP, you can temporarily regain physical memory by swapping currently unused ram out to the pagefile.

    It does actually work. By using this method, any memory leaks can be paged out to your swapfile, thus freeing physical memory (since memory leaks will never be accessed again). Additionally, this will reduce the (admittedly very small) overhead of trying to allocate memory blocks, as it is quicker to allocate a contiguous block than several uncontiguous blocks.
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  3. #3
    rakiztame
    rakiztame is offline
    New member
    Join Date
    2012 Aug
    Location
    Manila, Philippines
    Posts
    7
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    nice tutorial, ima go try this one.. thanx! :p

  4. #4
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by rakiztame View Post
    nice tutorial, ima go try this one
    I think today, when people have more than 4Gb of RAM, this speed up technique not so effective as it was several years ago
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  5. #5
    chanhien
    chanhien is offline
    Guest
    Join Date
    2012 Nov
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Can I just overclock then?

  6. #6
    morder
    morder is offline
    Guest
    Join Date
    2013 Mar
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Hi,

    i have 8GB ram and i can´t see any difference bevore and after starting it

  7. #7
    species3618
    species3618 is offline
    Guest
    Join Date
    2016 Feb
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    I agree, with more and more people getting more RAM this technique is not really that effective.

    Anything more than 4GB and you won't see much of an improvement.

    I have 16GB so this wouldn't work for me but for people still on 2GB etc, it should help improve your system quite a bit.

Similar Threads

  1. [Tutorial] Crystal Speed with WPE PRO
    By jefsson in forum Aika Online
    Replies: 37
    Last Post: 2012-02-22, 07:04 PM
  2. Speed Hack for SXE 12.0!
    By capeta12 in forum Trash Bin
    Replies: 1
    Last Post: 2012-01-29, 02:29 AM
  3. [Info] Pot of Speed
    By jefsson in forum Aika Guides, Tutorials
    Replies: 10
    Last Post: 2012-01-21, 03:45 PM
  4. [Release] Range & Speed
    By yizheng in forum Aika Bots, Hacks, Cheats
    Replies: 104
    Last Post: 2011-11-28, 02:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •