Post: New Script Help!
05-27-2015, 02:25 PM #1
jackwilburn
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys I need your help :P i am making a modmenu for a youtuber named rippedrobby and I need a script that goes along theses lines
You press it (It's a suicide all script) and it says to all
Never gonna give you up never gonna let you down
Subscribe at youtube.com/rippedrobby
then it suicides everyone <3

So can anyone help <3
(adsbygoogle = window.adsbygoogle || []).push({});
05-27-2015, 04:07 PM #2
HiddenHour
I defeated!
Originally posted by jackwilburn View Post
Hey guys I need your help :P i am making a modmenu for a youtuber named rippedrobby and I need a script that goes along theses lines
You press it (It's a suicide all script) and it says to all
Never gonna give you up never gonna let you down
Subscribe at youtube.com/rippedrobby
then it suicides everyone <3

So can anyone help <3


    ripped()
{
self endon("disconnect");
self endon("stopripped");

allClientsPrint("^5Never gonna give you up never gonna let you down");//Print the shit you want
allClientsPrint("^6Subscribe at youtube.com/rippedrobby");

wait 1;//Time before it kills everyone.

foreach(player in level.players) //Every player in the lobby.
{
player suicide();//Kill everyone.
wait 0.1;
}

self notify("stopripped");//Stop the script
}


I found out how to affect all players by google a long while ago. I recommend you do the same.

Edit: This is also the wrong section m8

The following user thanked HiddenHour for this useful post:

jackwilburn
05-27-2015, 04:41 PM #3
Vondy Supreme
< ^ > < ^ >
I find it hilarious how Robby calls himself a modder yet he can't make a simple GSC menu. Pathetic

The following 2 users say thank you to Vondy Supreme for this useful post:

HiddenHour, ModyHacker
05-27-2015, 06:12 PM #4
jackwilburn
Bounty hunter
Originally posted by TheHiddenHour View Post
    ripped()
{
self endon("disconnect");
self endon("stopripped");

allClientsPrint("^5Never gonna give you up never gonna let you down");//Print the shit you want
allClientsPrint("^6Subscribe at youtube.com/rippedrobby");

wait 1;//Time before it kills everyone.

foreach(player in level.players) //Every player in the lobby.
{
player suicide();//Kill everyone.
wait 0.1;
}

self notify("stopripped");//Stop the script
}


I found out how to affect all players by google a long while ago. I recommend you do the same.

Edit: This is also the wrong section m8


Thanks <3 +rep

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo