TEXT 137
Randomizer Inf Mags By venuslock on 21st April 2023 08:32:50 AM
  1. local freddy = math.huge
  2. local glen = freddy
  3.  
  4.  
  5. local mt = getrawmetatable(game);
  6. make_writeable(mt);
  7. local old_index = mt.__index;
  8.  
  9. mt.__index = function(alfred,gilbert)
  10.    if tostring(alfred) == "Mag" then
  11.    if tostring(gilbert) == "Value" then
  12.        return glen;
  13.    end
  14.    end
  15.    return old_index(alfred,gilbert);
  16.    end

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.