Thread: No Clip

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by Wetish View Post
    Would it be possible to toggle noclip on and off? Also, could send me those instructions?
    I'm just an editor, not a programmer or such things, but I think it won't be toggleable. Also, I'm not sure that "someone" actually want to share the code THAT much...I should ask before...

  2. #17
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Quote Originally Posted by Zasx View Post
    "someone" sent me some instruction on how to add noclip to (almost) everything (walls, the "void" in nexus, dark water,...). It works kinda good, until you mix it with auotaim. Then, if you (actually, it) shoot a god through a wall the client thinks its dead, but as soon as you enter (dunno, cyclops castle in gland), you get f*cked over by an invisible god. At this point I say "screw that".
    wtf.. You only have to modifify the player. This as nothing to do with bullets... or...maybe you messed with the XML
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  3. #18
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by JustAnoobROTMG View Post
    wtf.. You only have to modifify the player. This as nothing to do with bullets... or...maybe you messed with the XML
    You did not get what I was saying. If you shoot something through a wall while noclip is active, the wall actually blocks the projectile, but the clients think you hit the dude on the other side. If you go there, you will experience the invisible enemy glitch. I know I have to edit player.class .

  4. #19
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Quote Originally Posted by Zasx View Post
    You did not get what I was saying. If you shoot something through a wall while noclip is active, the wall actually blocks the projectile, but the clients think you hit the dude on the other side. If you go there, you will experience the invisible enemy glitch. I know I have to edit player.class .
    Oh, ok.
    Then why does not noclip has to be "active" by default?

    Default behavior should be normal collisions checking (aka NO-NOCLIP)
    You should override it only when mouse is clicked so you wont be surprised.

    The noclip goal is to be activated when you want to flee throught walls , not for shooting minions through walls.
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  5. #20
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by JustAnoobROTMG View Post
    Oh, ok.
    Then why does not noclip has to be "active" by default?

    Default behavior should be normal collisions checking (aka NO-NOCLIP)
    You should override it only when mouse is clicked so you wont be surprised.

    The noclip goal is to be activated when you want to flee throught walls , not for shooting minions through walls.
    The problem is, you are giving hints to the wrong person. I barely understand what Realm's code mean, and after all Im just a client maker, not a coder. I copy and paste other's code into those .class, I "refine" raw code into an useable client for the "consumers" that cant do that by themself.

  6. #21
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Why does @Zasx's comment leave a distaste in my mouth?
    Be careful, stray too far from the pack and you'll get lost.

  7. #22
    kdawginthehood's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    10
    My Mood
    Twisted
    Quote Originally Posted by nilly View Post
    Why does @Zasx's comment leave a distaste in my mouth?
    Zasx thinks he is some sort of hero to the people as he is able to
    Quote Originally Posted by Zasx View Post
    "refine" raw code into an useable client for the "consumers"
    .
    This was of course after cyclops walked him through no ss debuffs with baby steps.

    Also, to people actually wanting to know no clip, read this thread : https://www.mpgh.net/forum/655-realm-...ent-nexus.html
    It fully explains with a video tutorial.
    Last edited by kdawginthehood; 06-29-2013 at 04:12 AM.

  8. #23
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by kdawginthehood View Post
    Zasx thinks he is some sort of hero to the people as he is able to .
    This was of course after cyclops walked him through no ss debuffs with baby steps.

    Also, to people actually wanting to know no clip, read this thread : https://www.mpgh.net/forum/655-realm-...ent-nexus.html
    It fully explains with a video tutorial.
    EXCUSE ME for helping people that understand that even less than me. Also, I always says I am a newbie at this, where EXACTLY Im supposed to be a god.

  9. The Following User Says Thank You to Zasx For This Useful Post:

    Trapped (06-29-2013)

  10. #24
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by Zasx View Post
    EXCUSE ME for helping people that understand that even less than me. Also, I always says I am a newbie at this, where EXACTLY Im supposed to be a god.
    Something isn't right with your examination of this so call no clip "someone" gave you. Shooting through walls and getting the invisible god glitch? My understanding of how the server and client communicate tells me that this can't happen. Perhaps if you want to be helpful to people you should not talk out of your ass to sound impressive.
    Be careful, stray too far from the pack and you'll get lost.

  11. #25
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Then why I almost died 3 times by getting hit by nothing, with jit under 30? Waiting for someone to explain this to me.

  12. #26
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Quote Originally Posted by nilly View Post
    My understanding on how the server and client communicate tells me that this can't happen..
    That's what i tried to say. Even if i didnt looked too much into the code/server communication, i thought : nonsense.
    I was waiting for you to confirm that feeling. Thanks.

    Why not posting that damn "noclip" here? We are curious.
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  13. #27
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by Zasx View Post
    Then why I almost died 3 times by getting hit by nothing, with jit under 30? Waiting for someone to explain this to me.
    So you immediately assume it's because of an invisible god? The reason shooting through walls can't create an invisible god is because you are allowed to shoot through walls. The server doesn't check for walls or objects when it calculates whether something took damage or not.
    Be careful, stray too far from the pack and you'll get lost.

  14. #28
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by nilly View Post
    So you immediately assume it's because of an invisible god? The reason shooting through walls can't create an invisible god is because you are allowed to shoot through walls. The server doesn't check for walls or objects when it calculates whether something took damage or not.
    That surely helps, but the question remains.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 12
    Last Post: 04-05-2009, 06:13 AM
  2. First Attempt: Clip Masking
    By moosicgawd in forum Showroom
    Replies: 4
    Last Post: 01-02-2009, 07:23 PM
  3. COMBAT ARMS CLIPS AND A FULL MOVIE PREViEW
    By flamingalex in forum General
    Replies: 0
    Last Post: 12-24-2008, 10:23 PM
  4. Youtube clip downloader
    By AN1MAL in forum Hardware & Software Support
    Replies: 4
    Last Post: 04-10-2007, 03:41 AM
  5. (Clip) Fron School For Scoundrels
    By AN1MAL in forum Entertainment
    Replies: 0
    Last Post: 09-17-2006, 08:35 AM