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
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?
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
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.
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''
SP1 errors have nothing to do with the toolkit, but I used Add Updates to integrate it and install fresh Office 2010.
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.
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, how can i add AutoKMS files manually to that folder. chandu
Who knows, especially now that we are working on RAM Keygen again. Try uninstalling it then reinstalling, AV likely deleted it.
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.
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.
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)
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
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.
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.