Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- na=peripheral.wrap("left") --antenna-> narssistic turtle
- itemA=na.getStackInSlot(1)
- itemB=na.getStackInSlot(2)
- message="http://gecco34.bplaced.net/Shop/addItemToList.php?sName="..textutils.urlEncode(itemA.display_name).."&sIDName="..itemA.id.."&sDmg="..itemA.dmg.."&sCount="..itemA.qty.."&bName="..itemB.display_name.."&bIDName="..itemB.id.."&bDmg="..itemB.dmg.."&bCount="..itemB.qty
- url=http.get(message)
- print(message)
- print(url.readAll())
Add Comment
Please, Sign In to add comment