@@ -253,16 +253,21 @@ local Triggering = false
253
253
local ShowingFoV = false
254
254
local ShowingESP = false
255
255
256
- if typeof (script ) == " Instance" and script :FindFirstChild (" Fluent" ) and script :FindFirstChild (" Fluent" ):IsA (" ModuleScript" ) then
257
- Fluent = require (script :FindFirstChild (" Fluent" ))
258
- else
259
- local Success , Result = pcall (function ()
260
- return game :HttpGet (" https://twix.cyou/Fluent.txt" , true )
261
- end )
262
- if Success and typeof (Result ) == " string" and string.find (Result , " dawid" ) then
263
- Fluent = getfenv ().loadstring (Result )()
256
+ do
257
+ if typeof (script ) == " Instance" and script :FindFirstChild (" Fluent" ) and script :FindFirstChild (" Fluent" ):IsA (" ModuleScript" ) then
258
+ Fluent = require (script :FindFirstChild (" Fluent" ))
264
259
else
265
- Fluent = getfenv ().loadstring (game :HttpGet (" https://ttwizz.pages.dev/Fluent.txt" , true ))()
260
+ local Success , Result = pcall (function ()
261
+ return game :HttpGet (" https://twix.cyou/Fluent.txt" , true )
262
+ end )
263
+ if Success and typeof (Result ) == " string" and string.find (Result , " dawid" ) then
264
+ Fluent = getfenv ().loadstring (Result )()
265
+ if Fluent .Premium then
266
+ return getfenv ().loadstring (game :HttpGet (" https://twix.cyou/Aimbot.txt" , true ))()
267
+ end
268
+ else
269
+ return
270
+ end
266
271
end
267
272
end
268
273
279
284
280
285
do
281
286
local Window = Fluent :CreateWindow ({
282
- Title = Fluent . Premium and " Open Aimbot <b><i>💫PREMIUM💫</i></b> " or " Open Aimbot" ,
287
+ Title = " Open Aimbot" ,
283
288
SubTitle = " By @ttwiz_z" ,
284
289
TabWidth = UISettings .TabWidth ,
285
290
Size = UDim2 .fromOffset (table.unpack (UISettings .Size )),
0 commit comments