Jump to content

Internet Download Manager 6.23 Build 12


jalaffa

Recommended Posts

Guyz i'm using this TR for so many days but suddenly it stopped working now

can anybody suggest any line or any imporovement in this ?

x64

@Echo Off

cd %systemroot%\system32

call :IsAdmin

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "MData" /f

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Model" /f

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Therad" /f

Reg.exe add "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

Exit

:IsAdmin

Reg.exe query "HKU\S-1-5-19\Environment"

If Not %ERRORLEVEL% EQU 0 (

Cls & Echo You must have administrator rights to continue ...

Pause & Exit

)

Cls

goto:eof

x86

@Echo Off

cd %systemroot%\system32

call :IsAdmin

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "MData" /f

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Model" /f

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Therad" /f

Reg.exe add "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

Exit

:IsAdmin

Reg.exe query "HKU\S-1-5-19\Environment"

If Not %ERRORLEVEL% EQU 0 (

Cls & Echo You must have administrator rights to continue ...

Pause & Exit

)

Cls

goto:eof

Can you please reveal which TR have you been using ?

There's no name ,,its just the BAT script which i already posted in the SPOILERS

pls have a look,,,,u may get it

regards

Babel P:atcher TR continuosly works great. You may want to use it instead.

could u link me to that file?

or PM would be great

regards

OK. Will send you a PM in a few mins.

Link to comment
Share on other sites


  • Replies 191
  • Views 32.4k
  • Created
  • Last Reply
mr_rezaie64
Hi

Help help help :banned:

babelpatcher :notworthy:

adhooka :notworthy:

Crack IDM6.23 Build 12 Again, the disabled and the message is a fake serial. :duh:

Link to comment
Share on other sites


Internet Download Manager [iDM] v6.23 Build 12 Pre-Activated

Easy Peasy

Enjoy Nsaners....

https://www.dropbox.com/s/t3rou8x85fieb17/IDM_Pre.rar?dl=0

IDM is multilingual. IDM is translated to Albanian, Arabic, Azerbaijan, Bosnian, Bulgarian, Chinese, Croatian, Czech, Danish, Dutch, Farsi, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Lithuanian, Macedonian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, and Uzbek languages

Pre-Activated version was tested by me on 2 PC and the result :

It's acuatlly version 6.23 build 7 repack not build 12 ! <_<

I still getting "Fake Serial .." message repeatedly -_-

You can enter any desired "First Name" And "Last Name" before installing the application :rolleyes:

Link to comment
Share on other sites


Hi
Help help help :banned:
babelpatcher :notworthy:
adhooka :notworthy:
Crack IDM6.23 Build 12 Again, the disabled and the message is a fake serial. :duh:

Try This, let me know, follow the Intructions

http://tinyurl.com/pl3zuzb

Link to comment
Share on other sites


Here is a batch file that will remove Internet Download Manager BHO's from both x86 and x64.

echo Startecho #echo ######################## Default dirctory for x86 x64 ########################echo #echo this command is default system32 directory for x86 OS or x64 OScd %windir% & cd system32echo Remove IE BHO 01 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Remove IE BHO 02 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Remove IE BHO 03 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 01 & reg delete "HKLM\SOFTWARE\Microsoft\Internet Explorer\Toolbar" /v "{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 02 & reg delete "HKCU\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser" /v "{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 03 & reg delete "HKCU\Software\Microsoft\Internet Explorer\URLSearchHooks" /v "{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 04 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 05 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho CLSID delete & reg delete "HKCR\CLSID\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho #echo ######################## Change the dirctory for x64 ########################echo #echo this command is x86 application's registry for x64 OScd %windir% & cd syswow64echo Remove IE BHO 01 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Remove IE BHO 02 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Remove IE BHO 03 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 01 & reg delete "HKLM\SOFTWARE\Microsoft\Internet Explorer\Toolbar" /v "{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 02 & reg delete "HKCU\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser" /v "{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 03 & reg delete "HKCU\Software\Microsoft\Internet Explorer\URLSearchHooks" /v "{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 04 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho Toolbar delete 05 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho CLSID delete & reg delete "HKCR\CLSID\{0055C089-8582-441B-A0BF-17B458C2A3A8}" /fecho End
Link to comment
Share on other sites


not tested.....please report

1. IDM 6.x.x Keygen & Error Fixer coded by COLT (Crackbaz The Iran CrackerS Team)

http://www.datafilehost.com/d/7945e804

2. IDM 6.x.x Keygen & Patch coded by Service Manual (AORE)

http://www.datafilehost.com/d/897509fe

3. Internet.Download.Manager.6.23.Build.12.Patch coded by Kjacky (URET)

http://www.datafilehost.com/d/4c215905

Greets,

Ripdevil

Link to comment
Share on other sites


Dick around with TR's, or whatever you want to waste your time on. I won't waste my time with that crap.

What are you talking about ? waste of time babelpatcher tr patch been working since he made it back in 2014, hes been codeing patches along time for idm and that's what he uses.

Can you say that for any other fixes ? People seem to forget fast that for over a month people were having to clean there registry out from being blacklisted. You can waste your time cleaning the registry out from FW fix and byte patches from being blacklisted and having fix up ur fw and trying figure out why some leak on you and you get blacklisted anyways . I'll be doing my updates trough the program and enjoying it. :lol:

what? crap?

let me :secret: you @steven36

i remember a day. And since that day, i think someone, precisely a :troll: , has become a realy bad hater of me.

no no. no offense

i'm just kidding :lmao:

choose fix that suite you. enjoy your IDM :dance:

I really have no idea of what you're talking about ether :)

I did have a small issue with your patch I have been away offline for a week and when I 1st tired to download something it said my trial was expired . But I went ahead and downloaded the file and now I'm not getting expired popups anymore and seems to work fine I wonder what caused it to nag about the trial I been using it quite awhile 1st time I experienced this? :unsure:

Link to comment
Share on other sites


I dont need to follow no ones tutorial my fw is already set up to use ip block i never removed it . I just got it set to allow all testing TR patch and its still working so far. i was using ip blocking way before that ever existed .

you think ip block never stop working it did not long ago when they added 184.173.149.184 all they have to do is get a new ip and it can blacklist you as well. Theres no foolproof method.

Edit: One time in a few months i had one one nag after being offline a whole week using tr patch and it fixed its self the nag went away on its own. that's still much better than what happen 184.173.149.184 came out and blacklisted most fw users and they had clean there registry, restore, reformat are what ever they done to get working with the new ip.

Really its been explained for a year now how to block ips in your fw with 22 ips and all it took was the 23rd one to mess them up . Out of all 23 they only call out like 2 at a time and it only takes 1 new one to mess you up . :)

Link to comment
Share on other sites


Is there a good patch that isn't version specific?

I dont need to follow no ones tutorial my fw is already set up to use ip block i never removed it . I just got it set to allow all testing TR patch and its still working so far. i was using ip blocking way before that ever existed .

you think ip block never stop working it did not long ago when they added 184.173.149.184 all they have to do is get a new ip and it can blacklist you as well. Theres no foolproof method.

Edit: One time in a few months i had one one nag after being offline a whole week using tr patch and it fixed its self the nag went away on its own. that's still much better than what happen 184.173.149.184 came out and blacklisted most fw users and they had clean there registry, restore, reformat are what ever they done to get working with the new ip.

Really its been explained for a year now how to block ips in your fw with 22 ips and all it took was the 23rd one to mess them up . Out of all 23 they only call out like 2 at a time and it only takes 1 new one to mess you up . :)

Link to comment
Share on other sites


Is there a good patch that isn't version specific?

I dont need to follow no ones tutorial my fw is already set up to use ip block i never removed it . I just got it set to allow all testing TR patch and its still working so far. i was using ip blocking way before that ever existed .

you think ip block never stop working it did not long ago when they added 184.173.149.184 all they have to do is get a new ip and it can blacklist you as well. Theres no foolproof method.

Edit: One time in a few months i had one one nag after being offline a whole week using tr patch and it fixed its self the nag went away on its own. that's still much better than what happen 184.173.149.184 came out and blacklisted most fw users and they had clean there registry, restore, reformat are what ever they done to get working with the new ip.

Really its been explained for a year now how to block ips in your fw with 22 ips and all it took was the 23rd one to mess them up . Out of all 23 they only call out like 2 at a time and it only takes 1 new one to mess you up . :)

I dont know you will have ask some of the others who uses a byte patch .. seems I'm going to have to switch back to blocking the ips myself seems babelpatcher trial reset is missing a check in build 12 now i tested it on many downloads and and every so often it nags about the trial has expired even though it still works . seems its not deleting one of the needed registry keys is there any batch script or anyone really know how to reset it now were it dont nag ? :o

Link to comment
Share on other sites


.. seems I'm going to have to switch back to blocking the ips myself seems babelpatcher trial reset is missing a check in build 12 now i tested it on many downloads and and every so often it nags about the trial has expired even though it still works . seems its not deleting one of the needed registry keys is there any batch script or anyone really know how to reset it now were it dont nag ? :o

Babel Patcher TR still works great for me. No nags of any kind.

Link to comment
Share on other sites


.. seems I'm going to have to switch back to blocking the ips myself seems babelpatcher trial reset is missing a check in build 12 now i tested it on many downloads and and every so often it nags about the trial has expired even though it still works . seems its not deleting one of the needed registry keys is there any batch script or anyone really know how to reset it now were it dont nag ? :o

Babel Patcher TR still works great for me. No nags of any kind.

All I done was be off the internet for a week I even i tried to undo the backup file and repatching it i still am getting a nag about my trail is over windows 8.1 x64 all updates . Its random like every so often .. No matter I just switched it over to my block IDM zone and registered it not patched. ;)

Link to comment
Share on other sites


.. seems I'm going to have to switch back to blocking the ips myself seems babelpatcher trial reset is missing a check in build 12 now i tested it on many downloads and and every so often it nags about the trial has expired even though it still works . seems its not deleting one of the needed registry keys is there any batch script or anyone really know how to reset it now were it dont nag ? :o

Babel Patcher TR still works great for me. No nags of any kind.

All I done was be off the internet for a week I even i tried to undo the backup file and repatching it i still am getting a nag about my trail is over windows 8.1 x64 all updates . Its random like every so often .. No matter I just switched it over to my block IDM zone and registered it not patched. ;)

but isn't that strange behavior ?

Link to comment
Share on other sites


.. seems I'm going to have to switch back to blocking the ips myself seems babelpatcher trial reset is missing a check in build 12 now i tested it on many downloads and and every so often it nags about the trial has expired even though it still works . seems its not deleting one of the needed registry keys is there any batch script or anyone really know how to reset it now were it dont nag ? :o

Babel Patcher TR still works great for me. No nags of any kind.

All I done was be off the internet for a week I even i tried to undo the backup file and repatching it i still am getting a nag about my trail is over windows 8.1 x64 all updates . Its random like every so often .. No matter I just switched it over to my block IDM zone and registered it not patched. ;)

but isn't that strange behavior ?

very strange I been testing it since build 9 or so with no problem .. Seems switching to ip block fixed it though aslong as they dont update no protection before windows 10 comes out I sould be fine i plan to reformat when it comes out i only like upgrading on a clean system . If i have any problem with IP block i will restore to back before patch messed up . :P

Link to comment
Share on other sites


can anybody suggest any line or any imporovement in this ?

x64

@Echo Off

cd %systemroot%\system32

call :IsAdmin

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "MData" /f

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Model" /f

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Therad" /f

Reg.exe add "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

Exit

:IsAdmin

Reg.exe query "HKU\S-1-5-19\Environment"

If Not %ERRORLEVEL% EQU 0 (

Cls & Echo You must have administrator rights to continue ...

Pause & Exit

)

Cls

goto:eof

x86

@Echo Off

cd %systemroot%\system32

call :IsAdmin

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "MData" /f

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Model" /f

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Therad" /f

Reg.exe add "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

Exit

:IsAdmin

Reg.exe query "HKU\S-1-5-19\Environment"

If Not %ERRORLEVEL% EQU 0 (

Cls & Echo You must have administrator rights to continue ...

Pause & Exit

)

Cls

goto:eof

Just a heads-up . . . . . . . . . apart from the activation - you need to take a closer look at the configuration part (the last time we TeamViewed, found your IDM, WFC and Process Lasso Pro in a pretty bad shape.) ;)

Link to comment
Share on other sites


can anybody suggest any line or any imporovement in this ?

x64

@Echo Off

cd %systemroot%\system32

call :IsAdmin

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "MData" /f

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Model" /f

Reg.exe delete "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Therad" /f

Reg.exe add "HKCR\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

Exit

:IsAdmin

Reg.exe query "HKU\S-1-5-19\Environment"

If Not %ERRORLEVEL% EQU 0 (

Cls & Echo You must have administrator rights to continue ...

Pause & Exit

)

Cls

goto:eof

x86

@Echo Off

cd %systemroot%\system32

call :IsAdmin

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "MData" /f

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Model" /f

Reg.exe delete "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /v "Therad" /f

Reg.exe add "HKCR\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

Exit

:IsAdmin

Reg.exe query "HKU\S-1-5-19\Environment"

If Not %ERRORLEVEL% EQU 0 (

Cls & Echo You must have administrator rights to continue ...

Pause & Exit

)

Cls

goto:eof

While this might not sound like what you are looking for - I find it unbeatable for BHOs (especially since it adapts itself to any future change made by IDM - it is quite educative, too):--

HZ9Nh27.png

Link to comment
Share on other sites


All this confusion........ i have installed 6.23 build 12 about two or three weeks ago using "Internet.Download.Manager.v6.x.x.Update.8.patch-REiS" and it's working whitout problems........

Link to comment
Share on other sites


Lazy Users of Windows Firewall Control (WFC) can now export both the WFC rules (Allow and Block) illustrated at the IDM tutorial (updated at post # 1 and post # 2) using the following download:–

Site: http://www.mediafire.com
Sharecode[?]: /download/nctpnt7ukq8nxtk/IDM_Rules.rar

Needless to mention this link shall be kept updated on a continuous basis at (post # 1 and post # 2.) RlW5CMh.gif

Link to comment
Share on other sites


Fortunately, the latest version of AdwCleaner does not detect or delete IDM, but I think the old version did, like Junkware Removal Tool still does. What is the new IP I need to block?

Link to comment
Share on other sites


The ones who runs the ipblock topic should be able to figure it out once they reboot and there DNS updates .I'm not going to make it easy on them Its one checking when you do reboots . Seems now IDM when they change ips around there just adding new ones. Lucky for me I had a restore I just made before it happened so I was easily able to restore and add the new ip . B)

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...