Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
mIRC Code Snippets / Re: Trial Reset
« Last post by morbid on February 25, 2011, 04:39:55 pm »
Not working for me, morbid.

hm. maybe mirc overwrite this ini-key when exit. just check [about] and [user] section in your $mircini if you install mirc in portable mode, or HKEY_LOCAL_MACHINE\SOFTWARE\mIRC\LastRun in registry editor (Start -> Run -> regedit).



Or you can also just go to start then Run > Regedit > current_user > Software > Delete the mirc folder.
62
mIRC Code Snippets / Re: Trial Reset
« Last post by Jane on February 25, 2011, 01:15:38 pm »
Not working for me, morbid.
63
mIRC Code Snippets / Re: Alias ASCII's
« Last post by Glow on February 24, 2011, 08:38:20 pm »
What morbid said was exactly what I ment.

Next time think about other ways and not only about the easiest.
64
Off topic / Re: Ranting
« Last post by Glow on February 24, 2011, 08:27:50 pm »
Yup I get it :p

Thats really sad :/
65
mIRC Code Snippets / Trial Reset
« Last post by morbid on February 24, 2011, 07:32:56 pm »
Just a simple resetting of your trial sub. with mIRC I used it for the longest but then I paid for it.


FYI: You don't need this snippet if you have a paid version.[/i]


Code: [Select]
alias trial {
  if ($readini($mircini,about,portable) == yes) {
    remini $qt($mircini) user lastrun
  }
  else {
    comopen trial WScript.Shell
    comclose trial $com(trial,RegDelete,3,bstr,HKEY_CURRENT_USER\Software\mIRC\LastRun\)
  }
  echo -s Now you can restart mIRC
}
 

Type /trial
and then you will see this

Quote
* Opened Com 'trial' (WScript.Shell)
-
* Closed Com 'trial'
-
Now you can restart mIRC
66
Off topic / Re: Ranting
« Last post by King_Hual on February 24, 2011, 07:21:50 pm »
67
Off topic / Re: Let's write the story!
« Last post by morbid on February 24, 2011, 04:41:03 pm »
And glow would still be a stuck up :D
68
Off topic / Re: Ranting
« Last post by morbid on February 24, 2011, 04:37:48 pm »
Ehh you only save the files on a USB stick?

*PULLS HAIR OUT.. Okay, Glow, Let's break this down one step at a time.

1. Okay, I do not own a computer. How do I use a script without a computer?
2. :D I will put it on a thumbdrive so I can use it as a portable USB device to plug into College computers.
3.OH NO. After months of the Thumb Drive a.k.a. USB stick Crashed. LOST EVERYTHING.
4. BUT WAIT, There's hope. There is a program to retrieve lost programs that are, in my opinion, AMAZING.
5. Happiness dies down when I realize that ALL college computers have an administrator password and won't let me download said program's.
6. Sad face
69
mIRC Code Snippets / Re: Alias ASCII's
« Last post by morbid on February 24, 2011, 04:31:17 pm »
Nice script, but next time post a code of the thing that will be shown after you used the script, so people will know what they will use. :p

And next time, you should notice that the forum CAN'T READ ASCII SO HE CAN'T SHOW THE EFFECT OF THE SCRIPT

LOL no.. But I can do this.




70
mIRC Code Snippets / Re: Alias ASCII's
« Last post by King_Hual on February 24, 2011, 04:01:04 pm »
Nice script, but next time post a code of the thing that will be shown after you used the script, so people will know what they will use. :p

And next time, you should notice that the forum CAN'T READ ASCII SO HE CAN'T SHOW THE EFFECT OF THE SCRIPT
Pages: 1 ... 5 6 [7] 8 9 10