jofre Posted September 8, 2008 Author Share Posted September 8, 2008 when i download this file, i can only open it with notepad...how can i execute this file?-----------------------------------------------------------Pacca:I use Firefox 3.0.1 and extension "Flashgot".When I click on "Start downloading" I see 3 options :- 1 - Open with ;2 - FlashGot ;3 - Save File.I choose FlashGot and that`s all. Once downloaded I can execute the file.orWhere it says Notepad, change to Mozilla Firefox and download.-------------------------------------------------------------Hope could be helpful.cheersJofre Link to comment Share on other sites More sharing options...
hackblast Posted September 8, 2008 Share Posted September 8, 2008 when i download this file, i can only open it with notepad...how can i execute this file?Just rename it from .vbs.txt to .vbs (you might need to disable "Hide extensions from known filetypes" in "Tools -> Folder options".Or re-download it and do Right click -> Save link as -> and chose "All Files" in the "Type" field of the "Select destination" screen. Link to comment Share on other sites More sharing options...
Donaldo Posted September 8, 2008 Share Posted September 8, 2008 Donaldo : What about DenniZ v.2 already posted ?-(it`s an exe.file).How strange, Jofre - it was an .exe, was it. The one that I downloaded was GetValid_V2_EN.vbs.txt and I merely removed the last 4 characters .txtLet me check back - I did run it as .vbs Link to comment Share on other sites More sharing options...
Pacca Posted September 8, 2008 Share Posted September 8, 2008 thx to everyone, i just remove the .txt extensionEDIT: it gives me an error...probably i need some vb files?EDIT 2: i have a picture of the error, but it is in italian...EDIT 3: i think that this is a problem of the difference between the name of the directory in english and in italianEDIT 4: i'm really stupid...this is the solutionTested, working pretty fine except line 95 that won't work with non-english XP versions :Dim unpwfn : unpwfn = oShell.ExpandEnvironmentStrings("%USERPROFILE%") & "\Local Settings\Temp\" & "Nod32UsernamePasswordList.txt"Changing it to :Dim unpwfn : unpwfn = oShell.ExpandEnvironmentStrings("%TEMP%") & "\Nod32UsernamePasswordList.txt"Seems to do the trick. :)it works perfectly!but wat are the differences between nodlogin, nodenabler and this? Link to comment Share on other sites More sharing options...
wyrman Posted September 8, 2008 Share Posted September 8, 2008 thx to everyone, i just remove the .txt extensionEDIT: it gives me an error...probably i need some vb files?EDIT 2: i have a picture of the error, but it is in italian...EDIT 3: i think that this is a problem of the difference between the name of the directory in english and in italianEDIT 4: i'm really stupid...this is the solutionTested, working pretty fine except line 95 that won't work with non-english XP versions :Dim unpwfn : unpwfn = oShell.ExpandEnvironmentStrings("%USERPROFILE%") & "\Local Settings\Temp\" & "Nod32UsernamePasswordList.txt"Changing it to :Dim unpwfn : unpwfn = oShell.ExpandEnvironmentStrings("%TEMP%") & "\Nod32UsernamePasswordList.txt"Seems to do the trick. :)it works perfectly!but wat are the differences between nodlogin, nodenabler and this?I must be dense as I can't get this puppy to fly. Link to comment Share on other sites More sharing options...
hackblast Posted September 8, 2008 Share Posted September 8, 2008 I must be dense as I can't get this puppy to fly.No Windows Scripting Host enabled ?.. check services in your control panel.If there's an error, post what it says or a screenshot and we'll try to sort it out. :dance2: Link to comment Share on other sites More sharing options...
hackblast Posted September 8, 2008 Share Posted September 8, 2008 but wat are the differences between nodlogin, nodenabler and this?- Nodlogin : Depends on updates posted by one person on one site, if the site goes down -> no updates, if the person chooses to stop finding and posting keys -> no updates.- NodEnabler : Same logic as Nodlogin (also same compiler :dance2:), but using several webpages freely available in the net, if one page goes down, the next one is used and so on.- GetValid by DenniZ : Same logic as NodEnabler but using another "compiler" (actually a program interpreter buit-in Windows 2000+) and another method to check valid serials.Hope it helps. Link to comment Share on other sites More sharing options...
harpua Posted September 8, 2008 Share Posted September 8, 2008 Very helpful post there. Thanks for making the differences clear. Link to comment Share on other sites More sharing options...
Bizarre™ Posted September 8, 2008 Share Posted September 8, 2008 ATTENTION:Marsufix v2.5 is working again. :dance2: Link to comment Share on other sites More sharing options...
Pacca Posted September 8, 2008 Share Posted September 8, 2008 but wat are the differences between nodlogin, nodenabler and this?- Nodlogin : Depends on updates posted by one person on one site, if the site goes down -> no updates, if the person chooses to stop finding and posting keys -> no updates.- NodEnabler : Same logic as Nodlogin (also same compiler :dance2:), but using several webpages freely available in the net, if one page goes down, the next one is used and so on.- GetValid by DenniZ : Same logic as NodEnabler but using another "compiler" (actually a program interpreter buit-in Windows 2000+) and another method to check valid serials.Hope it helps.thx very much for the explanationnow i'm using getvalidid by denniz, because it is faster and i think that is more difficult to not find a valid key with ten different licences pages.but i have a suggestion for denniz: can you make the possibility to have a silent mode of you program? and i think that you could make an exe so this program can be scheduled... Link to comment Share on other sites More sharing options...
hackblast Posted September 9, 2008 Share Posted September 9, 2008 but i have a suggestion for denniz: can you make the possibility to have a silent mode of you program? and i think that you could make an exe so this program can be scheduled...About the silent mode, it shouldn't be too difficult but DenniZ will have the final word. :dance2:The exe part... mhh.. i would prefer this to continue in the format it is, have you tried scheduling "wscript.exe GetValid_V2_EN.vbs" or "%systemroot%\system32\wscript.exe GetValid_V2_EN.vbs"? (taking into account the .vbs actual path, of course). Link to comment Share on other sites More sharing options...
toti Posted September 9, 2008 Share Posted September 9, 2008 how can delete and GetValid_V2?thank :dance2: Link to comment Share on other sites More sharing options...
hackblast Posted September 9, 2008 Share Posted September 9, 2008 how can delete and GetValid_V2?thank :dance2:It's pretty clean, go to Start -> Programs -> StartupRight click and delete. :D--------------------------------------------I've made some itsy bitsy changes in the script, including the "silent mode" and the temp folder for non english versions of Windows (actually it works for both and you should be able to use it in any windows version, no matter the language), it's not very well tested, it's not very nice but I tried to do it in the least obstructive way.Copy_of_GetValid_V2_EN.vbs <- Normal modeCopy_of_GetValid_V2_EN.vbs /s <- Silent modeYou can get it at mediafire, sharecode ?sze0jufman9Of course, all credits to DenniZ, I hope you don't mind my intrusion. :P Link to comment Share on other sites More sharing options...
bachikho Posted September 9, 2008 Share Posted September 9, 2008 many thanks, DenniZ! Link to comment Share on other sites More sharing options...
Pacca Posted September 9, 2008 Share Posted September 9, 2008 but i have a suggestion for denniz: can you make the possibility to have a silent mode of you program? and i think that you could make an exe so this program can be scheduled...About the silent mode, it shouldn't be too difficult but DenniZ will have the final word. :dance2:The exe part... mhh.. i would prefer this to continue in the format it is, have you tried scheduling "wscript.exe GetValid_V2_EN.vbs" or "%systemroot%\system32\wscript.exe GetValid_V2_EN.vbs"? (taking into account the .vbs actual path, of course).i tried to schedule it but it doesn't work...I've made some itsy bitsy changes in the script, including the "silent mode" and the temp folder for non english versions of Windows (actually it works for both and you should be able to use it in any windows version, no matter the language), it's not very well tested, it's not very nice but I tried to do it in the least obstructive way.Copy_of_GetValid_V2_EN.vbs <- Normal modeCopy_of_GetValid_V2_EN.vbs /s <- Silent modeYou can get it at mediafire, sharecode ?sze0jufman9Of course, all credits to DenniZ, I hope you don't mind my intrusion. :Dthere isn't the silent mode file in the .zip file.... Link to comment Share on other sites More sharing options...
DenniZ Posted September 9, 2008 Share Posted September 9, 2008 @hackblastThanks a lot for ur modified ver.The reason why i only use the vbs file is like that, I hope ppl like u to modifiy my GetValid V2 and make GetValid be perfect!! Link to comment Share on other sites More sharing options...
hackblast Posted September 9, 2008 Share Posted September 9, 2008 there isn't the silent mode file in the .zip file....Err... there's no "silent mode file", it's the same file, but if you run it with the "/s" switch, becomes silent. You can't use doble click on it to be silent unless you edit line 17 and change from :Dim Silent : Silent = FalseTo :Dim Silent : Silent = TrueI would rather prefer you make a shortcut to it and add a "/s" to the parameters, but hey.. whatever suits your needs :dance2:@DenniZThanks a bunch, but no need to thank, i just added a couple of lines, what is a fact is that we all owe you a big "thank you" for your effort. :D Link to comment Share on other sites More sharing options...
nanana1 Posted September 9, 2008 Share Posted September 9, 2008 This is really simple, "open source" and it really works !Tried and your silent mode is perfect, no tray icon, no nag. This will be the nodenable replacement killer.Kudos to DenniZ ! Link to comment Share on other sites More sharing options...
Pacca Posted September 9, 2008 Share Posted September 9, 2008 there isn't the silent mode file in the .zip file....Err... there's no "silent mode file", it's the same file, but if you run it with the "/s" switch, becomes silent. You can't use doble click on it to be silent unless you edit line 17 and change from :Dim Silent : Silent = FalseTo :Dim Silent : Silent = TrueI would rather prefer you make a shortcut to it and add a "/s" to the parameters, but hey.. whatever suits your needs :dance2:@DenniZThanks a bunch, but no need to thank, i just added a couple of lines, what is a fact is that we all owe you a big "thank you" for your effort. :Dok sorry :P ...thx for the explanation, but what to u mean with the /s switch? (noob question...)EDIT: changing the dim silent to true it doesn't add a copy in the windows schedule Link to comment Share on other sites More sharing options...
hackblast Posted September 9, 2008 Share Posted September 9, 2008 ok sorry :D ...thx for the explanation, but what to u mean with the /s switch?No need to be sorry, always happy to help. :dance2:The "/s" switch works like this :In a normal scenario you run GetValidID either by explorer (double click on the .vbs file) or via command line, like this :1 - You run it (first splash screen is shown)2 - It tells you that it has found a key and stores it in NOD so you can updateUsing the "/s" (silent) switch, you run GetValidID like this :And that's it, no messages are shown (except critical ones, like... you don't have NOD32 installed :P), the license is found and stored in NOD so you can update, no user interaction, don't ask the user anything, just find and store it. :D Link to comment Share on other sites More sharing options...
nanana1 Posted September 9, 2008 Share Posted September 9, 2008 You can also use the nod32 scheduler to run this vbs script.Example :wscript.exe "C:\Program Files\Eset\....\GetValid_V2_EN.vbs" /s Link to comment Share on other sites More sharing options...
hackblast Posted September 9, 2008 Share Posted September 9, 2008 EDIT: changing the dim silent to true it doesn't add a copy in the windows scheduleOh.. nonono, silent ONLY works to update it, doesn't add anything to startup or anywhere else, I don't like anything that modifies my system without my consent . But let me help you, I'll create the scheduled task for you, when do you want to run GetValidID?.. once per hour ? Link to comment Share on other sites More sharing options...
jalaffa Posted September 9, 2008 Share Posted September 9, 2008 but wat are the differences between nodlogin, nodenabler and this?- Nodlogin : Depends on updates posted by one person on one site, if the site goes down -> no updates, if the person chooses to stop finding and posting keys -> no updates.- NodEnabler : Same logic as Nodlogin (also same compiler :D), but using several webpages freely available in the net, if one page goes down, the next one is used and so on.- GetValid by DenniZ : Same logic as NodEnabler but using another "compiler" (actually a program interpreter buit-in Windows 2000+) and another method to check valid serials.Hope it helps.Thanks for the clarification hackblast :dance2: Link to comment Share on other sites More sharing options...
Pacca Posted September 9, 2008 Share Posted September 9, 2008 EDIT: changing the dim silent to true it doesn't add a copy in the windows scheduleOh.. nonono, silent ONLY works to update it, doesn't add anything to startup or anywhere else, I don't like anything that modifies my system without my consent . But let me help you, I'll create the scheduled task for you, when do you want to run GetValidID?.. once per hour ?no problem, i can schedule myself thx very much Link to comment Share on other sites More sharing options...
Viktor Posted September 9, 2008 Share Posted September 9, 2008 @ marsupilamiyour Marsu 2.5 fix runs perfect on 3 pc's here ;) Thx. Good Job :beta: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.