Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwizz committed Mar 29, 2024
1 parent f12d09c commit f19a17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--[[
Open Aimbot
Universal Open Source Aimbot
Release 1.6
Release 1.6.1
ttwizz.su/pix
Author: ttwiz_z (ttwizz)
Expand Down Expand Up @@ -1014,7 +1014,7 @@ function ESPLibrary:Initialize(Target)
elseif not Target then
return nil
end
local self = setmetatable(self, { __index = ESPLibrary })
local self = setmetatable({}, { __index = ESPLibrary })
self.Player = Players:GetPlayerFromCharacter(Target)
self.Character = Target
self.ESPBox = Visualize("ESPBox")
Expand Down

0 comments on commit f19a17e

Please sign in to comment.