You are on page 1of 1

count = 0

max = 2
function modage(ma)
if ma.v1:find("OnConsoleMessage") and ma.v2:find("recovering from surgery") then
SendPacket (2,"action|input\n|text|/modage 999999")
count = count + 1
SendVariant({v0 = "OnTalkBubble" , v1 = GetLocal().netID , v2 = "`2Total Surg :
"..count})
LogToConsole("`2Total Surg : "..count) end
if count == max then
SendPacket (3,"action|join_request\nname|exit\ninvitedWorld|0")
count = 0 end
return false end
AddHook(modage , "OnVariant")

nama = GetLocal().name
Open = "add_label_with_icon|big|`#Halo `0" .. nama .. [[
|left|7188|
add_spacer|small|
add_smalltext|`2Script Made By `4Sarap GT|
add_spacer|small|
add_smalltext|`4SUBSCRIBE SUBSCRIBE SUBSCRIBE!!|
add_smalltext|`8Join my Discord Server `4FOR FREE SCRIPT!|
add_url_button|discord|Sarap CPS|noflags|https://discord.gg/sTdErbpG|Join my
discord server for `4FREE SCRIPT!!?|0|0|
add_spacer|small|
end_dialog|confirm|Confirm|
]]
function celek(dialog)
var = {}
var.v0 = "OnDialogRequest"
var.v1 = dialog
SendVariant(var)
end
celek(Open)
function string:removeColors()
return self:gsub("`.", "")
end

You might also like