keytrap

Results 50 comments of keytrap

I cannot guarantee that I works with Windows 7 because I haven't tested it, but I have tested it with Windows 10 x64. You have to download Oblita's interceptor.dll in...

Author quoted : > Notes: > > You may get a BadImageFormatException if you don't use the proper architecture (x86 or x64) for all your projects in the solution, including...

Same problem over her. Edit: It works, see [this comment](https://github.com/jasonpang/Interceptor/issues/4#issuecomment-226750450). I have successfuly tested this with GTA 5. First of all, make sure you have installed this driver correctly, see...

The purpose of this project is to be a **C#** wrapper arround the original **C++** [Oblita Project](http://oblita.com/Interception). If you dev in **C++** just us **Oblita**. If you dev in **C#**....

See [this example](https://github.com/EasyAsABC123/Keyboard/blob/master/KeyboardDemoBackground/BackgroundKeyboardDemo.cs)

In case someone has the same problem. [Here's the answer](https://github.com/jasonpang/Interceptor/issues/17#issuecomment-812618095).

Please post the full exception message. For example ![image](https://user-images.githubusercontent.com/17864005/138172441-bfebc9cd-d258-468f-97ac-2b13d9177db1.png)

I'm in the same situation. I have a filtered stream : ```csharp FilteredStream = TwitterBot.TwitterClient.Streams.CreateFilteredStream( new CreateFilteredTweetStreamParameters { TweetMode = TweetMode.Extended }); FilteredStream.AddTrack("@user"); FilteredStream.MatchOn = MatchOn.UserMentionEntities; FilteredStream.MatchingTweetReceived += (sender, args)...

Okay so figured out what was happening. Sometimes the stream closes (for many reason, network fail etc...) I have changed the last line of my code to this and it...

This actually made me struggle so hard 😅 This should be stated somewhere clearly that you need to add this attribute