|
16 | 16 | ༺☆༻____________☾✧ ✩ ✧☽____________༺☆༻༺☆༻____________☾✧ ✩ ✧☽____________༺☆༻
|
17 | 17 |
|
18 | 18 | ✨Universal Aim Assist Framework✨
|
19 |
| - Release 1.9.4 |
| 19 | + Release 1.9.5 |
20 | 20 |
|
21 | 21 | twix.cyou/pix
|
22 | 22 | twix.cyou/OpenAimbotV3rm
|
|
360 | 360 | Configuration.AimKey = Value
|
361 | 361 | end
|
362 | 362 | })
|
363 |
| - Configuration.AimKey = pcall(UserInputService.GetStringForKeyCode, UserInputService, AimKeybind.Value) and Enum.KeyCode[AimKeybind.Value] or Enum.UserInputType.MouseButton2 |
| 363 | + Configuration.AimKey = AimKeybind.Value ~= "RMB" and Enum.KeyCode[AimKeybind.Value] or Enum.UserInputType.MouseButton2 |
364 | 364 | end
|
365 | 365 |
|
366 | 366 | local AimModeDropdown = AimbotSection:AddDropdown("AimMode", {
|
|
612 | 612 | Configuration.SpinKey = Value
|
613 | 613 | end
|
614 | 614 | })
|
615 |
| - Configuration.SpinKey = pcall(UserInputService.GetStringForKeyCode, UserInputService, SpinKeybind.Value) and Enum.KeyCode[SpinKeybind.Value] or Enum.UserInputType.MouseButton2 |
| 615 | + Configuration.SpinKey = SpinKeybind.Value ~= "RMB" and Enum.KeyCode[SpinKeybind.Value] or Enum.UserInputType.MouseButton2 |
616 | 616 | end
|
617 | 617 |
|
618 | 618 | SpinBotSection:AddSlider("SpinBotVelocity", {
|
|
717 | 717 | Configuration.TriggerKey = Value
|
718 | 718 | end
|
719 | 719 | })
|
720 |
| - Configuration.TriggerKey = pcall(UserInputService.GetStringForKeyCode, UserInputService, TriggerKeybind.Value) and Enum.KeyCode[TriggerKeybind.Value] or Enum.UserInputType.MouseButton2 |
| 720 | + Configuration.TriggerKey = TriggerKeybind.Value ~= "RMB" and Enum.KeyCode[TriggerKeybind.Value] or Enum.UserInputType.MouseButton2 |
721 | 721 |
|
722 | 722 | TriggerBotSection:AddSlider("TriggerBotChance", {
|
723 | 723 | Title = "TriggerBot Chance",
|
|
1090 | 1090 | Content = "✨Upgrade to unlock all Options✨\nContact @ttwiz_z via Discord to buy"
|
1091 | 1091 | })
|
1092 | 1092 |
|
1093 |
| - if getfenv().Drawing and getfenv().Drawing.new then |
| 1093 | + if DEBUG or getfenv().Drawing and getfenv().Drawing.new then |
1094 | 1094 | Tabs.Visuals = Window:AddTab({ Title = "Visuals", Icon = "box" })
|
1095 | 1095 |
|
1096 | 1096 | Tabs.Visuals:AddParagraph({
|
|
1117 | 1117 | Configuration.FoVKey = Value
|
1118 | 1118 | end
|
1119 | 1119 | })
|
1120 |
| - Configuration.FoVKey = pcall(UserInputService.GetStringForKeyCode, UserInputService, FoVKeybind.Value) and Enum.KeyCode[FoVKeybind.Value] or Enum.UserInputType.MouseButton2 |
| 1120 | + Configuration.FoVKey = FoVKeybind.Value ~= "RMB" and Enum.KeyCode[FoVKeybind.Value] or Enum.UserInputType.MouseButton2 |
1121 | 1121 | end
|
1122 | 1122 |
|
1123 | 1123 | FoVSection:AddSlider("FoVThickness", {
|
|
1174 | 1174 | Configuration.ESPKey = Value
|
1175 | 1175 | end
|
1176 | 1176 | })
|
1177 |
| - Configuration.ESPKey = pcall(UserInputService.GetStringForKeyCode, UserInputService, ESPKeybind.Value) and Enum.KeyCode[ESPKeybind.Value] or Enum.UserInputType.MouseButton2 |
| 1177 | + Configuration.ESPKey = ESPKeybind.Value ~= "RMB" and Enum.KeyCode[ESPKeybind.Value] or Enum.UserInputType.MouseButton2 |
1178 | 1178 | end
|
1179 | 1179 |
|
1180 | 1180 | local ESPBoxToggle = ESPSection:AddToggle("ESPBox", { Title = "ESP Box", Description = "Creates the ESP Box around the Players", Default = Configuration.ESPBox })
|
|
1402 | 1402 | Title = "Minimize Key",
|
1403 | 1403 | Description = "Changes the Minimize Key",
|
1404 | 1404 | Default = Fluent.MinimizeKey,
|
1405 |
| - ChangedCallback = function(Value) |
1406 |
| - UISettings.MinimizeKey = pcall(UserInputService.GetStringForKeyCode, UserInputService, Value) and UserInputService:GetStringForKeyCode(Value) or "RMB" |
| 1405 | + ChangedCallback = function() |
| 1406 | + UISettings.MinimizeKey = Fluent.Options.MinimizeKey.Value |
1407 | 1407 | InterfaceManager:ExportSettings()
|
1408 | 1408 | end
|
1409 | 1409 | })
|
|
1476 | 1476 | for Key, Value in next, ImportedConfiguration do
|
1477 | 1477 | if Key == "AimKey" or Key == "SpinKey" or Key == "TriggerKey" or Key == "FoVKey" or Key == "ESPKey" then
|
1478 | 1478 | Fluent.Options[Key]:SetValue(Value)
|
1479 |
| - Configuration[Key] = pcall(UserInputService.GetStringForKeyCode, UserInputService, Value) and Enum.KeyCode[Value] or Enum.UserInputType.MouseButton2 |
| 1479 | + Configuration[Key] = Value ~= "RMB" and Enum.KeyCode[Value] or Enum.UserInputType.MouseButton2 |
1480 | 1480 | elseif Key == "AimPart" or Key == "SpinPart" or typeof(Configuration[Key]) == "table" then
|
1481 | 1481 | Configuration[Key] = Value
|
1482 | 1482 | elseif Key == "FoVColour" or Key == "NameESPOutlineColour" or Key == "ESPColour" then
|
|
1558 | 1558 | local ExportedConfiguration = { __LAST_UPDATED__ = os.date() }
|
1559 | 1559 | for Key, Value in next, Configuration do
|
1560 | 1560 | if Key == "AimKey" or Key == "SpinKey" or Key == "TriggerKey" or Key == "FoVKey" or Key == "ESPKey" then
|
1561 |
| - ExportedConfiguration[Key] = pcall(UserInputService.GetStringForKeyCode, UserInputService, Value) and UserInputService:GetStringForKeyCode(Value) or "RMB" |
| 1561 | + ExportedConfiguration[Key] = Fluent.Options[Key].Value |
1562 | 1562 | elseif Key == "FoVColour" or Key == "NameESPOutlineColour" or Key == "ESPColour" then
|
1563 | 1563 | ExportedConfiguration[Key] = ColorsHandler:PackColour(Value)
|
1564 | 1564 | else
|
|
0 commit comments