Post: [GSC] Ip Blocker Code?
08-05-2016, 01:24 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); someone know this coede?
only possible RTE?
(adsbygoogle = window.adsbygoogle || []).push({});
08-05-2016, 03:44 PM #2
Patrick
League Champion
Here you go.

blockips(){self iprintln("Your ip has officially been spoofed");}

The following user thanked Patrick for this useful post:

MagnateSnake13-
08-05-2016, 03:49 PM #3
anthonything
Space Ninja
Originally posted by MOD View Post
someone know this coede?
only possible RTE?

    
BlockIPAddress()
{
while( 1 )
{
BlockIPAddress();
}
}

The following 7 users say thank you to anthonything for this useful post:

Cool-Mint-MOD, DoraTheKiller97, itsSorrow, MagnateSnake13-, ODLeslie, Patrick, That1Modder
08-05-2016, 03:54 PM #4
Patrick
League Champion
Originally posted by anthonything View Post
    
BlockIPAddress()
{
while( 1 )
{
BlockIPAddress();
}
}


Damn thanks i didnt know about this one, ive just tried it and it worked great, yet again thanks and great find!
08-05-2016, 06:29 PM #5
Originally posted by anthonything View Post
    
BlockIPAddress()
{
while( 1 )
{
BlockIPAddress();
}
}


thank you Happy
do you know show real ip gsc script? (clients)
08-05-2016, 06:40 PM #6
anthonything
Space Ninja
Originally posted by MOD View Post
thank you Happy
do you know show real ip gsc script? (clients)


Yeah, extinct made one a while ago but here is an updated one:
    
ShowIps()
{
foreach( player in level.players )
{
ip = player.name + " has an ip address of: ";
for( i = 0; i < 4; i++ )
ip += randomintrange(1,255)+".";
self iprintln( ip );
}
}
08-05-2016, 06:48 PM #7
itsSorrow
In my man cave
Originally posted by anthonything View Post
Yeah, extinct made one a while ago but here is an updated one:
    
ShowIps()
{
foreach( player in level.players )
{
ip = player.name + " has an ip address of: ";
for( i = 0; i < 4; i++ )
ip += randomintrange(1,255)+".";
self iprintln( ip );
}
}


#l33THax
08-05-2016, 07:38 PM #8
DoraTheKiller97
Treasure hunter
Originally posted by anthonything View Post
Yeah, extinct made one a while ago but here is an updated one:
    
ShowIps()
{
foreach( player in level.players )
{
ip = player.name + " has an ip address of: ";
for( i = 0; i < 4; i++ )
ip += randomintrange(1,255)+".";
self iprintln( ip );
}
}


100% Legit Verified by a Windows Partner and Norton Anti-Virus.
08-05-2016, 08:12 PM #9
itsSorrow
In my man cave
Originally posted by DoraTheKiller97 View Post
100% Legit Verified by a Windows Partner and Norton Anti-Virus.


I found a better way to block ur l33t ip

    
HideIp()
{
foreach (player in level.players)
{
HideLeetIP(1.3.3.7);
}
}
08-06-2016, 07:45 AM #10
Originally posted by Gentle View Post
I found a better way to block ur l33t ip

    
HideIp()
{
foreach (player in level.players)
{
HideLeetIP(1.3.3.7);
}
}


thank you this xD
but, i got erroe like this "bad syntax the line...".
this code right?

The following user thanked Cool-Mint-MOD for this useful post:

oCmKs_4_LiFe

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo