Advertisement
BlixerCoreProjecks

Skid notification lmao for Cloudy API

Apr 27th, 2025
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  2. local Notify = AkaliNotif.Notify;
  3. warn("[+] FireTripper finally works")
  4. wait(1);
  5.  
  6. Notify({
  7. Description = "Capitan! We are got injected into roblox. So, have fun idk";
  8. Title = "FireTripper [ALPHA]";
  9. Duration = 5;
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement