Advertisement
x7f

VK NFT skip questions

x7f
Dec 13th, 2022
878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (const l of [...Array(10).keys()]) {
  2.   for (const s of [...Array(20).keys()]) {
  3.     await fetch("https://api.vk.com/method/nft.setLessonStepProgress", {
  4.       "headers": {
  5.         "content-type": "application/x-www-form-urlencoded"
  6.       },
  7.       "body": `?api_id=51459963&method=nft.setLessonStepProgress&format=json&v=5.200&access_token=&lesson_id=${l}&step_id=${s}&request_id=99`,
  8.       "method": "POST",
  9.     })
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement