Results 1 to 15 of 188

Threaded View

  1. #1
    KW7's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    568

    KekBoxer 2.0 - User Commands and bindable keys

    I've done my best to release this version as soon as possible due to many errors occurring because of my lazy coding :P

    Previous post

    FIRST TIMERS IMPORTANT INFO:
    1. To send keys to the other clients please press the bound broadcast key you had set
    2. Cant teleport,write in chat,use inventory etc... use your bound hide iPanel key to get direct input to your projector (remember to enable when in need of broadcasting)

    FIXED:
    -Creating a profile with 'Muledump Format' now actually works
    -The program will now create the required folders (#Sharedobjects\*\...)

    CHANGED:
    -You are now not allowed to launch if you have not visited the settings and hit accept
    -The settings will now nag the user if his input is incorrect and will not allow to accept if the input is incorrect
    -Setting a profile to a client is now done differently:
    1.Click on item list (once) to select index
    2.Profile will now be set when the selected item in the profile drop down list is changed

    ADDED:
    -Projector path can now be chosen with a FileDialog which opens when you press the '...' button
    -Added User Binds tab for the following features:
    -Keybinds for Hiding iPanel , Broadcasting , and Switching client box with the main client box
    -Added Macros and user commands (read on macros)



    User Commands:
    note: this is optional and is not required to launch the boxer
    You are now able to bind keys to actions within the boxer using a set of actions I find useful
    The command MUST be written in the command format meaning:
    -No spaces
    -Parameters are written FULL CAPS (except for <key> parameters)
    -Commands ARE case sensitive
    -Commands MUST be separated with dots (example: CommandOne().CommandTwo())
    -Commands are divided to Types: Event , Target , Action (read on macros). Each command must at least have one of EACH.
    -To eliminate the typo factor there are buttons present to ease the writing process - I suggest always using them especially for entering <key> values, because the keys are from windows events and some times their name is not as obvious as it seems (left minus is 'OemMinus'), the following are the buttons:
    1. OnKey(<key>) BindingBox - When a key is pressed on this binding box an OnKey(<YOUR PRESSED KEY>) command is written(added) to the command field
    2. <key> BindingBox - When a key is pressed on this binding box, <YOUR PRESSED KEY> is written(added) to the command field
    3. Macro List - On item double-click writes(adds) the clicked item command to the command field (commands with no parameters are closed while ones with parameters remain open)
    4. ')' button - Writes(adds) ')' to command field
    5. 'Add' button - Adds the command written in the command field to the user made command list (if the command is valid)
    6. 'Remove' button - Removes user made commands that are checked in the user made commands list

    List of valid key names can be found here:
    https://msdn.microsof*****m/en-us/lib...v=vs.110).aspx
    Although I recommend the usage of the BindBoxes.

    Macros:
     
    ---Event--- (Tells the command when to execute)
    OnKey(key) - param 'key' is the name of the key (from the key list) - Command will execute when 'key' is pressed

    ---Target--- (Tells the command which clients to target, can use multiple target macros, example: .ToClass(Paladin).ToClass(Priest) or .ToAll().ToAll() - to execute twice (I think this one works haven't checked))
    ToAll() - Adds all client boxes to the targeting
    ToMain() - Adds the Main client to the targeting
    ToSides() - Adds the Side clients to the targeting
    ToSelf() - Enables send to self (can only be used once, example: .ToSelf().ToSelf() will be pointless and will not preform action twice)
    ToClass(class) - param 'class' is the class of the client's profile - Adds all the client boxes with a profile that its class matches 'class'

    ---Action--- (Tells the program what action to preform on the targets when the event is handled)
    SendKey(key) - Sends key param 'key' to selected targets
    SwapMain() - Swaps the caller's client with the main client (note: this does not require targeting but a valid command does, use .ToSelf() because its the most lightweight) - omg just realized this action is useless because the bind does the same thing and there is no targeting... whatever
    Broadcast(TOGGLE/HELD/TRUE/FALSE) - Allows interaction with the broadcast mode for selected targets - param mode:
    1. TOGGLE - When the event occurs - toggles broadcast mode
    2. HELD - When the event starts - start broadcast , when even stops - stop broadcast
    2. TRUE - Enabled broadcast
    4. FALSE - Disabled broadcast
    HideIPanel() - Hides the iPanel of selected targets (note: there is no activation command for iPanels and must be done manually or through the help panel provided)
    ToggleSidePanel() - if enabled, stretches the client window to hide the map UI , inv and trading (useful when you wish to broadcast XY in the true ratio and allows for prettier gameplay when your side clients are in fullscreen hack, this action stretches in hardcoded values and UI must have a scale hack or it will look funky)
    ReloadClient(optional DISPLAYNAME) - if no parameter is given this action will reload the client with itself, if parameters are given there are a few options:
    1. name - Your profile display name (not ingame name) - Will reload the caller to a new client with the login of 'name'-s profile
    2. @inuPT - Will reload the caller to a profile similarly to option 1 but instead will open an InputBox which will allow to input profile 'name' in realtime
    (note: this does not require targeting but a valid command does, use .ToSelf() because its the most lightweight)

    ---Optional--- (plain macros that are not necessarly required to write a command)
    ForwardInput(TRUE/FALSE) - Tells the command whether or not to send the key used for the event to the current client after preforming the command


    Command examples (the keybinds in the menu are hardcoded commands):

    Hide iPanel when pressing 'H' = OnKey(H).ToSelf().HideIPanel()

    Enable/Disable Broadcasting when pressing 'B' = OnKey(B).ToSelf().Broadcast(TOGGLE)

    Swap client box with main on key 'F9' = OnKey(F9).ToSelf().SwapMain()


    Pressing space will only do abilities for 'Wizard' and 'Knight' and pressing 'H' will activate healing abilities (2 commands (ADD SEPARATELY)):

    OnKey(Space).ToClass(Wizard).ToClass(Knight).SendK ey(Space).ForwardInput(FALSE)
    OnKey(H).ToClass(Paladin).ToClass(Preist).SendKey( Space)

    Enjoy!

    virustotal
    0/60
    jotti
    0/18

    <b>Downloadable Files</b> Downloadable Files

  2. The Following 502 Users Say Thank You to KW7 For This Useful Post:

    09morbab (08-09-2017),0Gq (04-25-2019),123MC123 (04-15-2020),34t34 g343 (05-25-2017),70pivotmasterz (06-15-2017),9Gold (04-23-2017),ABadScarecrow (11-11-2019),Aftershaft (06-11-2017),agnosticmoist (11-16-2017),AHIBH (08-30-2018),aidensupermaster64 (04-16-2019),ainzuzu19 (09-15-2017),AisoMusic (07-22-2018),ajfriedman (10-20-2020),alanw0w (04-28-2017),alextarvainen (07-09-2018),Ali670 (03-12-2020),All900 (08-07-2018),alximikruslan (04-23-2017),analfa (07-11-2017),andreygrec (11-02-2018),anibunny (05-13-2017),anitez (09-14-2017),anonymelolilol0195 (12-10-2019),AntoniouzM8 (06-29-2018),apragatz (05-18-2020),aquilla (02-15-2019),asdfhjkljhklsafdjkhlsfadj (05-22-2017),AtomcSkill12 (05-17-2019),augiuxas12 (05-09-2020),aust9038 (05-29-2019),Autorefresh (05-14-2017),axs13 (05-04-2017),Ayylmao8 (04-23-2017),Azdirtnaper (07-28-2018),baaron410 (07-06-2018),benalie (08-07-2017),benjamonii (08-14-2017),bertdownloader (09-24-2018),Bestia500 (08-28-2019),bigboy1272 (09-26-2017),bigdaddyowo (11-27-2018),BlaBlaDE (09-18-2018),Black_D_Dragon (04-28-2017),blakeiscool4 (08-06-2018),ble9991 (12-29-2019),BlizzardFyre (05-13-2020),boss334 (01-12-2020),Botas333 (11-16-2017),bpkdor (11-10-2019),bridudown (07-09-2018),brokg (05-13-2017),bucoak (06-27-2017),bumlalaila (11-26-2018),Busfahrer_Albert (09-13-2019),buttlick12 (08-17-2017),c4c150d1 (07-28-2017),caf276 (07-28-2018),carbondev (06-30-2018),carlos250 (08-15-2018),castroiwnl (11-14-2019),cellophant (07-30-2018),chembaby (02-21-2023),Chillcat28 (09-22-2017),chrisjjj (04-25-2017),ChristianCheng (04-29-2017),ChronicStaples (05-07-2017),cjhacks1 (11-03-2018),clockworthy (09-08-2017),ClothedKing (06-17-2018),coder747 (08-06-2018),comonaomorre (11-13-2019),coolsocks1 (08-27-2019),cosmicdk (01-23-2018),cr0wno (11-16-2017),Creator Atum (03-04-2019),csgomace (07-02-2018),D3mize (06-23-2018),dacerto (08-13-2019),Daizai (11-15-2017),dandanut2001 (06-05-2017),danno123 (05-15-2021),Darkshallfall (09-23-2017),david370 (07-17-2017),DaVincis Resolve (07-06-2018),DCRNOPE (12-06-2018),DDG Marine (09-17-2018),DDOS IRI (11-15-2023),Deat god (04-23-2017),debacjisa (12-16-2017),Demon745 (11-18-2023),DerpyDragonDemon (09-16-2017),derpytheson (07-04-2019),Derron (04-24-2017),Desh_rotmg (05-29-2020),Devianartmaster (04-07-2019),dewath (05-18-2020),DiedukoKompas (08-12-2017),drackzus (06-20-2017),Dratex (08-01-2017),dsadasdasda (08-20-2017),dubalyn (06-25-2019),dumbazzhoe (07-05-2018),DyccIsThicc (12-08-2019),Edgar_Elrick (08-30-2018),Elos123 (08-29-2018),endidi (07-23-2020),erinashleyf (03-19-2020),ErrorNaime (07-07-2017),EslamSalahET (06-17-2017),etapan4petapan4 (05-09-2017),evmodyz (06-19-2017),Extain (04-26-2017),facuscaine (06-21-2018),FakkBoii (11-02-2018),FarFarAnte (06-21-2017),Farhan78 (08-14-2017),Farmplz (09-02-2017),fiderapariga (01-01-2019),fingerscrows24 (05-31-2019),firetiger18888 (09-10-2017),flase (08-02-2017),Flibsiflub (04-10-2020),flow150595 (08-17-2018),Foundluck1 (05-09-2017),Fracomix (09-10-2017),Francotepro (06-20-2018),Frenillo (09-15-2019),Froz3n (04-23-2017),frozenra1n (06-25-2018),ftbulldog (08-14-2018),fuckT (04-23-2017),FUUUURKKKKANNNN (11-16-2017),gabeeeem (04-16-2020),GayGrandMa (07-10-2018),gbrok (11-01-2018),GigaFailer (04-28-2019),Girafe (04-23-2017),Gizzmode (10-10-2018),glitchedguyts (01-18-2020),glitchguyts (05-12-2017),Gocho (07-30-2021),gonzaabc123 (05-14-2017),goodboybobby (03-02-2019),Grapeguru (05-14-2017),grixis123 (05-09-2017),GrizzyPg (12-08-2019),GStarFreak (07-08-2018),Gushmitt (04-23-2017),Gustavo Fernando (06-30-2019),guy13456 (08-09-2018),hackenberry (08-09-2017),hammeler123123 (06-05-2019),Hand of Con (07-16-2017),HectorGPD35 (04-30-2019),Hehetrynahack (06-29-2019),heromartin (07-30-2019),Hheiucfh (08-09-2018),hiddenfour (04-24-2017),hiiiiiiiiiiiiiiii (04-25-2019),hjvdshkfjs1 (08-01-2018),hklitzke (11-12-2017),HOBORKKING (11-16-2019),hokko (02-11-2023),homesick (07-04-2018),Iamyikito (07-08-2018),icedemonzn (05-05-2017),Idkstuffs (07-01-2017),Iggy (05-14-2017),iHelix (04-23-2017),IkeaChair (04-01-2020),ILiCePIE (07-26-2017),IllusI0n1st (06-12-2017),Ilovehavingdownsyndrome (04-23-2018),imNoddy (07-24-2017),iOac (05-01-2020),Irineuu (07-24-2018),IscoBuu (05-11-2019),issacgamer (06-26-2017),ItsJxltz (06-22-2018),itsvzo (08-07-2018),iu12h3jk (05-06-2017),IvailoXD (06-19-2018),j0h3n2003 (09-15-2017),jaguarjaxn (11-11-2017),jake4142 (08-06-2018),JakeDad (08-27-2019),jastakooo1 (06-29-2018),javier1207 (08-01-2018),jeparks808 (06-20-2017),jerry_hdezz (09-16-2017),jimbojango1 (01-10-2018),jimmylin (04-28-2017),jkkk903 (10-20-2019),joaojv (10-25-2018),joeingram119 (10-13-2018),joejoefortnite (07-27-2018),joelisbae3211 (06-28-2018),jordanhuh (07-29-2019),Joseph7100 (01-12-2020),joxkiller17 (06-27-2020),Julek323 (12-24-2019),jussesimene (11-01-2018),JustFab (11-26-2019),kacper09102 (04-29-2017),kagekami (10-01-2018),Kageya (06-24-2018),kalapelaa (05-09-2017),kalebchen (06-24-2017),KAPABETABUTT (01-20-2019),Karbonno (07-05-2017),karolixas (09-30-2017),Kataror (06-25-2018),kenikamu (03-20-2018),kenikamu2 (07-19-2017),kevinplays13 (04-23-2017),Kevyn Nicolas D (06-29-2018),kijoja111 (04-23-2017),kikoman3 (11-01-2018),KillerLolers (06-02-2019),KingDiwash123 (06-07-2017),kingillusions (07-11-2018),Kirua-kon (08-11-2017),kittiphop (08-01-2017),Klaus Wiebel (05-07-2017),Kontti1 (05-29-2019),Kool_Cid_333 (12-11-2019),kqubek (08-14-2017),krabasnezinau (03-06-2019),kwikoman (11-10-2018),kxlecassidy (06-01-2017),LDoots (01-01-2019),LDoots1 (01-01-2019),LDootsGames (01-01-2019),Leer5 (06-01-2017),legoguy334 (06-25-2018),LeGoZzZ (11-11-2018),Leomino1234 (10-24-2018),Lethalv3 (08-20-2017),LetsLynx (06-26-2020),lillgrisen12 (07-17-2017),Lillgrisen123 (12-08-2019),Littlizard (07-24-2017),LiveDEMI (04-25-2017),llAImll (09-24-2018),LOLZAMHAXOR (08-21-2021),lordadl (06-29-2018),lover123456 (08-17-2017),lowe908 (08-09-2018),Loxydra (2 Weeks Ago),Lucas169 (06-23-2019),lucasdoogly (11-14-2019),lukesgamings (08-12-2017),lumus (08-29-2019),Maatspace (05-08-2017),magipwn (04-24-2017),mangooooo (08-09-2017),mantasgo (08-06-2017),marcos3777 (04-23-2017),Mario1020 (11-17-2017),marvelmalte (08-28-2017),mastagewk (04-24-2017),MasterHex2 (06-11-2019),Mathias1937 (05-13-2017),Matteee228 (04-27-2017),maxililo123 (04-26-2019),me4ever2 (11-17-2017),Megadetth (07-01-2018),Megaman401 (07-23-2018),melkan11 (05-04-2019),memefroggo (10-27-2018),mermania007 (11-23-2017),mihajlo123 (05-25-2017),mikudze022 (06-20-2018),mimoubou (05-12-2020),minaster2312 (07-02-2017),misogamy (09-13-2017),mizb (05-24-2017),MohhrxD (10-31-2017),Mongolia1 (04-23-2017),mr.suicideworm (06-23-2017),MrDerpy19 (07-05-2018),Mustafa56 (06-10-2019),Mwcyz (04-23-2017),MyDeHq (07-11-2019),mynama (04-30-2017),nathan463 (11-15-2017),naturetunned1 (06-20-2018),NEWPHONEWHODISLOOLOL (06-16-2018),newwarlock (07-18-2017),Nexuuz1 (08-07-2019),nick632137123617272 (11-12-2019),niepwhynn (11-11-2018),Nikok34 (09-15-2017),Nizeff (12-22-2018),novastarz11 (07-29-2020),NudePotatoes (10-28-2017),nyersan (01-31-2018),oawjdihahbf (07-13-2017),obseek (08-17-2017),Occuriaa (01-12-2019),OhLoot (04-23-2017),oliver2001 (11-17-2017),ollybolliver (10-08-2019),OmegaGoku (07-03-2017),oRxnks (08-12-2017),oRxnks116 (07-26-2018),oryxdrag (08-13-2017),osmawolf (01-01-2019),owieczka23 (08-08-2017),P3rf3ctVoid (05-18-2017),PabloEduardo (08-12-2018),Papucatorul (04-19-2020),par1511 (07-22-2020),Patix0331 (09-16-2017),Patrykoloo (08-13-2019),peter421 (04-28-2017),Phoah (05-23-2020),PhotonVX (05-10-2019),Pickle1241 (08-13-2017),pinecornn (06-27-2017),Pokadoodle (06-25-2019),poopoorino (09-12-2017),priestost (11-27-2017),ProSoldat (07-28-2019),proturts (07-22-2018),ProxyDied (11-05-2018),pserverhacks55555 (04-24-2017),Punc4ke (11-16-2017),puppete1996 (07-04-2017),Pussspider (07-25-2018),qpadones1 (06-26-2018),QuantumZq (05-10-2019),R.O.T.M.G rocks (04-27-2017),RagefulROTMG (04-25-2017),Raigulp (04-30-2017),RAYC4947 (01-20-2018),realmboxer2121 (07-12-2018),remotayre (05-30-2019),reptude (08-03-2017),RFDGWC (05-20-2020),Rhexxest (08-08-2017),rhhngbfwed (06-27-2017),RichDogs (12-12-2020),riothead (06-28-2018),riothead45 (06-22-2017),RoliruliLTT (05-01-2017),Romary (07-14-2017),Ronarix (03-10-2019),Rosabella (08-17-2020),rotmgfaaag (02-15-2018),rotmglennygg (07-10-2019),RotmgSyahid (08-05-2017),Rotmgtag (11-27-2019),Roxas49 (07-01-2018),Rugruy (07-27-2017),ryandouglas4721 (05-09-2020),ryguest (07-09-2017),SabakuTeiso11 (08-09-2018),sakurow (01-09-2018),samecolour (06-24-2018),samiprobar (05-16-2019),SamROTMG (04-24-2017),samsimx123 (10-19-2018),SauskeBoy (11-16-2017),SBisEPIC (12-19-2017),Scamproof (04-25-2017),SchmizNiz (05-10-2019),sdgdsdsfg (07-25-2019),Sean (06-22-2017),Seanbot222 (07-31-2020),sebber3111 (08-13-2018),seemstar (05-14-2019),Seiikatsuu (04-23-2017),Senerdars (06-04-2017),SeorClientOfficial (06-23-2018),sh1ro1769 (07-09-2019),shattering (04-23-2017),Shawnmadaus23 (01-20-2020),Shinzu14 (08-09-2018),ShotPT12 (04-25-2017),shrouddy (11-15-2017),shroudishot (12-01-2019),shtabbbe (08-09-2018),sibilancer (08-13-2019),simbayoka (07-31-2018),SirFishy (08-06-2018),skiller1678 (07-01-2018),SkyrimUser (03-24-2020),slendermaniscoming (07-11-2017),Smeak (02-12-2019),Smgh (12-29-2019),snaxbotxddd (05-27-2020),snhrdkbjhqbr (07-30-2017),Snowleey (11-01-2018),Sonic1911 (07-10-2018),Spartan4040 (05-19-2019),Speakbeasy (06-11-2017),spy222 (06-30-2017),StaliDhack (04-24-2017),starringattheground (07-28-2017),strappezcilek (01-02-2023),subnormal (08-13-2019),Sumarey (12-06-2017),sumera (01-26-2019),SunOfNoob (05-20-2020),suzuka5 (09-09-2018),SwagMaster35 (05-22-2017),swol (09-13-2017),sxjs (06-09-2019),Szymon0214 (05-30-2020),TacoGodz (01-24-2020),TBQNEEjr (08-14-2017),teabagabear (11-01-2018),Teabqnexs (10-04-2019),Teckmech (11-19-2019),tehdergenburn (08-23-2017),tehevali (10-03-2018),temujaiwarriors (06-04-2020),The Casual Beast (09-04-2019),thefirecraft (08-29-2019),thegreatestminer (04-25-2017),TheJustino (10-08-2019),THELOLLPLAYER (08-20-2017),Theredgoose1 (05-09-2017),thisisnottheend12 (05-11-2019),THISSITEISSHITLOL (08-19-2018),Thricondrius (06-14-2017),tognioOOO (01-16-2020),TonnyHD (07-20-2017),TorFourr (11-16-2017),Tristanio (12-26-2019),tupagkekg (06-08-2017),Twinlord (07-27-2018),TytyFTW (08-15-2017),Ubnic (07-26-2018),Unknown_S0urce (06-27-2019),Valiklox224 (03-13-2020),vaval1 (07-21-2017),Velory (03-17-2020),VentusDark (05-09-2020),vepsa (02-12-2019),Vesperino (07-04-2018),VictorMarquez (07-24-2018),vikingiscool (06-19-2017),villekaneli (04-23-2017),vinicius04 (09-07-2017),viniojo (10-09-2018),voidlost (05-06-2017),Vonos (07-28-2017),Vorckk (09-29-2019),VoyageHACKS (04-26-2019),vVentured (08-17-2017),VycoN (05-12-2020),vyynnyyyyy (07-31-2018),wabbjack (11-07-2017),waledshref86 (09-12-2017),WANDERRLUST (04-27-2019),WeakkkNess1 (06-29-2017),weeworld (04-18-2020),wellinton7 (10-10-2018),Willbees1 (04-26-2017),Willper99 (09-29-2017),Windscale (08-10-2017),Wirths (03-04-2019),wolfblades93 (08-11-2018),wosebeats (07-30-2019),x1hokage (04-24-2017),Xannny (09-08-2019),xaruto12345 (11-28-2019),Xaye (06-06-2020),xBlade121 (08-03-2020),XEdacCg (11-15-2017),xhenry22 (06-06-2019),xilacarla (07-05-2019),XMaeDaFocaX (06-22-2018),xMegax (04-23-2017),xNagatox (05-15-2019),XRXCK (06-11-2017),XXDoomNath4 (06-17-2018),xxlunoxx (05-15-2020),yesnonoyesno (05-02-2019),Yif (04-29-2019),YodaGamingDank69 (04-25-2019),yoloswagPussyEater666Hell (06-28-2018),yoonjw0819 (04-12-2019),yoprotroll (11-21-2018),youhungry1515 (08-16-2017),yousuf2272 (06-28-2019),YoutubeGambling (06-15-2019),Yuichi Matai (12-17-2019),ZayFeedss (05-13-2020),zBasilio (04-25-2017),zealex10 (11-08-2018),Zeromadero (07-01-2017),ZerossZeta (08-04-2017),zildane (05-13-2017),zildane22 (08-01-2018),Ziuteczek23 (04-03-2021),Zolmex (07-01-2017),_64x (08-06-2018),|MrkKeks| (01-18-2020)

Similar Threads

  1. [WTS] selling command and conquer: red alert 3 uprising steam key
    By bendtner5+2 in forum Selling Accounts/Keys/Items
    Replies: 4
    Last Post: 12-19-2013, 04:27 AM
  2. [WTT] Command & Conquer: Red Alert 3 - Uprising and Populous keys
    By hauwkeye2221 in forum Trade Accounts/Keys/Items
    Replies: 1
    Last Post: 08-23-2013, 08:09 PM
  3. [WTS] Command & Conquer: Red Alert 3 - Uprising and Populous keys
    By hauwkeye2221 in forum Selling Accounts/Keys/Items
    Replies: 3
    Last Post: 08-23-2013, 02:22 PM
  4. [WTB] Command and Conquer Ultimate Collection key
    By timeserver in forum Buying Accounts/Keys/Items
    Replies: 11
    Last Post: 02-20-2013, 06:20 AM
  5. [WTT] Paypal $$ FOR Command and Conquer The Ultimate Collection key
    By timeserver in forum Selling Accounts/Keys/Items
    Replies: 6
    Last Post: 01-25-2013, 01:33 AM