LuongLoiNhoi

Hack One Piece Final Chapter 2

Jun 24th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. -- Make sure you have 8k beli first! Then execute the following three scripts in order! If you executed the 3 and found your money not increasing but decreasing then rejoin and execute the first two only! -D.E
  2.  
  3. Firstly use (1st one)
  4. local buyingarea = "Shells Town"
  5. local sellingarea = "Syrup Village"
  6.  
  7. local A_2 = true
  8. local Event = game:GetService("ReplicatedStorage").RemoteEvents.BuyingCrate
  9. Event:FireServer(buyingarea, A_2)
  10.  
  11. local Event = game:GetService("ReplicatedStorage").RemoteEvents.SellingCrate
  12. Event:FireServer(sellingarea)
  13.  
  14. then use (2nd one)
  15.  
  16. for i = 1, 1000 do
  17. local buyingarea = "Shells Town"
  18. local sellingarea = "Syrup Village"
  19.  
  20. local A_2 = true
  21. local Event = game:GetService("ReplicatedStorage").RemoteEvents.BuyingCrate
  22. Event:FireServer(buyingarea, A_2)
  23.  
  24. local Event = game:GetService("ReplicatedStorage").RemoteEvents.SellingCrate
  25. Event:FireServer(sellingarea)
  26. end
  27.  
  28. then use (3rd one)
  29.  
  30. for i = 1, 1000 do
  31. local buyingarea = "Syrup Village"
  32. local sellingarea = "Shells Town"
  33.  
  34. local A_2 = true
  35. local Event = game:GetService("ReplicatedStorage").RemoteEvents.BuyingCrate
  36. Event:FireServer(buyingarea, A_2)
  37.  
  38. local Event = game:GetService("ReplicatedStorage").RemoteEvents.SellingCrate
  39. Event:FireServer(sellingarea)
  40. end
Add Comment
Please, Sign In to add comment