Advertisement
Upscalefanatic3

WireUp [Lumber Tycoon 2]

May 28th, 2018
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. local mt = getrawmetatable(game);
  2. setreadonly(mt, false);
  3. local __index = mt.__index;
  4.  
  5.  
  6. mt.__index = function(self, index)
  7. if (index == 'HttpGet') then
  8. return function(_, url, ...)
  9. if (url == "https://pastebin.com/raw/GAhcQHsg") then
  10. return [[--great job, now u receive the hammer
  11. local hammered = {
  12.  
  13. }
  14.  
  15. return hammered]]
  16. end
  17.  
  18. return __index(self, 'HttpGet')(url, ...)
  19.  
  20. end;
  21. end;
  22. return __index(self, index);
  23. end;
  24.  
  25.  
  26.  
  27.  
  28. setreadonly(mt, true);
  29.  
  30.  
  31. local autoKey = "Key_0584968008"
  32.  
  33. local autoValue = Instance.new("StringValue",game.Players.LocalPlayer)
  34. autoValue.Name = "WUKEY"
  35. autoValue.Value = autoKey
  36.  
  37. loadstring(game:GetObjects("rbxassetid://1709298829")[1].Source)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement