Guest User

Untitled

a guest
Oct 15th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.27 KB | None | 0 0
  1.  
  2. $v = FileOpen("prefs.js",16384)
  3. $v = FileRead($v)
  4. MsgBox(0,"", $v)
  5. $v=StringReplace($v, "testtest", "bezmaternih.ka",0,0)
  6. $v=StringReplace($v, "Kirill", "Kirill Alekseevich",0,0)
  7. MsgBox(0,"", $v)
  8. $f=FileOpen("prefs1.js", 16386)
  9. FileWrite("prefs1.js", $v)
  10. FileClose($f)
Add Comment
Please, Sign In to add comment