Results 1 to 4 of 4
  1. #1
    FrogIsHam's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The Dank Side of the Meme
    Posts
    841
    Reputation
    26
    Thanks
    104
    My Mood
    Happy

    Spam code for eclipse {Minecraft hack client}

    Notch/Bukkit has added spam protection so the new max limit of spamming is 10.
    This code goes right under
    protected void joinEntityItemWithWorld(EntityItem entityitem)
    in EntityClientPlayerMP
    Enjoy

    }
    if(s.startsWith(".spam"))
    {
    try
    {
    String as[] = s.split("=");
    String s1 = as[1];
    int i = Integer.parseInt(as[2]);
    for(int j = 0; j < i; j++)
    {
    sendQueue.addToSendQueue(new Packet3Chat(s1));
    }

    }
    catch(Exception exception)
    {
    mc.thePlayer.addChatMessage("\247cUsage .spam=message=10");
    }
    }
    if(!s.startsWith("."))
    {
    sendQueue.addToSendQueue(new Packet3Chat(s));
    }

  2. #2
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    wrong section bro

    @Blitz

     
    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

  3. #3
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Sorry, I've been AWOL for the past couple days due to internet outage. Moved to the most appropriate Minecraft section I could find. Minecraft minions can deal with it from here.


  4. #4
    FrogIsHam's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The Dank Side of the Meme
    Posts
    841
    Reputation
    26
    Thanks
    104
    My Mood
    Happy
    Woops sorry clicked on wrong section

Similar Threads

  1. Minecraft Hacking client. Cant remember the name.
    By Holograph in forum Minecraft Help
    Replies: 7
    Last Post: 01-20-2012, 10:29 AM
  2. [Release] [WIP]HackCraft! FOR 1.0.0! A Minecraft hacked client!
    By tommykins20 in forum Minecraft Hacks & Cheats
    Replies: 27
    Last Post: 12-21-2011, 03:41 PM
  3. [Help] Detours code for point blank hacks
    By indonesianHacker in forum C++/C Programming
    Replies: 3
    Last Post: 05-20-2011, 09:06 AM
  4. Some One Try This Please Source Code For 1 Hit Hack
    By talamanak in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 28
    Last Post: 10-28-2010, 04:56 PM
  5. Source Codes For an Auto hack good features
    By 11vasher11 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 10-13-2010, 03:05 AM