My two basic script :
SWF Download Link Creator.js generate:
- server-specific download link for main.swf-file
Updater1.0.0.forUE.js create:
- md5.txt - (File hash code)
- clientversion.txt - Darkorbit client version (main.swf)
- invisible.txt - Honey box codes
How to?
See the video -->

Installing
Step by step:

1. Install
and enter registration username/serial number! 
2. Install
! 
Default folder: c:\Program Files\IDM Computer Solutions\UltraEdit\
3. Please start ultraedit and enter registration username/serial number!
4. You can update ultraedit on internet. ( Help -> About -> Check for Updates)
5. Download
and unzip all files to Ultraedit folder!Default folder: c:\Program Files\IDM Computer Solutions\UltraEdit\
6. Download
(my scripts) and unzip all files to Ultraedit script folder!c:\Program Files\IDM Computer Solutions\UltraEdit\scripts\
7. Press Scripting -> Scripts in ultraedit menu and press Add button!
(add my two scripts to ultraedit) Press OK button!
8. Press Advanced -> Tool Configuration in ultraedit menu and press Insert button and write parameters!
menu item name:
MD5creator
command line:
C:\Program Files\IDM Computer Solutions\UltraEdit\MD5c.bat
Press OK button!
9. Create folder: c:\Udobot update\ or modify variables in script!
--------------------------------------------------------------------
SWF Download Link Creator.js example:
var LINKHERE = "E:\\Games\\FPS\\Udobot\\mainswf-download.html"; // hard FPS
Updater1.0.0.forUE.js example:
var SFN3 = "C:\\Temp\\main.swf";
var DFN1 = "E:\\Games\\FPS\\Udobot\\invisible.txt";
var DFN2 = "E:\\Games\\FPS\\Udobot\\clientversion.txt";
var DFN3 = "E:\\Games\\FPS\\Udobot\\md5.txt";
Note!
If your Ultraedit installed different folder then need modify this variable in Updater1.0.0.forUE.js
var SFN4 = "c:\\Program Files\\IDM Computer Solutions\\UltraEdit\\md5c.bat";
+ modify command line in Tool configuration !
Sorry my bad english!
See other professional updater:


addition :
need insert lines to Updater1.0.0.forUE.js
UltraEdit.open(DFN3); //Opening md5.txt
here...VVV
UltraEdit.activeDocument.top();
UltraEdit.activeDocument.key("END");
UltraEdit.activeDocument.key("DEL");
UltraEdit.save();







