0% found this document useful (0 votes)
531 views3 pages

Free Touch Fling Script for Roblox

The document contains a script for a Roblox game that includes a GUI for a 'fling' feature. It warns users against paying for the script, stating it is free and promotes joining specific Discord servers for updates. The script includes functionality for toggling the fling feature on and off and allows the GUI to be draggable.

Uploaded by

cyoek34
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
531 views3 pages

Free Touch Fling Script for Roblox

The document contains a script for a Roblox game that includes a GUI for a 'fling' feature. It warns users against paying for the script, stating it is free and promotes joining specific Discord servers for updates. The script includes functionality for toggling the fling feature on and off and allows the GUI to be draggable.

Uploaded by

cyoek34
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

getgenv().

_=
"Join [Link]/msgabv2t9Q | [Link]/stando to get latest update ok bai :3 | If
you pay for this script you get scammed, this script is completely free ok"

loadstring(game:HttpGet("[Link]

Fling script

-- Touch fling gui

-- Gui to Lua (VIP VERSION)


-- Version: 6.9

-- Instances:

local ScreenGui = [Link]("ScreenGui")


local Frame = [Link]("Frame")
local Frame_2 = [Link]("Frame")
local TextLabel = [Link]("TextLabel")
local TextButton = [Link]("TextButton")

--Properties:

[Link] = [Link]:WaitForChild("PlayerGui")
[Link] = [Link]
[Link] = false
print("sub to BlueCat")

[Link] = ScreenGui
Frame.BackgroundColor3 = [Link](34, 34, 34)
Frame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.388539821, 0, 0.427821517, 0)
[Link] = [Link](0, 158, 0, 110)

Frame_2.Parent = Frame
Frame_2.BackgroundColor3 = [Link](50, 50, 50)
Frame_2.BorderColor3 = [Link](0, 0, 0)
Frame_2.BorderSizePixel = 0
Frame_2.Size = [Link](0, 158, 0, 25)

[Link] = Frame_2
TextLabel.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TextLabel.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.112792775, 0, -0.0151660154, 0)
[Link] = [Link](0, 121, 0, 26)
[Link] = [Link]
[Link] = "Solija Fling"
TextLabel.TextColor3 = [Link](0, 0, 255)
[Link] = 25.000

[Link] = Frame
TextButton.BackgroundColor3 = [Link](255, 255, 255)
TextButton.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.113924049, 0, 0.418181807, 0)
[Link] = [Link](0, 121, 0, 37)
[Link] = [Link]
[Link] = "OFF"
TextButton.TextColor3 = [Link](0, 0, 0)
[Link] = 20.000

-- Scripts:

local function IIMAWH_fake_script() -- [Link]


local script = [Link]('LocalScript', TextButton)

local ReplicatedStorage = game:GetService("ReplicatedStorage")


local RunService = game:GetService("RunService")
local Players = game:GetService("Players")

local toggleButton = [Link]


local hiddenfling = false
local flingThread
if not ReplicatedStorage:FindFirstChild("juisdfj0i32i0eidsuf0iok") then
local detection = [Link]("Decal")
[Link] = "juisdfj0i32i0eidsuf0iok"
[Link] = ReplicatedStorage
end

local function fling()


local lp = [Link]
local c, hrp, vel, movel = nil, nil, nil, 0.1

while hiddenfling do
[Link]:Wait()
c = [Link]
hrp = c and c:FindFirstChild("HumanoidRootPart")

if hrp then
vel = [Link]
[Link] = vel * 10000 + [Link](0, 10000, 0)
[Link]:Wait()
[Link] = vel
[Link]:Wait()
[Link] = vel + [Link](0, movel, 0)
movel = -movel
end
end
end

toggleButton.MouseButton1Click:Connect(function()
hiddenfling = not hiddenfling
[Link] = hiddenfling and "ON" or "OFF"

if hiddenfling then
flingThread = [Link](fling)
[Link](flingThread)
else
hiddenfling = false
end
end)
end
[Link](IIMAWH_fake_script)()
local function QCJQJL_fake_script() -- [Link]
local script = [Link]('LocalScript', Frame)

[Link] = true
[Link] = true
end
[Link](QCJQJL_fake_script)()

You might also like