Jump to content

Arka Plan Silme


erdal4444
 Share

Recommended Posts

MemoriEx plugini aktif olsun:

function SetLayeredWindowAttributes(hwnd, Color) 
    User32 = Library.Load("user32.dll"); 
    local nRet = String.ToNumber(User32.GetWindowLongA(hwnd,-20)) + 524288; 
    User32.SetWindowLongA(hwnd, -20, nRet); 
    User32.SetLayeredWindowAttributes(hwnd, Color, 0, 1); 
end

Math.RGBToNumber(buraya görünmesini istemediğin rengi yazacaksın) misal beyaz için , ama önerim siyah olsun

SetLayeredWindowAttributes(Application.GetWndHandle(), Math.RGBToNumber(255, 255, 255));

Farkı bir yöntem ise AMS'de mask kullanımı: Project>Settings>Style>Custom Mask seçeceksin

Photoshop veya kullandığın neyse artık onun ile görünmesini istemediğin yerleri tamamen siyah yap ve görünmesini istediğin yerleride beyaz yap, bunu ayrı olarak mask.pmg şeklinde kaydet ve Custom Mask böülümünden göster bu kadar basit. Yukarıda verdiğim function ile bunlara gerek kalmaz , AMS 9 ile belki diyorum Semi-Transparent Window özelliği inşallah gelir böylece istediğiniz png dosyasını arka plan olarak kullanabilirsiniz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...