RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Yoko Injection 2013 !

RLka

Traveler
Hello guys, we introduce to you Injection 2013 !
Injection is a macro tool, like Razor and AssistUO

Update (15.09.2013):
  • Added "Abyss" server support (Connection tab -> Encryption -> Abyss or Asmut)
  • Added support of fourth Finddistance parameter in FindType function. usage: UO.FindType(Graphic, [Color], [Container], [Finddistance])
  • Added function uo.Flying() for new clients >7.0.0.0, to identify flying status of Gargoyle
  • Added Stamina Patch checkbox to enable/disable patch for stamina (passing through players/monsters)
  • Added FPS Patch checkbox, increases animation speed and client FPS, analogue to PvP Hardcode Mod in abysst. Warning: test version, contains several bugs!
  • Fixed ilaunch when starting through DualCore Launcher
  • Fixed uo.Poisoned() function for new clients
  • Fixed crash on "Colored+Icons" checkbox check
  • Fixed drawing in title under Windows 7 (no longer requires classic theme in system)
  • Moved Pass hotkeys checkboxes to Hotkeys tab, Desktop Fix to Connection tab
  • Deleted unused checkboxes: Flush Log, Target XYZ fix, Permit Vars Loopback, Unset before set

    Script.dll:
  • Added Select last script at run checkbox - if set, last runned script will be selected automatically
  • Added Large Buttons checkbox - if set, Run, Stop and Pause buttons will be larger in size (Was requested)
  • Added multidimensional array (matrix) support, usage:
    Array initialization: mdim array_Name[dim1]...[dimN]
    Transfer of matrix named array_name into function named sub_name: sub_name(&mdim array_name)
    Receiving of matrix as argument in function named sub_name: sub_name(mdim array_name)
  • Added SetArrayLength (var_name, length, [copy:1/0]) function
    Used for copying or change of array size
    dim new_array = SetArrayLength(old_array, length, 1) - would copy "length" elements of old_array array into new new_array array. Elements outside of length would be removed.
    old_array = SetArrayLength(old_array, length) - would change the length of the old_array array, in case of array length decrease, elements outside of length would be removed.
  • Added ArrayContains(Array,Value) function - checkes if "Array" contains element "Value" in it. Returnes index of first found element, otherwise -1
  • Added GetArrayLength(Array) function, returns length of "Array"
  • Added Append method to file class. Usage:
    f = file(Path)
    f.append()
More information and changelogs there:
http://forum.yoko.com.ua/viewtopic.php?p=94698#p94698
 
Top