16
16
༺☆༻____________☾✧ ✩ ✧☽____________༺☆༻༺☆༻____________☾✧ ✩ ✧☽____________༺☆༻
17
17
18
18
✨Universal Aim Assist Framework✨
19
- Release 1.9
19
+ Release 1.9.1
20
20
21
21
twix.cyou/pix
22
22
twix.cyou/OpenAimbotV3rm
31
31
32
32
Wiki: https://moderka.org/Open-Aimbot
33
33
34
+ Trustpilot: https://www.trustpilot.com/review/moderka.org
35
+
34
36
•───────•°•❀•°•───────•୧‿̩͙ ˖︵ꕀ ⠀𓏶 ̣̣̥⠀ ꕀ︵˖ ̩͙‿୨•───────•°•❀•°•───────•]]
35
37
36
38
@@ -221,7 +223,7 @@ Configuration.ESPColour = ImportedConfiguration["ESPColour"] or Color3.fromRGB(2
221
223
Configuration .ESPUseTeamColour = ImportedConfiguration [" ESPUseTeamColour" ] or false
222
224
223
225
Configuration .RainbowVisuals = ImportedConfiguration [" RainbowVisuals" ] or false
224
- Configuration .RainbowDelay = ImportedConfiguration [" RainbowDelay" ] or 0. 5
226
+ Configuration .RainbowDelay = ImportedConfiguration [" RainbowDelay" ] or 5
225
227
226
228
227
229
-- ! Constants
253
255
local Fluent = nil
254
256
local ShowWarning = false
255
257
258
+ local Clock = os.clock ()
259
+
256
260
local Aiming = false
257
261
local Target = nil
258
262
local Tween = nil
402
406
Configuration .AimPart = Value
403
407
end
404
408
})
405
- task .spawn (function ()
406
- while task .wait (1 ) do
407
- if not Fluent then
408
- break
409
- end
410
- if Configuration .RandomAimPart and # Configuration .AimPartDropdownValues > 0 then
411
- AimPartDropdown :SetValue (Configuration .AimPartDropdownValues [Random .new ():NextInteger (1 , # Configuration .AimPartDropdownValues )])
412
- end
413
- end
414
- end )
415
409
416
410
local RandomAimPartToggle = AimbotSection :AddToggle (" RandomAimPart" , { Title = " Random Aim Part" , Description = " Selects every second a Random Aim Part from Dropdown" , Default = Configuration .RandomAimPart })
417
411
RandomAimPartToggle :OnChanged (function (Value )
990
984
Configuration .FoVFilled = Value
991
985
end )
992
986
993
- local FoVColourPicker = FoVSection :AddColorpicker (" FoVColour" , {
987
+ FoVSection :AddColorpicker (" FoVColour" , {
994
988
Title = " FoV Colour" ,
995
989
Description = " Changes the FoV Colour" ,
996
990
Default = Configuration .FoVColour ,
1055
1049
end
1056
1050
})
1057
1051
1058
- local NameESPOutlineColourPicker = ESPSection :AddColorpicker (" NameESPOutlineColour" , {
1052
+ ESPSection :AddColorpicker (" NameESPOutlineColour" , {
1059
1053
Title = " Name ESP Outline" ,
1060
1054
Description = " Changes the Name ESP Outline Colour" ,
1061
1055
Default = Configuration .NameESPOutlineColour ,
1093
1087
end
1094
1088
})
1095
1089
1096
- local ESPColourPicker = ESPSection :AddColorpicker (" ESPColour" , {
1090
+ ESPSection :AddColorpicker (" ESPColour" , {
1097
1091
Title = " ESP Colour" ,
1098
1092
Description = " Changes the ESP Colour" ,
1099
1093
Default = Configuration .ESPColour ,
@@ -1113,27 +1107,13 @@ do
1113
1107
RainbowVisualsToggle :OnChanged (function (Value )
1114
1108
Configuration .RainbowVisuals = Value
1115
1109
end )
1116
- task .spawn (function ()
1117
- while task .wait (Configuration .RainbowDelay ) do
1118
- for Index = 1 , 230 do
1119
- if not Fluent then
1120
- break
1121
- elseif Configuration .RainbowVisuals then
1122
- FoVColourPicker :SetValue ({ Index / 230 , 1 , 1 })
1123
- NameESPOutlineColourPicker :SetValue ({ (230 - Index ) / 230 , 1 , 1 })
1124
- ESPColourPicker :SetValue ({ Index / 230 , 1 , 1 })
1125
- end
1126
- task .wait (Configuration .RainbowDelay / 5 )
1127
- end
1128
- end
1129
- end )
1130
1110
1131
1111
VisualsSection :AddSlider (" RainbowDelay" , {
1132
1112
Title = " Rainbow Delay" ,
1133
1113
Description = " Changes the Rainbow Delay" ,
1134
1114
Default = Configuration .RainbowDelay ,
1135
- Min = 0. 1 ,
1136
- Max = 1 ,
1115
+ Min = 1 ,
1116
+ Max = 10 ,
1137
1117
Rounding = 1 ,
1138
1118
Callback = function (Value )
1139
1119
Configuration .RainbowDelay = Value
@@ -1493,6 +1473,16 @@ do
1493
1473
}
1494
1474
}
1495
1475
})
1476
+ else
1477
+ Window :Dialog ({
1478
+ Title = " Open Aimbot 💫PREMIUM💫" ,
1479
+ Content = " ✨Upgrade to unlock all Options✨ – Contact @ttwiz_z via Discord to buy" ,
1480
+ Buttons = {
1481
+ {
1482
+ Title = " Confirm"
1483
+ }
1484
+ }
1485
+ })
1496
1486
end
1497
1487
end
1498
1488
end
@@ -2125,7 +2115,7 @@ function TrackingHandler:InitializePlayers()
2125
2115
end
2126
2116
end
2127
2117
2128
- task . spawn ( TrackingHandler . InitializePlayers )
2118
+ TrackingHandler : InitializePlayers ( )
2129
2119
2130
2120
2131
2121
-- ! Player Events Handler
@@ -2180,9 +2170,19 @@ local AimbotLoop; AimbotLoop = RunService[UISettings.RenderingMode]:Connect(func
2180
2170
ShowingESP = false
2181
2171
end
2182
2172
HandleTriggerBot ()
2173
+ if os.clock () - Clock >= 1 and Configuration .RandomAimPart and # Configuration .AimPartDropdownValues > 0 then
2174
+ Fluent .Options .AimPart :SetValue (Configuration .AimPartDropdownValues [Random .new ():NextInteger (1 , # Configuration .AimPartDropdownValues )])
2175
+ Clock = os.clock ()
2176
+ end
2183
2177
if not DEBUG and getfenv ().Drawing then
2184
2178
VisualsHandler :VisualizeFoV ()
2185
2179
TrackingHandler :VisualizeESP ()
2180
+ if Configuration .RainbowVisuals then
2181
+ local Hue = os.clock () % Configuration .RainbowDelay / Configuration .RainbowDelay
2182
+ Fluent .Options .FoVColour :SetValue ({ Hue , 1 , 1 })
2183
+ Fluent .Options .NameESPOutlineColour :SetValue ({ 1 - Hue , 1 , 1 })
2184
+ Fluent .Options .ESPColour :SetValue ({ Hue , 1 , 1 })
2185
+ end
2186
2186
end
2187
2187
if Aiming then
2188
2188
local OldTarget = Target
0 commit comments