Results 1 to 7 of 7

Hybrid View

  1. #1
    Priam's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Andromeda's galaxy
    Posts
    2,357
    Reputation
    231
    Thanks
    451
    My Mood
    Relaxed

    Power abuse by minion +

    So hey,
    This is my second time where i post this at League of legends Hacks, and Mayion deletes it for no reason. I took a pic of the thread i created, because i knew he would delete it. https://prntscr.com/4agcq5
    And here it is His PERFECT reason: https://prntscr.com/4agp05. Even there was no outside link, and I didn't mention nothing for the rival sites, He deleted it. I just think he is abusing with his Power. https://prntscr.com/4agpsd Solve this please, Thanks.
    Last edited by Priam; 08-07-2014 at 08:24 AM.

  2. #2
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    "MsgBox(64, "About:", "Version: " & $VERSION & @CRLF & "Author: Paraly" & @CRLF & "- Done for ----------- -")"
    Got it from the script.
    Reason of deletion: OUTSIDE LINK, what do you think will be my 'reason', i already added a reason.

    Want to read the script yourself?
    here you go, part of it:
     

    Func _TRAYCHECK()
    Local $MSG = TrayGetMsg()
    Select
    Case $MSG = $ABOUTITEM
    MsgBox(64, "About:", "Version: " & $VERSION & @CRLF & "Author: Paraly" & @CRLF & "- Done for Elit****ers -")
    Case $MSG = $PREFSITEM
    GUISetState(@SW_HIDE, $GUI)
    _SETTINGS(0)
    $GUI2 = GUICreate("Settings", 156, 32, 650, 511)
    $LBL = GUICtrlCreateLabel("Your PC-Speed:", 2, 1, 100, 14)
    $BTN2 = GUICtrlCreateButton("Low", 0, 16, 51, 17)
    If $SPEED = 0 Then
    GUICtrlSetState(-1, $GUI_DISABLE)
    EndIf
    $BTN3 = GUICtrlCreateButton("Medium", 52, 16, 51, 17)
    If $SPEED = 1 Then
    GUICtrlSetState(-1, $GUI_DISABLE)
    EndIf
    $BTN4 = GUICtrlCreateButton("High", 104, 16, 51, 17)
    If $SPEED = 2 Then
    GUICtrlSetState(-1, $GUI_DISABLE)
    EndIf
    GUISetState(@SW_SHOW)
    While 1
    $NMSG = GUIGetMsg()
    Switch $NMSG
    Case $GUI_EVENT_CLOSE
    _SETTINGS(1)
    GUISetState(@SW_HIDE, $GUI2)
    GUISetState(@SW_SHOW, $GUI)
    WinActivate($TITLE_MAIN)
    ExitLoop
    Case $BTN2
    GUICtrlSetState($BTN2, $GUI_DISABLE)
    GUICtrlSetState($BTN3, $GUI_ENABLE)
    GUICtrlSetState($BTN4, $GUI_ENABLE)
    $SPEED = 0
    Case $BTN3
    GUICtrlSetState($BTN2, $GUI_ENABLE)
    GUICtrlSetState($BTN3, $GUI_DISABLE)
    GUICtrlSetState($BTN4, $GUI_ENABLE)
    $SPEED = 1

    @ @maria.garefis

    Get me demoted, lel.
    Last edited by Flengo; 08-07-2014 at 09:49 AM.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  3. #3
    Priam's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Andromeda's galaxy
    Posts
    2,357
    Reputation
    231
    Thanks
    451
    My Mood
    Relaxed
    Quote Originally Posted by Mayion View Post
    "MsgBox(64, "About:", "Version: " & $VERSION & @CRLF & "Author: Paraly" & @CRLF & "- Done for ------------- -")"
    Got it from the script.
    Reason of deletion: OUTSIDE LINK, what do you think will be my 'reason', i already added a reason.

    Want to read the script yourself?
    here you go, part of it:
     

    Func _TRAYCHECK()
    Local $MSG = TrayGetMsg()
    Select
    Case $MSG = $ABOUTITEM
    MsgBox(64, "About:", "Version: " & $VERSION & @CRLF & "Author: Paraly" & @CRLF & "- Done for Elit****ers -")
    Case $MSG = $PREFSITEM
    GUISetState(@SW_HIDE, $GUI)
    _SETTINGS(0)
    $GUI2 = GUICreate("Settings", 156, 32, 650, 511)
    $LBL = GUICtrlCreateLabel("Your PC-Speed:", 2, 1, 100, 14)
    $BTN2 = GUICtrlCreateButton("Low", 0, 16, 51, 17)
    If $SPEED = 0 Then
    GUICtrlSetState(-1, $GUI_DISABLE)
    EndIf
    $BTN3 = GUICtrlCreateButton("Medium", 52, 16, 51, 17)
    If $SPEED = 1 Then
    GUICtrlSetState(-1, $GUI_DISABLE)
    EndIf
    $BTN4 = GUICtrlCreateButton("High", 104, 16, 51, 17)
    If $SPEED = 2 Then
    GUICtrlSetState(-1, $GUI_DISABLE)
    EndIf
    GUISetState(@SW_SHOW)
    While 1
    $NMSG = GUIGetMsg()
    Switch $NMSG
    Case $GUI_EVENT_CLOSE
    _SETTINGS(1)
    GUISetState(@SW_HIDE, $GUI2)
    GUISetState(@SW_SHOW, $GUI)
    WinActivate($TITLE_MAIN)
    ExitLoop
    Case $BTN2
    GUICtrlSetState($BTN2, $GUI_DISABLE)
    GUICtrlSetState($BTN3, $GUI_ENABLE)
    GUICtrlSetState($BTN4, $GUI_ENABLE)
    $SPEED = 0
    Case $BTN3
    GUICtrlSetState($BTN2, $GUI_ENABLE)
    GUICtrlSetState($BTN3, $GUI_DISABLE)
    GUICtrlSetState($BTN4, $GUI_ENABLE)
    $SPEED = 1

    @ @maria.garefis

    Get me demoted, lel.
    Oh cmon, It's just a usefull tool for League of legends Players. They won't stop to read the scripts, they will just use it. My friend was using it, and i decided to share it. I even said that i wasn't the owner of that. Still stop beeing mad for no reason!, anywat i will wait for someone's decission and if i am wrong, i will just back off.
    Last edited by Flengo; 08-07-2014 at 09:50 AM.

  4. #4
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Quote Originally Posted by maria.garefis View Post


    Oh cmon, It's just a usefull tool for League of legends Players. They won't stop to read the scripts, they will just use it. My friend was using it, and i decided to share it. I even said that i wasn't the owner of that. Still stop beeing mad for no reason!, anywat i will wait for someone's decission and if i am wrong, i will just back off.

    Discuss the rules with the owner of this site not me, My job as a minion is to enforce the rules & moderate my section(s) ONLY.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  5. #5
    Priam's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Andromeda's galaxy
    Posts
    2,357
    Reputation
    231
    Thanks
    451
    My Mood
    Relaxed
    Quote Originally Posted by Mayion View Post
    if i am wrong, i will just back off.
    Just this .

  6. The Following User Says Thank You to Priam For This Useful Post:

    MrPlustique (08-07-2014)

  7. #6
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Quote Originally Posted by maria.garefis View Post


    Just this .
    Read the rules


    Just this .
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  8. #7
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    It's considered advertising. It won't be allowed, even if it isn't a direct link. It's the entire site's name anyway.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  9. The Following 4 Users Say Thank You to Flengo For This Useful Post:

    Cataclypse (08-07-2014),[MPGH]Liz (08-07-2014),[MPGH]Mayion (08-07-2014),Read123456 (08-07-2014)

Similar Threads

  1. Jab is power abuse.
    By Joelkat1 in forum General
    Replies: 32
    Last Post: 07-07-2011, 08:22 AM
  2. Power abuse
    By marky901076 in forum Combat Arms Discussions
    Replies: 5
    Last Post: 04-15-2011, 04:01 PM
  3. Agito Abuses his Minion Rights
    By JussoFreshJr in forum General
    Replies: 25
    Last Post: 08-05-2010, 03:16 AM
  4. Power abusers?
    By ragecry in forum Flaming & Rage
    Replies: 33
    Last Post: 05-14-2010, 07:58 PM
  5. My immature, power abusive thoughts
    By PyrexxHero® in forum Spammers Corner
    Replies: 46
    Last Post: 11-24-2009, 06:34 AM