Advertisement
Guest User

Untitled

a guest
Mar 20th, 2013
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ---Updated Script Created by: SilentCowz---
  2.  
  3. NoRun = {}
  4.  
  5.  
  6.  
  7.  
  8.  
  9. function mycheck(sender)
  10. local id = getProcessIDFromProcessName("RobloxPlayer.exe");
  11. for i,v in pairs(NoRun) do
  12. if v==id or not id then
  13. return
  14. end
  15. end
  16. table.insert(NoRun, id);
  17. openProcess(id);
  18. autoAssemble([[
  19. alloc(newmem,2048)
  20. label(returnhere)
  21. label(originalcode)
  22. label(loop1)
  23. label(endloop1)
  24. label(continue)
  25. alloc(script,4096)
  26. label(exit)
  27.  
  28. script:
  29. db 77 61 69 74 28 31 30 29 0D 0A 67 61 6D 65 2E 50 6C 61 79 65 72 73 2E 4C 6F 63 61 6C 50 6C 61 79 65 72 2E 43 68 61 74 74 65 64 3A 63 6F 6E 6E 65 63 74 28 66 75 6E 63 74 69 6F 6E 28 73 74 29 0D 0A 53 70 61 77 6E 28 66 75 6E 63 74 69 6F 6E 28 29 0D 0A 6C 6F 61 64 73 74 72 69 6E 67 28 73 74 29 28 29 20 0D 0A 65 6E 64 29 0D 0A 65 6E 64 29 2D 2D 5B 5B 30 2F 32 39 2F 31 30 0D 0A 2D 2D 20 50 6C 65 61 73 65 20 6E 6F 74 65 20 74 68 61 74 20 74 68 65 73 65 20 61 72 65 20 6C 6F 61 64 65 64 20 69 6E 20 61 20 73 70 65 63 69 66 69 63 20 6F 72 64 65 72 20 74 6F 20 64 69 6D 69 6E 69 73 68 20 65 72 72 6F 72 73 2F 70 65 72 63 65 69 76 65 64 20 6C 6F 61 64 20 74 69 6D 65 20 62 79 20 75 73 65 5D 5D 20
  30.  
  31. newmem:
  32.  
  33.  
  34.  
  35. originalcode:
  36. cmp byte ptr[eax+3],43
  37. jne continue
  38. cmp byte ptr[eax+4],72
  39. jne continue
  40.  
  41. pushad
  42. mov ecx,0
  43. loop1:
  44. mov bl,byte ptr[script+ecx]
  45. mov byte ptr [eax+ecx],bl
  46. add ecx,1
  47. cmp cl,E6
  48. jnb endloop1
  49. jmp loop1
  50. endloop1:
  51. popad
  52. continue:
  53. push edx
  54. push ecx
  55. push eax
  56. push ebx
  57. call 008D3C40
  58.  
  59. exit:
  60. jmp returnhere
  61.  
  62. 00715D0D:
  63. jmp newmem
  64. nop
  65. nop
  66. nop
  67. nop
  68. returnhere:
  69.  
  70. ]])
  71. end
  72.  
  73. t=createTimer(nil)
  74. timer_setInterval(t, 300)
  75. timer_onTimer(t, mycheck)
  76. timer_setEnabled(t,true)
  77.  
  78.  
  79. ---Thank SilentCowz for this Script!---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement