Forum Games

Ctrl + V

Submitted by Day, , Thread ID: 7130

Thread Closed

RE: Ctrl + V

#571
Your account will be permanently banned, if you're breaking the rules.

RE: Ctrl + V

This post was last modified: 17-11-2018, 01:58 PM by Crainyyy
#572
11-07-2015, 04:40 PM
Day Wrote:
Paste the last thing you copied?!?

http://i.imgur.com/w52yqCz.gif

https://www.youtube.com/watch?v=PpqImIoD...ORsrbQa94M for a friend
Life is like a box of chocolates, it doesn't last as long for fat people.

RE: Ctrl + V

#573
nothing i started my PC some min ago, what did i win for this?

RE: Ctrl + V

#574
<img src="<?php bloginfo('template_url'); ?>/images/icoFB.png" alt="Facebook" />

oh shit, i have to go back to work......

RE: Ctrl + V

#575
$http <- RestApiService <- Session <- AuthService <- AuthInterceptor <- $http <- $uiRouter

circular dependencies happened shieeet ;<

RE: Ctrl + V

#576
https://tokyophotographer.myportfolio.co...dance-2018

I was looking for cool photography in Tokyo

RE: Ctrl + V

#577
Thank you very much for the grom theme mate, i love this theme.

RE: Ctrl + V

#578
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Heh i ned fill my new website with some text Smile

RE: Ctrl + V

#579
local servername = string.Replace( game.GetIPAddress(), ":", " Port.") --Gets the IP of the server
local numberofnetworkids = math.huge --Looks for network strings up to 2 to the power of 1024(i think?). You can change this if you're crashing when you run this or some shit.
file.CreateDir("NetCheck") --the dictionary where it'll save the things. Will save in the data folder inside of the garrys mod folder.

for i = 1, numberofnetworkids, 1 do
if util.NetworkIDToString(i) == nil then --If the NetworkID doesn't exist, it returns nil, so..
break --If the NetworkID doesn't exist, we just skip it.
else
if i == 1 then --Making sure we don't just write one line.
file.Write( "NetCheck/"..servername..".txt", "\r\n".."Network String: "..util.NetworkIDToString(i).." | Network ID: "..i.."\r\n" )
else --Write the network strings and ids to a file.
file.Append( "NetCheck/"..servername..".txt", "\r\n".."Network String: "..util.NetworkIDToString(i).." | Network ID: "..i.."\r\n")
end
end
end

print( "\nSuccessfully saved network strings to data/NetCheck...\n" )

RE: Ctrl + V

#580


Why do I always need at least 50 characters? -_-

Users browsing this thread: 29 Guest(s)