SharkyEXE

Untitled

Jul 17th, 2022
10,356
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 1.72 KB | None | 0 0
  1. ; Need for stroke " Local $hWnd = _WinAPI_GetDesktopWindow() "
  2. #include <WinAPISys.au3>
  3.  
  4. ; Need for stroke " Local $tPhysicalMonitor = DllStructCreate(_StringRepeat($tag_PHYSICAL_MONITOR, $iNumberMonitor)) "
  5. #include <String.au3>
  6.  
  7. ; Need for stroke " Local $aPos, $aData = _WinAPI_EnumDisplayMonitors() "
  8. ; Need for stroke " $hMonitor = _WinAPI_MonitorFromWindow($hWnd, $MONITOR_DEFAULTTONEAREST) "
  9. #include <WinAPIGdi.au3>
  10.  
  11. Local $aPos, $aData = _WinAPI_EnumDisplayMonitors()
  12.  
  13. Local $hWnd = _WinAPI_GetDesktopWindow()
  14. $hMonitor = _WinAPI_MonitorFromWindow($hWnd, $MONITOR_DEFAULTTONEAREST)
  15.  
  16. Local $aRet = DllCall("Dxva2.dll", "int", "GetNumberOfPhysicalMonitorsFromHMONITOR", "handle", $hMonitor, "int*", 0)
  17. Local $iNumberMonitor = $aRet[2]
  18. Const $tag_PHYSICAL_MONITOR = "handle hPhysicalMonitor; wchar strPhysicalMonitorDescription[128];"
  19. Local $tPhysicalMonitor = DllStructCreate(_StringRepeat($tag_PHYSICAL_MONITOR, $iNumberMonitor))
  20. $aRet = DllCall("Dxva2.dll", "int", "GetPhysicalMonitorsFromHMONITOR", "handle", $hMonitor, "int", $iNumberMonitor, "struct*", $tPhysicalMonitor)
  21.  
  22. ; Off monitor
  23.  
  24. ; $aRet = DllCall("Dxva2.dll", "int", "SetVCPFeature", "handle", $tPhysicalMonitor.hPhysicalMonitor, _
  25. ;   "byte", 0xD6, "int", 0x04)
  26.  
  27. ; On monitor
  28.  
  29. ; DllCall("Dxva2.dll", "int", "SetVCPFeature", "handle", $tPhysicalMonitor.hPhysicalMonitor, _
  30. ;   "byte", 0xD6, "int", 0x01)
  31.  
  32. ; Off monitor - peredacha v konetc stroku 0x04
  33. _Monitor_Switch_Alt_AIO(True)
  34.  
  35. ; On monitor - peredacha v konetc stroku 0x01
  36. _Monitor_Switch_Alt_AIO(False)
  37.  
  38. Func _Monitor_Switch_Alt_AIO(bOff)
  39. DllCall("Dxva2.dll", "int", "SetVCPFeature", "handle", $tPhysicalMonitor.hPhysicalMonitor, "byte", 0xD6, "int", ($bOff ? 0x04: 0x01))
  40. EndFunc
  41.  
  42.  
Advertisement
Comments
  • Ulrrevor
    76 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Vinboutov
    69 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment