Skiptutorfixed

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

WorldTake = "WorldName|WorldID" --World And ID Eg.

("WORLDNAME|ID")
Delay = 3000 --[3000-500] Safest Delay

--Don't touch!!
--Give Credits If Reupload @kshmrzz
--Don't resell or I will enc all my sc
function ovlay(str)
var = {}
var[0] = "OnTextOverlay"
var[1] = str
SendVariant(var)
end

function door(x, y)
SendPacketRaw(false, {
x = GetLocal().pos.x,
y = GetLocal().pos.y,
tilex = x,
tiley = y,
type = 7,
value = 10
})
end

function punch(x, y)
SendPacketRaw(false, {
x = GetLocal().pos.x,
y = GetLocal().pos.y,
tilex = x,
tiley = y,
type = 3,
value = 18
})
end

function place(id, x, y)
SendPacketRaw(false, {
x = GetLocal().pos.x,
y = GetLocal().pos.y,
tilex = x,
tiley = y,
type = 3,
value = id
})
end

function wear()
SendPacketRaw(false, {
value = id,
type = 10
})
end

function checkamount(id)
for _, item in pairs(GetInventory()) do
if item == id then
return item.amount
end
end
return 0
end

function lock()
for _, tile in pairs(GetTile()) do
if (tile.fg == 6) then
place(tile.x, tile.y-1, 9640)
SendPacket(2,"action|input\ntext|Tutorial Completed!!")
SleepMS(500)
end
end
end

function collect()
SendPacket(3,"action|join_request\nname|"..WorldTake)
SleepMS(3000)
local x = GetLocal().pos.x
local y = GetLocal().pos.y
FindPath(x+1, y)
SleepMS(1000)
FindPath(x, y)
SleepMS(500)
end

ovlay("Auto Skip Tutorial Started!")


SleepMS(7000)
FindPath(86, 30)
SleepMS(Delay)
door(86, 30)
ovlay("Wait 10 Seconds Please..")
SleepMS(10000)
FindPath(46, 23)
SleepMS(1000)
place(2, 47, 23)
SleepMS(180)
punch(47, 23)
SleepMS(180)
punch(47, 23)
SleepMS(180)
punch(47, 23)
SleepMS(180)
punch(47, 23)
ovlay("Collecting Seed..")
SleepMS(Delay)
FindPath(47, 23)
SleepMS(Delay)
FindPath(46, 23)
SleepMS(Delay)
place(3, 47, 23)
SleepMS(2000)
place(10672, 47, 23)
SleepMS(3000)
punch(47, 23)
SleepMS(Delay)
FindPath(47, 23)
SleepMS(Delay)
wear(48)
SleepMS(Delay)
SendPacket(3,"action|quit_to_exit")
ovlay("Wait 10 Seconds Please..")
SleepMS(10000)
SendPacket(3,"action|join_request\nname|Kshmr"..math.random(111, 9999))
ovlay("Wait 10 Seconds Please..")
SleepMS(10000)
lock()
ovlay("Wait 10 Seconds Please..")
SleepMS(10000)
collect()
SleepMS(3000)
wear(98)
SleepMS(2000)
drop()
SleepMS(4000)

ovlay("Completed!!")

You might also like