Results 1 to 6 of 6
  1. #1
    dakr54's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    396
    Reputation
    16
    Thanks
    669

    MENU SYSTEM WITH INGAME TEXT

    THIS PROBABLY DOESN'T WORK BECAUSE I HAVE NO IDEA HOW TO CODE A MENU LIKE THIS. THIS IS VERY CRUDE AND I MAY OR MAY NOT WORK ON IT BUT YOU CAN USE THIS FOR REFERENCE.
    Code:
    void menu()
    {
    	bool isOn=0;
    	bool isRight=0;
    	bool isLeft=0;
    	bool isAct=0;
    
    	if(GetAsyncKeyState(VK_INSERT) & 1)
    		isOn=!isOn;	
    	if(isOn)
    		changeWeaponText("CrossFire [ON]",1,0);
    	else
    		changeWeaponText("CrossFire [OFF]",1,0);
    	
    		if(isOn)
    		{
    			if(GetAsyncKeyState(VK_RIGHT) & 1)
    				isRight=!isRight;
    			if(GetAsyncKeyState(VK_LEFT) & 1)
    				isLeft=!isLeft;
    			if(isRight)
    			{
    				changeWeaponText("Reload",1,0);
    				if(GetAsyncKeyState(VK_UP & 1))
    					isAct=!isAct;
    				if(isAct)
    				{
    					changeWeaponText("Reload ON",1,0);
    					//hack here
    				}
    				else
    				{
    						changeWeaponText("Reload OFF",1,0);
    					// turn off
    				}
    				if(isLeft)
    					changeWeaponText("CrossFire [ON]",1,0);//go left??
    				else
    					isLeft=isRight;
    
    			}
    
    		}
    }

  2. The Following 4 Users Say Thank You to dakr54 For This Useful Post:

    ayawmanmik (05-09-2012),Genkidesu (05-08-2012),pDevice (05-09-2012),Ryuzaki™ (05-09-2012)

  3. #2
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Seems good, can do with some work on it i guess but you are using the weapons text to make a sort of menu which you choose your hacks going right and left on arrows and then up to activate is it ?

  4. #3
    blackgaming's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive
    Good Work Lad ^^!

    Just a question? where will be this text located ?
    Last edited by blackgaming; 05-09-2012 at 10:16 AM.

  5. #4
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    xD crossfire will turn into cs... better to use something else... for example why not make our commands like the /h in the chat or mod the real ones...

  6. #5
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Quote Originally Posted by blackgaming View Post
    Good Work Lad ^^!

    Just a question? where will be this text located ?
    This would replace the weapon text in right hand bottom corner, for example if you had M16 in your hand, in right hand corner where it would say M16 the text would show there!

  7. #6
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    would be good if you make it as class (like my release)


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

Similar Threads

  1. My Menu Hack With Super Bullets !
    By o-o in forum Combat Arms EU Discussions
    Replies: 16
    Last Post: 10-29-2010, 01:01 AM
  2. [Release] Flameswor10's Menu Hack [with SEMI OPK + TELEKILL]
    By flameswor10 in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 09-20-2010, 12:19 AM
  3. Make a no menu hack with Speed and Super JUMP (idiot Friendly)
    By boboben1 in forum Programming Tutorials
    Replies: 2
    Last Post: 09-18-2010, 01:59 PM
  4. How To Make Warrock D3d Menu Hack with all hack functions
    By srinuv in forum Programming Tutorial Requests
    Replies: 5
    Last Post: 09-15-2010, 08:12 AM
  5. [Release] public no menu hack//With better functions v2
    By IHelper in forum WarRock - International Hacks
    Replies: 15
    Last Post: 10-04-2009, 08:37 AM