Char Fixer

Posts 15 of 5 · Page 1 of 1
Char Fixer
I make for to fixing the char
Code:
#include <vector>
#include <iostream>
char FixCar(char data){
std::vector<char> tmp;
tmp.push_back(data ^ 0x0B);
return (tmp[0]^0x0B)+(1<<1)-2;
}
It take yuor car and make it same
Damn... Just when i thought I knew it all, these advance codes just blow my mind.
It take yuor car and make it same
YES! Finally a fix for my oil problem <3.
Lulz
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?