1 | |
2 | local wiz = wizard:NewSection("Made by") |
3 | wiz:CreateButton("@lulaslollipop🍭 on Roblox", function() setclipboard("https://www.roblox.com/users/3001347724/profile") |
4 | wait(0.1) |
5 | local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/NotificationUI"))(); |
6 | local Notify = AkaliNotif.Notify; |
7 | wait(); |
8 | Notify({ |
9 | Description = "Roblox Profile link kopied to klipboard"; |
10 | |
11 | Duration = 1; |
12 | }); |
13 | end) |
14 | |
15 | wiz:CreateButton("@rrixh👺 on Diskord", function() setclipboard("https://discordapp.com/users/607988645567266922") |
16 | wait(0.1) |
17 | local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/NotificationUI"))(); |
18 | local Notify = AkaliNotif.Notify; |
19 | wait(); |
20 | Notify({ |
21 | Description = "Diskord link kopied to klipboard"; |
22 | |
23 | Duration = 1; |
24 | }); |
25 | end) |
26 | |
27 | wiz:CreateButton("@sIipped 🖇️ on Telegram", function() setclipboard("https://t.me/sIipped") |
28 | wait(0.1) |
29 | local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/NotificationUI"))(); |
30 | local Notify = AkaliNotif.Notify; |
31 | wait(); |
32 | Notify({ |
33 | Description = "Telegram link kopied to klipboard"; |
34 | |
35 | Duration = 1; |
36 | }); |
37 | end) |