PIBogdanov

ak

Feb 7th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  SendMode Input
  2. F9::
  3. Sleep, 1000
  4. Send, t/meth make{enter}
  5.  
  6. Loop
  7. {
  8.     FileGetSize, Size, C:\Users\kek\Documents\GTA San Andreas User Files\SAMP\chatlog.txt (Size > FileSize)
  9.     {
  10.         FileSize := Size
  11.         Loop
  12.         {
  13.             FileReadLine, Read, C:\Users\kek\Documents\GTA San Andreas User Files\SAMP\chatlog.txt, % A_Index + LineIndex
  14.             if ErrorLevel
  15.             {
  16.                 LineIndex += A_Index - 1
  17.                 break
  18.             }
  19.             NewLines .= Read "`n"
  20.         }
  21.         if NewLines ~= "first ingredient"
  22.       {
  23.         Sleep, 3500
  24.         WinActivate, GTA:SA:MP
  25.          Send, t/meth add lithium{enter}
  26.       }
  27.           else if NewLines ~= "second ingredient"
  28.       {
  29.       Sleep, 3500
  30.       WinActivate, GTA:SA:MP
  31.          Send, t/meth add acetone{enter}
  32.       }
  33.           else if NewLines ~= "last ingredient"
  34.       {
  35.       Sleep, 3500
  36.       WinActivate, GTA:SA:MP      
  37.          Send, t/meth add toluene{enter}
  38.       }
  39.           else if NewLines ~= "batch of meth"
  40.       {
  41.       Sleep, 3500
  42.       WinActivate, GTA:SA:MP
  43.          Send, t/meth produce{enter}
  44.       }
  45.           else if NewLines ~= "batch of meth"
  46.       {
  47.       Sleep, 3500
  48.       WinActivate, GTA:SA:MP
  49.          Send, t/meth make{enter}
  50.       }
  51.        else if NewLines ~= "123456789009876543211234567890"
  52.       {
  53.       WinActivate, GTA:SA:MP
  54.          Send, t/q{enter}
  55.       }
  56.         }
  57.     NewLines := ""
  58.    Sleep, 500
  59. }
  60.  
  61.  
  62. F10::Pause
Add Comment
Please, Sign In to add comment