Message
Message
function findItem(id)
for _, itm in pairs(GetInventory()) do
if itm.id == id then
return itm.amount
end
end
return 0
end
function wrench(x,y)
pkt = {}
pkt.type = 3
pkt.value = 32
pkt.px = math.floor(GetLocal().pos.x / 32 +x)
pkt.py = math.floor(GetLocal().pos.y / 32 +y)
pkt.x = GetLocal().pos.x
pkt.y = GetLocal().pos.y
SendPacketRaw(false, pkt)
end
function getGame(num)
if reme then
return "`"..theme.."REME: `"..math.random(3,9)..""..isReme(tonumber(num))..""
elseif qeme then
return "`"..theme.."QEME: `"..math.random(3,9)..""..isQeme(tonumber(num))..""
else
return ""
end
end
function isReme(number)
if number == 19 or number == 28 or number == 0 then
hasil = 0
else
num1 = math.floor(number / 10)
num2 = number % 10
hasil = string.sub(tostring(num1 + num2), -1)
end
return hasil
end
-- PRINTA
function printa(v)
if v[0]:find("OnTalkBubble") and v[2]:find("spun the wheel") then
if reme == true or qeme == true then
local num = string.gsub(string.gsub(v[2]:match("and got (.+)"), "!%]", ""), "`",
"")
local onlynumber = string.sub(num, 2)
local clearspace = string.gsub(onlynumber, " ", "")
local h = string.gsub(string.gsub(clearspace, "!7", ""), "]", "")
p = {}
p[0] = "OnTalkBubble"
p[1] = v[1]
p[2] = "`0[`"..theme.."REAL`0] " .. v[2] .. " "..getGame(tonumber(h))..""
p[3] = 0
p[4] = 0
SendVariantList(p)
return true
elseif v[0] == "OnTalkBubble" and v[2]:find("<") and v[2]:find("spun the wheel")
and v[2]:find(">") then
p = {}
p[0] = "OnTalkBubble"
p[1] = v[1]
p[2] = "`0[`0FAKE`0] " .. v[2] .. ""
p[3] = 0
p[4] = 0
SendVariantList(p)
return true
elseif v[0] == "OnTalkBubble" and v[2]:find("spun the wheel") then
p = {}
p[0] = "OnTalkBubble"
p[1] = v[1]
p[2] = "`0[`"..theme.."REAL`0] " .. v[2] .. ""
p[3] = 0
p[4] = 0
SendVariantList(p)
return true
end
return true
elseif v[0] == "OnConsoleMessage" and v[1]:find("Unknown command.") then
p = {}
p[0] = "OnConsoleMessage"
p[1] = "`4Unknown command `2Enter `9/menu `2to see command list!"
p[2] = 0
p[3] = 0
p[4] = 0
SendVariantList(p)
return true
elseif v[0] == "OnConsoleMessage" and v[1]:find("`$World Locked``") then
say("`bProxy `0by "..insta.."")
FChat(""..v[1].."")
LogToConsole(""..log.."`2"..v[1].."")
LogToConsole(""..log.."`2Currenty Locks in Backpack : ")
LogToConsole(""..log.."`bBlack Gem Lock : "..math.floor(findItem(11550)).."")
LogToConsole(""..log.."`1Blue Gem Lock : "..math.floor(findItem(7188)).."")
LogToConsole(""..log.."`cDiamond Lock : "..math.floor(findItem(1796)).."")
LogToConsole(""..log.."`9World Lock : "..math.floor(findItem(242)).."")
LogToConsole(""..log.."`2Current Total : "..TOTALWL.."")
return true
elseif v[0] == "OnConsoleMessage" and v[1]:find("`oCollected") then
say(""..log.."`c"..v[1].."")
return true
elseif v[0] == "OnConsoleMessage" then
msg = "`0[ `"..theme..""..os.date("%H:%M:%S").." `0] `^[`"..theme.."anubeast69#0`^]
" .. v[1]
p = {}
p[0] = "OnConsoleMessage"
p[1] = msg
SendVariantList(p)
return true
end
return false
end
-- commands--
AddHook("onsendpacket", 32, function(type, packet)
local dw = packet:match("/dw (%d+)") or packet:match("/DW (%d+)")
if dw then
print("[DROP] Dropped "..dw.." World Lock")
say(""..log.." `6Dropped `#" .. tonumber(dw).."`9 World Lock")
local dropWorldLock = "action|dialog_return\ndialog_name|drop\nitem_drop|242|\
nitem_count|"..dw.."\n"
SendPacket(2, dropWorldLock)
return true
end
return false
end)
AddHook("onsendpacket", 329, function(type, packet)
local res = packet:match("/res") or packet:match("/RES")
if res then
say(""..log.."`9Respawned")
LogToConsole(""..log.."`9Respawned")
SendPacket(2, "action|respawn")
return true
end
return false
end)
AddHook("onsendpacket", 30, function(type, packet)
local dd = packet:match("/dd (%d+)") or packet:match("/DD (%d+)")
if dd then
say(""..log.."`6Dropped `#" .. tonumber(dd).."`c Diamond Lock")
print("[DROP] Dropped "..dd.." Diamond Lock")
local dropDiamond = "action|dialog_return\ndialog_name|drop\nitem_drop|1796|\
nitem_count|"..dd.."\n"
SendPacket(2, dropDiamond)
return true
end
return false
end)
-- HEHEHEHHE
AddHook("onsendpacket", "rainbowText", function(type, packet)
if GColor == true and NColor == false then
if 2 == type and packet:find("action|input\n|text|") then
args = string.gsub(packet, "action|input\n|text|", "")
if args:sub(1, 1) == "/" or args:sub(1, 1) == "(" or args:sub(1, 1) == ")" or
args:sub(1, 1) == "l" then
return false
end
text = args
textMessage = ""
for chart in text:gmatch("(.)") do
textMessage = textMessage .. "`".. math.random(1, 9) .."".. chart
end
SendPacket(2, "action|input\ntext|`b("..emoji..") : ".. textMessage)
return true
end
end
end)
function daw()
drop(7188)
Sleep(100)
drop(242)
Sleep(100)
drop(1796)
Sleep(100)
drop(11550)
end
AddHook("onsendpacket","proxy", function (types,packet)
if packet:find("/proxy") then
command = [[
add_label_with_icon|big|`]]..theme..[[PROXY `0by `bAnubeast|left|758|
add_spacer|small
add_label_with_icon|big|`]]..theme..[[Drop Command|left|11550|
add_spacer|small
add_label_with_icon|small|`#/dd <amount> `0(Drop Diamond Lock)|left|278
add_label_with_icon|small|`#/dw <amount>`0(Drop World Lock)|left|278
add_label_with_icon|small|`#/db <amount> `0(Drop Blue Gem Lock)|left|278
add_label_with_icon|small|`#/dbl <amount> `0(Drop Black Gem Lock)|left|278
add_label_with_icon|small|`#/daw `0(Drop all locks)|left|278
add_spacer|small
add_label_with_icon|big|`]]..theme..[[Bank Command|left|4516|
add_spacer|small
add_label_with_icon|small|`#/wd `0(withdraw from Bank)|left|278
add_label_with_icon|small|`#/depo <amount> `0(Deposit to Bank)|left|278
add_spacer|small
add_label_with_icon|big|`]]..theme..[[Convert Command|left|14758|
add_spacer|small
add_label_with_icon|small|`#/bgl `0(Convert DL to BGL)|left|278
add_label_with_icon|small|`#/dl `0(Shattered BGL to DL|left|278
add_label_with_icon|small|`#/black `0(Convert BlueGem to BlackGem)|left|278
add_label_with_icon|small|`#/blue `0(Shattered BlackGem to BlueGem)|left|278
add_spacer|small
add_label_with_icon|big|`]]..theme..[[Other Command|left|14760|
add_spacer|small
add_label_with_icon|small|`#/menu `0(Options Proxy)|left|278
add_label_with_icon|small|`#/re `0(Re-Enter World)|left|278
add_label_with_icon|small|`#/res `0(fast respawn)|left|278
add_label_with_icon|small|`#/put <amount> `0(put bgls on trade)|left|278
add_label_with_icon|small|`#//put <amount> `0(put black gem lock on trade)|left|278
add_label_with_icon|small|`#/vend <amount> `0(Change Vending price (World Lock per
Item)|left|278
add_label_with_icon|small|`#//vend <amount> `0(Change Vending price (Item per World
Lock)|left|278
add_label_with_icon|small|`#/convert `0(convert dls to bgl on telephone)|left|278
add_spacer|small
add_label_with_icon|big|`]]..theme..[[Wrench Command|left|32|
add_spacer|small
add_label_with_icon|small|`#/wpull `0(Fast pull wrench)|left|278
add_label_with_icon|small|`#/wkick `0(Fast kick wrench)|left|278
add_label_with_icon|small|`#/wban `0(Fast ban wrench)|left|278
add_label_with_icon|small|`#/wdef `0(Set all default)|left|278
add_spacer|small
add_label_with_icon|big|`]]..theme..[[Spin Wheel Command|left|758|
add_spacer|small
add_label_with_icon|small|`#/reme `0(Reme Mode)|left|278
add_label_with_icon|small|`#/qeme `0(Qeme Mode)|left|278
add_spacer|small
add_label_with_icon|big|`]]..theme..[[UI Command|left|2590|
add_spacer|small
add_label_with_icon|small|`#/theme `0(Proxy Theme Color)|left|278
add_label_with_icon|small|`#/emoji `0(Set Emoji Chat)|left|278
add_label_with_icon|small|`#/rainbow `0(Set text to rainbow chat)|left|278
add_label_with_icon|small|`#/normal `0(Set text to normal chat)|left|278
add_spacer|small
add_label_with_icon|big|`]]..theme..[[Spam Command|left|14742|
add_spacer|small
add_label_with_icon|small|`#/spammode `0(Change Proxy to Spamming Mode)|left|278
add_label_with_icon|small|`#/blinkingmode `0(Set Proxy to Blinking skin Mode)|left|
278
add_label_with_icon|small|`#/delay `0(Set Delay Spam)|left|278
add_spacer|small
end_dialog|Cancel|`bi understand!||
add_quick_exit||
]]
cm = {}
cm[0] = "OnDialogRequest"
cm[1] = command
SendVariantList(cm)
return true
end
return false
end)
function menu()
command = [[
add_label_with_icon|big|`]]..theme..[[Deposited 3 BGL |left|758
add_spacer|small|
add_bigtext||
add_spacer|small|
]]
cm = {}
cm[0] = "OnDialogRequest"
cm[1] = command
SendVariantList(cm)
return true
end
function menuu()
command = [[
add_label_with_icon|big|`9PROXY `0by ]]..insta..[[|left|758
text_scaling_string|iprogramtext|
add_smalltext|`0Owner : `2anubeast69#0|
add_smalltext|`0Tiktok : `[email protected]|
add_small_font_button|/infoakun|`9INFORMATION|left|0|0|
add_small_font_button|/menu|`9COMMANDS|left|0|0|
add_spacer|small||
add_smalltext|`9[`9ANUBEAST PROXY`9] recommend World Gamble|
add_button_with_icon|CPS|`4WARP CPS|staticGreyFrame|1660||
add_button_with_icon|/menu|`9Proxy Menu|staticGreyFrame|11606||
add_smalltext|`bBLGL = ]]..math.floor(findItem(11550))..[[|
add_smalltext|`cBGL = ]]..math.floor(findItem(7188))..[[|
add_smalltext|`1DL = ]]..math.floor(findItem(1796))..[[|
add_smalltext|`9WL = ]]..math.floor(findItem(242))..[[|
add_smalltext|`bTotal = ]]..TOTALWL..[[ `9World Lock|
end_dialog|warpmenu|||
add_spacer|small|
]]
cm = {}
cm[0] = "OnDialogRequest"
cm[1] = command
SendVariantList(cm)
return true
end
--command end--
function punch(x,y)
local pkt = {}
pkt.type = 3
pkt.value = 18
pkt.x = GetLocal().pos.x
pkt.y = GetLocal().pos.y
pkt.px = math.floor(GetLocal().pos.x / 32 + x)
pkt.py = math.floor(GetLocal().pos.y / 32 + y)
SendPacketRaw(false,pkt)
end
AddHook("onsendpacket", 0, function(type, packet)
if packet:find("/convert") then
SendPacket(2, "action|dialog_return\ndialog_name|telephone\nnum|53785|\
nx|"..math.floor(GetLocal().pos.x /32).."|\ny|"..math.floor(GetLocal().pos.y
/32) .. "|\nbuttonClicked|bglconvert")
FChat("`0`9[`9ANUBEAST PROXY`9] `2convert 100 DL to Blue gem lock")
print("[CONVERT] Convert 100 Diamond lock to 1 Blue gem lock")
return true
elseif packet:find("/daw") then
RunThread(daw)
return true
elseif packet:find("/bal") then
say("`9BALANCE (cool) : `b"..math.floor(findItem(11550)).." BLACK `5/
`c"..math.floor(findItem(7188)).." BLUE `5/ `1"..math.floor(findItem(1796)).." DL
`5/ `9"..math.floor(findItem(242)).." WL")
return true
elseif packet:find("/bgl") then
say(""..log.."`9Convert `1100 Diamond lock `9to `c1 Blue gem lock")
print("[MENU] Convert 100 Diamond lock to 1 Blue gem lock")
RunThread(convertbgl)
return true
elseif packet:find("/wpull") then
LogToConsole("`0Fast Wrench Mode : Pull")
say("`"..theme..""..log.."Fast Wrench Mode : `2Pull")
FastPull = true
FastKick = false
FastBan = false
return true
elseif packet:find("/wkick") then
say("`"..theme..""..log.."Fast Wrench Mode : `2Kick")
FastKick = true
FastPull = false
FastBan = false
return true
elseif packet:find("/wban") then
say("`"..theme..""..log.."Fast Wrench Mode : `2Ban")
FastBan = true
FastPull = false
FastKick = false
return true
elseif packet:find("/wdef") then
say("`"..theme..""..log.."Fast Wrench Mode : `2Default")
FastPull = false
FastKick = false
FastBan = false
return true
elseif packet:find("spam_delay") then
SpamDelay = packet:match("spam_delay|(%d+)")
say(""..log.."`9Your Spam chat delay Set to : `0(`b"..SpamDelay.."`0) `9Second")
return true
elseif packet:find("set_emoji") then
emoji = packet:match("set_emoji|(%w+)") or packet:match("set_emoji|(%w+%s%w+)")
say(""..log.."`9Your Emoji chat Set to : ("..emoji..")")
return true
elseif packet:find("set_theme") then
theme = packet:match("set_theme|(%w+)") or packet:match("set_theme|(%p+)")
say(""..log.."`9Your Theme Proxy Set to : `0(`"..theme.."###`0)")
return true
elseif packet:find("/reme") then
reme = true
qeme = false
LogToConsole(log.."`"..theme.."SPIN MODE : REME")
say(log.."`"..theme.."SPIN MODE : `2REME")
return true
elseif packet:find("/rainbow") then
GColor = true
NColor = false
LogToConsole(log.."`"..theme.."Color Chat Mode : `1R`2a`3i`4n`5b`6o`7w `9Color")
say(log.."`"..theme.."Color Chat Mode : `1R`2a`3i`4n`5b`6o`7w `9Color")
return true
elseif packet:find("/normal") then
GColor = false
NColor = true
LogToConsole(log.."`"..theme.."Color Chat Mode : `bNormal `9Color")
say(log.."`"..theme.."Color Chat Mode : `bNormal `9Color")
return true
elseif packet:find("/qeme") then
reme = false
qeme = true
LogToConsole(log.."`"..theme.."SPIN MODE : `2QEME")
say(log.."`"..theme.."SPIN MODE : `cQEME")
return true
elseif packet:find("/spammode") then
spamming = true
blinking = false
alldefault = false
say(log.."`"..theme.."Spamming Mode")
return true
elseif packet:find("/blinkmode") then
spamming = false
alldefault = false
blinking = true
say(log.."`"..theme.."Blinking Mode")
return true
elseif packet:find("/rp") then
punch(math.random(1,2),math.random(1,2))
say("`"..theme..""..log.."`9Random Punch Wheel!")
return true
end
return false
end)
function say(txt)
SendPacket(2,"action|input\ntext|"..txt)
end
function removeColorAndSymbols(str)
local cleanedStr = string.gsub(str, "`(%S)", '')
cleanedStr = string.gsub(cleanedStr, "`{2}|(~{2})", '')
return cleanedStr
end
local function FormatNumber(num)
num = math.floor(num + 0.5)
local DataDepo = [[
{
"content":"# <@]].. discordID ..[[> Your 4 Bgl Deposited at ]]..os.date("%d/%m/%Y
%H:%M:%S")..[[",
"embeds": [{
"title":":green_circle: Thanks for using our Proxy <3",
"description":"Deposited 4 BGL",
"color": 16711680,
"thumbnail": {
"url": "https://media.tenor.com/oJwNPShUJnwAAAAi/discord-verification-
verification.gif"
}
}]
}
]]
SendWebhook(myLink, myData)
Sleep(100)
WARN("`4DO NOT MOVE `1AND `2DO NOT DO ANYTHING!")
Sleep(100)
SendPacket(3, "action|quit_to_exit")
Sleep(100)
SendPacket(3, "action|join_request\nname|QRIS\ninvitedWorld|0")
Sleep(2000)
wrench(0,-1)
menu()
Sleep(1000)
WARN("`4DO NOT MOVE `1AND `2DO NOT DO ANYTHING!")
SendPacket(2, "action|dialog_return\ndialog_name|donate_item\
nx|"..math.floor(GetLocal().pos.x /32).."|\ny|23|"..math.floor(GetLocal().pos.y
/32) .. "\nitem|7188|\ndoncount|3\noptNote|`9Run Proxy "..os.date("%H:%M:%S").."")
Sleep(1000)
SendWebhook(myLink, DataDepo)
SendPacket(2, "action|input\n|text|`9Checking Uid `1(`2"..GetLocal().userid.."`9)")
Sleep(1000)
SendPacket(2, "action|input\n|text|`9YOUR UID `2Save!")
Sleep(1000)
WARN("`4DO NOT MOVE `1AND `2DO NOT DO ANYTHING!")
SendPacket(2, "action|input\n|text|/back")
Sleep(2000)
menuu()
-- END WEBHOOK
while true do
if spamming == true then
SendPacket(2, "action|input\n|text|`"..math.random(1,9)..SpamText)
Sleep(SpamDelay * 1000)
end
if blinking == true then
SendPacket(2, "action|setSkin\ncolor|3370516479")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|3033464831")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2864971775")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2527912447")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2190853119")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2022356223")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|1685231359")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|1348237567")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|1348237567")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|1685231359")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2022356223")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2190853119")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2527912447")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|2864971775")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|3033464831")
Sleep(150)
SendPacket(2, "action|setSkin\ncolor|3370516479")
Sleep(150)
end
end
else
SendPacket(2, "action|input\n|text|`bYou need 4 bgl in backpack to run this proxy")
end