| View previous topic :: View next topic |
| Author |
Message |
Titan
Joined: 11 Aug 2004 Posts: 5009 Location: imaginationland
|
Posted: Mon Apr 16, 2007 2:56 pm Post subject: |
|
|
| majkinetor wrote: | | I devised new RE alghorythm for your nicknames, extremely optimised version | zomg stfu its liek 7 microseconds faster
some1 needs to tell laszlo asap! _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3589 Location: Belgrade
|
Posted: Mon Apr 16, 2007 3:00 pm Post subject: |
|
|
| Quote: | | some1 needs to tell laszlo asap! |
rofl
| Quote: | | zomg stfu its liek 7 microseconds faster |
Its hard to handle when some1 pwnes U.
7us is 100 generations of vacuum particles, so you see, if quark BoBo runs your script, his grand grand... grand children will see the results _________________

Last edited by majkinetor on Mon Apr 16, 2007 3:08 pm; edited 1 time in total |
|
| Back to top |
|
 |
Sean
Joined: 12 Feb 2007 Posts: 1240
|
Posted: Mon Apr 16, 2007 3:08 pm Post subject: |
|
|
| majkinetor wrote: | | No reason at all, the guy just asked. |
Oh, sorry, the question was for Murp|e. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5009 Location: imaginationland
|
Posted: Mon Apr 16, 2007 3:31 pm Post subject: |
|
|
| majkinetor wrote: | | Its hard to handle when some1 pwnes U. | You'll find my suicide note on my blog. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3589 Location: Belgrade
|
Posted: Mon Apr 16, 2007 3:47 pm Post subject: |
|
|
You opened the blog just to post suicide note
It seems to me that you need attention, some1 to care about you, maybe girlfriend, maybe pappy, maybe inteligent agent. Suicide, just to get attention, is always a bad thing, especialy if you manage to kill yourself. _________________
 |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Mon Apr 16, 2007 4:16 pm Post subject: |
|
|
| Quote: | | if quark BoBo runs your script | Would you mind to be a little more specific? [Quark] vs. [Quark]  |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3589 Location: Belgrade
|
Posted: Mon Apr 16, 2007 5:38 pm Post subject: |
|
|
Neither.
I doubt that cheese or Star Trek char can live 7ys.
Please try (secondary school) again  _________________
 |
|
| Back to top |
|
 |
Murp|e
Joined: 12 Jan 2007 Posts: 239 Location: Norway
|
Posted: Sat Dec 29, 2007 1:34 am Post subject: |
|
|
Sorry to post something "off-topic" (errr....!??!), but I've been preparing a new portable USB drive with some applications and I bumped into RegJump again.
Sean wrote this:
| Quote: | | Is there a reason to use regjump.exe? Isn't it enough? |
| Code: | key = HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Sr
Run, regedit.exe
WinWait, ahk_class RegEdit_RegEdit
StringReplace, key, key, \, {Right}, All
ControlSend, SysTreeView321, %key% |
And I figured I would give it a try and write up a small script, but I've been having some major problems. I've been working at this for too many hours, ironing out bugs and it's driving me insane. I posted the script in the ask for help forum here. |
|
| Back to top |
|
 |
|