Results 1 to 8 of 8
  1. #1
    Sabretooth's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Making this DarkRP friendly?

    Anyone know how to make this DarkRP friendly? Basically, a new idea has come around to some admins, to punish rule-breakers, they flood their screen with lua pop-up windows, making their Garry's Mod to crash or at least forcing them to restart.

    Snagged this from online, but once you run the lua, you can't do anything, such as viewing the scoreboard, or other things.

    Code:
    function vgui.Create()
    end
    Lmao, anyone?
    Last edited by Hunter; 01-09-2016 at 11:17 AM.

  2. #2
    p100 body shot's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    syria
    Posts
    53
    Reputation
    10
    Thanks
    30
    My Mood
    Stressed
    or you can just force +menu_reload on them

  3. #3
    Sabretooth's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by p100 body shot View Post
    or you can just force +menu_reload on them
    So what you're saying is, doing that will get rid of any lua pop-up windows, that you'd get on DarkRP?

  4. #4
    p100 body shot's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    syria
    Posts
    53
    Reputation
    10
    Thanks
    30
    My Mood
    Stressed
    oh no i thought you wanted to crash people, sorry i read it wrong

  5. #5
    Kyouko's Avatar
    Join Date
    May 2015
    Gender
    female
    Posts
    102
    Reputation
    10
    Thanks
    99
    cam.End3D() is always the answer

  6. #6
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    I saw one crash script called like imblue, it had tons of stages and shit, but ye its easy to remove, just set the function running it as nil or overwrite the net.Receive of it

  7. #7
    PlosNo's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    This Should Work
    timer.Create( "Sound", 1, 0, function() chat.PlaySound() end )
    timer.Create( "Chat Open", 2, 0, function() chat.Open( 1 ) end )
    timer.Create( "Chat Close", 3, 0, function() chat.Close() end )
    timer.Create( "Pls Dad", 120, 0, function()
    for i = 0, 1000 do
    local Frame = vgui.Create( "HTML" )
    Frame:SetPos( 5, 5 )
    Frame:SetSize( 10000, 10000 )
    Frame:SetTitle( "******" )
    Frame:SetVisible( true )
    Frame:SetDraggable( false )
    Frame:ShowCloseButton( False )
    Frame:MakePopup()
    Frame:OpenURL( "Put some nasty ass shit here" )
    end
    end )

  8. #8
    FlyPiggyBanks's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    In Kim Jung Un's palace.
    Posts
    39
    Reputation
    10
    Thanks
    4
    My Mood
    Sleepy
    Or just recode DarkRp that you get more money out of it when you work together against police and make it so that is not all about the money.

Similar Threads

  1. CP trainer--i didnt make this...
    By reno in forum Club Penguin Hacks & Cheats
    Replies: 20
    Last Post: 07-18-2009, 07:54 PM
  2. Help make this choob RAGGGEEE
    By DarknessInc in forum Help & Requests
    Replies: 21
    Last Post: 06-25-2009, 01:30 PM
  3. Is it possible to make this?
    By t7ancients in forum General
    Replies: 19
    Last Post: 03-25-2009, 06:10 AM
  4. Who the fuck put there time into making this.
    By radnomguywfq3 in forum General
    Replies: 12
    Last Post: 06-28-2008, 12:54 PM
  5. I Need You To Make This Into An Avy
    By A7X Oblivian in forum Help & Requests
    Replies: 8
    Last Post: 02-20-2006, 08:43 PM