Skip to content

Instantly share code, notes, and snippets.

@Ethorbit
Created November 22, 2025 09:34
Show Gist options
  • Select an option

  • Save Ethorbit/5cfb027bb0167a1be956c94dd0856733 to your computer and use it in GitHub Desktop.

Select an option

Save Ethorbit/5cfb027bb0167a1be956c94dd0856733 to your computer and use it in GitHub Desktop.
nZombies Rezzurrection has been copying code from nZombies Chronicles and removing the credits, violating the GPL in the process

CODE THEFT REPORT Steam Workshop: nZombies Rezzurrection, October 13, 2025

There are a total of 22 cases of missing attributions, spanning across three files:

  • gamemodes/nzombies/entities/entities/nz_zombiebase_moo.lua
  • gamemodes/nzombies/entities/entities/nz_zombiebase.lua
  • gamemodes/nzombies/gamemode/weapons/sh_weps.lua

nZombies Rezzurrection stole this code from nZombies Chronicles and removed the attributions.

Summary

File: nz_zombiebase_moo.lua

  1. ENT:CreateTrigger - Missing: "By Ethorbit, Zombies now have triggers that cover their collision bounds so we can do really cool things like force projectiles to collide!"
  2. ENT:GetTrigger - Missing: "Created by Ethorbit"
  3. ENT:FleeTarget - Missing: "Added by Ethorbit, instead of pathing TO a player, it paths AWAY from them"
  4. ENT:StopFleeing - Missing: "created by: Ethorbit"
  5. ENT:IsAllowedToMove - Missing: "Added by Ethorbit to help with my new stutter and speed fixes"
  6. ENT:GetCenterBounds - Missing: "Created by: Ethorbit."
  7. ENT:TraceSelf - Missing: "Created by: Ethorbit"
  8. ENT:Push - Missing: "created by: Ethorbit"
  9. ENT:ApplyRandomPush - Missing: "created by: Ethorbit"
  10. ENT:IsGettingPushed - Missing: "created by: Ethorbit"

File: nz_zombiebase.lua

  1. ENT:IsAllowedToMove - Missing: "Added by Ethorbit to help with my new stutter and speed fixes"
  2. ENT:GetCenterBounds - Missing: "Created by: Ethorbit."
  3. ENT:TraceSelf - Missing: "Created by: Ethorbit"
  4. ENT:Push - Missing: "created by: Ethorbit"
  5. ENT:ApplyRandomPush - Missing: "created by: Ethorbit"
  6. ENT:IsGettingPushed - Missing: "created by: Ethorbit"

File: sh_weps.lua

  1. nzWeps:GetReplacement - Missing: "created by Ethorbit"
  2. wepMeta:GetReplacement - Missing: "created by Ethorbit"
  3. nzWeps:GetAllReplacements - Missing: "created by Ethorbit"
  4. wepMeta:GetAllReplacements - Missing: "created by Ethorbit"
  5. nzWeps:GetReplaceChild - Missing: "created by Ethorbit"
  6. wepMeta:GetReplaceChild - Missing: "created by Ethorbit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment