Advertisement
Guest User

Untitled

a guest
Jun 27th, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. <ConfigurationContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VAutodrive">
  2. <AllowRandomDriverModel>true</AllowRandomDriverModel>
  3. <AlwaysDriveYourself>false</AlwaysDriveYourself>
  4. <DriverModel>ig_tanisha</DriverModel>
  5. <Keys xmlns:d2p1="http://schemas.datacontract.org/2004/07/Cyron43.GtaV.Common">
  6. <d2p1:KeyContainer>
  7. <d2p1:Alt>false</d2p1:Alt>
  8. <d2p1:Ctrl>false</d2p1:Ctrl>
  9. <d2p1:Key>Left</d2p1:Key>
  10. <d2p1:Name>SlowDown</d2p1:Name>
  11. <d2p1:Shift>false</d2p1:Shift>
  12. </d2p1:KeyContainer>
  13. <d2p1:KeyContainer>
  14. <d2p1:Alt>false</d2p1:Alt>
  15. <d2p1:Ctrl>true</d2p1:Ctrl>
  16. <d2p1:Key>Left</d2p1:Key>
  17. <d2p1:Name>SlowDownFine</d2p1:Name>
  18. <d2p1:Shift>false</d2p1:Shift>
  19. </d2p1:KeyContainer>
  20. <d2p1:KeyContainer>
  21. <d2p1:Alt>false</d2p1:Alt>
  22. <d2p1:Ctrl>false</d2p1:Ctrl>
  23. <d2p1:Key>Right</d2p1:Key>
  24. <d2p1:Name>SpeedUp</d2p1:Name>
  25. <d2p1:Shift>false</d2p1:Shift>
  26. </d2p1:KeyContainer>
  27. <d2p1:KeyContainer>
  28. <d2p1:Alt>false</d2p1:Alt>
  29. <d2p1:Ctrl>true</d2p1:Ctrl>
  30. <d2p1:Key>Right</d2p1:Key>
  31. <d2p1:Name>SpeedUpFine</d2p1:Name>
  32. <d2p1:Shift>false</d2p1:Shift>
  33. </d2p1:KeyContainer>
  34. <d2p1:KeyContainer>
  35. <d2p1:Alt>false</d2p1:Alt>
  36. <d2p1:Ctrl>false</d2p1:Ctrl>
  37. <d2p1:Key>Right</d2p1:Key>
  38. <d2p1:Name>MoreAggressive</d2p1:Name>
  39. <d2p1:Shift>true</d2p1:Shift>
  40. </d2p1:KeyContainer>
  41. <d2p1:KeyContainer>
  42. <d2p1:Alt>false</d2p1:Alt>
  43. <d2p1:Ctrl>false</d2p1:Ctrl>
  44. <d2p1:Key>Left</d2p1:Key>
  45. <d2p1:Name>LessAggressive</d2p1:Name>
  46. <d2p1:Shift>true</d2p1:Shift>
  47. </d2p1:KeyContainer>
  48. <d2p1:KeyContainer>
  49. <d2p1:Alt>false</d2p1:Alt>
  50. <d2p1:Ctrl>false</d2p1:Ctrl>
  51. <d2p1:Key>J</d2p1:Key>
  52. <d2p1:Name>ToggleAutopilot</d2p1:Name>
  53. <d2p1:Shift>false</d2p1:Shift>
  54. </d2p1:KeyContainer>
  55. <d2p1:KeyContainer>
  56. <d2p1:Alt>false</d2p1:Alt>
  57. <d2p1:Ctrl>false</d2p1:Ctrl>
  58. <d2p1:Key>G</d2p1:Key>
  59. <d2p1:Name>ToggleMovingTargetNavigation</d2p1:Name>
  60. <d2p1:Shift>true</d2p1:Shift>
  61. </d2p1:KeyContainer>
  62. <d2p1:KeyContainer>
  63. <d2p1:Alt>false</d2p1:Alt>
  64. <d2p1:Ctrl>false</d2p1:Ctrl>
  65. <d2p1:Key>L</d2p1:Key>
  66. <d2p1:Name>TriggerLanding</d2p1:Name>
  67. <d2p1:Shift>false</d2p1:Shift>
  68. </d2p1:KeyContainer>
  69. </Keys>
  70. <KillEnemies>false</KillEnemies>
  71. <QuickRelease>true</QuickRelease>
  72. <StopOnStreet>false</StopOnStreet>
  73. <Version>3</Version>
  74. <WarpPlayerBack>false</WarpPlayerBack>
  75. </ConfigurationContainer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement