sadadfasdf

dasf

Aug 16th, 2018
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2.  
  3. local mouse = plr:GetMouse()
  4.  
  5. lpc = game.Players.LocalPlayer.Character
  6.  
  7. weld1 = Instance.new("Weld")
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. mouse.KeyDown:connect(function(key1)
  16.  
  17. if key1 == "q" then
  18.  
  19. local gg = mouse.Target
  20.  
  21. if gg ~= nil then
  22.  
  23. plr.Character.Humanoid:EquipTool(gg.Parent:FindFirstChildOfClass("Tool"))
  24.  
  25. else
  26.  
  27. print("fail steal tools")
  28.  
  29. end
  30.  
  31. end
  32.  
  33. end)
  34.  
  35.  
  36.  
  37.  
  38.  
  39. mouse.KeyDown:connect(function(key1)
  40.  
  41. if key1 == "z" then
  42.  
  43. local gg = mouse.Target
  44.  
  45. if gg ~= nil then
  46.  
  47. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  48.  
  49. end
  50.  
  51. end
  52.  
  53. end)
  54.  
  55.  
  56.  
  57. mouse.KeyDown:connect(function(key1)
  58.  
  59. if key1 == "o" then
  60.  
  61. local gg = mouse.Target
  62.  
  63. if gg ~= nil then
  64.  
  65. for i,v in pairs(game.Players:GetPlayers()) do if v.Name == gg.Parent.Name then
  66.  
  67. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Account Age (Days) for :", "All")
  68.  
  69. wait(0.5)
  70.  
  71. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(gg.Parent.Name, "All")
  72.  
  73. wait(0.5)
  74.  
  75. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.AccountAge, "All")
  76.  
  77. end
  78.  
  79. end
  80.  
  81. end
  82.  
  83. end
  84.  
  85. end)
  86.  
  87.  
  88.  
  89. mouse.KeyDown:connect(function(key1)
  90.  
  91. if key1 == "e" then
  92.  
  93. local gg = mouse.Target
  94.  
  95. if gg ~= nil then
  96.  
  97. gg.Parent.Humanoid:EquipTool(plr.Character:FindFirstChildOfClass("Tool"))
  98.  
  99. else
  100.  
  101. print("fail steal tools")
  102.  
  103. end
  104.  
  105. end
  106.  
  107. end)
  108.  
  109.  
  110.  
  111. mouse.KeyDown:connect(function(key1)
  112.  
  113. if key1 == "t" then
  114.  
  115. local gg = mouse.Target
  116.  
  117. if gg ~= nil then
  118.  
  119. for i,v in pairs(game.Players:GetPlayers()) do if v.Name == gg.Parent.Name then
  120.  
  121. v:Move(Vector3.new(math.huge*0))
  122.  
  123. v:Move(Vector3.new(math.huge*0))
  124.  
  125. wait()
  126.  
  127. v:Move(Vector3.new(math.huge*0))
  128.  
  129. v:Move(Vector3.new(math.huge*0))
  130.  
  131. wait()
  132.  
  133. v:Move(Vector3.new(math.huge*0))
  134.  
  135. v:Move(Vector3.new(math.huge*0))
  136.  
  137. wait()
  138.  
  139. v:Move(Vector3.new(math.huge*0))
  140.  
  141. v:Move(Vector3.new(math.huge*0))
  142.  
  143. end
  144.  
  145. end
  146.  
  147. end
  148.  
  149. end
  150.  
  151. end)
  152.  
  153.  
  154.  
  155. mouse.KeyDown:connect(function(key1)
  156.  
  157. if key1 == "r" then
  158.  
  159. local gg = mouse.Target
  160.  
  161. if gg ~= nil then
  162.  
  163. weld1 = Instance.new("Weld")
  164.  
  165. weld1.Parent = game.Players.LocalPlayer.Character.Head
  166.  
  167. weld1.Part1 = game.Players.LocalPlayer.Character.Head
  168.  
  169. weld1.Part0 = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  170.  
  171. weld1.C0 = CFrame.new(0,0,0)
  172.  
  173. gg.Parent.Humanoid:EquipTool(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  174.  
  175. wait(0.8)
  176.  
  177. game.Players.LocalPlayer.Character.Humanoid:EquipTool(gg.Parent:FindFirstChildOfClass("Tool"))
  178.  
  179. end
  180.  
  181. end
  182.  
  183. end)
  184.  
  185.  
  186.  
  187. mouse.KeyDown:connect(function(key1)
  188.  
  189. if key1 == "v" then
  190.  
  191. local gg = mouse.Target
  192.  
  193. if gg ~= nil then
  194.  
  195. gg.Parent:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  196.  
  197. else
  198.  
  199. print("No target (Steal steal)")
  200.  
  201. end
  202.  
  203. end
  204.  
  205. end)
  206.  
  207.  
  208.  
  209.  
  210.  
  211. mouse.KeyDown:connect(function(key1)
  212.  
  213. if key1 == "y" then
  214.  
  215. local gg = mouse.Target
  216.  
  217. if gg ~= nil then
  218.  
  219. weld1 = Instance.new("Weld")
  220.  
  221. weld1.Parent = game.Players.LocalPlayer.Character.Head
  222.  
  223. weld1.Part1 = game.Players.LocalPlayer.Character.Head
  224.  
  225. weld1.Part0 = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  226.  
  227. weld1.C0 = CFrame.new(0,0,40)
  228.  
  229. gg.Parent.Humanoid:EquipTool(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  230.  
  231. wait(0.8)
  232.  
  233. game.Players.LocalPlayer.Character.Humanoid:EquipTool(gg.Parent:FindFirstChildOfClass("Tool"))
  234.  
  235. end
  236.  
  237. end
  238.  
  239. end)
  240.  
  241.  
  242.  
  243. mouse.KeyDown:connect(function(key1)
  244.  
  245. if key1 == "x" then
  246.  
  247. local gg = mouse.Target
  248.  
  249. if gg ~= nil then
  250.  
  251. for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= plr.Name then
  252.  
  253. plr.Character.Humanoid:EquipTool(v.Character:FindFirstChildOfClass("Tool"))
  254.  
  255. end
  256.  
  257. end
  258.  
  259. end
  260.  
  261. end
  262.  
  263. end)
  264.  
  265.  
  266.  
  267. mouse.KeyDown:connect(function(key1)
  268.  
  269. if key1 == "c" then
  270.  
  271. local gg = mouse.Target
  272.  
  273. if gg ~= nil then
  274.  
  275. for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= plr.Name then
  276.  
  277. v:Move(Vector3.new(math.huge*0))
  278.  
  279. wait()
  280.  
  281. v:Move(Vector3.new(math.huge*0))
  282.  
  283. wait()
  284.  
  285. v:Move(Vector3.new(math.huge*0))
  286.  
  287. v:Move(Vector3.new(math.huge*0))
  288.  
  289. wait()
  290.  
  291. v:Move(Vector3.new(math.huge*0))
  292.  
  293. v:Move(Vector3.new(math.huge*0))
  294.  
  295. wait()
  296.  
  297. v:Move(Vector3.new(math.huge*0))
  298.  
  299. v:Move(Vector3.new(math.huge*0))
  300.  
  301. end
  302.  
  303. end
  304.  
  305. end
  306.  
  307. end
  308.  
  309. end)
  310.  
  311.  
  312.  
  313. mouse.KeyDown:connect(function(key1)
  314.  
  315. if key1 == "j" then
  316.  
  317. local gg = mouse.Target
  318.  
  319. if gg ~= nil then
  320.  
  321. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Mesh:remove()
  322.  
  323. end
  324.  
  325. end
  326.  
  327. end)
  328.  
  329.  
  330.  
  331. mouse.KeyDown:connect(function(key1)
  332.  
  333. if key1 == "l" then
  334.  
  335. local gg = mouse.Target
  336.  
  337. if gg ~= nil then
  338.  
  339. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle)
  340.  
  341. a.Adornee=game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle
  342.  
  343. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle.CanCollide=false
  344.  
  345. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle.Size=Vector3.new(1,1,12)
  346.  
  347. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 17
  348.  
  349. end
  350.  
  351. end
  352.  
  353. end)
  354.  
  355.  
  356.  
  357. mouse.KeyDown:connect(function(key1)
  358.  
  359. if key1 == "u" then
  360.  
  361. local gg = mouse.Target
  362.  
  363. if gg ~= nil then
  364.  
  365. game.Players.LocalPlayer.Character:MoveTo(gg.Position)
  366.  
  367. end
  368.  
  369. end
  370.  
  371. end)
  372.  
  373.  
  374.  
  375. mouse.KeyDown:connect(function(key1)
  376.  
  377. if key1 == "k" then
  378.  
  379. local gg = mouse.Target
  380.  
  381. if gg ~= nil then
  382.  
  383. game.Players.LocalPlayer.Character.Head.Died.Playing = true
  384.  
  385. game.Players.LocalPlayer.Character.Head.Died.TimePosition = 0
  386.  
  387. end
  388.  
  389. end
  390.  
  391. end)
  392.  
  393.  
  394.  
  395. mouse.KeyDown:connect(function(key1)
  396.  
  397. if key1 == "h" then
  398.  
  399. local gg = mouse.Target
  400.  
  401. if gg ~= nil then
  402.  
  403. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Mesh:remove()
  404.  
  405. end
  406.  
  407. end
  408.  
  409. end)
  410.  
  411.  
  412.  
  413. mouse.KeyDown:connect(function(key1)
  414.  
  415. if key1 == "m" then
  416.  
  417. local gg = mouse.Target
  418.  
  419. if gg ~= nil then
  420.  
  421. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"):remove()
  422.  
  423. end
  424.  
  425. end
  426.  
  427. end)
  428.  
  429.  
  430.  
  431. mouse.KeyDown:connect(function(key1)
  432.  
  433. if key1 == "n" then
  434.  
  435. local gg = mouse.Target
  436.  
  437. if gg ~= nil then
  438.  
  439. game.Players.LocalPlayer.Backpack:ClearAllChildren()
  440.  
  441. end
  442.  
  443. end
  444.  
  445. end)
  446.  
  447.  
  448.  
  449. mouse.KeyDown:connect(function(key1)
  450.  
  451. if key1 == "g" then
  452.  
  453. local gg = mouse.Target
  454.  
  455. if gg ~= nil then
  456.  
  457. game.Players.LocalPlayer.PlayerGui.Halpp.MainFrame.Visible = false
  458.  
  459. end
  460.  
  461. end
  462.  
  463. end)
  464.  
  465.  
  466.  
  467. mouse.KeyDown:connect(function(key1)
  468.  
  469. if key1 == "f" then
  470.  
  471. local gg = mouse.Target
  472.  
  473. if gg ~= nil then
  474.  
  475. game.Players.LocalPlayer.PlayerGui.Halpp.MainFrame.Visible = true
  476.  
  477. end
  478.  
  479. end
  480.  
  481. end)
  482.  
  483.  
  484.  
  485. mouse.KeyDown:connect(function(key1)
  486.  
  487. if key1 == "p" then
  488.  
  489. local gg = mouse.Target
  490.  
  491. if gg ~= nil then
  492.  
  493. for i,v in pairs(game.Players:GetPlayers()) do
  494.  
  495. AnimationId = "33796059"
  496.  
  497. local Anim = Instance.new("Animation")
  498.  
  499. Anim.AnimationId = "rbxassetid://"..AnimationId
  500.  
  501. local k = v.Character.Humanoid:LoadAnimation(Anim)
  502.  
  503. k:Play() --Play the animation
  504.  
  505. k:AdjustSpeed(1000) --Set '1' to any value you want to adjust the animation speed.
  506.  
  507. end
  508.  
  509. end
  510.  
  511. end
  512. end)
Add Comment
Please, Sign In to add comment