Advertisement
Lenngotmelol

cac.identifiers

Jan 9th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 22.18 KB | None | 0 0
  1. -- i have litteraly no idea what the fuck is in the coding. theres a bunch of encryption symbols as well
  2. -- This is cake anti-cheat. a anti-cheat that detects for lua scripts.
  3. -- By Lenn
  4. -- typing all of this in pastebin was true lag. no joke wtf
  5.  
  6.  
  7.  
  8.  
  9.  
  10. CAC.Identifiers.EncryptionKey                    = "‌‭‪‌‬"
  11. CAC.Identifiers.MultiplexedDataChannelName       = "‭​‎‬.‌‌‌‌‭"
  12. CAC.Identifiers.ExecutionChannelName             = "‭​‎‬.‌‭‌‎‪‬"
  13. CAC.Identifiers.DataChannelName                  = "‭​‎‬.‪‎‌‭‬"
  14. CAC.Identifiers.TamperingReportingChannelName    = "‭​‎‬.‬​‬‬"
  15. CAC.Identifiers.FunctionReportingChannelName     = "‭​‎‬.‌‭‌‪​"
  16. CAC.Identifiers.FunctionDumpChannelName          = "‭​‎‬.‬‪"
  17. CAC.Identifiers.FluidExchangeChannelName         = "‭​‎‬.‬‭‬‪‌‪"
  18. CAC.Identifiers.AdminUILoaderChannelName         = "‭​‎‬.‪‬‪‎"
  19. CAC.Identifiers.AdminChannelName                 = "‭​‎‬.‌​‌​"
  20.  
  21. CAC.Identifiers.RunString                        = "‭"
  22. CAC.Identifiers.RunStringEx                      = "‌‬‪"
  23. CAC.Identifiers.CompileString                    = "‭‎‬"
  24.  
  25. CAC.Identifiers ["_G^mt"                     ] = "‪‭‪‎"
  26. CAC.Identifiers ["_R^mt"                     ] = "‬​‭‬‬"
  27.  
  28. CAC.Identifiers ["concommand^mt"             ] = "‌‬‬​‭"
  29. CAC.Identifiers ["concommand.Add"            ] = "‭​.‭​"
  30. CAC.Identifiers ["concommand.GetTable"       ] = "‭​.‬‎‬‎‪"
  31. CAC.Identifiers ["concommand.Remove"         ] = "‭​.‬‬‬‭‎"
  32. CAC.Identifiers ["concommand.Run"            ] = "‭​.‌‭‭‎"
  33.  
  34. CAC.Identifiers ["cvars^mt"                  ] = "‌‌‎‎"
  35. CAC.Identifiers ["cvars.AddChangeCallback"   ] = "​‭‭‭.‭"
  36. CAC.Identifiers ["cvars.Bool"                ] = "​‭‭‭.‬​"
  37. CAC.Identifiers ["cvars.GetConVarCallbacks"  ] = "​‭‭‭.‌‎‪‌‪‎"
  38. CAC.Identifiers ["cvars.Number"              ] = "​‭‭‭.‎‎‎"
  39. CAC.Identifiers ["cvars.OnConVarChanged"     ] = "​‭‭‭.‎‭‬"
  40. CAC.Identifiers ["cvars.RemoveChangeCallback"] = "​‭‭‭.‬​"
  41. CAC.Identifiers ["cvars.String"              ] = "​‭‭‭.‌‪‎‭"
  42.  
  43. CAC.Identifiers ["debug.getregistry"         ] = "‪‪‭‬.‪‪‭‎"
  44. CAC.Identifiers ["debug.getupvalue"          ] = "‪‪‭‬.‪‪‪"
  45.  
  46. CAC.Identifiers ["hook^mt"                   ] = "‭‬‎‌‎"
  47. CAC.Identifiers ["hook.Add"                  ] = "‭‎‭‭.‭​"
  48. CAC.Identifiers ["hook.Call"                 ] = "‭‎‭‭."
  49. CAC.Identifiers ["hook.GetTable"             ] = "‭‎‭‭.‬‎‬‎‪"
  50. CAC.Identifiers ["hook.Remove"               ] = "‭‎‭‭.‬‬‬‭‎"
  51. CAC.Identifiers ["hook.Run"                  ] = "‭‎‭‭.‌‭‭‎"
  52. CAC.Identifiers ["hook.GetTable ()^mt"       ] = "‭‎‭‭.‌‎‪‌​"
  53.  
  54. CAC.Identifiers ["net^mt"                    ] = "‬‪‪‌​‬"
  55. CAC.Identifiers ["net.Receivers^mt"          ] = "​‎.‬‬‌‎‬"
  56. CAC.Identifiers ["net.Incoming"              ] = "​‎.‭‭‎​"
  57. CAC.Identifiers ["net.Receive"               ] = "​‎.‌​"
  58. CAC.Identifiers ["net.SendToServer"          ] = "​‎.‪‬‬‌"
  59.  
  60. CAC.Identifiers ["render.Capture"            ] = "‪‪‭‬.‌‬​‎‌‌"
  61.  
  62. CAC.Identifiers ["timer^mt"                  ] = "‌‌​‌"
  63. CAC.Identifiers ["timer.Create"              ] = "​‪‭.‎​‪"
  64. CAC.Identifiers ["timer.Simple"              ] = "​‪‭.‌‌‎‬‭‪"
  65.  
  66. CAC.Identifiers ["CommandNumber"             ] = "‌‌"
  67. CAC.Identifiers ["Buttons"                   ] = "‭‪‪‭​‌"
  68. CAC.Identifiers ["ForwardMove"               ] = "‭‬‬​​"
  69. CAC.Identifiers ["Impulse"                   ] = "‎‎‬"
  70. CAC.Identifiers ["MouseWheel"                ] = "‭‬"
  71. CAC.Identifiers ["MouseX"                    ] = "‬​‪‌"
  72. CAC.Identifiers ["MouseY"                    ] = "​‌"
  73. CAC.Identifiers ["SideMove"                  ] = ""
  74. CAC.Identifiers ["UpMove"                    ] = "​‪‬‎​"
  75. CAC.Identifiers ["ViewPitch"                 ] = "‌‪"
  76. CAC.Identifiers ["ViewYaw"                   ] = "‎‎‌"
  77. CAC.Identifiers ["ViewRoll"                  ] = "‌‌"
  78.  
  79. CAC.Identifiers ["require"] = "‌‬‬‭‭‪"
  80. CAC.Identifiers ["getmetatable"] = "‎‌‎"
  81. CAC.Identifiers ["setmetatable"] = "‎‎‎‬‪‬"
  82. CAC.Identifiers ["coroutine.create"] = "‌‭‎‌.‬​‪‎"
  83. CAC.Identifiers ["coroutine.wrap"] = "‌‭‎‌.‪‪‎‬‪"
  84. CAC.Identifiers ["debug.gethook"] = "‪‪‭‬.‌‭‭‌"
  85. CAC.Identifiers ["debug.getinfo"] = "‪‪‭‬.‭‬"
  86. CAC.Identifiers ["debug.getregistry"] = "‪‪‭‬.‪‪‭‎"
  87. CAC.Identifiers ["debug.sethook"] = "‪‪‭‬.‌‭‌"
  88. CAC.Identifiers ["jit.attach"] = "‌‎‭​‭‪‌‭.‎‭‪"
  89. CAC.Identifiers ["jit.util.funcinfo"] = "‌‎‭​‭‪‌‭.​‬‎‪‬.‎‌‪"
  90. CAC.Identifiers ["string.dump"] = "‬‎‬.‌​‌‬‪​"
  91. CAC.Identifiers ["FindMetaTable"] = "‪‌‪‬‬​"
  92. CAC.Identifiers ["RunConsoleCommand"] = "‌‬"
  93. CAC.Identifiers ["CreateConVar"] = "‬‬​‬‬‪"
  94. CAC.Identifiers ["CreateClientConVar"] = "‌‭‪‪‎"
  95. CAC.Identifiers ["GetConVar"] = "‌‌‬"
  96. CAC.Identifiers ["GetConVarNumber"] = "‬‌‎‎‪"
  97. CAC.Identifiers ["GetConVarString"] = "‪‬‎‎"
  98. CAC.Identifiers ["EyeAngles"] = "​‭‭‭"
  99. CAC.Identifiers ["EyePos"] = "‌‪‭‪‭‪‌"
  100. CAC.Identifiers ["HTTP"] = "‎‭​‌‪"
  101. CAC.Identifiers ["concommand.Add"] = "‭​.‭​"
  102. CAC.Identifiers ["concommand.GetTable"] = "‭​.‬‎‬‎‪"
  103. CAC.Identifiers ["concommand.Remove"] = "‭​.‬‬‬‭‎"
  104. CAC.Identifiers ["cvars.Bool"] = "​‭‭‭.‬​"
  105. CAC.Identifiers ["cvars.Number"] = "​‭‭‭.‎‎‎"
  106. CAC.Identifiers ["cvars.String"] = "​‭‭‭.‌‪‎‭"
  107. CAC.Identifiers ["gui.EnableScreenClicker"] = "​‬‪.‭‎‭‌‭"
  108. CAC.Identifiers ["http.Fetch"] = "‌​​‬‪‎.‌‬‬​"
  109. CAC.Identifiers ["http.Post"] = "‌​​‬‪‎.‬​‌‪‌​"
  110. CAC.Identifiers ["input.IsKeyDown"] = "‬‎​.‪‬"
  111. CAC.Identifiers ["input.IsMouseDown"] = "‬‎​.‪‌‎‎"
  112. CAC.Identifiers ["player.GetAll"] = "‌‪‪‎‌.‎‬‬​‌"
  113. CAC.Identifiers ["timer.Create"] = "​‪‭.‎​‪"
  114. CAC.Identifiers ["timer.Simple"] = "​‪‭.‌‌‎‬‭‪"
  115. CAC.Identifiers ["util.NetworkIDToString"] = "​‬‎‪‬.‬‭‎"
  116. CAC.Identifiers ["util.NetworkStringToID"] = "​‬‎‪‬.‌‬‎​‌‎"
  117. CAC.Identifiers ["util.TraceEntity"] = "​‬‎‪‬.‎‌‎‬​"
  118. CAC.Identifiers ["util.TraceEntityHull"] = "​‬‎‪‬.‌​‎‪‌"
  119. CAC.Identifiers ["util.TraceHull"] = "​‬‎‪‬.‌‭‭"
  120. CAC.Identifiers ["util.TraceLine"] = "​‬‎‪‬.‎‌‬"
  121.  
  122. CAC.Identifiers ["_R.ConVar.GetBool"] = "‬‌‪‬‭.‌‌‭.‎​‎"
  123. CAC.Identifiers ["_R.ConVar.GetFloat"] = "‬‌‪‬‭.‌‌‭.‭​‎"
  124. CAC.Identifiers ["_R.ConVar.GetInt"] = "‬‌‪‬‭.‌‌‭.‎‎‪"
  125. CAC.Identifiers ["_R.ConVar.GetString"] = "‬‌‪‬‭.‌‌‭.‬‬‪"
  126. CAC.Identifiers ["_R.CUserCmd.ClearButtons"] = "‬‌‪‬‭.‌‬​‬‎.‬‪‭​"
  127. CAC.Identifiers ["_R.CUserCmd.ClearMovement"] = "‬‌‪‬‭.‌‬​‬‎.‭‭‌‪‎"
  128. CAC.Identifiers ["_R.CUserCmd.CommandNumber"] = "‬‌‪‬‭.‌‬​‬‎.‌‌"
  129. CAC.Identifiers ["_R.CUserCmd.RemoveKey"] = "‬‌‪‬‭.‌‬​‬‎.‌‭‌‭"
  130. CAC.Identifiers ["_R.CUserCmd.SelectWeapon"] = "‬‌‪‬‭.‌‬​‬‎.‌‭‎​"
  131. CAC.Identifiers ["_R.CUserCmd.SetButtons"] = "‬‌‪‬‭.‌‬​‬‎.‬‌‭‌"
  132. CAC.Identifiers ["_R.CUserCmd.SetForwardMove"] = "‬‌‪‬‭.‌‬​‬‎.‪‬‌​​"
  133. CAC.Identifiers ["_R.CUserCmd.SetImpulse"] = "‬‌‪‬‭.‌‬​‬‎.‌‌‭‭‎‌"
  134. CAC.Identifiers ["_R.CUserCmd.SetMouseWheel"] = "‬‌‪‬‭.‌‬​‬‎.​‭"
  135. CAC.Identifiers ["_R.CUserCmd.SetMouseX"] = "‬‌‪‬‭.‌‬​‬‎.‎‎​‌‎"
  136. CAC.Identifiers ["_R.CUserCmd.SetMouseY"] = "‬‌‪‬‭.‌‬​‬‎.‪‌‭​"
  137. CAC.Identifiers ["_R.CUserCmd.SetSideMove"] = "‬‌‪‬‭.‌‬​‬‎.​‬‎"
  138. CAC.Identifiers ["_R.CUserCmd.SetUpMove"] = "‬‌‪‬‭.‌‬​‬‎.​‭‌"
  139. CAC.Identifiers ["_R.CUserCmd.SetViewAngles"] = "‬‌‪‬‭.‌‬​‬‎.‭​​‌​"
  140. CAC.Identifiers ["_R.CUserCmd.TickCount"] = "‬‌‪‬‭.‌‬​‬‎.‌‭‪‪‭‬"
  141. CAC.Identifiers ["_R.Entity.DrawModel"] = "‬‌‪‬‭.‌‌‬.‌‎‪‪‬"
  142. CAC.Identifiers ["_R.Entity.EyeAngles"] = "‬‌‪‬‭.‌‌‬.​‭‭‭"
  143. CAC.Identifiers ["_R.Entity.EyePos"] = "‬‌‪‬‭.‌‌‬.‌‪‭‪‭‪‌"
  144. CAC.Identifiers ["_R.Entity.GetAttachment"] = "‬‌‪‬‭.‌‌‬.‪‭‭‬"
  145. CAC.Identifiers ["_R.Entity.GetBonePosition"] = "‬‌‪‬‭.‌‌‬.‎‬​"
  146. CAC.Identifiers ["_R.Entity.Health"] = "‬‌‪‬‭.‌‌‬.‌‭‭‭‭"
  147. CAC.Identifiers ["_R.Entity.IsDormant"] = "‬‌‪‬‭.‌‌‬.‌‪​‌‪‬"
  148. CAC.Identifiers ["_R.Entity.IsDormant"] = "‬‌‪‬‭.‌‌‬.‌‪​‌‪‬"
  149. CAC.Identifiers ["_R.Entity.IsNPC"] = "‬‌‪‬‭.‌‌‬.​‎‎"
  150. CAC.Identifiers ["_R.Entity.LookupAttachment"] = "‬‌‪‬‭.‌‌‬.‬‪‪​​"
  151. CAC.Identifiers ["_R.Entity.LookupBone"] = "‬‌‪‬‭.‌‌‬.‪‬‭‎‬"
  152. CAC.Identifiers ["_R.Player.Alive"] = "‬‌‪‬‭.‌‭‪.‌‭‭​"
  153. CAC.Identifiers ["_R.Player.ConCommand"] = "‬‌‪‬‭.‌‭‪.​‎‎"
  154. CAC.Identifiers ["_R.Player.GetShootPos"] = "‬‌‪‬‭.‌‭‪.‭‎"
  155. CAC.Identifiers ["_R.Player.IsNPC"] = "‬‌‪‬‭.‌‭‪.​‎‎"
  156. CAC.Identifiers ["_R.Player.SetEyeAngles"] = "‬‌‪‬‭.‌‭‪.​‪‭​"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement