Skip to content
Home > Programming > Plz help all progammers

Plz help all progammers

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #188095
    MASTER_MIND
    Member

    Hi PPl, ( Specially Ninja & Admin)

    I need a F9 HOLDER for a chat room rather then paltalk. IS IT POSSIBLE TO CREATE A F9 HOLDER WHICH IS NOT RELATED TO ANY TOOL, BUT CAN FUNCTION ANYTIME (no matter which window is on TOP, but just as hot key. Like someone here made a fast boucer ALT+hot keys, U could just click and it was bouncing.)

    I Join an Internet Explorer Based Voice Chat site. You can get the mic by clicking at F9. But when i want to play songs, and in the same time holding the F9 key. It doesnt really work..

    SO PLZ A FEEDBACK AND IF POSSIBLE THE TOOL.

    many thanks

    #188102
    Admin
    Administrator

    Umm I dont know if this might work for u but this code works to hold the f9 key down
    in the general put this

    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 VK_F9 As Long = &H78
    Const KEYEVENTF_KEYUP = &H2

    To hold the keydown put this

    keybd_event VK_F9, 0, 0, 0

    to put keyup do this

    keybd_event VK_F9, 0, KEYEVENTF_KEYUP, 0

    here a code i made sor ya 🙂 to see what i mean

    #188101
    MASTER_MIND
    Member

    Hey Loco thanks for ur reply..

    But Guess what 🙁 I am too stupid for all this Codes and VB.
    Can you make this tool. I want to have program. The codes, i can’t make anything out of it :(((

    Hope u will the time to make this tool

    Many thanks

    #188100
    Admin
    Administrator

    lol its aigh here the exe 🙂

    #188099
    Admin
    Administrator

    i dont understand….what prog is this for?…..i mean what is F9 holding? like if it was paltalk then its holding the mic button see what i mean…lol…but for paltalk why not use the ctrl button rofl…idk why people whant F9 holder for paltalk.

    #188098
    Admin
    Administrator

    Well lots of peeps say with paltalk i mean that the f9 mic holders help them keep the mic and steal the mic 🙄

    #188097
    Admin
    Administrator

    idk….i dont see the sence in it…..

    #188096
    MASTER_MIND
    Member

    Hey Loco thnx for ur .EXE file. It is working OK.

    Ninja,

    I am not using this tool for paltalk to catch the mic or keep it. I am using this tool for a different web-based voice chat rooms.
    And in that chat rooms you can get the mic ONLY & ONLY by pressing the F9 KEY. You can’t change the hot key like paltalk to choose anyone( ctrl. F1 to F12, Space)

    That is why mostly ppl ask for F9 as Key Holder.

    You may visit this site for more info about one of those web-based chat rooms. [url]
    [/url]

    Although I am sure you might have some solution for getting unbanned and un-kicked from that site, cuz the tools are made in VB. But i am sure that is not intresting for u guys to waste your time on that.

    Hope info is enough lol…

    And now Ninja get started (together with Loco) for a great F9 Holder lol

    Thnx loco once again 😆

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.