Advertisement
Gumball0031

OPM autofarm

Jan 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. --Credits go to Koldpai @v3rm
  2. -- I do not own these scripts
  3.  
  4. One Piece Millenium STATS Autofarm
  5.  
  6. -- Strength
  7. for i=1, 9999999999 do
  8. game:GetService("ReplicatedStorage").RemoteEvents.CombatBase:FireServer()
  9. wait()
  10. end
  11.  
  12. -- Defense -- Must equip Weights -- đỗi tên "Koldpai" thành tên nhân vật của bạn
  13. for i=1, 9999999999 do
  14. local A_1 = game:GetService("Workspace").Koldpai.Weight.Control.HakiType
  15. local A_2 = game:GetService("Workspace").Koldpai.Weight
  16. local A_3 = game:GetService("Workspace").Koldpai.Weight.Control.Uses
  17. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Weights
  18. Event:FireServer(A_1, A_2, A_3)
  19. wait()
  20. end
  21.  
  22. -- Sword -- Must equip Katana -- đỗi "Koldpai" thành tên nhân vật của bạn
  23. for i=1, 9999999999 do
  24. local A_1 = game:GetService("Workspace").Koldpai.Katana
  25. local Event = game:GetService("ReplicatedStorage").RemoteEvents.KatanaBase
  26. Event:FireServer(A_1)
  27. wait()
  28. end
  29.  
  30. -- Gun -- Must equip Cannon -- đỗi tên "Koldpai" Thành tên nhân vật của bạn (dont know if this works)
  31. for i=1, 9999999999 do
  32. local A_1 = game:GetService("Workspace").Koldpai.Cannon
  33. local Event = game:GetService("ReplicatedStorage").RemoteEvents.CannonBase
  34. Event:FireServer(A_1)
  35. wait()
  36. end
  37.  
  38.  
  39. NOTES: Sword Autofarm không có tác dụng với 2SS chỉ với với 1 thanh katana thôi
  40. sau khi chết bạn có thể auto farm cả 3 cai cùng lúc gun strength sword
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement