Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 26th, 2017
72
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lua
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
foo
=
{
bar
=
3
}
foo_mt
=
{
}
setmetatable
(
foo
,
foo_mt
)
function
foo_mt
:
__index
(
key
,
value
)
return
"Nope!"
end
print
(
foo
.
bar
)
print
(
foo
.
baz
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ API Flaw Money Method
CSS | 44 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 44 min ago | 1.04 KB
This month smells like money
CSS | 44 min ago | 1.04 KB
din47100_32_signals
Python | 2 hours ago | 1.99 KB
TP0_01
Java | 6 hours ago | 3.92 KB
KiCad dark mode generator
JavaScript | 6 hours ago | 1.53 KB
Kicad dark scheme
JSON | 6 hours ago | 14.38 KB
MM rando seed 8/12
13 hours ago | 27.63 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!