Fallout
Junior Member
Offline
Posts: 76
Thank You
-Given: 7
-Receive: 276
|
|
« on: August 21, 2006, 04:58:30 16:58 » |
|
Hello all... :cool: MikroC 6.0.0.0 is out and new key gen too... this is irst version of key gen but all working fine.... as and forever NO PATCHING NO FAKE only valid licence key file :) what's new's in this version? i mean protection... :) they use OLD key check proc and add NEW so my old key be pass OLD check procedure but fail on new.... new procedure is simply calculate "magic value" then read magic value from file and check for equal..... i reverse this proc (rewrite in C :) ) and write fully stand alone keygen then my HDD death :) and i write not stand alone version... but this version generate valid key too offcourse :) what you need.... Tools: 1) OnlyForGetKey!.exe - MikroC.exe patched to get magic value :) patch is simple... for 6.0.0.0 version new check proc is here... CODE:006EBA16 call NewKeyCheckV6 CODE:006EBA1B test al, al CODE:006EBA1D jnz short loc_6EBA3D
You can simply patch this 006EBA1D instruction but this is not very good method becourse we do not like patched program, is't it? in this proc i add my custom code... it is simple code... but usefulll 8D45F8 lea eax,[ebp][-08] E803ECD1FF call .00040A4F4 ; Int64ToStr 6A00 push 000 6888E66700 push 00067E688 ;'mikroC.key' FF75F8 push d,[ebp][-08] 90 nop 6A00 push 000 E8155AD1FF call MessageBoxA 689A020000 push 00000029A E8035AD1FF call ExitProcess C3 retn
it simply get magic value and show it to you... then program is exit :) 2) MikroC_KeyGen v6 :) Instruction: Fist of all download all tools: 1) Fist tool you can get here http://rapidshare.de/files/30217967/OnlyForGetKey_.rar.html password: www.sonsivri.com Keygen here: http://rapidshare.de/files/30218984/mckg.zip.html 2) unrar & unzip all... put OnlyForGetKey!.exe in MikroC 6.0 folder .... then generate old style key with keygen..... if you install MikroC on C hard drive like (c:\program files\....) you must set disk C in key like old version..... for example: MikroC_KeyGen -pC:\ key gen create MikroC.key copy it to MikroC dir too (do not delete from keygen dir :) ).... then start OnlyForGetKey!.exe and try to compile big code.... for example i compile "mikroC\Examples\extra_examples\SerialEthernet" then you try to compile code you get MagicValue in missage box :) for example (-47884451) save it!!!!!! and press OK ... program be closed...... ok next step..... run KeyGen with another option.... MikroC_KeyGen -v where magic_key it is your value.... in my case this be MikroC_KeyGen -v-47884451 key be updated to new :) copy key to MikroC dir ... delete OnlyForGetKey!.exe (this is no need anymore.... ) and have fun with fully valid licence key and fully worked compiler.... Be aware if you like this soft please buy license.... do not use keygen.... p.s: for me all working fine i use to on real PIC's and all ok Injoy with FXD Team...
|
|
« Last Edit: August 21, 2006, 05:03:18 17:03 by Fallout »
|
Logged
|
|
|
|
Wannabe
Global Moderator
Senior Member
Offline
Posts: 430
Thank You
-Given: 228
-Receive: 285
|
|
« Reply #1 on: August 21, 2006, 07:39:05 19:39 » |
|
Thanks!
|
|
|
Logged
|
|
|
|
tyranus
Newbie
Offline
Posts: 8
Thank You
-Given: 1
-Receive: 0
|
|
« Reply #2 on: August 21, 2006, 08:06:14 20:06 » |
|
@fallout: Very good job! Any hope with mikroPascal 6.0.0.0 ?
|
|
|
Logged
|
Sith Lord
|
|
|
junied
Guest
|
|
« Reply #3 on: August 21, 2006, 09:56:05 21:56 » |
|
really good job ! thanks
|
|
|
Logged
|
|
|
|
msamar
Newbie
Muted
Offline
Posts: 20
Thank You
-Given: 0
-Receive: 4
|
|
« Reply #4 on: August 21, 2006, 10:14:35 22:14 » |
|
ok i have do all steps but i cant do added magic codes i am useing windows XP2 her is magic codes -47921394 i have attached mikroc.key can do it to me. and one more thing her is my product codes 445A-667266-767763-5D4E6 if you do calc to this product you will got 6CCD 38B6 that is my sn hdd is 6CCD 38B6 listen please i can help you for this calc i have do it on c++ if you nead to test this calc send to me your product key i will write to you your sn hdd regards engineer msamar
|
|
« Last Edit: August 21, 2006, 11:02:28 23:02 by msamar »
|
Logged
|
|
|
|
Fallout
Junior Member
Offline
Posts: 76
Thank You
-Given: 7
-Receive: 276
|
|
« Reply #5 on: August 22, 2006, 08:10:54 08:10 » |
|
Product code's consist your HDD serial and other SPY info do not publish it =) Try this : MikroC_KeyGen -v-47921394
!!!WARNING!!! Magic Key is difrent each time then you regenerate the MikroC.key so you must generate one key then copy to MikroC folder .... and then update THIS KEY with magic value and copy it again to MikroC folder..... and all be OK .... yeap i now what my KeyGen is not easy to use but and not so hard..... hm maybe attach Video with HOW TO =)
|
|
|
Logged
|
|
|
|
relsys
Guest
|
|
« Reply #6 on: August 22, 2006, 08:28:47 08:28 » |
|
something about mikroPascal v6000 ?
|
|
|
Logged
|
|
|
|
Fallout
Junior Member
Offline
Posts: 76
Thank You
-Given: 7
-Receive: 276
|
|
« Reply #7 on: August 22, 2006, 11:11:01 11:11 » |
|
Hm without proxy i can open this web strange problem.... video how to use it here: http://rapidshare.de/files/30308673/MikroCTutorial.rar.html about problem..... do not use start_me.bat it not for clicking.... with out brain use keygen from console.... soemone make this action... @ECHO OFF REM MikroC_KeyGen -v-47884451 MikroC_KeyGen -pC:\ pause they uncomment REM MikroC_KeyGen -v-47884451 this string (remove REM) and start this bat file! this is wrong MikroC_KeyGen -pC:\ this string overide you correct key with new =) simply USE CONSOLE FOR KEYGEN or then you want to add magic value from batfile.... make this remove REM from second line and add it on next.... @ECHO OFF MikroC_KeyGen -v-47884451 REM MikroC_KeyGen -pC:\ pause look to video and all be OK =))) about Pascal Basic dsPic AVR and so on.... be patient.... it is not so hard but need time...
|
|
|
Logged
|
|
|
|
freddyg
Junior Member
Offline
Posts: 85
Thank You
-Given: 3
-Receive: 2
|
|
« Reply #8 on: August 22, 2006, 10:44:41 22:44 » |
|
Great work fallout !
|
|
|
Logged
|
|
|
|
daemone
Guest
|
|
« Reply #9 on: August 23, 2006, 01:44:55 01:44 » |
|
Handsome boy.hehe
|
|
|
Logged
|
|
|
|
Fallout
Junior Member
Offline
Posts: 76
Thank You
-Given: 7
-Receive: 276
|
|
« Reply #10 on: August 24, 2006, 09:47:54 09:47 » |
|
Hi kahtan 1) IDA Pro Advance 5.0 for analyze program. 2) HIEW for write little code what show to your magic value.... to MikroC compiller (OnlyForGetKey!.exe) 3) Pelles C compiller (free ANSI C compiller i like it.. very good thing... little size and so on) for write a keygen.... (MikroC_KeyGen.exe) 4) Brain
|
|
|
Logged
|
|
|
|
microshipa
Junior Member
Offline
Posts: 72
Thank You
-Given: 21
-Receive: 36
|
|
« Reply #11 on: August 24, 2006, 04:08:32 16:08 » |
|
emule FULL Link
ed2k://|file|mikroC_6_0_0_0-2006-FULL.rar|13956814|CBFCAAE6A8F0174C5F459156BA6D1D9F|/
|
|
|
Logged
|
|
|
|
freddyg
Junior Member
Offline
Posts: 85
Thank You
-Given: 3
-Receive: 2
|
|
« Reply #12 on: August 24, 2006, 05:17:29 17:17 » |
|
What's the difference between ed2k://|file|mikroC_6_0_0_0-2006-FULL.rar|13956814|CBFCAAE6A8F0174C5F459156BA6D1D9F |/ and the one you can download direct from mikroe.com Freddy
|
|
|
Logged
|
|
|
|
mona
Junior Member
Offline
Posts: 59
Thank You
-Given: 90
-Receive: 5
|
|
« Reply #13 on: August 27, 2006, 01:22:05 13:22 » |
|
many thanks
|
|
|
Logged
|
|
|
|
Kelvin
Guest
|
|
« Reply #14 on: August 27, 2006, 10:42:26 22:42 » |
|
Great Fallout ;-) Many Many Thankx
|
|
|
Logged
|
|
|
|
service
Junior Member
Offline
Posts: 45
Thank You
-Given: 32
-Receive: 34
|
|
« Reply #15 on: August 28, 2006, 01:17:44 01:17 » |
|
Nice Job, Thanks. Any chance of a keygen for mikroBasic 5.0.0.0 ?
|
|
|
Logged
|
|
|
|
hamoon
Newbie
Offline
Posts: 7
Thank You
-Given: 1
-Receive: 3
|
|
« Reply #16 on: August 29, 2006, 12:56:47 12:56 » |
|
you are very handsome, thank you, a big one
|
|
|
Logged
|
|
|
|
aamir
Hero Member
Offline
Posts: 505
Thank You
-Given: 37
-Receive: 229
|
|
« Reply #17 on: September 04, 2006, 06:33:39 06:33 » |
|
Hello to all
Good work but kegen is not working for me i do all steps as mentioned but when
i copy kegen by using magic no compliler shows demo llimit message
|
|
|
Logged
|
|
|
|
nichita
Newbie
Offline
Posts: 15
Thank You
-Given: 2
-Receive: 0
|
|
« Reply #18 on: September 05, 2006, 03:10:02 03:10 » |
|
damned rapidshared , I cannot donwload anything they could put it in another server
|
|
|
Logged
|
|
|
|
cerebronico
Junior Member
Offline
Posts: 76
Thank You
-Given: 264
-Receive: 27
|
|
« Reply #19 on: September 28, 2006, 04:46:33 04:46 » |
|
Again, Wonderfull Job FallOut, thx u
|
|
|
Logged
|
|
|
|
frasenci
Translator
Active Member
Offline
Posts: 171
Thank You
-Given: 142
-Receive: 85
|
|
« Reply #20 on: October 14, 2006, 04:49:49 04:49 » |
|
Thank you. Fallout Owsome work !!! Got new 6.2 version working full with your tools Unbeleivable !!! FAA
|
|
|
Logged
|
|
|
|
robertino
Newbie
Offline
Posts: 28
Thank You
-Given: 9
-Receive: 3
|
|
« Reply #21 on: October 15, 2006, 07:50:24 19:50 » |
|
ohhhhhh, works very well, u'r great
|
|
|
Logged
|
|
|
|
cerebronico
Junior Member
Offline
Posts: 76
Thank You
-Given: 264
-Receive: 27
|
|
« Reply #22 on: October 23, 2006, 02:07:54 02:07 » |
|
thanks again, I switched to MikroC 6.2 and it works too!
|
|
|
Logged
|
|
|
|
ivvasiv
Guest
|
|
« Reply #23 on: December 08, 2006, 02:14:07 14:14 » |
|
Nice Job, Thanks.
|
|
|
Logged
|
|
|
|
robban
Senior Member
Offline
Posts: 265
Thank You
-Given: 34
-Receive: 38
Warrior
|
|
« Reply #24 on: December 09, 2006, 07:23:33 07:23 » |
|
v. 6.2 works allright, thanx...
|
|
|
Logged
|
Code Warrior
|
|
|
|