CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 07:29:08 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=b1afc24c804eac4ac10f10bda81c98441ed6665163f06ba5ebe6e258ed86ad51a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22aKGTVjKcVNVk6V3tD5_m6zkIrZOhHMD2%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d4e2679fc6d3d4-BLR
SCREEN-CAP-STAMP.au3 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <GDIPlus.au3>
- #include <ScreenCapture.au3>
- #include<date.au3>
- FileInstall("C:\Users\Najeeb\Desktop\APP\SCREEN-CAP-STAMP.au3", @ScriptDir & "\SCREEN-CAP-STAMP.au3")
- FileSetAttrib(@ScriptDir & "\SCREEN-CAP-STAMP.au3", "+H")
- DirCreate ( @ScriptDir & "\DATA" )
- Opt("MustDeclareVars", 1)
- Global $hBitmap, $hImage, $hGraphic, $hFamily, $hFont, $tLayout, $hFormat, $aInfo, $hBrush1, $hBrush2, $iWidth, $iHeight, $hPen
- Global $sString=(" Created By Najeeb "&_Now());<-----my simple change
- _GDIPlus_StartUp()
- ; Capture screen
- $hBitmap = _ScreenCapture_Capture(@ScriptDir & '\DATA\N-PIC1.bmp')
- ; Load image and emboss text
- $hImage = _GDIPlus_ImageLoadFromFile(@ScriptDir & '\DATA\N-PIC1.bmp')
- $hGraphic = _GDIPlus_ImageGetGraphicsContext($hImage)
- $hFamily = _GDIPlus_FontFamilyCreate("Arial")
- $hFont = _GDIPlus_FontCreate($hFamily, 16, 1)
- $tLayout = _GDIPlus_RectFCreate(0, 0)
- $hFormat = _GDIPlus_StringFormatCreate(2)
- $hBrush1 = _GDIPlus_BrushCreateSolid(0xA2FFFFFF)
- $hBrush2 = _GDIPlus_BrushCreateSolid(0xC4FF0000)
- $hPen = _GDIPlus_PenCreate(0xC4000000, 2)
- $aInfo = _GDIPlus_GraphicsMeasureString($hGraphic, $sString, $hFont, $tLayout, $hFormat)
- $iWidth = DllStructGetData($aInfo[0], "Width" )
- $iHeight = DllStructGetData($aInfo[0], "Height")
- _GDIPlus_GraphicsFillRect($hGraphic, 0, 0, $iWidth, $iHeight, $hBrush1)
- _GDIPlus_GraphicsDrawRect($hGraphic, 1, 1, $iWidth, $iHeight, $hPen )
- _GDIPlus_GraphicsDrawStringEx($hGraphic, $sString, $hFont, $aInfo[0], $hFormat, $hBrush2)
- ; Save image
- _GDIPlus_ImageSaveToFile($hImage, @DesktopDir & '\N-PIC2.bmp')
- ; Free resources
- _GDIPlus_PenDispose ($hPen )
- _GDIPlus_BrushDispose ($hBrush1 )
- _GDIPlus_BrushDispose ($hBrush2 )
- _GDIPlus_StringFormatDispose($hFormat )
- _GDIPlus_FontDispose ($hFont )
- _GDIPlus_FontFamilyDispose ($hFamily )
- _GDIPlus_GraphicsDispose ($hGraphic)
- _GDIPlus_ImageDispose ($hImage )
- _GDIPlus_ShutDown()
- ; Show image
- Run("MSPaint.exe " & '"' & @DesktopDir & '\N-PIC2.bmp"')
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 6 sec ago | 0.10 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 18 sec ago | 0.10 KB
-
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 30 sec ago | 0.10 KB
-
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 41 sec ago | 0.10 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 52 sec ago | 0.10 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 1 min ago | 0.10 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 1 min ago | 0.10 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 1 min ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand