(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys, since hudelems was released by Bad Luck Brian i think i should release this to just to help out the community.
Things you need:
Bad Luck Brian's HUDelems code
My MoveShader Code
Use this HUDelems code - You must login or register to view this content. - just made a few changed like added glowcolor, better fontsize offset and my new moveshader code
Tutorial:
We are going to be using Multi Threading (having multiple process at once)
Once you have bad luck brians hudelems code in there add my moveshader function to the end of hudelem function
Advertise Bar:
STEP 1: At the very top you need to put using System.Threading; to have the threading functions
STEP 2: Put this anywhere besides inside a button etc. Thread th; (only put a capital for the T in Thread)
STEP 3: Make a button that you want to start the doheart or advertise bar and put this th = new Thread(thread); th.Start();
STEP 4: make a new function called thread() in there you will put your hudelems code EX: HUDS.StoreIcon(blahblah); and make sure u include text. I will include mine You must login or register to view this content.
STEP 5: after you put the HUDS.blahblah in there its time to start the loop. put this below where u put the HUDS.storeblahblah You must login or register to view this content.
STEP 6: Take a look at what we just did. for (int j = 0; j < 110; j++) that really doesnt mean anything just a loop to make it forever. for (int i = 0; i < 1400; i++)
{
Thread.Sleep(3);
HUDS.MoveShader(122, 775 - i, 458, 1.5f);
Thread.Sleep(3);
}
wat this does is move the shader at the index of 122 and it has a variable i to make it go accross the screen. 775 - i is the X so it moves from the right to the left. 458 is the Y axis. 1.5f is the size of the text. 122 is the index of the text. Now if u copy and paste the same thing right below it INSIDE the (int j = 0 it will make it loop forever.
Dont groan if you already knew this and if you did know this then why did you click on it?
hey guys, since hudelems was released by bad luck brian i think i should release this to just to help out the community.
Things you need:
Bad luck brian's hudelems code
my moveshader code
use this hudelems code - You must login or register to view this content. - just made a few changed like added glowcolor, better fontsize offset and my new moveshader code
tutorial:
We are going to be using multi threading (having multiple process at once)
once you have bad luck brians hudelems code in there add my moveshader function to the end of hudelem function
advertise bar:
Step 1: At the very top you need to put using system.threading; to have the threading functions
step 2: Put this anywhere besides inside a button etc. Thread th; (make sure it in caps)
step 3: Make a button that you want to start the doheart or advertise bar and put this th = new thread(thread); th.start();
step 4: Make a new function called thread() in there you will put your hudelems code ex: Huds.storeicon(blahblah); and make sure u include text. I will include mine You must login or register to view this content.
step 5: After you put the huds.blahblah in there its time to start the loop. Put this below where u put the huds.storeblahblah You must login or register to view this content.
step 6: Take a look at what we just did. For (int j = 0; j < 110; j++) that really doesnt mean anything just a loop to make it forever. For (int i = 0; i < 1400; i++)
{
thread.sleep(3);
huds.moveshader(122, 775 - i, 458, 1.5f);
thread.sleep(3);
}
wat this does is move the shader at the index of 122 and it has a variable i to make it go accross the screen. 775 - i is the x so it moves from the right to the left. 458 is the y axis. 1.5f is the size of the text. 122 is the index of the text. Now if u copy and paste the same thing right below it inside the (int j = 0 it will make it loop forever.
Dont groan if you already knew this and if you did know this then why did you click on it?
Hey guys, since hudelems was released by Bad Luck Brian i think i should release this to just to help out the community.
Things you need:
Bad Luck Brian's HUDelems code
My MoveShader Code
Use this HUDelems code - You must login or register to view this content. - just made a few changed like added glowcolor, better fontsize offset and my new moveshader code
Tutorial:
We are going to be using Multi Threading (having multiple process at once)
Once you have bad luck brians hudelems code in there add my moveshader function to the end of hudelem function
Advertise Bar:
STEP 1: At the very top you need to put using System.Threading; to have the threading functions
STEP 2: Put this anywhere besides inside a button etc. Thread th; (make sure it in CAPS)
STEP 3: Make a button that you want to start the doheart or advertise bar and put this th = new Thread(thread); th.Start();
STEP 4: make a new function called thread() in there you will put your hudelems code EX: HUDS.StoreIcon(blahblah); and make sure u include text. I will include mine You must login or register to view this content.
STEP 5: after you put the HUDS.blahblah in there its time to start the loop. put this below where u put the HUDS.storeblahblah You must login or register to view this content.
STEP 6: Take a look at what we just did. for (int j = 0; j < 110; j++) that really doesnt mean anything just a loop to make it forever. for (int i = 0; i < 1400; i++)
{
Thread.Sleep(3);
HUDS.MoveShader(122, 775 - i, 458, 1.5f);
Thread.Sleep(3);
}
wat this does is move the shader at the index of 122 and it has a variable i to make it go accross the screen. 775 - i is the X so it moves from the right to the left. 458 is the Y axis. 1.5f is the size of the text. 122 is the index of the text. Now if u copy and paste the same thing right below it INSIDE the (int j = 0 it will make it loop forever.
Dont groan if you already knew this and if you did know this then why did you click on it?
Hey guys, since hudelems was released by Bad Luck Brian i think i should release this to just to help out the community.
Things you need:
Bad Luck Brian's HUDelems code
My MoveShader Code
Use this HUDelems code - You must login or register to view this content. - just made a few changed like added glowcolor, better fontsize offset and my new moveshader code
Tutorial:
We are going to be using Multi Threading (having multiple process at once)
Once you have bad luck brians hudelems code in there add my moveshader function to the end of hudelem function
Advertise Bar:
STEP 1: At the very top you need to put using System.Threading; to have the threading functions
STEP 2: Put this anywhere besides inside a button etc. Thread th; (make sure it in CAPS)
STEP 3: Make a button that you want to start the doheart or advertise bar and put this th = new Thread(thread); th.Start();
STEP 4: make a new function called thread() in there you will put your hudelems code EX: HUDS.StoreIcon(blahblah); and make sure u include text. I will include mine You must login or register to view this content.
STEP 5: after you put the HUDS.blahblah in there its time to start the loop. put this below where u put the HUDS.storeblahblah You must login or register to view this content.
STEP 6: Take a look at what we just did. for (int j = 0; j < 110; j++) that really doesnt mean anything just a loop to make it forever. for (int i = 0; i < 1400; i++)
{
Thread.Sleep(3);
HUDS.MoveShader(122, 775 - i, 458, 1.5f);
Thread.Sleep(3);
}
wat this does is move the shader at the index of 122 and it has a variable i to make it go accross the screen. 775 - i is the X so it moves from the right to the left. 458 is the Y axis. 1.5f is the size of the text. 122 is the index of the text. Now if u copy and paste the same thing right below it INSIDE the (int j = 0 it will make it loop forever.
Dont groan if you already knew this and if you did know this then why did you click on it?
What it will look like:
DoHeart COMING SOON!
If you need help add my skype: hdzombieglitcher
Enjoy
Sorry dude but i see no point in releasing this.
This is only usefull if ppl make a own Mod Menu with Huds. This needs some knowledge. And if they can make their Mod Menus, then nobody needs this cuz its easy
Sorry dude but i see no point in releasing this.
This is only usefull if ppl make a own Mod Menu with Huds. This needs some knowledge. And if they can make their Mod Menus, then nobody needs this cuz its easy
You dont have to be making a mod menu to do this. I did it without one