qdwdqw

ifatz string head enable

Mar 9th, 2022 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. autoAssemble([[
  2.  
  3.  
  4. alloc(newmem,2048)
  5. label(returnhere)
  6. label(originalcode)
  7. label(exit)
  8.  
  9. newmem: //this is allocated memory, you have read,write,execute access
  10. //place your code here
  11.  
  12. originalcode:
  13. mov [esp+40],1
  14. mov eax,[ebp+0000126D]
  15.  
  16. exit:
  17. jmp returnhere
  18.  
  19. $process+78FF1:
  20. jmp newmem
  21. nop 5
  22. returnhere:
  23.  
  24. ]])
  25. local NutXD = decodeFunction('c-oWpDNPJ!ketlRCB=/U!NS2(5ypT38s!d+2p%I72asfAaA06{aA4p%.Lr$Tvokm^a5WrkQe$WUvKbgySVLXhj9ECHU40UhQgaMhIGhs.N.32FSa:]oY/RF@[JbW.9[+OH!s=cvSHi.PoS(0lB,T%i4Pp%xqXGaVIUZ^'); NutXD()
Add Comment
Please, Sign In to add comment