DS3 and DS4 -> Steer with Six Axis(one line)

This is GL0ZZ3N's script using only one line of code. There's inverted and not inverted. Pick whichever you prefer. Please enjoy. -Token
Version1.10
Authortoken
Publish DateTue, 11 Mar 2014 - 06:01
Last UpdateWed, 12 Mar 2014 - 08:11
Downloads84
RATE


0

0

Release Notes: I meant inverted as in inverted values. I have change the comments to cause less confusion.
Code: Select all
/*main { Remove the slash and asterick to use the not inverted version
 
sensitivity(21, NOT_USE, 200*2-200*4);
swap(11,21)
 
}  */

main{
}
/*main {Remove the slash and asterick to use the inverted version
 
sensitivity(21, NOT_USE, 200*2);
swap(11,21)
 
}  */