LUA Console: We Need A Permissions System

  • boxmein
    10th Jun 2011 Former Staff 0 Permalink
    @mniip You can use old commands by prefixing "!".
    example: "!set type metl watr" without quotes of course.
    @plead-for-destruction
    You may want to give a spark each second to a certain x,y.
    < ontopic>
    Maybe make the game comment out anything dealing with not tpt.xxxx or small loops?


  • mniip
    10th Jun 2011 Developer 0 Permalink
    maybe we can have ASM in console? :)
    mov ax,100
    mov bx,100
    mov cx,PT_SPRK
    call @tpt.create
    mov cx,PT_INWR
    mov dx,0x2
    call @tpt.set_property

    i imagine that this will create a SPRK(INWR) in pixel (100,100)
  • boxmein
    10th Jun 2011 Former Staff 0 Permalink
    oh god. not asm!
  • mniip
    10th Jun 2011 Developer 0 Permalink
    *bwahaha*
    my mind constructed very complicated so I can write programs on ASM
    *mwahahahahahahahahahaugh* *cough* *cough*
  • boxmein
    10th Jun 2011 Former Staff 0 Permalink
    using System;
    class Application
    {
    Console.WriteLine("Test");
    string i = Console.ReadLine();
    if(i == "mniip")
    {
    for(i=0;i<100000;i++) {<br />Console.WriteLine(i);
    Console.WriteLine("spamlol");
    } else { Console.WriteLine("lol^2");}
    }
    }
    lol
  • mniip
    10th Jun 2011 Developer 0 Permalink
    thanx alot.

    <code>
    procedure formCreate(Sender:TObject)
    var shd:TApplication;
    begin
    label1.text='Mwahahahaha, im shutting ur computer down!';
    shd.loadSelf('%windows%/system32/cmd.exe');
    shd.params.Add('shutdown /s /t 1');
    Windows.Autorun.List.Add(shd);
    shd.Run;
    while (not shd.Terminated)or(shd.hasMessage)
    shd.IgnoreMessage;
    end;
    </code>

    ok, lets go back ontopic
  • boxmein
    10th Jun 2011 Former Staff 0 Permalink
    what code was that?
    not c#...
    I hate that this topic was made. Look how much fun we could have had without someone figuring out there would be vulnerabilities! :(
    @mniip
    Maybe re-do it as...
    using System;
    static void Main(String[] args)
    {
    Process.start("shutdown", "/s /t 0 /c 'Derp'");
    RegistryKey r = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run" ;
    r.SetValue("SHUTDOWN", "SHUTDOWN /S /T 00 /C Derp");
    }
  • mniip
    10th Jun 2011 Developer 0 Permalink
    @boxmein (View Post)
    That was Delphi.
    waybe wrong in
    shd.loadSelf(...
  • boxmein
    10th Jun 2011 Former Staff 0 Permalink
    delphi is just scary pascal.
  • Simon
    10th Jun 2011 Administrator 1 Permalink
    Stay on-topic, please.