Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
yanirx
Aug 31st, 2014
516
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Pawn
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
stock SendTemplate
(
)
{
new str
[
7
]
;
format
(
str,
7
,
"%c%c%c%c%c%c"
,
random
(
26
)
+
65
,
random
(
26
)
+
65
,
random
(
26
)
+
65
,
random
(
26
)
+
65
,
random
(
26
)
+
65
,
random
(
26
)
+
65
)
;
return
str;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Bash | 29 min ago | 4.69 KB
Custodes R3
PHP | 2 hours ago | 1.56 KB
Sisters R3
PHP | 2 hours ago | 2.80 KB
Minecraft 1.21.8 - Custom enchantment command...
Lua | 3 hours ago | 4.94 KB
House Robber 2 (Leetcode 198) Space Unoptimis...
C++ | 4 hours ago | 2.34 KB
Resize EXT4
Bash | 4 hours ago | 5.31 KB
*New* Grow A Garden Duping & Pet Spawning...
Lua | 4 hours ago | 0.10 KB
Sisters R2
PHP | 5 hours ago | 2.95 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!