Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Args = { ... }
- if Args[1] == 'money' then
- peripheral.call('bottom','setLine','1','§1[Sell]')
- peripheral.call('bottom','setLine','2','1')
- peripheral.call('bottom','setLine','3','Dirt')
- peripheral.call('bottom','setLine','4', '$'..Args[2])
- print('money hack create')
- elseif Args[1] == 'item' then
- peripheral.call('bottom','setLine','1','§1[Buy]')
- peripheral.call('bottom','setLine','2', Args[3])
- peripheral.call('bottom','setLine','3', Args[2])
- peripheral.call('bottom','setLine','4', '$0.01')
- print('item hack created')
- elseif Args[1] == 'exp' then
- peripheral.call('bottom','setLine','1','§1[Buy]')
- peripheral.call('bottom','setLine','2', Args[2])
- peripheral.call('bottom','setLine','3', 'exp')
- peripheral.call('bottom','setLine','4', '$0.01')
- print('item hack created')
- elseif Args[1] == 'repair' then
- peripheral.call('bottom','setLine','1','§1[Repair]')
- peripheral.call('bottom','setLine','2', 'all')
- peripheral.call('bottom','setLine','3', '')
- peripheral.call('bottom','setLine','4', '')
- print('item hack created')
- elseif Args[1] == 'clean' then
- peripheral.call('bottom','setLine','1','')
- peripheral.call('bottom','setLine','2', '')
- peripheral.call('bottom','setLine','3', '')
- peripheral.call('bottom','setLine','4', '')
- print('WomHack cleaned!')
- else
- print('[WomHack] Please use:')
- print('<hack money [count]> - give money')
- print('<hack item [ID] [count]> - give items')
- print('<hack exp [count]> - give experience')
- print('<hack clean> - clean exploit fields')
- end
Add Comment
Please, Sign In to add comment