Jump to content

Return []


Recommended Posts

look at my script it should create a file with encrypted text inside.. But in it only contain []

$htfullpath = FileSaveDialog("Full path to save .ht", @Desktopdir, "HyenaTable (*.ht)", 16)
    ProgressOn("Creating .HT", "Pls wait while we create .HT file", 1, 1)
    For $zzzz = 1 To 100
    _FileCreate($htfullpath)
    _FileWriteToLine($htfullpath, 1, "// .HT (HyenaTable) generated by Hyena - - Copyright [snip]@hotmail.com", 1)
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[Process]", "hyena", 1), _StringEncrypt(1, "Selected="& GuiCtrlRead($processlistgui) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[PointerAddress]", "hyena", 1), _StringEncrypt(1, "Address="& GuiCtrlRead($pointeraddresshexing) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[ArrayValue]", "hyena", 1), _StringEncrypt(1, "Value="& GuiCtrlRead($arrayvaluehexing) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[Hotkey]", "hyena", 1), _StringEncrypt(1, "Result="& GuiCtrlRead($hotkeyongui) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[HotkeyActivateCombo]", "hyena", 1), _StringEncrypt(1, "Result="& GuiCtrlRead($activatecomboGUI) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[HotkeyUndoCombo]", "hyena", 1), _StringEncrypt(1, "Result="& GuiCtrlRead($undocomboGUI) &"", "hyena", 1)))
Next
ProgressOff()
TrayTip(".HT file", ".HT file have been successfully created !", 5, 1)
Edited by xVivoCity
Link to comment
Share on other sites

look at my script it should create a file with encrypted text inside.. But in it only contain []

$htfullpath = FileSaveDialog("Full path to save .ht", @Desktopdir, "HyenaTable (*.ht)", 16)
    ProgressOn("Creating .HT", "Pls wait while we create .HT file", 1, 1)
    For $zzzz = 1 To 100
    _FileCreate($htfullpath)
    _FileWriteToLine($htfullpath, 1, "// .HT (HyenaTable) generated by Hyena - - Copyright goldendragoon_159@hotmail.com", 1)
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[Process]", "hyena", 1), _StringEncrypt(1, "Selected="& GuiCtrlRead($processlistgui) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[PointerAddress]", "hyena", 1), _StringEncrypt(1, "Address="& GuiCtrlRead($pointeraddresshexing) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[ArrayValue]", "hyena", 1), _StringEncrypt(1, "Value="& GuiCtrlRead($arrayvaluehexing) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[Hotkey]", "hyena", 1), _StringEncrypt(1, "Result="& GuiCtrlRead($hotkeyongui) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[HotkeyActivateCombo]", "hyena", 1), _StringEncrypt(1, "Result="& GuiCtrlRead($activatecomboGUI) &"", "hyena", 1)))
    MsgBox(0, "", IniWriteSection($htfullpath, _StringEncrypt(1, "[HotkeyUndoCombo]", "hyena", 1), _StringEncrypt(1, "Result="& GuiCtrlRead($undocomboGUI) &"", "hyena", 1)))
Next
ProgressOff()
TrayTip(".HT file", ".HT file have been successfully created !", 5, 1)

$htfullpath will not have the extension added if you do not add it in the name in FileSaveDialog, so maybe that's the problem.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...