Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Screen2SWF is free now (https://forum.exetools.com/showthread.php?t=16938)

giv 07-12-2015 03:00

Screen2SWF is free now
 
The famous screen recording software is free now;
Quote:

http://www.screen-record.com/dl/SCRSWFSetup.exe

niculaita 10-09-2015 04:15

screen anytime v4.7
 
any solution for this 60 trial days ?

http://www.screen-record.com/screen_anytime.htm

http://www.screen-record.com/dl/SASetup.exe

niculaita 10-11-2015 22:57

http://www.instant-screen-capture.com/index.html
http://www.instant-screen-capture.com/download.html
15 days trial

Black_Legion 10-19-2015 01:10

Quote:

Originally Posted by niculaita (Post 102334)
http://www.instant-screen-capture.com/index.html
http://www.instant-screen-capture.com/download.html
15 days trial

Code:

Serial: 4611
Name: [any]

Keygen hint: any 4digit number which first and second digits are not odd and none of them are zero
and remaining of summation of 1st and 2nd and 3rd digits divide by 10 should be equal to 4th digit

wassim_ 10-19-2015 06:16

credit goes to black legion...

this is just a translation of the algo he described and an easy way to generate serials fulfiling the requirements.

http://js.do/code/exetools

ontryit 10-19-2015 15:02

Keygen for SPX Instant Screen Capture v7.0.0.0
 
SPX Instant Screen Capture v7.0.0.0

Homepage : http://www.instant-screen-capture.com
Download : http://www.instant-screen-capture.com/spxsetup.exe

Keygen coded with Delphi 7 - D10 (works)

Code:

function GenerateSN: string;
const
  EvenNum : array[0..3] of byte = (2, 4, 6, 8);
  OddNum : array[0..4] of byte = (1, 3, 5, 7, 9);
var
  FirstNum, SecondNum, ThirdNum, FourNum: byte;
  SN: string;
begin
  FirstNum := EvenNum[Round(Random * 3)];
  SecondNum := EvenNum[Round(Random * 3)];
  ThirdNum := OddNum[Round(Random * 4)];
  FourNum := (FirstNum + SecondNum + ThirdNum) mod 10;
  SN := IntToStr(FirstNum) + IntToStr(SecondNum) + IntToStr(ThirdNum) + IntToStr(FourNum);
  Result := SN;
end;

The correct serial no will save in "config.dat" file on %USERPROFILE%\AppData\Local\SPX

giv 10-19-2015 16:48

Thank you but is not easyer to use ALT+Print Scrn instead of use this software?

niculaita 10-20-2015 00:31

some videos online sites can not be captured as screen shot when video is paused
and after Print screen and Paste in mspaint.exe windows is black. so I was looking for
an other way to save an shot from movie.

Black_Legion 10-21-2015 01:21

1 Attachment(s)
Quote:

Originally Posted by niculaita (Post 102282)
any solution for this 60 trial days ?

http://www.screen-record.com/screen_anytime.htm

http://www.screen-record.com/dl/SASetup.exe

- removed nag screen
- bypassed 60 days checking jump

please check and report any problem :)

niculaita 10-21-2015 01:57

I replaced files and try to run exe, but soft does not work
it is made for win x64 bits ? with CFF explorer I seen in your patched Portable Executable 64

This app can't run on your PC

To find a version for your PC, check with software publisher.

I have win 10 x86. Please download and also make solution for x86 32 bits

Black_Legion 10-21-2015 05:29

Quote:

Originally Posted by niculaita (Post 102521)
I replaced files and try to run exe, but soft does not work
it is made for win x64 bits ? with CFF explorer I seen in your patched Portable Executable 64

This app can't run on your PC

To find a version for your PC, check with software publisher.

I have win 10 x86. Please download and also make solution for x86 32 bits

I just downloaded the SASetup.exe and installed that. no 32 bit setup or 64 bt has been placed in the site.
you mean that 32bit version will be installed when setup runs on windows x86?

ontryit 10-21-2015 10:02

Quote:

Originally Posted by Black_Legion (Post 102525)
I just downloaded the SASetup.exe and installed that. no 32 bit setup or 64 bt has been placed in the site.
you mean that 32bit version will be installed when setup runs on windows x86?

Yes, the setup was detect the platform architecture and installed the suitable version for that platform. You should install it on Windows x86 to works with version x86 vice versa.

Btw, can you post your attachment outside this forum because i have no access to download it. TIA

//ontryit

Black_Legion 10-21-2015 20:55

Screen Anytime v4.7
 
Screen Anytime v4.7
- 32bit and 64bit
- removed nag screen
- bypassed 60 days checking jump

please check and report any problem

Code:

32bit:
http://www65.zippyshare.com/v/P9RLbHVd/file.html
pass: exetools.com

Code:

64bit:
http://www65.zippyshare.com/v/NffYH3Ra/file.html
pass: exetools.com


daqstar 10-23-2015 00:12

Just a translation, yes, but the Keygen's algorithm requires that the 3rd digit be odd!

Quote:

Originally Posted by wassim_ (Post 102490)
credit goes to black legion...

this is just a translation of the algo he described and an easy way to generate serials fulfiling the requirements.

http://js.do/code/exetools


daqstar 10-23-2015 01:44

JavaScript Keygen Fixed
 


All times are GMT +8. The time now is 00:52.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX