Guest User

Untitled

a guest
Feb 17th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. if or
  2. 0AD4: 33@ = scan_string 4@ format "%s %s were kicked by AdmBot, reason:" 5@v 12@v
  3. 0AD4: 33@ = scan_string 4@ format "%s %s %s were kicked by AdmBot, reason:" 5@v 12@v 18@v
  4. then
  5. if 0C29: 33@ = stristr string1 4@ string2 "were kicked by AdmBot"
  6. then
  7. 27@ = 0
  8.  
  9. alloc 25@ = 1000
  10. 0C13: strcpy destination 25@ source 4@
  11. repeat
  12. wait 0
  13.  
  14. if 0C2A: 26@ = strchr 25@ char 0x2C
  15. then
  16. 0A8C: write_memory 26@ size 1 value 0x90 virtual_protect 0
  17. 27@ += 1
  18. end
  19. until 8C2A: 26@ = strchr 25@ char 0x2C
  20. free 25@
  21.  
  22. 0AF5: write_string 5@v to_ini_file "cleo\Admin_Mode5.ini" section "SectionName" key "stringKey1"
  23. 0AF5: write_string 12@v to_ini_file "cleo\Admin_Mode5.ini" section "SectionName" key "stringKey2"
  24. 0AF5: write_string 18@v to_ini_file "cleo\Admin_Mode5.ini" section "SectionName" key "stringKey3"
  25.  
  26. alloc 5@ = 1000
  27. alloc 6@ = 1000
  28. alloc 7@ = 1000
  29.  
  30. 0AF4: 5@ = read_string_from_ini_file "cleo\Admin_Mode5.ini" section "SectionName" key "stringKey1"
  31. 0AF4: 6@ = read_string_from_ini_file "cleo\Admin_Mode5.ini" section "SectionName" key "stringKey2"
  32. 0AF4: 7@ = read_string_from_ini_file "cleo\Admin_Mode5.ini" section "SectionName" key "stringKey3"
  33.  
  34. if 0C2A: 31@ = strchr 5@ char 0x2C
  35. then 0A8C: write_memory 31@ size 1 value 0 virtual_protect 0
  36. end
  37. if 0C2A: 31@ = strchr 6@ char 0x2C
  38. then 0A8C: write_memory 31@ size 1 value 0 virtual_protect 0
  39. end
  40.  
  41. if 0C2B: 28@ = strpbrk string 4@ control ":"
  42. then
  43. alloc 29@ = 1000
  44. 0C13: strcpy destination 29@ source 28@
  45. if 0C2B: 30@ = strpbrk string 29@ control " "
  46. then
  47. alloc 31@ = 1000
  48. 0C13: strcpy destination 31@ source 30@
  49. if 27@ == 2
  50. then
  51. say "/sms %s /kick %s %s" 5@ 5@ 31@
  52. say "/sms %s /kick %s %s" 6@ 6@ 31@
  53. end
  54. if 27@ == 3
  55. then
  56. say "/sms %s /kick %s %s" 5@ 5@ 31@
  57. say "/sms %s /kick %s %s" 6@ 6@ 31@
  58. say "/sms %s /kick %s %s" 7@ 7@ 31@
  59. end
  60. free 31@
  61. end
  62. free 29@
  63. end
  64.  
  65. free 5@
  66. free 6@
  67. free 7@
  68. end
  69. end
Add Comment
Please, Sign In to add comment