Recent content by Ping_Wing

  1. Ping_Wing

    How do I make code run continously

    add while(true) { Event.Process(); } to the bottom of your code
  2. Ping_Wing

    Discord Ban Appeal

    My apologies, for the server I meant to put network. I did not realise there was now multiple discord servers for CG.
  3. Ping_Wing

    Discord Ban Appeal

    Your Discord name & tag: activemessage What server is this for, Network, CityRP, SCP or MRP?: DARKRP Permanent Discord ID (see format thread for help): 176249993697427456 Date of ban (if known): Not Known Reason for ban (if known): Advertising - 26/10 [do not know which year] Who banned...
  4. Ping_Wing

    Ban Appeal

    Your SteamID: STEAM_0:0:166554719 Your steam community link: https://steamcommunity.com/id/theWilliamMorris/ Date of ban: Yesterday What is your exact ban reason (shows when you try to connect): LTAP, NITRP Who banned you: Cawers Ban length?: 2 days 9 hours Link a copy of the in-game rules...
  5. Ping_Wing

    Help Mnscript Random Firewall Code

    Okay, thanks for the help. However, I get this problem in the script.
  6. Ping_Wing

    Help Mnscript Random Firewall Code

    Trying to get it to generate an automatic firewall code. Anyone know? using Console; using System; using String; using Math; string input = Math.RandomRange (12350,1024551(); Console.WriteLine("Firewall now being enabled..."); System.RunCommand("router settings admin_password "..input"()); } }
  7. Ping_Wing

    GCHQ.msc | Auto Firewall | Partial Autohack.

    Here's a little script I created in a couple of hours.. It's not the best, but edit as you please... Note, all libraries are included for flexibility... you can remove some of them to speed up compiling time using Application; using Array; using Device; using Encoding; using Event; using File...
  8. Ping_Wing

    CONSOLE READLINE HELP

    Many thanks to @TAC Heavysteam who gave me a little quick fix! I'll leave it here if anyone needs it... using System; using Console; // Console.ReadLine pauses the program until a command is typed. // When something is typed in console, it will be assigned to the variable. //...
  9. Ping_Wing

    CONSOLE READLINE HELP

    I have this so far but it does not work. using System; using Console; while(true){ string text = Console.ReadLine(); Console.WriteLine("Say Yes or No"); if(text = "Yes" ()){ Console.WriteLine("You said Yes"()); }else{ Console.WriteLine("You said No"); }
  10. Ping_Wing

    CONSOLE READLINE HELP

    Hello there. I was trying to get mnscript to detect if I type Yes/No. However, after hours of trying with "if" commands to no avail, I seek out the help of the community. Thanks
  11. Ping_Wing

    Discord ban appeal

    Your Discord name: William Morris#8982 Reason for ban (if known): Think it was discussing a controversial topic a year ago Who banned you?: Do not know, but it was on Discord. Prior to this, have you ever been banned off discord. No Why should we remove your ban from teamspeak? (50 words...