Advertisement
nick_exe_

Lunar AI // OUTDATED!

Aug 25th, 2022 (edited)
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.83 KB | None | 0 0
  1. --[[
  2.  
  3. This version of the Lunar AI for DOORS is outdated.
  4. Please use this loadstring instead.
  5.  
  6. LOADSTRING:
  7. loadstring(game:HttpGet("https://pastebin.com/raw/F4qHiu70"))()
  8.  
  9. ]]--
  10.  
  11. local lunarLib = loadstring(game:HttpGet("https://pastebin.com/raw/bXFPY3ys"))()
  12.  
  13. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  14.  
  15. OrionLib:MakeNotification({
  16.     Name = "Version Outdated",
  17.     Content = "This version of Lunar AI is outdated! Copied new loadstring to your clipboard.",
  18.     Image = "rbxassetid://4483345998",
  19.     Time = 20
  20. })
  21.  
  22. warn('Version outdated! Please use this loadstring instead: loadstring(game:HttpGet("https://pastebin.com/raw/F4qHiu70"))()')
  23.  
  24. setclipboard('loadstring(game:HttpGet("https://pastebin.com/raw/F4qHiu70"))()')
  25.  
  26. OrionLib:Init()
  27.  
  28. --made by probablYnicK--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement