AutoHotkey Community

It is currently May 26th, 2012, 7:49 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
PostPosted: June 3rd, 2008, 7:34 am 
Offline

Joined: April 16th, 2008, 7:55 am
Posts: 43
How can I make the computer run faster and stop it crashing by using a AutoHotkey script?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2008, 7:56 am 
use vodoo() or blackmagic() functions


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2008, 8:05 am 
What about the buymomemory() funcion ??


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2008, 8:13 am 
Offline

Joined: April 16th, 2008, 7:55 am
Posts: 43
I've got a 1 Gb computer with Windows XP Professional Service Pack 2 and the speed of the processor is 2 Ghz. Surely that is ample enough memory and speed?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2008, 8:21 am 
Voodoo can be dangerous!
Code:
MsgBox, % voodoo("Olorun")
return

voodoo(Loa = "Agowu")
{
   loop
   {
      Legba := A_Index
      loop, parse, Loa
      {
         %Loa%%Legba% .= %Loa%%Legba%
         loop, 1804
         {
            %Loa%%Legba% .= Loa . A_Index
         }
      }
   }
   return Damballah
}


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2008, 8:42 am 
Offline

Joined: April 16th, 2008, 7:55 am
Posts: 43
No, this has not worked. Nothing ends up happening.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2008, 8:49 am 
Quote:
Nothing ends up happening
Success! No crash! :D Mission accomplished!!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2008, 8:52 am 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
what script is causing you problems?

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 4th, 2008, 9:08 pm 
Offline

Joined: February 18th, 2008, 8:26 pm
Posts: 442
You can make a script to kill idle processes and services.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 5th, 2008, 12:22 am 
Offline

Joined: November 6th, 2005, 6:43 pm
Posts: 72
You can make a script that stimulates the placebo effect, is that sufficient?

Code:
MsgBox, Hold a crystal near your body's liver meridian.  Notice how your computer is running slower.
Loop 25 {
    BlockInput,on
    Sleep,500
    BlockInput,off
    Sleep,500
}

MsgBox, Now hold the crystal near your lung meridian.  Notice how your computer is running faster.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 5th, 2008, 12:44 am 
The best way to speed up your system would be to write a script that [url=http://www.google.com/search?client=opera&rls=en&q=uninstalling+.net+framework&sourceid=opera&ie=utf-8&oe=utf-8[/url]uninstalled the .NET framework[/url] and then killed any process trying to re-install it.

That should give you about a 60% memory usage reduction and around 80% better overall performance, not to mention greatly reducing crashes to boot.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 5th, 2008, 5:05 am 
Why uninstall .net framework? By the time I've sunk to playing with that, I'm ready to do a fresh reinstall of xp (meaning a fresh install of whatever linux distro I'm playing around with at the time--I hate being noobish). As for Jag...well, maybe you could be WAY more specific with the problems you're having.
Without further information, all I can recommend is Spybot. http://www.safer-networking.org


Report this post
Top
  
Reply with quote  
PostPosted: June 5th, 2008, 4:55 pm 
Offline

Joined: February 17th, 2008, 8:52 pm
Posts: 314
Jag02 wrote:
How can I make the computer run faster and stop it crashing by using a AutoHotkey script?


This really isn't a AHK problem unless your AHK script is running slow. PC performance can be improved by doing the following (your milage may vary):

    Uninstall programs you no longer use or recall installing
    Remove temp files
    Prevent programs from auto starting when PC loads
    Remove entries no longer being used in registry
    Use CCleaner (which can help with above bullets)
    Run spam and virus programs on regular basis
    Defrag hard drive (ran as last step)


If crashing continues then you may want to reinstall windows, make sure to back up important files first.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 5th, 2008, 5:02 pm 
Do you use any security software, like a firewall or anti-virus program? These kind of programs could interfere with your AutoHotkey programs/scripts.

But, I agree with other posters: your description is simply too vague...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2008, 5:27 pm 
Red Hat Dude wrote:
...(meaning a fresh install of whatever linux distro I'm playing around with at the time--I hate being noobish)


Image


clicky


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Leef_me, poserpro, SKAN and 70 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group