Recent content by xexheelix

  1. xexheelix

    Question Help No Sway

    idk if this the right thing but it maybe 0x5E2C4C
  2. xexheelix

    Answered attach to player code

    ok and thanks again a lot more help than ngu
  3. xexheelix

    Answered attach to player code

    ok i will try that and do you think it will crash the game if i make attach all function
  4. xexheelix

    Answered attach to player code

    it working and do you know a way i can make a bot spawn then Attach to a player
  5. xexheelix

    Answered attach to player code

    yea keep geting killed with it on
  6. xexheelix

    Answered attach to player code

    this? toggleDemiGod() { if(self.healthy==false) { self thread demigod(); self.maxhealth = 2144999999; self.health = 2144999999; self.healthy = true; } else { if(self.healthy==true) { self.maxhealth = 100; self.health = 100; self DisableInvulnerability(); self notify("playlegitscrub")...
  7. xexheelix

    Answered attach to player code

    lol forgot to say the question and yea it works but the god mode is not working idk why
  8. xexheelix

    Answered attach to player code

    attachtoplayer(player) { if(self.linktohim == 0) { self iPrintln("Attached To Player"); self playerlinkto(player, "j_head"); self thread toggleDemiGod();//not needed self.linktohim = 1; } else { self iPrintln("Detached From Player")...
Top