AlbertsHere

Booga Booga Exploit

Jun 18th, 2019
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local mouse = plr:GetMouse()
  3. mouse.KeyDown:connect(function(key)
  4. if key == "e" then
  5. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6. Torso = game.Players.LocalPlayer.Character.UpperTorso
  7. b = Torso.Position + Torso.CFrame.lookVector * 10
  8. local c = b.x
  9. local d = b.y - 2
  10. local e = b.z
  11. for i = 1,1 do
  12. local A_1 = "Infinity Chest"
  13. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  14. local A_3 = 0
  15. Event:FireServer(A_1, A_2, A_3)
  16. end end end)
Add Comment
Please, Sign In to add comment