Advertisement
Meliodas0_0

no arrest

Oct 26th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. MessageBox.Show("Press Q when you get arrested to make yourself un-arrest", "Important");
  2. this.api.SendLimitedLuaScript("while wait(1) do game.Workspace.TouchTrigger.Donut.Position = game:GetService('Players').LocalPlayer.Character.Head.Position end");
  3. this.api.SendLimitedLuaScript("local wrk = game:GetService('Workspace') local plr = game:GetService('Players').LocalPlayer local mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key:lower() == 'q' or key:upper() == 'Q' then if plr.Character.Handcuffs ~= nil then b = Instance.new('Part') b.Name = ('Gad') b.Parent = wrk b.CFrame = CFrame.new(plr.Character.UpperTorso.Position) b.Anchored = true b.CanCollide = false b.Transparency = 0.05 wait(10) plr.Character.HumanoidRootPart.CFrame = CFrame.new(wrk.Gad.Position) b:Destroy() end end end)");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement