Forum Games

Ctrl + V

Submitted by Day, , Thread ID: 7130

Thread Closed

RE: Ctrl + V

vynnulled
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
1
09-11-2018, 03:51 AM
#571
Your account will be permanently banned, if you're breaking the rules.

RE: Ctrl + V

Pyrran
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
1
20-11-2018, 05:23 AM
#573
nothing i started my PC some min ago, what did i win for this?

RE: Ctrl + V

20-11-2018, 09:13 PM
#574
<img src="<?php bloginfo('template_url'); ?>/images/icoFB.png" alt="Facebook" />

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

RE: Ctrl + V

skrixer
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
0
Credits:
12
20-11-2018, 09:25 PM
#575
$http <- RestApiService <- Session <- AuthService <- AuthInterceptor <- $http <- $uiRouter

circular dependencies happened shieeet ;<

RE: Ctrl + V

Vayss
Lurker
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
1
23-11-2018, 10:02 PM
#577
Thank you very much for the grom theme mate, i love this theme.

RE: Ctrl + V

Wladass
Lurker
Level:
0
Reputation:
0
Posts:
6
Likes:
0
Credits:
8
24-11-2018, 04:49 PM
#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

ElFamosoHaxor
Closed Account
Level:
0
Reputation:
0
Posts:
2
Likes:
0
Credits:
2
24-11-2018, 09:13 PM
#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

25-11-2018, 10:00 AM
#580


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

Users browsing this thread: 8 Guest(s)