VOXELMAN - Lua Script Manager [WIP]

  • RegisteredUser
    3rd Jan 2021 Member 1 Permalink

    I've been working on it for over a month.

     

     

     

    What has already been done:

    1. Local script loader
    2. Window UI (Buttons, menus...)
    3. Notifications
    4. Autoupdate
    5. Moving window (because why not)
    6. "Local scripts" Tab UI
    7. Script hash online verification
    8. My own configuration file format ("VARfile")
    9. Jacob1's mod/TPTMP support (move icon)
    10. Animated menu background
    11. Script icons

     

    TODO:

    1. Sandboxing
    2. Online scripts
    3. Sorting
    4. Search

     

    Source:

    https://github.com/griffi-gh/voxelman

     

    Download:

        The Powder Toy (Vanilla):

           Use this console command:

    if not N then N=true pcall(load(tpt.get_clipboard()))end                                                                         local a=http.get("https://raw.githubusercontent.com/griffi-gh/voxelman/main/autorun.lua")repeat socket.sleep(.1)until a:status()~='running'local b;if a:status()=='done'then local c,d=a:finish()if d==200 then b=true;local e=io.open('autorun.lua','wb')e:write(c)e:close()tpt.message_box('VOXELMAN Downloaded successfully','Please restart TPT')end end;if not b then tpt.throw_error('Download failed')end

     

     

     

    Edited 10 times by RegisteredUser, jacob1. Last: 1st Feb 2021
  • RegisteredUser
    1st Feb 2021 Member 0 Permalink

    im back.

     

    im working on online rn.

    Edited once by RegisteredUser. Last: 1st Feb 2021