Page 2 of 11 FirstFirst 1234 ... LastLast
Results 16 to 30 of 156
  1. #16
    Niccuh's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    https://prntscr.com/j07vdv
    useless text that could get you in trouble

  2. #17
    commonbullet's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    Suggestions:
    - Fix /teleport bypassing /blocktp setting
    - Remove the strings "retard" (there are 2 that I find)
    - Rotate 45deg instead of 90
    - AAAddOne is the other way around (1:0 instead of 0:1)
    - Lock all instead of Trade all
    - Add sound when people say a tp keyword
    - Add sound when realm close and oryx shake (I always afk during this period)
    - Replace "p" with "aus" and "Proxy" with "Australia" so that type /con aus work
    - Change AssembleeGameClientOptions to AssembleeGameClientOptions_CC so that all these people with stuck settings and prefs from previous versions of cc gets to start fresh. Also, not to share settings with 059's client.

  3. #18
    etomawyn's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Can you please add the HP/MP pots feature too?
    These ones please cause we may get beaned cause of it
    https://prntscr.com/j085wq

  4. #19
    Gravitir3.14's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    Russia - Moscow
    Posts
    548
    Reputation
    92
    Thanks
    9,935
    - Fix /teleport bypassing /blocktp setting
    + I think I'll remove /blocktp
    - Remove the strings "retard" (there are 2 that I find)
    + Removed
    - Rotate 45deg instead of 90
    + No :P
    - AAAddOne is the other way around (1:0 instead of 0:1)
    + Thank you. fixed
    - Lock all instead of Trade all
    + Hmm, okay, but not instead
    - Add sound when people say a tp keyword
    + Ok
    - Add sound when realm close and oryx shake (I always afk during this period)
    + Ok
    - Replace "p" with "aus" and "Proxy" with "Australia" so that type /con aus work
    + It's not working
    - Change AssembleeGameClientOptions to AssembleeGameClientOptions_CC so that all these people with stuck settings and prefs from previous versions of cc gets to start fresh. Also, not to share settings with 059's client.
    + Good Idea, kk

  5. #20
    Granttttttt's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    9
    My Mood
    Twisted
    Must be a PPE huh, @Gravitir3.14?

  6. #21
    Gravitir3.14's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    Russia - Moscow
    Posts
    548
    Reputation
    92
    Thanks
    9,935
    Quote Originally Posted by Granttttttt View Post
    Must be a PPE huh, @Gravitir3.14?
    No, i take slot unlocker from last day on march, so i create new char and choose paladin.

  7. #22
    BabyCrazy's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Location
    User Services
    Posts
    1,098
    Reputation
    27
    Thanks
    91
    My Mood
    Blah
    Dont know why i was mentioned. But thanks

  8. #23
    porkmurtabak's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Having the same problem as @KYS123
    Quote Originally Posted by KYS123 View Post
    oryx castle and vault are broken for me. can't move in either of them.
    Unable to move anywhere except around nexus.
    This happens only when I play on macOS, while windows is totally fine.

  9. #24
    jb1993's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Been having issues where I'll get d/c'd from a dungeon like lost halls or trench, even some realm events I'll get randomly d/c'd at full health. Also switching items from inventory to equipment slot too fast d/c's me as well. Anyone else getting this? Anyone know of any fixes?

  10. #25
    Nederlandse123's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    Don't remove /blocktp please, I like it

  11. #26
    2manyhx0rs's Avatar
    Join Date
    Nov 2017
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by etomawyn View Post
    Can you please add the HP/MP pots feature too?
    These ones please cause we may get beaned cause of it
    https://prntscr.com/j085wq
    drop or drink all of them, it'll look the same as the regular client that way

  12. #27
    shmoodledops's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by jb1993 View Post
    Been having issues where I'll get d/c'd from a dungeon like lost halls or trench, even some realm events I'll get randomly d/c'd at full health. Also switching items from inventory to equipment slot too fast d/c's me as well. Anyone else getting this? Anyone know of any fixes?


    Yeah so if you switch items too quickly while moving youll get DC'd and if you take to many negative effects that you have turned off at once you get disconnected. This will happen in trench because of the drowning so keep air full and other places like spider dens since the webs provide the slowness debuff.

  13. #28
    SadhadROTMG's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    how do i set custom message 7, 8 and 9?

  14. #29
    commonbullet's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    @Gravitir3.14, I prefer that you keep /blocktp. I'm using it with my best fame-farming char to farm fame on event chests. Just keep it as is and I will edit out /teleport command from your client afterwards myself.

    For click to trade and Trade all, replace this.gs_.gsc_.requestTrade(_local_2.name_); with this.gs_.map.party_.lockPlayer(_local_2); in line 76 & 84 of com/company/assemblegameclient/ui/m enu/Findmenu.as.

    For /con aus to work, you just need to edit line 885 or 890 of GameServerConnectionConcrete. I use JPEXS so I only replace the "p" and "Proxy" on line 885. Since you can edit the source, just add _local_16[_local_5].substr(0,3) == "aus") on line 890.
    Last edited by commonbullet; 04-03-2018 at 05:50 PM.

  15. #30
    dhkseig's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    2
    BUFFED hydra skin armor
    Mithril Sword
    Sphere God

    ayy lmao

Page 2 of 11 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Outdated] [23.1.0] Crazy Client [Fixes/New Features]
    By Gravitir3.14 in forum Realm of the Mad God Hacks & Cheats
    Replies: 86
    Last Post: 03-29-2018, 10:04 AM
  2. [Help Request] Language fix for crazy client
    By Elfion in forum Realm of the Mad God Help & Requests
    Replies: 1
    Last Post: 08-07-2017, 07:29 PM
  3. [Detected] CF Simple D3D Hack | CF_ShaRks | Multi Client | *fix
    By XarutoUsoCrack1 in forum CrossFire Europe Hacks
    Replies: 27
    Last Post: 04-26-2013, 07:33 AM
  4. [Detected] CF Simple D3D Hack | CF_ShaRks | Multi Client | *fix
    By XarutoUsoCrack1 in forum CrossFire Hacks & Cheats
    Replies: 48
    Last Post: 04-23-2013, 08:47 AM
  5. [Release] GriefCraft V1.8 [1.0.0] - Forcefield+Bypass - #1 [Hack Client] [Fixed bugs]
    By john404 in forum Minecraft Hacks & Cheats
    Replies: 49
    Last Post: 11-27-2011, 06:54 AM