The online racing simulator
Searching in All forums
(3 results)
[P]oli
Demo licensed
Quote from PoVo :Whats your "friends" licence?

I Don't know, it's his problem. Isn't it?

----

I only tried to help a mate, so, try to be better ppl and HELP!
[P]oli
Demo licensed
Another account, a friend's one.

The app is totally apart from the game, it only reads the data and shows what it reads. What's more, when the rpm are over the rpm set at the program, it gives an "i" key stroke (the code i've put before)

-----------------------

De nada, Whiskey! (You're welcome!)
I'm glad it works any doubt, ask, we could find a solution
[P]oli
Demo licensed
Private Declare Sub keybd_event Lib "user32.dll" _
(ByVal bVk As Byte, ByVal bScan As Byte, _
ByVal dwFlags As Long, ByVal dwExtraInfo As Long)

Const KEYEVENTF_KEYUP = &H2
Const VK_I = &H49

that sets the constant key for VK_I... ( %H49 = the key i)


keybd_event(VK_I, 0, KEYEVENTF_KEYUP, 0)
System.Threading.Thread.Sleep(100)
keybd_event(VK_I, 0, 0, 0)
System.Threading.Thread.Sleep(100)

1st line = key up the key "i" (if it's pressed, it's released)
2nd line = a delay between 1st and 3rd line
3rd line = pressing the key "i"
4th line = another delay

i've just made my outgauge rev limiter some days ago

http://www.youtube.com/watch?v=vPLYHc4ZkGU
that's it's video

i'm waiting for the Outgauge update, for z28 hehehe


Greets from Argentina and sorry for my bad english!
Last edited by [P]oli, .
FGED GREDG RDFGDR GSFDG