1
Skargi i Pochwały / Odp: Oszustwo dexterra
« dnia: 19 Maj 2022, 23:41:19 »
Gra ten kozojebca jeszcze? bo wieje chujem troche nudno
Ta sekcja pozwala Ci zobaczyć wszystkie wiadomości wysłane przez tego użytkownika. Zwróć uwagę, że możesz widzieć tylko wiadomości wysłane w działach do których masz aktualnie dostęp.
Następnym razem wariacie zamykaj drzwi jak dajesz inva xD
W skrypcie na ava wystarczy dac id fbomby pozdrawiam.GFB POD DUPEKod: [Zaznacz]local holdGfbHotkey = 'PageDown'
local holdGfbText = 'Rzuc tu GFB'
local holdGfbTextCol = 'yellow'
local holdGfbTiles = {}
local holdGfbIsOn = false
onKeyPress(function(keys)
if keys == holdGfbHotkey and holdGfbIsOn then
local tile = getTileUnderCursor()
local currTile = table.find(holdGfbTiles, tile)
if currTile then
holdGfbTiles[currTile]:setText('')
table.remove(holdGfbTiles, currTile)
else
table.insert(holdGfbTiles, tile)
holdGfbTiles[#holdGfbTiles]:setText(holdGfbText, holdGfbTextCol)
end
end
end)
addSwitch('holdGfb', 'Rzucanie GFB Pagedown', function(widget)
widget:setOn(not widget:isOn())
if not widget:isOn() then
for i = 1, #holdGfbTiles do
holdGfbTiles[1]:setText('')
table.remove(holdGfbTiles, 1)
end
end
holdGfbIsOn = widget:isOn()
end)
macro(1, function()
if holdGfbIsOn then
for _, holdGfbTile in pairs(holdGfbTiles) do
if holdGfbTile:getTopThing() then
useWith(tonumber (storage.gfbId), holdGfbTile:getTopUseThing())
return
end
end
end
end)
addTextEdit("IdRunki", storage.gfbId or "3161", function(widget, text)
storage.gfbId = text
end)
Tak, ukradłem, tylko głupi by nie skorzystał
Działa tak samo jak skrypt na ava tylko, że z innym klawiszem
local holdGfbHotkey = 'PageDown'
local holdGfbText = 'Rzuc tu GFB'
local holdGfbTextCol = 'yellow'
local holdGfbTiles = {}
local holdGfbIsOn = false
onKeyPress(function(keys)
if keys == holdGfbHotkey and holdGfbIsOn then
local tile = getTileUnderCursor()
local currTile = table.find(holdGfbTiles, tile)
if currTile then
holdGfbTiles[currTile]:setText('')
table.remove(holdGfbTiles, currTile)
else
table.insert(holdGfbTiles, tile)
holdGfbTiles[#holdGfbTiles]:setText(holdGfbText, holdGfbTextCol)
end
end
end)
addSwitch('holdGfb', 'Rzucanie GFB Pagedown', function(widget)
widget:setOn(not widget:isOn())
if not widget:isOn() then
for i = 1, #holdGfbTiles do
holdGfbTiles[1]:setText('')
table.remove(holdGfbTiles, 1)
end
end
holdGfbIsOn = widget:isOn()
end)
macro(1, function()
if holdGfbIsOn then
for _, holdGfbTile in pairs(holdGfbTiles) do
if holdGfbTile:getTopThing() then
useWith(tonumber (storage.gfbId), holdGfbTile:getTopUseThing())
return
end
end
end
end)
addTextEdit("IdRunki", storage.gfbId or "3161", function(widget, text)
storage.gfbId = text
end)