Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 09e2a89

Browse files
committed
Pre-release 1.9
1 parent f808fd9 commit 09e2a89

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

source.lua

+15-10
Original file line numberDiff line numberDiff line change
@@ -253,16 +253,21 @@ local Triggering = false
253253
local ShowingFoV = false
254254
local ShowingESP = false
255255

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"))
264259
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
266271
end
267272
end
268273

@@ -279,7 +284,7 @@ end)
279284

280285
do
281286
local Window = Fluent:CreateWindow({
282-
Title = Fluent.Premium and "Open Aimbot <b><i>💫PREMIUM💫</i></b>" or "Open Aimbot",
287+
Title = "Open Aimbot",
283288
SubTitle = "By @ttwiz_z",
284289
TabWidth = UISettings.TabWidth,
285290
Size = UDim2.fromOffset(table.unpack(UISettings.Size)),

0 commit comments

Comments
 (0)