4epB9Ik

WomHack

Feb 9th, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. local Args = { ... }
  2. if Args[1] == 'money' then
  3. peripheral.call('bottom','setLine','1','§1[Sell]')
  4. peripheral.call('bottom','setLine','2','1')
  5. peripheral.call('bottom','setLine','3','Dirt')
  6. peripheral.call('bottom','setLine','4', '$'..Args[2])
  7. print('money hack create')
  8. elseif Args[1] == 'item' then
  9. peripheral.call('bottom','setLine','1','§1[Buy]')
  10. peripheral.call('bottom','setLine','2', Args[3])
  11. peripheral.call('bottom','setLine','3', Args[2])
  12. peripheral.call('bottom','setLine','4', '$0.01')
  13. print('item hack created')
  14. elseif Args[1] == 'exp' then
  15. peripheral.call('bottom','setLine','1','§1[Buy]')
  16. peripheral.call('bottom','setLine','2', Args[2])
  17. peripheral.call('bottom','setLine','3', 'exp')
  18. peripheral.call('bottom','setLine','4', '$0.01')
  19. print('item hack created')
  20. elseif Args[1] == 'repair' then
  21. peripheral.call('bottom','setLine','1','§1[Repair]')
  22. peripheral.call('bottom','setLine','2', 'all')
  23. peripheral.call('bottom','setLine','3', '')
  24. peripheral.call('bottom','setLine','4', '')
  25. print('item hack created')
  26. elseif Args[1] == 'clean' then
  27. peripheral.call('bottom','setLine','1','')
  28. peripheral.call('bottom','setLine','2', '')
  29. peripheral.call('bottom','setLine','3', '')
  30. peripheral.call('bottom','setLine','4', '')
  31. print('WomHack cleaned!')
  32. else
  33. print('[WomHack] Please use:')
  34. print('<hack money [count]> - give money')
  35. print('<hack item [ID] [count]> - give items')
  36. print('<hack exp [count]> - give experience')
  37. print('<hack clean> - clean exploit fields')
  38.  
  39.  
  40. end
Add Comment
Please, Sign In to add comment