Aimware Menu Acid Trip (LUA)

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
22 Haz 2018
Mesajlar
49
Tepki puanı
6
Ödüller
4
Yaş
57
7 HİZMET YILI
Lua:
local colors = {
    "theme.footer.bg",
    "theme.footer.text",
    "theme.header.line",
    "theme.header.text",
    "theme.nav.active",
    "theme.nav.bg",
    "theme.nav.shadow",
    "theme.nav.text",
    "theme.tablist.shadow",
    "theme.tablist.tabactivebg",
    "theme.tablist.tabdecorator",
    "theme.tablist.text",
    "theme.tablist.textactive",
    "theme.ui.bg1",
    "theme.ui.bg2",
    "theme.ui.boarder"
}

local function randomize_colors()
    for _, key in ipairs(colors) do
        gui.SetValue(key, math.random(0, 255), math.random(0, 255), math.random(0, 255))
    end
end

callbacks.Register("Draw", randomize_colors)
 
u cant judge something if there is no criteria
Seçkin Üye
Katılım
24 Eyl 2021
Mesajlar
300
Tepki puanı
16
Ödüller
4
4 HİZMET YILI
i compile in visual studio in release mode n x86?
 
Onaylı Üye
Katılım
22 Haz 2018
Mesajlar
49
Tepki puanı
6
Ödüller
4
Yaş
57
7 HİZMET YILI
bro wtf. y are you guys compiling anything for AW? lua can be used plaintext. just make a new file, add a .lua to the end of it, then put it in your aw config folder.
 
Süper Üye
Katılım
2 May 2018
Mesajlar
631
Çözümler
1
Tepki puanı
47
Ödüller
6
Yaş
23
8 HİZMET YILI
the code looks good i will try it
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...