Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    qu3L's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    64
    Reputation
    10
    Thanks
    21

    So who of you just did this? [AMAZING]

    Apparently someone has made a hack, so they can fill everyones inventory up with EVERY single item in the game and make them write stuff in chat.

    That is amazing hahaha. Only got a screenshot of the chat though.

    EDIT: I have no idea how to add an image, sorry. When I press "Insert Image" it says no linking allowed.
    Attached Thumbnails Attached Thumbnails
    dsadsadsad.jpg  

    Last edited by Hunter; 01-21-2016 at 10:16 AM.

  2. The Following 14 Users Say Thank You to qu3L For This Useful Post:

    bernardthecow (03-28-2015),BlazeExpert (03-27-2015),cakeee (03-26-2015),dsambro (03-26-2015),dweezil1 (06-29-2015),Everglow (03-27-2015),fletchlet (03-28-2015),franckim (06-30-2015),jdbegasi (03-26-2015),joker1993 (06-30-2015),mrcrossfiredodo (07-03-2015),rumoney (03-26-2015),xiaoliufuzu (10-01-2015),yshouldi (06-30-2015)

  3. #2
    TokyoGhoul's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    I saw this too I think it's available on another cheat site but you have to pay for one weeks use I think $20 D:

  4. #3
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,695
    My Mood
    Inspired
    GiveAll() and sayAs() have been on the forums for awhile now so it could have been anyone

  5. #4
    TokyoGhoul's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    He was called rozalyn I think

  6. #5
    RefsMe's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    49
    Reputation
    67
    Thanks
    7
    It was indeed me.


  7. The Following User Says Thank You to RefsMe For This Useful Post:

    katie1996 (03-26-2015)

  8. #6
    katie1996's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    Any Public release soon? hahaha

  9. #7
    crazyvato2005's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    Someone else actually came through changed all player names to Avalon and teleported them all and did a killall and just kept doing it over and over..then cleared the map of all chests,the throne,crests and spawned in monsters.

  10. #8
    goldenstyle's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    Germany
    Posts
    37
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    Quote Originally Posted by crazyvato2005 View Post
    Someone else actually came through changed all player names to Avalon and teleported them all and did a killall and just kept doing it over and over..then cleared the map of all chests,the throne,crests and spawned in monsters.
    Saw that too .... in Steamcommunity they think the inventory vanish is a bug xD

  11. #9
    crazyvato2005's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    id love to get the one that allows you to killall and teleport all lol..the deleting of chest,throne, and crest I think is a bit much though

  12. #10
    fisheyed's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    196
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by crazyvato2005 View Post
    id love to get the one that allows you to killall and teleport all lol..the deleting of chest,throne, and crest I think is a bit much though
    The servers are already ruined enough to allow for killall etc. Just ran into some guys from ********** who just looped the killall.

    Fortunalety my code is stronger and i kicked them over and over :P

  13. #11
    crazyvato2005's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    I just want something to combat the killall bullshit really I figure if killing them over and over stops them from doing it they will leave. I mean there were some guys on today with godmode and they were flying around killing everyone then breaking peoples seals so I just kept clicking clear inventory over and over so they couldn't do anything they got mad made a few choice words then left the server

  14. #12
    fisheyed's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    196
    Reputation
    10
    Thanks
    13
    You can kill them even with godmode :P

  15. #13
    ArmaGod's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    3
    you were lucky, whenever I have to face children like that they go ahead and spawn countless creatures and the server dies..

  16. #14
    crazyvato2005's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    They cant spawn items if you clear the inventory over and over that's what I did they kept spawning bears as well so I did clear inventory over and over and over until they left. I couldn't kill their god-mode .. not sure how to do it.. I've had others kill me while I'm in god-mode but it was them killing the whole server instantly.

  17. #15
    yazamach's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by crazyvato2005 View Post
    They cant spawn items if you clear the inventory over and over that's what I did they kept spawning bears as well so I did clear inventory over and over and over until they left. I couldn't kill their god-mode .. not sure how to do it.. I've had others kill me while I'm in god-mode but it was them killing the whole server instantly.
    Code:
    public static void ForceSeppuku(Player p)
        {
            Damage d = new Damage(p.Entity.gameObject, p.Entity);
            d.Amount = 10000f;
            d.HitBoxBone = HumanBodyBones.Head;
            d.ImpactDamage = 10000f;
            d.MiscDamage = 10000f;
            d.Force = new Vector3(0f, 0f, -100000f);
            //d.Force
            d.DamageTypes = DamageType.Suicide;
            PlayerDamageEvent playerDamageEvent = new PlayerDamageEvent(p.Id, 0.1f, d);
            CallSpoofedEvent(playerDamageEvent, p);
            PlayerDeathEvent playerDeathEvent = new PlayerDeathEvent(p.Id, string.Concat(p.DisplayName, " has died."), d);
            CallSpoofedEvent(playerDeathEvent, p);
        }
    This kills godmode, it's from another thread on here somewhere, I think TehManifestor?

  18. The Following User Says Thank You to yazamach For This Useful Post:

    TehManifest0r (03-29-2015)

Page 1 of 2 12 LastLast

Similar Threads

  1. Don't you just hate this?
    By Ne-Yo in forum Entertainment
    Replies: 1
    Last Post: 07-01-2011, 12:59 PM
  2. Did this happen to you? Getting better after hacks were patched?
    By Khahnlehuu in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 08-08-2009, 09:20 PM
  3. You can close this just trying something(dont have to read).
    By DarkTranny in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 08-05-2009, 12:06 PM
  4. whats did i do wrong? do you understand what this means
    By Gourav2122 in forum Hardware & Software Support
    Replies: 17
    Last Post: 07-05-2008, 11:25 AM