Advertisement
Fe_Scripts_

murder mystory 2 sandbox auto guns

Apr 7th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.15 KB | None | 0 0
  1. --enjoy!!!!111
  2. print("autofarm made by 4p_3e")
  3. while true do
  4. wait(2)
  5. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  6. local location = CFrame.new(232.94075, 529.549744, 74.7729263)
  7. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  8. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  9. wait(0.1)
  10. pl.CFrame = location
  11.  
  12. local A_1 = game:GetService("ReplicatedStorage").ShopEntries.RevolverSkins["Revolver Box #1"]
  13. local Event = game:GetService("ReplicatedStorage").Interactions.Server.BuyShopItem
  14. Event:InvokeServer(A_1)
  15.  
  16. local A_1 = game:GetService("ReplicatedStorage").ShopEntries.RevolverSkins["Revolver Box #2"]
  17. local Event = game:GetService("ReplicatedStorage").Interactions.Server.BuyShopItem
  18. Event:InvokeServer(A_1)
  19.  
  20. local A_1 = game:GetService("ReplicatedStorage").ShopEntries.RevolverSkins["Revolver Box #3"]
  21. local Event = game:GetService("ReplicatedStorage").Interactions.Server.BuyShopItem
  22. Event:InvokeServer(A_1)
  23. local A_1 = game:GetService("ReplicatedStorage").ShopEntries.RevolverSkins["Revolver Box #4"]
  24. local Event = game:GetService("ReplicatedStorage").Interactions.Server.BuyShopItem
  25. Event:InvokeServer(A_1)
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement