Office 2010 Toolkit and EZ-Activator.

Discussion in 'MDL Projects and Applications' started by CODYQX4, Apr 27, 2010.

Thread Status:
Not open for further replies.
  1. Gremo

    Gremo MDL Member

    Feb 19, 2011
    106
    26
    10
    Can you built the toolkit against .net framework 4 in order to use it in thin pc? Thin pc supports only framework vers. 4... thanks
     
  2. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    I was hoping not to use that since .NET 3.5 in included in most modern OS. Why are you using Thin PC? To make it a lightweight PC?

    I'd need more people to ask about this, given .NET 4 can easily be installed. If the rumor is true that Windows 8 will only have .NET 4 then I'm more inclined to do this.

    @Bosh what do you think?
     
  3. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Thin PC also has .NET 3.5

    I have already tested several programs based on language, v3.5 version

    What can happen is a modded version of the system
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    OK went through Krakatoa source, the file most important in runram.au3 in example one. The other au3 in there just passes the keygen in hex string form to runram.au3 (it calls this function early).

    Things would work a lot smoother if we could convert this to C#, not sure if anyone wants to help with that.
     
  5. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    262
    60
    Maybe i missed some posts about this, but how do i install service pack 1 (windows update) when i use the toolkit ???, everytime it gives a error like ''failed to install''
     
  6. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    SP1 errors have nothing to do with the toolkit, but I used Add Updates to integrate it and install fresh Office 2010.
     
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Just to be 100% sure nobody has some kind of trick...

    Everything I know tells me it is impossible to change the listening port of an application simply by editing it's memory (since the port is opened and handled by the OS). I'm so sure it can't be done I'm not going to search for the memory address, as a CCNA and a basic understanding of how OS handles ports says no.
     
  8. DueDate

    DueDate MDL Novice

    Apr 28, 2011
    6
    0
    0
    -2.1.7 full when interest ?
     
  9. chandu_ycm

    chandu_ycm MDL Novice

    Mar 11, 2011
    34
    2
    0
    i didn't find AutoKMS folder in windows folder. i've done complete search. i've done license repair another time and later run EZ-Activator. Successfully activated after 2 attempts,and there is no AutoKMS folder is created in windows folder. i am trying to install AutoKMS manually but the install option is not working. please see the screen shot, screenshot.jpg

    how can i add AutoKMS files manually to that folder.

    chandu
     
  10. meigyoku

    meigyoku MDL Member

    Jun 10, 2011
    102
    20
    10
    This is the best activator for office 2010 I have known
     
  11. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Who knows, especially now that we are working on RAM Keygen again.

    Try uninstalling it then reinstalling, AV likely deleted it.
     
  12. Ser2k2

    Ser2k2 MDL Novice

    Jul 1, 2011
    22
    3
    0
    #3592 Ser2k2, Jul 10, 2011
    Last edited: Jul 10, 2011
    to chandu_ycm

    I recomend you before instaling the loader disable your antivirus and firewall. Then install the toolkit. After that search an option in your antivirus to exclude files, folder, etc, so the antivirus don't delete the loader. At the end enable your antivirus and firewall again. I did these and it works fine. I hope this help you a little.:eek:
     
  13. chandu_ycm

    chandu_ycm MDL Novice

    Mar 11, 2011
    34
    2
    0

    i've tried this operation several times but it doesn't works for me.

    chandu
     
  14. chandu_ycm

    chandu_ycm MDL Novice

    Mar 11, 2011
    34
    2
    0
    ok i'll try again after uninstalling office 2010 completely. i've installed and uninstalled 2 times on my OS, is this may create any problem? i am using MSDN's professional plus trail version.
     
  15. calguyhunk

    calguyhunk MDL Junior Member

    Oct 4, 2010
    74
    28
    0
    Hi Cody,

    I was wondering if there has been a fix for the "check available rearms" button deactivating Office 2010 under certain circumstances?

    The changelog doesn't seem to suggest so. If not, are you still working on it? (I'm on 2.1.4)
     
  16. IKER

    IKER MDL Novice

    Mar 1, 2011
    42
    6
    0
    Installed 2.1.6 and available button deactivate office 10 pro plus and go to 30 days. I just have 1 single rearm. I uninstall and reinstall EZ activator and again is ok
     
  17. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Check your topic. It can get all keys, but you cannot rely on the keys in the registry being actually installed. See the post there for more info. I posted modded source from the toolkit.
     
  19. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Think I might have gotten the first method I ever saw to run in RAM working, in C#.

    A file called CMemoryExecute.cs was the first thing I tried and it never worked. Two things are at fault. One is that you cannot inject into a 64 Bit process, the other is me compiling the toolkit as "Any CPU" breaks it from ever working. Good to see Krakatoa's AutoIT post up, as it could be useful, but the code I plan to use if I get this working the way I want won't require it.

    I injected KMSEmulator into vbc.exe, which is running is a CMD window it popups and title says vbc.exe, but it is KMSEmulator. I just need to inject into a process that won't popup a window and I'm good.