0% found this document useful (0 votes)
209 views4 pages

Message

This document contains Lua code for a Growtopia spam bot script. It defines functions for spamming chat, checking for Super Diamonds, and sending notifications to Discord. The script will spam chat every 1.5 minutes for a total of 60 minutes (1 hour).

Uploaded by

najwa
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)
209 views4 pages

Message

This document contains Lua code for a Growtopia spam bot script. It defines functions for spamming chat, checking for Super Diamonds, and sending notifications to Discord. The script will spam chat every 1.5 minutes for a total of 60 minutes (1 hour).

Uploaded by

najwa
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
You are on page 1/ 4

UID = 358024

if GetLocal().userid == UID then

start = 1.5 -- Default (just edit when your growtopia Force close and also set
howmany times you SB before)
total = 60 -- TOTAL SB (set 60 for 1 hour) (set 120 for 2 hour) (and more)
notif = 2000 -- DO NOT TOUCH (set this if you got spam detected) (3000-5000)
Text = "SB TEXT" -- SPAM SB TEXT
DISCORD_ID = "596336995819585539" -- YOUR DISCORD ID FOR GET NOTIF IN ANUBEAST
DISCORD

local WEBHOOK = "https://discord.com/api/webhooks/1174373134296678471/DxTWc-


Y7ICjKQvwSzWUM5njw9lG4nKwMSklARRzw7u93VaAWuCCATR371mC96c2LTevk"
local gems = GetPlayerInfo().gems
local insta = "`bInstagram `0: `[email protected]"
AddHook("onvariant", "hook", function(var)
if var[0] == "OnSDBroadcast" then
LogToConsole("`0[`4ShoyoSC`0] Blocked SDB")
FChat("`0[`4ShoyoSC`0] `4BLOCKED SDB")
return true
end
end)
function FChat(txt)
p = {}
p[0] = "OnTextOverlay"
p[1] = txt
SendVariantList(p)
end
function say(txt)
SendPacket(2,"action|input\ntext|"..txt)
end
function EXECUTE()
command = [[
add_label_with_icon|small|`wwelcome back sir|left|11606|
add_smalltext|`9Growid : ]]..GetLocal().name..[[|
add_smalltext|`9Gems : ]]..gems..[[|
add_spacer|small|
add_button_with_icon|/shoyo|`7Founder|staticGreyFrame|5956||
add_spacer|small|
end_dialog|Cancel|`#i understand!||
add_quick_exit||
]]
cm = {}
cm[0] = "OnDialogRequest"
cm[1] = command
SendVariantList(cm)
return true
end
LogToConsole("`9[`bIG `0: `[email protected]`9] `9in `0the uid synchronization
process")
Sleep(500)
LogToConsole("`9[`bIG `0: `[email protected]`9] `9Your UID : `2100% Success
registered")
Sleep(500)
say("`bSpam SB Script `0was injected `2successfully")
Sleep(800)
EXECUTE()
SendPacket(2, "action|input\ntext|/me `9Spam SB Appear in `43")
Sleep(1000)
SendPacket(2, "action|input\ntext|/me `9Spam SB Appear in `22")
Sleep(1000)
SendPacket(2, "action|input\ntext|/me `9Spam SB Appear in `11")
Sleep(1000)
LogToConsole("`2Spam SB script by `b[`4>`4>`b"..insta.."`4<`4<`b]")
Sleep(1000)
SendPacket(2, "action|input\ntext|`bSpam SB Script by `4["..insta.."`4]")
Sleep(2000)
FChat("`bSpam SB Script by `4["..insta.."`4]")

-- WEBHOOK
local myLink =
"https://discord.com/api/webhooks/1168101624934305832/03nhAW0sM_X_TnjyjgnQTJG6fXKDp
ikycQq1TBIcUm58fPAqpew0peUJ-5iv2muqtd3P" --link webhook
local gems = GetPlayerInfo().gems
local dates = os.date("%H:%M:%S")
local DISCORD_TAG1 = "<@"..DISCORD_NAME.."> **YOUR SB STARTED AT "..dates.."**
```just setting sb for "..total.." Minute``````With Text : "..Text.."```"
local myData = [[
{
"content": "]]..DISCORD_TAG1..[[",
"embeds": [{
"title":":green_circle: UID : ]] ..GetLocal().userid.. [[\
u000A:earth_asia: World : ]]..GetWorld().name..[[\u000A:gem: Gems : ]] .. gems ..
[[",
"description":":calendar_spiral: Date : ]] .. dates .. [[)",
"color": 16711680,
"thumbnail": {
"url": "https://media.tenor.com/ky06Wnvr1gcAAAAd/anubis-god-
anubis.gif"
}
}]
}
]]
function SendWebhook(url, data)
MakeRequest(url,"POST",{["Content-Type"] = "application/json"},data)
end
function printa(v)
if v[0] == "OnTalkBubble" and v[1]:find("`4[`bInstagram `0:
`[email protected]`4] (megaphone) has been `2APPEARED!
`2"..total.."`amin`0/`2"..total.."`amin") then
sendWebhook(myLink, ENDEND)
return true
end
return false
end

-- END OF WEBHOOK
SendWebhook(myLink, myData)

AddHook("onsendpacket", 24101, function(type, packet)


if packet:find("/shoyo") then
command = [[
add_label_with_icon|big|`0Founder & User|left|6126|
add_custom_break|
add_textbox|`0------------------------------------------------------|
add_smalltext|`0Founder|left|
add_spacer|small|
add_label_with_icon|small|`b@ANUBEAST|left|242|
add_textbox|`0------------------------------------------------------|
add_smalltext|`0User|left|
add_spacer|small|
add_label_with_icon|small|`4[`bInstagram `0: `[email protected]`4]|left|11154|
add_textbox|`0------------------------------------------------------|
add_quick_exit||
end_dialog|founder|Close|
]]
cm = {}
cm[0] = "OnDialogRequest"
cm[1] = command
SendVariantList(cm)
return true
end
return false
end)

-- sb repeater --
while true do
while start <= (total) do
SendPacket(2, "action|input\ntext|`4[`bInstagram `0: `[email protected]`4]
(megaphone) has been `2APPEARED! `2"..start.."`amin`0/`2"..total.."`amin")
Sleep(notif)
SendPacket(2, "action|input\ntext|/sb "..Text.."")
Sleep(91000)
SendPacket(2, "action|input\ntext|`4[`bInstagram `0: `[email protected]`4] `9Spam
SB Appear in `43")
Sleep(1000)
SendPacket(2, "action|input\ntext|`4[`bInstagram `0: `[email protected]`4] `9Spam
SB Appear in `22")
Sleep(1000)
SendPacket(2, "action|input\ntext|`4[`bInstagram `0: `[email protected]`4] `9Spam
SB Appear in `11")
Sleep(1000)
start = start + 1.5
end
end

else
local function WARN(text)
local packet = {
[0] = "OnAddNotification",
[1] = "interface/atomic_button.rttex",
[2] = text,
[3] = 'audio/hub_open.wav',
[4] = 0,
}
SendVariantList(packet)
end
LogToConsole("`4[`bInstagram `0: `[email protected]`4] `9in the uid synchronization
process")
Sleep(1000)
LogToConsole("`4[`bInstagram `0: `[email protected]`4] `9Your UID : `40% Success
registered")
Sleep(1000)
LogToConsole("`4[`bInstagram `0: `[email protected]`4] `4UID SALAH BABI KAO DAPET
SC DARI MANA")
Sleep(100)
WARN("`4[`bInstagram `0: `[email protected]`4] `4UID SALAH BABI KAO DAPET SC DARI
MANA")
end

You might also like