Results 1 to 5 of 5
  1. #1
    Cinodor's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    10.903486, 19.93219
    Posts
    714
    Reputation
    225
    Thanks
    159
    My Mood
    Relaxed

    AHK script if you're worried about accidently hitting F2-F4 on accident.

    Saw a couple of people asking on the thread if there was any way to remove the binds. I'm not sure there is, so this simple ahk script will stop F2-F4 from functioning when the hacked client is open (and focused.)

    Code:
    #NoEnv
    
    Suspend On
    GroupAdd rotmg, % "Adobe Flash Player 18"
    GroupAdd rotmg, % "Adobe Flash Player 19"
    GroupAdd rotmg, % "Adobe Flash Player 20"
    WinNotActive()
    
    WinActive()
    {
    	Suspend Off
    	WinWaitNotActive ahk_group rotmg
    	{
    		WinNotActive()
    	}
    }
    WinNotActive()
    {
    	Suspend on
    	WinWaitActive ahk_group rotmg
    	{
    		WinActive()
    	}
    }
    
    ; Disables F2 through F4
    
    F2::
    F3::
    F4::
    Return

    If you already have realmscript / made your own just remove the GroupAdd and only add
    Code:
    ; Disables F2 through F4
    
    F2::
    F3::
    F4::
    Return

  2. #2
    Invader_Zim's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Atlas 2
    Posts
    546
    Reputation
    10
    Thanks
    300
    My Mood
    Tired
    What does pressing F2-F4 cause?

    My weapon is a backpack.

  3. #3
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,312
    Reputation
    700
    Thanks
    92,771
    Quote Originally Posted by Invader_Zim View Post
    What does pressing F2-F4 cause?
    The "Black" and "He lives[...]" hotkeys.
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  4. #4
    Invader_Zim's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Atlas 2
    Posts
    546
    Reputation
    10
    Thanks
    300
    My Mood
    Tired
    Oh yeah. I had a script to do the thing for Thessal, and then everyone else did too after it was put into Orape. It was never looked at as cheating before then.

    My weapon is a backpack.

  5. #5
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,312
    Reputation
    700
    Thanks
    92,771
    Quote Originally Posted by Invader_Zim View Post
    Oh yeah. I had a script to do the thing for Thessal, and then everyone else did too after it was put into Orape. It was never looked at as cheating before then.
    It isn't really, it just makes it very obvious if you're using a hacked client with the mod menu.

    One of the benefits of being unnamed.
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  6. The Following User Says Thank You to 059 For This Useful Post:

    Cinodor (10-19-2015)

Similar Threads

  1. What problems are you worried about??
    By Oneirish in forum Liberals vs Conservatives
    Replies: 31
    Last Post: 03-13-2021, 01:27 PM
  2. [Solved] About Compile AHK script
    By 980322091 in forum Counter-Strike 2 Help
    Replies: 2
    Last Post: 08-08-2015, 07:31 AM
  3. Should you guys be worried about this?
    By ClaspingArrow9 in forum Adventure Quest Worlds (AQW) Discussions
    Replies: 9
    Last Post: 10-03-2013, 07:11 PM
  4. [Discussion] For all of you worried about getting banned
    By JordanIsTooPro in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 0
    Last Post: 08-30-2012, 08:01 PM
  5. :O Lol guys dont worry about a thing
    By iverson954360 in forum General
    Replies: 14
    Last Post: 09-18-2007, 09:08 PM