0% found this document useful (0 votes)
31 views1 page

Premium Proxy Setup for Growtopia

This script summarizes a script that logs packet and variant data, drops all inventory items, and joins a specific world in Growtopia. It logs packet and variant information, drops all inventory items, and joins the world "SUPERCELL369". The script requires a stable internet connection to run properly.

Uploaded by

Agung Setiawan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

Premium Proxy Setup for Growtopia

This script summarizes a script that logs packet and variant data, drops all inventory items, and joins a specific world in Growtopia. It logs packet and variant information, drops all inventory items, and joins the world "SUPERCELL369". The script requires a stable internet connection to run properly.

Uploaded by

Agung Setiawan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

local world_name = "SUPERCELL369" -- edit this

--GL TELE COSTUME


--SC BY NigNya#6358
--NOTE : MUST HAVE GOOD INTERNET AND STABLE
-- Misal Muncul Notif Exit From What? Tinggal Run Sc Ulang
--CARA PAKE CARI TAU SENDIRI
--MINTA = DAH TAU CARA MAKE
posx = 26
posy = 24

Seconds = 3
Delay = 600 -- LIST DELAY 400 450 500 550 600 650

Delay2 = 350 -- LIST DELAY 400 450 500 550 600 650

function omg(a)
LogToConsole("Type : "..[Link].."\nX : "..a.x.."\nY : "..a.y.."\nPunchX :
"..[Link].."\nPunchY : "..[Link].."\nState : "..[Link].."\nValue : "..[Link].."\
nNetID : "..[Link])
return false
end

AddHook(omg, "OnSendPacketRaw");

function hujan(var)
LogToConsole(var.v1)
LogToConsole(var.v2)
LogToConsole(var.v3)
LogToConsole(var.v4)
LogToConsole(var.v5)
return false
end

AddHook(hujan, "OnVariant")
local world_name = "ljwl0|START"

SendPacket(3, "action|join_request\nname|" .. world_name .. "\ninvitedWorld|0")


Sleep(1000)
for _, v in pairs(GetInventory())
do
SendPacket(2, "action|drop\n|itemID|"..[Link]);
SendPacket(2, "action|dialog_return\ndialog_name|drop_item\nitemID|"..[Link].."|\
ncount|"..[Link]);
Sleep(1000);
end

You might also like