1 | local game=game;local lollypopmobile = loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))(); |
2 | local uwu= lollypopmobile:CreateWindow("HiddenFling");local kredits="lulaslollipop🍭"; |
3 | |
4 | |
5 | local function bekomefling() |
6 | if game:GetService("ReplicatedStorage"):FindFirstChild("LULASLOLLIPOP") then |
7 | hiddenfling = true |
8 | else |
9 | hiddenfling = true |
10 | detektion = Instance.new("Decal") |
11 | detektion.Name = "LULASLOLLIPOP" |
12 | detektion.Parent = game:GetService("ReplicatedStorage") |
13 | |
14 | local hrp, c, vel, movel = nil, nil, nil, 0.1 |
15 | while true do |
16 | game:GetService("RunService").Heartbeat:Wait() |
17 | if hiddenfling then |
18 | local lp = game.Players.LocalPlayer |
19 | while hiddenfling and not (c and c.Parent and hrp and hrp.Parent) do |
20 | game:GetService("RunService").Heartbeat:Wait() |
21 | c = lp.Character |
22 | hrp = c:FindFirstChild("HumanoidRootPart") or c:FindFirstChild("Torso") or c:FindFirstChild("UpperTorso") |
23 | end |
24 | if hiddenfling then |
25 | vel = hrp.Velocity |
26 | hrp.Velocity = vel * 10000 + Vector3.new(0, 10000, 0) |
27 | game:GetService("RunService").RenderStepped:Wait() |
28 | if c and c.Parent and hrp and hrp.Parent then |
29 | hrp.Velocity = vel |
30 | end |
31 | game:GetService("RunService").Stepped:Wait() |
32 | if c and c.Parent and hrp and hrp.Parent then |
33 | hrp.Velocity = vel + Vector3.new(0, movel, 0) |
34 | movel = movel * -1 |
35 | end |
36 | end |
37 | end |
38 | end |
39 | end |
40 | end |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | thanks for using |
48 | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | |
59 | |
60 | |
61 | ]] |
62 | uwu:AddToggle({text = "On/Off", callback = function(hfling) |
63 | if hfling then |
64 | bekomefling() |
65 | else |
66 | hiddenfling = false |
67 | end |
68 | end}) |
69 | uwu:AddFolder(kredits); |
70 | lollypopmobile:Init(); |
71 | print("works(1)?") |