PDA

View Full Version : All In One Utility - XTime v5.0 Full Version


BLACKFIRE69
07-09-2020, 18:29
All In One Utility - XTime v5.0.0.3 Full Version


All in one utility for repacking.


Features:


Repack
- GetTime
- GetElapsedTime
- GetRemainsTime
- GetPercentage
- GetInstallingSpeed
- GetArcFile


Splash
- XSplash


Music
- MusicPlay
- MusicStop
- MusicPause
- MusicSetVolume
- IsMusicPlayOn
- MusicPlayInit
- MusicPlayDeInit


CallBack Wrapper
- XWrapper


Write/Read Protected INI
- XINIsearch
- XINIwriteFloat
- XINIwriteString
- XINIwriteInteger
- XINIwriteBoolean

- XINIreadFloat
- XINIreadString
- XINIreadInteger
- XINIreadBoolean
- XINIclose


Split/Merge Files
- XSplit ( setup-001.bin or setup-1.bin or setup-1a.bin )
- XSplitClose

- XMerge
- XMergeClose


Create/Extract Protected Zip
- PackInit
- PackAddFolder
- PackAddFile
- PackAddFiles
- PackBuild

- UnPackInit
- UnPackExtractFile
- UnPackExtractAll
- UnpackFinish


Encrypt/Decrypt Files
- XEncryptFile
- XDecryptFile


Check Hash From File
- XVerifyHashFromFile ( md5, sha1, sha256, sha512 )
- XVerifyHashFromFileClose


Get Hash Value
- XGetHash ( md5, sha1, sha256, sha512 )
- XGetHashClose


Set/Kill Timers
- XSetTimer
- XKillTime


Task Kill
- XTaskKill


Run a EXE
- XRun


Open/Save File or Folder
- XSaveFile
- XSaveAnyFile
- XOpenFile
- XOpenAnyFile
- XBrowseFolder


MbOrTB
- XMbOrTb






_

BLACKFIRE69
08-09-2020, 11:47
XTime New Update v5.0.0.1


What's New:


Fixed some issues.
Added two functions which are XSaveAnyFile and XOpenAnyFile.
Included a example for each feature.



these examples will help you figure out what "XTime.dll" is.

_

shazzla
08-09-2020, 12:05
Very productive!!! Keep up the good work,dude!!!:)

KaktoR
08-09-2020, 12:06
Thanks for this. Maybe I will use your timer function for my ASIS script (if I have some time someday :D).

BLACKFIRE69
12-09-2020, 09:52
XTime New Update v5.0.0.2



What's new:

Added Splash image (.png / .jpg / .bmp).



check the first post...

BLACKFIRE69
18-10-2020, 02:10
XTime v5.0.0.3 New Update


What's New:


Integrated xbass.dll.



MusicPlay();
MusicStop();
MusicPause();
MusicSetVolume(volume: Integer);
IsMusicPlayOn: Boolean;
MusicPlayInit(filename: WideString; volume: Integer);
MusicPlayDeInit();


check the first post...

AHMED SAMI
26-10-2020, 05:35
It really is a great job

y_thelastknight
26-10-2020, 07:52
Someone implement support to NFO viewer to any dll, that will help lot of re-packers.

ffmla
27-03-2021, 03:10
A little test done with XBrowseFolder function.

While running your example script for XBrowseFolder.when I click the cancel or closeform,then XBrowseFolder raise an exception.

Anyone confirm this?

Onemore thing, could you add the setup base icon into application icon of open or save or browseform(Like loadicon function)

PS:
Works on my another PC { Win 10 build 20H2 64bit}

Problem raises on Win10 build 20H1 32 bit.