Skip to content

Latest commit

 

History

History
115 lines (99 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

115 lines (99 loc) · 2.56 KB

0.2.0 Stable Alpha Release

Added

  • !dxl Pull
  • !dxui Pull
  • dxui:SetWatermarkVisiblity
  • dxui:SetWatermark
  • dxui:Notify
  • dxui:CreateWindow
  • Window:AddTab
  • Tab:AddGroupbox
  • Tab:Focus
  • Tab:AddGroupbox
  • Tab:AddLeftGroupbox
  • Tab:AddRightGroupbox
  • Groupbox:AddButton and it's residing functions within ColorPicker:{Function}
  • Groupbox:AddColorPicker and it's residing functions within ColorPicker:{Function}
  • Groupbox:AddToggle and it's residing functions within ColorPicker:{Function}
  • Groupbox:AddSlider and it's residing functions within ColorPicker:{Function}
  • Groupbox:AddDropdown and it's residing functions within Dropdown:{Function}
  • Groupbox:AddLabel
  • Groupbox:AddTitle
  • Groupbox:AddBlank
  • Groupbox:AddBorder

Fixes

  • Added Images that actually load to README.md

0.1.2 Stable Release

Added

  • languages to contributes in package.json
  • lua and multiple extensions for dx9lua. .lua, .dx9, .dx9lua, and .dx9.lua. (Pick your poison!)

0.1.1 Stable Release

Added

  • dx9.Mouse1Click
  • dx9.Mouse2Click
  • dx9.CalcTextWidth
  • dx9.Get
  • dx9.GetAimbotValue
  • dx9.GetKeys
  • dx9.GetHealth
  • dx9.GetMaxHealth
  • dx9.MouseMove
  • dx9.GetVelocity
  • Special thanks to supg for giving me a list of undocumented functions for these above. :)

Fix

  • dx9.Teleport

0.1.0 Stable Release

Added

  • dx9.GetTeam
  • dx9.GetTeamColour
  • dx9.GetCharacter
  • dx9.GetAdornee
  • dx9.GetType
  • dx9.GetTarget
  • dx9.GetImageLabelPosition
  • dx9.GetMouse
  • dx9.GetNumValue
  • dx9.GetKey
  • dx9.GetLocked
  • dx9.GetStringValue
  • dx9.GetBoolValue
  • dx9.get_info
  • dx9.get_player
  • dx9.get_players
  • dx9.get_localplayer
  • dx9.isLeftClick
  • dx9.isRightClick
  • dx9.isLeftClickHeld
  • dx9.isRightClickHeld
  • dx9.MatrixToEulers
  • dx9.size
  • dx9.ShowConsole
  • dx9.ClearConsole
  • dx9.Teleport
  • dx9.FirstPersonAim
  • dx9.ThirdPersonAim
  • dx9.SetAimbotValue
  • dx9.WorldToScreen

Change

  • Proper naming for defaultValues

0.0.2

Added

  • dx9.GetDatamodel
  • dx9.GetCFrame
  • dx9.GetAllParts
  • dx9.GetName
  • dx9.GetChildren
  • dx9.GetPosition
  • dx9.GetParent
  • icon to package.json

Change

  • Format of body for dx9.FindFirstChild, dx9.FindFirstChildOfClass, dx9.FindFirstDescendant.

0.0.1

Notes

  • Initial release

Added

  • dx9.FindFirstChild
  • dx9.FindFirstChildOfClass
  • dx9.FindFirstDescendant
  • Repository to package.json
  • Other tag to package.json