Bangbuss wrote:Ja mogu skinut' tebe 2 screena, gde tablichka pojavilas v raznih mestah, no samij prikol 6to infogumpi 100% identichni. krome koda vvedenie. Ja vobhse shas neponemaju 6to proeshodit, kak eto mozhet bit'. tablichka v drugom meste pojavlaetsa ochen redko gdeto 1 iz 20 raz.
v infogumpe est ukazano koordinati gde pojavlaetsa tablichka na ekrane? kak zhe mozhet infogumpi bit' 100% odinakavimi - neponjatno.
Выкладывайте, не стесняйтесь -)
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
там 1 команда и 2 переменых есть
contpos вроде и nextconx nextcony чтото типа того, отвичают за положение текущего гампа (команда) и за появление следующего.
Slushajte, gumpi peredvigat' po ekranu eto vazmozhna? esli da to mozhno bilo bi pered tem kak vvesti kod peredvinut' gump v ego originalnoe mesto pojavlenie.
sub AntiMacro() var reply, i, j, f, clean var filter = '{-} ,' repeat if not uo.lastgump('replyed') && uo.lastgump('text',0) == 'AFK Check' then reply = uo.lastgump('text',1) clean = '' for i = 0 to strlen( reply ) -1 f = true for j = 0 to strlen( filter ) -1 if reply[ i ] == filter[ j ] then f = false endif next if f then clean = clean +reply[ i ] endif next uo.lclick(170,250) uo.say(clean) uo.lclick(220,300) repeat wait(100) until uo.lastgump('replyed') endif wait(500) until false endsub
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom