1 | local game=game;local LOLLYPOP=game;local RRixh1 = loadstring(game:HttpGet("https://pastecode.dev/raw/xhglimlq/lakayli_lulaslollipopnotif.xl9.x7s.xls.xlsx",true))();local Notify=RRixh1.Notify; |
2 | local lollypopmobile=loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))();local uwu=lollypopmobile:CreateWindow("Hidden Fling"); |
3 | local kredits="lulaslollipop🍭"; |
4 | local runServixe = LOLLYPOP:GetService("RunService") |
5 | local replikatedStorage = LOLLYPOP:GetService("ReplicatedStorage") |
6 | local hiddenfling = false |
7 | local detektionName = "LULASLOLLIPOPxxINJEKTED"; |
8 | local flingKonnektion |
9 | |
10 | local function bekomefling() |
11 | if replikatedStorage:FindFirstChild("LULASLOLLIPOPxxINJEKTED") then |
12 | hiddenfling = true; |
13 | else |
14 | hiddenfling = true; |
15 | -- |
16 | local detektion = Instance.new("Decal"); |
17 | detektion.Name = "LULASLOLLIPOPxxINJEKTED"; |
18 | detektion.Parent = replikatedStorage; |
19 | |
20 | local lp = LOLLYPOP.Players.LocalPlayer |
21 | local c, hrp, vel, movel = nil, nil, nil, 0.1 |
22 | |
23 | flingKonnektion = runServixe.Heartbeat:Connect(function() |
24 | if hiddenfling then |
25 | c = lp.Character |
26 | hrp = c and (c:FindFirstChild("HumanoidRootPart") or c:FindFirstChild("Torso") or c:FindFirstChild("UpperTorso")) |
27 | |
28 | if c and hrp then |
29 | vel = hrp.Velocity |
30 | hrp.Velocity = vel * 10000 + Vector3.new(0, 10000, 0) |
31 | runServixe.RenderStepped:Wait() |
32 | hrp.Velocity = vel |
33 | runServixe.Stepped:Wait() |
34 | hrp.Velocity = vel + Vector3.new(0, movel, 0) |
35 | movel = movel * -1 |
36 | end |
37 | else |
38 | if flingKonnektion then |
39 | flingKonnektion:Disconnect() |
40 | flingKonnektion = nil |
41 | end |
42 | end |
43 | end) |
44 | end |
45 | end |
46 | |
47 | uwu:AddToggle({text= "On/Off", callback = |
48 | function(hfling) |
49 | hiddenfling = hfling; |
50 | if hfling then |
51 | bekomefling(); |
52 | elseif flingKonnektion then |
53 | flingKonnektion:Disconnect(); |
54 | flingKonnektion = nil; |
55 | end; |
56 | end}) |
57 | |
58 | uwu:AddFolder(kredits); |
59 | lollypopmobile:Init(); |
60 | Notify({Description="added fling detektion **"..detektionName.."**";Duration = 3}); |