Advertisement
The_One123

Player has been arrested

May 26th, 2019
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1.         local Client = {}
  2.  
  3.         for i,v in pairs(debug.getregistry()) do
  4.             if typeof(v) == "function" then
  5.                 for i2,v2 in pairs(debug.getupvalues(v)) do
  6.                     if typeof(v2) == "table" and v2.FireServer then
  7.                         Client.FireServerT = v2
  8.                     end
  9.                 end
  10.             end    
  11.         end    
  12.    
  13.  
  14. local Arguments = {
  15.         [1] = "g5oge8j1",
  16.         [2] = {
  17.             ["PlayerName"] = "ChildshGambino_amrca",
  18.             ["Motor"] = workspace.Items.Cuffed.Center.Motor,
  19.             ["UseNext"] = 0,
  20.             ["Name"] = "Cuffed",
  21.             ["Model"] = workspace.Items.Cuffed,
  22.             ["Type"] = "Basic",
  23.             ["MouseWorldPosition"] = Vector3.new(0,0,0),
  24.             ["SpringRotationOrigin"] = Vector3.new(0,0,0),
  25.             ["Local"] = true
  26.         }
  27. }
  28. Client.FireServerT:FireServer(unpack(Arguments))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement