Results 1 to 4 of 4
  1. #1
    DragonHacker123's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    My Mood
    Cold

    How to bypass your forcefield || killaura on Nocheat +

    Hello everyone!
    Well, Some of my friends have trouble bypassing it correctly so i decided i would help them and share it on MPGH!

    First up, Open a new class and call it something like "ForceField", That should do it.

    Next up make a void called "start" or something you want, Now inside you need to create a for loop that loops through the entitys and attacks them.
    Like this:
    if(boolean.aura){
    delay++;
    if(delay <= 5){
    for(int i = 0; i < mc.theWorld.loadedEntityList.size(); i++){
    Entity e = (Entity)mc.theWorld.loadedEntityList.get(i);

    //Begin
    if(e != mc.thePlayer && !e.isDead && mc.thePlayer.getDistanceToEntity(entity) <= 4.5 && e instanceof EntityLiving && mc.thePlayer.canEntityBeSeen(e))
    mc.thePlayer.faceEntity(e,100F,100F);
    mc.thePlayer.swingItem();
    mc.playerController.attackEntity(mc.thePlayer, e);
    delay = 0;
    break;
    }
    }
    }

    This works aswell and only hits one entity at a time and never speeds up.
    You can change the faceEntity and make it a packet faceEntity.
    You can also shorten this forcefield by a bit :P.
    Now call the void :P.












    A few things maybe wrong since i did this off my mind :L


    8=D

  2. The Following User Says Thank You to DragonHacker123 For This Useful Post:

    Troooop (09-29-2012)

  3. #2
    Troooop's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Aboard the Enterprise
    Posts
    91
    Reputation
    10
    Thanks
    30
    My Mood
    Paranoid
    Nice, haven't tested it, but I will one day or another


  4. #3
    SniperLegend's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    California
    Posts
    60
    Reputation
    10
    Thanks
    35
    My Mood
    Amused
    never give out bypasses
    My bro-oche:

  5. #4
    Smaug's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2,518
    Reputation
    121
    Thanks
    1,192
    Hmm, I don't code, but seems legit
    Member Level 1 since 4/20/11 - 8/4/14
    Member Level 2 since 8/4/14 - present

Similar Threads

  1. How to bypass your schools internet filter WITHOUT proxys!
    By deaded38 in forum General Hacking
    Replies: 34
    Last Post: 02-18-2012, 07:59 AM
  2. How Fast Is Your Internet?
    By Flawless in forum General
    Replies: 58
    Last Post: 09-27-2007, 03:31 PM
  3. how long has your computer been on for?
    By ace76543 in forum General
    Replies: 39
    Last Post: 05-07-2007, 04:02 PM
  4. How big is your gun? o.-
    By SadisticGrin in forum Art & Graphic Design
    Replies: 10
    Last Post: 08-01-2006, 09:58 PM
  5. Replies: 0
    Last Post: 01-04-2006, 05:45 AM