Results 1 to 3 of 3
  1. #1
    ObaTrustnot's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Issue with all Polyhacks

    So basically some Polyhacks work(Only Radar+Trigger, but all hotkeys are automatically set to 7(but seemingly not the number 7), and if i jam the mouse wheel, it would be 4.

    Other polyhacks like Glow_Esp wont even automatically grab the hotkeys, it will just be stuck on the screen requesting input.

    Any help would be nice. TY~

  2. #2
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,280
    My Mood
    Devilish
    Quote Originally Posted by ObaTrustnot View Post
    So basically some Polyhacks work(Only Radar+Trigger, but all hotkeys are automatically set to 7(but seemingly not the number 7), and if i jam the mouse wheel, it would be 4.

    Other polyhacks like Glow_Esp wont even automatically grab the hotkeys, it will just be stuck on the screen requesting input.

    Any help would be nice. TY~
    The numbers 0-255 are decimal virtual key codes, they are what gets sent from the keyboard, you can see all these virtual keys at https://cherrytree.at/misc/vk.htm, where 7 is undefined, and 4 is your scroll wheel, which should be correct if you were jamming your mouse wheel.

    But if you are unable to set the hotkey you should open it as admin, that most likely fixes the problem, you should aldo disable your antivirus as it may block your keyboard from sending input to the program.

    Furthermore if your problem stays, you can edit the source code quite easily.

    For my glow esp (well merccy's, I just updated it, you can find it here: https://www.mpgh.net/forum/showthread.php?t=960017)
    Open up main.cpp, press CTRL + F and type in: keyGlowToggle.
    It should bring you here:

    you can change this to the key you want, you can either use decimal values which can be found further up in my post,
    or you can use hexadecimal values, or you can use the predefined C++ ones, which are interpreted by using:
    VK_key, you can find all these short names on MSDN: https://msdn.microsof*****m/en-us/lib...=vs.85%29.aspx
    So I want it to be insert instead, i would do this:


    Now go to the next instance of keyGlowToggle, which should be this:

    What you're gonan do now is comment it all out, that way your hotkey
    stays the same of the original, a multiline comment is started by a /*
    and ended by a */
    Like this:


    You've now successfully changed the hotkey for the Glow ESP

  3. #3
    ObaTrustnot's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thank you, Psycho. Solved

Similar Threads

  1. selling lvl 59 honor with all training done
    By Sp4rt4n in forum America's Army 3 Hacks
    Replies: 6
    Last Post: 10-25-2008, 11:10 AM
  2. [trade] lvl 1 with all the new weps just made it
    By prox32 in forum Trade Accounts/Keys/Items
    Replies: 7
    Last Post: 07-24-2007, 07:25 PM
  3. I-doser 4.5 with all doses
    By djtwistter01 in forum Hardware & Software Support
    Replies: 0
    Last Post: 07-09-2007, 01:27 AM
  4. Trading My Lvl 17(gp) With All Ownage Weapons For A Runescape Account.
    By VIP-Member in forum WarRock - International Hacks
    Replies: 19
    Last Post: 06-03-2007, 02:59 AM
  5. Bulding a hack and got some issue with pointers
    By TheRedEye in forum WarRock - International Hacks
    Replies: 8
    Last Post: 05-16-2007, 04:43 PM