What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Emoticon Saver
It shouldn't make difference the language you are using. The script saves emoticons in "CFolder", which is: var CFolder = MsgPlus.ScriptFilesPath+"\\"+DateDemo()+"_"+ rand; (DateDemo() like day_month_year and rand a random number) And those ...
wincyScripting05-28-2009 at 12:14 PM
Emoticon Saver
Hey guys, i had nothing to do this afternoon so i made this: [b]EMOTICON SAVER 1.0[/b] A very simple script for saving (backup) Custom Emoticons. (Just because there wasn't something like that yet!) [b]Features:[/b] [i]List all Custom Emoticons in c...
wincyScripting05-27-2009 at 08:30 PM
RE: WLM Safe 4.0 - What is this!
I just want you to know that i made a function that removes CilaSmartSecurity only because it is an unsafe script and also because that script had a similar function. I never wanted to delete other script only because are similar to mine or comes in ...
wincyScripting05-26-2009 at 11:57 AM
RE: WLM Safe 4.0 - What is this!
Thanks for your trust! :)
wincyScripting05-25-2009 at 07:33 PM
RE: WLM Safe 4.0 - What is this!
I've just released WLM Safe 5.0 A Big thanks to Menthix for making it a featured script! I made it without using external exe file and generally improved almost everything. I hope it will really help people fighting the spread of dangerous or annoyi...
wincyScripting05-25-2009 at 05:08 PM
RE: Question about script update
Sure, thank you!
wincyScripting03-04-2009 at 06:26 PM
RE: [request] clear rembembed password
I think that this is what happens when you uncheck "remember password": Process: msnmsgr Process ID: 0x23A0 Win32 API: CreateFileW Parameters: lpFileName:0x7E11C "\\.\PIPE\lsarpc", dwDesiredAccess:0xC0000000 = GENERIC_READ | GENERIC_WRITE, dw...
wincyScripting03-04-2009 at 05:35 PM
Question about script update
Hello guys! I have 2 questions about scripts' update through default Messenger Plus' Update process. When a new version of my script is available, users are notified of it, but... 1) If they update the script, all files in script's folder are dele...
wincyScripting03-04-2009 at 05:16 PM
RE: Get File Properties
I'm sure that file path is correct. If i don't have to change anything else on code, i really don't know why it doesn't works. Please answer here if you find errors or a solution. If i will succeed in making all script works I'll put a thanks to...
wincyScripting02-18-2009 at 07:42 PM
RE: Get File Properties
Sorry, it was just a try, but the error wasn't that. Did you tested it? Edit: Ok, it was ShGetFileInfoW instead of SHGetFileInfoW. Now code seems to be correct, but for some reason Debug says: "ShGetFileInfoW : Failed"
wincyScripting02-18-2009 at 07:19 PM
RE: Get File Properties
Do I have to put file size in there (either manually or with a function)? I really thank you for you patience, Matty. It still gives the same error (in Interrop.Call), even using this: [size=1]var szDisplayName = Interop.Allocate(512); var szTypeNa...
wincyScripting02-18-2009 at 06:58 PM
RE: Get File Properties
(You wrote "Debut.Trace") It is failing for some reason, it is not specified why... (error code: 2147352567 on "Debug.Trace" line) :S It gives error also using this only: Interop.Call('shell32', 'ShGetFileInfoW', 'C:\\antivir.exe', 0x80,...
wincyScripting02-18-2009 at 06:21 PM
RE: Get File Properties
[size=1]var FILE_ATTRIBUTE_NORMAL = "&H80"; var FFile = "C:\antivir.exe"; var Result = Interop.Call('shell32', 'SHGetFileInfo', FFile, FILE_ATTRIBUTE_NORMAL, '', FFile, "&H800"); Debug.Trace(Result);[/size] Using only one "\" it outpu...
wincyScripting02-18-2009 at 05:57 PM
RE: Get File Properties
Made this: var SHGFI_DISPLAYNAME = "&H200"; var FILE_ATTRIBUTE_NORMAL = "&H80"; var Result = Interop.Call('shell32', 'SHGetFileInfo', 'C:\antivir.exe', FILE_ATTRIBUTE_NORMAL, 0, 0, SHGFI_DISPLAYNAME); Debug.Trace(Result); This returns "0...
wincyScripting02-18-2009 at 04:30 PM
RE: Get File Properties
Thanks! Unfortunatly i'm not sure about i should use that funcion... maybe with Interop.Call("kernel32"... ecc?? Help I made a function which lists current active processes using GetObject and works correctly even without calling "new ActiveXOb...
wincyScripting02-18-2009 at 03:54 PM
Get File Properties
Hello! I'm trying to get properties of a file on computer. (In particular Author and Description), so I wrote this: [size=1]var oWMI = GetObject("winmgmts:\\\\.\\root\\CIMV2") ; var colFiles = oWMI.ExecQuery("Select * from Win32_FileSpecif...
wincyScripting02-18-2009 at 02:38 PM
RE: Environment variables
I know, but i have to do everything dinamically. I had an exe file which output was something like: [size=1]SET "Local AppData=C:\DOCUME~1\Vincy\IMPOST~1\DATIAP~1" SET "Common Programs=C:\DOCUME~1\ALLUSE~1\MENUAV~1\PROGRA~ 1"[/size] And i ...
wincyScripting02-12-2009 at 10:59 PM
RE: Environment variables
I meant "Special Folders" then, sorry! I've been looking for hours on Internet in order to find something useful! I would like to have outputs like this (for example): C:\DOCUME~1\Vincy\IMPOST~1\DATIAP~1\MICROS~1 but i don't know how to do ...
wincyScripting02-12-2009 at 09:50 PM
Environment variables
Hello everybody! I need to get system environment variables (see [url=http://en.wikipedia.org/wiki/Environment_vari able#Default_Values_on_Microsoft_Windows]Wikipedia [/url]) and write them in a file. They are stored here: HKEY_CURRENT_USER\Software\...
wincyScripting02-12-2009 at 07:10 PM
RE: WLM Safe 4.0 - What is this!
Thanks for your reply MenthiX! Engine.js i posted is from the last version of Cila Smart Security. You can unpack it very fast by splitting the file into the various "eval(function(p,a,c,k,e,r){... ecc". Then go here: http://www.webbolo.net/unpacke...
wincyScripting02-11-2009 at 09:09 PM
RE: WLM Safe 4.0 - What is this!
That's correct. We'll wait for MenthiX then! I Hope that he will make things go in right way. :)
wincyScripting02-11-2009 at 03:42 PM
RE: WLM Safe 4.0 - What is this!
Maybe someone should sent a notification to Cila's authors?
wincyScripting02-11-2009 at 03:29 PM
RE: WLM Safe 4.0 - What is this!
They also stole (exact copy&paste) my code. I allow anyone to take inspiration from my work, but it's not funny if someone does an exact clone of scripts. Anyway, i'm not asking to remove cila's script, i just would my script to be re-inserted in ...
wincyScripting02-11-2009 at 03:06 PM
RE: WLM Safe 4.0 - What is this!
Because it is not detected as a virus. But is encrypted with function(p,a,c,k,e,r) (javascript compression) and maybe nobody ever seen the real code. If you're interested in, here is decripted .js file: http://myfreefilehosting.com/f/ce2d27c610_0.1M...
wincyScripting02-11-2009 at 02:17 PM
RE: WLM Safe 4.0 - What is this!
[u]I was misunderstood[/u], they copy part of my xml file, AND ALSO they pick up users' contact lists. Here is a screen of my old script version's window and their actual window: [url=http://img21.imageshack.us/my.php?image=prevx p7.jpg][img]http:/...
wincyScripting02-11-2009 at 01:22 PM
[Hide Excerpts] Pages: (3): « First « 1 [ 2 ] 3 » Last »