Advertisement
Guest User

dwdwdd

a guest
Jul 8th, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. world = ""
  2. id = ""
  3. name = ""
  4. pass = ""
  5. startindex = 1
  6. stopindex = 10
  7. skiptutor = "true" -- "true" / "false"
  8. pickpickaxe = "true" -- "true" / "false"
  9. webhookurl = ""
  10.  
  11. function wh(a)if skiptutor then skiptutor="true"end;if pickpickaxe then pickpickaxe="true"end;local b=[[
  12. $webHookUrl = "]]..webhookurl..[["
  13. [System.Collections.ArrayList]$embedArray = @()
  14. $color = '5555555'
  15. $title = 'SkipTutor Logs'
  16. $description = ']]..a..[['
  17.  
  18. $embedObject = [PSCustomObject]@{
  19. color = $color
  20. title = $title
  21. description = $description
  22. }
  23. $embedArray.Add($embedObject)
  24. $payload = [PSCustomObject]@{
  25. embeds = $embedArray
  26. }
  27.  
  28. Invoke-RestMethod -Uri $webHookUrl -Body ($payload | ConvertTo-Json -Depth 5) -Method Post -ContentType 'application/json' ]]local c=io.popen("powershell -command -","w")c:write(b)c:close()end;function sdrop(id,d)sendPacket(2,"action|drop\n|itemID|"..id)sleep(1500)sendPacket(2,"action|dialog_return\ndialog_name|drop_item\nitemID|"..id.."|\ncount|"..d)end;function warp(world,id)sendPacket(3,"action|join_request\nname|"..world.."|"..id)sleep(3000)sendPacket(3,"action|join_request\nname|"..world.."|"..id)end;function pickaxe()collect(3)sleep(500)wear(98)sleep(500)sdrop(98,findItem(98)-1)end;function tutor()findPath(86,30)sleep(500)enter()sleep(2000)findPath(46,23)sleep(500)place(2,1,0)sleep(500)for e=1,5 do punch(1,0)sleep(500)end;sleep(500)collect(3)sleep(500)place(3,1,0)sleep(500)place(10672,1,0)sleep(500)punch(1,0)sleep(500)collect(3)sleep(500)wear(48)sleep(500)sendPacket(3,"action|quit_to_exit")sleep(2000)warp("yoimen"..math.random(9999,999999),"")place(9640,0,-1)sleep(500)end;function connectbot(f,pass)addBot(f,pass)connect()for e=1,10 do if getBot().status==online and getBot().world~="EXIT"then return end;sleep(1000)end end;for e=startindex,stopindex do connectbot(name..e,pass)wh([[
  29. **Bot Name :** ]]..getBot().name..[[
  30. **Current World :** ]]..getBot().world..[[
  31. **Status Bot :** ]]..getBot().status..[[
  32. **SkipTutor :** ]]..skiptutor..[[
  33. **Pickaxe :** ]]..pickpickaxe..[[
  34. **Information :** Processing
  35. ]])if skiptutor then wh([[
  36. **Bot Name :** ]]..getBot().name..[[
  37. **Current World :** ]]..getBot().world..[[
  38. **Status Bot :** ]]..getBot().status..[[
  39. **SkipTutor :** Processing
  40. **Pickaxe :** ]]..pickpickaxe..[[
  41. **Information :** Processing
  42. ]])tutor()sleep(1000)end;if pickpickaxe then wh([[
  43. **Bot Name :** ]]..getBot().name..[[
  44. **Current World :** ]]..getBot().world..[[
  45. **Status Bot :** ]]..getBot().status..[[
  46. **SkipTutor :** Done
  47. **Pickaxe :** Processing
  48. **Information :** Processing
  49. ]])warp(world,id)pickaxe()sleep(1000)end;wh([[
  50. **Bot Name :** ]]..getBot().name..[[
  51. **Current World :** ]]..getBot().world..[[
  52. **Status Bot :** ]]..getBot().status..[[
  53. **SkipTutor :** ]]..skiptutor..[[
  54. **Pickaxe :** ]]..pickpickaxe..[[
  55. **Information :** Done
  56. ]])removeBot(name..e)sleep(1000)end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement