Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mt = getrawmetatable(game);
- setreadonly(mt, false);
- local __index = mt.__index;
- mt.__index = function(self, index)
- if (index == 'HttpGet') then
- return function(_, url, ...)
- if (url == "https://pastebin.com/raw/GAhcQHsg") then
- return [[--great job, now u receive the hammer
- local hammered = {
- }
- return hammered]]
- end
- return __index(self, 'HttpGet')(url, ...)
- end;
- end;
- return __index(self, index);
- end;
- setreadonly(mt, true);
- local autoKey = "Key_0584968008"
- local autoValue = Instance.new("StringValue",game.Players.LocalPlayer)
- autoValue.Name = "WUKEY"
- autoValue.Value = autoKey
- loadstring(game:GetObjects("rbxassetid://1709298829")[1].Source)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement