Advertisement
XxMirayxX21

LoaderNotification_Pineapple.lua

May 18th, 2021 (edited)
1,357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.05 KB | None | 0 0
  1. -- // Values
  2. _G.CHECKCR4CK   = true
  3. _G.CHECKCR4CKER = true
  4. _G.CHECKCR4CKED = true
  5.  
  6. _G.CR4CK        = true
  7. _G.CR4CKER      = true
  8. _G.CR4CKED      = true
  9.  
  10.  
  11.  
  12.  
  13.  
  14. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/TrillyX/Resources/main/NFLib"))()
  15.  
  16. --[[
  17.  
  18. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/TrillyX/Resources/main/NFLib"))()
  19.  
  20. Library:Notification("Preview", "This is a preview of a notification using NFLib", 5, Color3.fromRGB(255, 255, 255))
  21.  
  22. ]]--
  23.  
  24. --[[
  25.  
  26. local SimpleNotifLib = loadstring(game:HttpGet("https://sc4r.cf/annon/projects/SimpleNotif.lua", true))()
  27.  
  28. SimpleNotifLib.SimpleNotifInit(3, Color3.fromRGB(255,255,255), "yeet", "OK");
  29.                              -- ^ #1  ^ #2                ^ #3    ^ #4
  30. --#1:  gui tween speed
  31. --#2: getting the color from R, if you dont want a default color, grab an RGB color and paste it there
  32. --#3: custom Text for the button, default is in the table
  33. --#4: custom text for the nofitication Title, default is in the table
  34.  
  35. ]]--
  36.  
  37. Library:Notification("CREDITS", "CONVERTED BY : Miray (XxMirayxX21#3561 / Mirayyh)", 50, Color3.fromRGB(255, 255, 255))
  38. Library:Notification("CREDITS", "CONVERTED BY : Miray (XxMirayxX21#3561 / Mirayyh)", 60, Color3.fromRGB(255, 255, 255))
  39. Library:Notification("CREDITS", "CONVERTED BY : Miray (XxMirayxX21#3561 / Mirayyh)", 9e+18, Color3.fromRGB(255, 255, 255))
  40.  
  41. wait(15)
  42.  
  43. print("CONVERTED BY : Miray (XxMirayxX21#3561 / Mirayyh)")
  44.  
  45. wait()
  46.  
  47. local message = Instance.new("Message",workspace)
  48. message.Text = "Converted by Miray.\nDiscord: XxMirayxX21#3561.\nROBLOX: Mirayyh.\n\nAnyone selling this or claiming to be is beyond fake.\n\nPlease do  not use Pineapple.lua converted by other people.\nThey are unsafe and might contain loggers.\nMost of them are obfuscated too.\nPineapple.lua IS NOT OBFUSCATED!!!!!\n\nKNOWN IMPERSONATORS:\ntwrps#2494\nPLEASE DO NOT TRUST THEM!\n\n\n\n\nTHANK YOU FOR USING MY CONVERTED SCRIPT.\n\n\n\n\nPlease Wait 50 Seconds For This Message To Auto-Destroy."
  49. wait(50)
  50. message:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement