You are viewing our Forum Archives. To view or take place in current topics click here.

Should I keep updating it?

Yes.
96.15% (100 votes)
No
3.85% (4 votes)

Total Votes: 104

#201. Posted:
Thanks
  • TTG Senior
Status: Offline
Joined: Dec 06, 201014Year Member
Posts: 1,027
Reputation Power: 48
Status: Offline
Joined: Dec 06, 201014Year Member
Posts: 1,027
Reputation Power: 48
Wow this is good just finished using mine simple
#202. Posted:
SmerF
  • Challenger
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
Version 1.0!
Most bugs are fixed now.
And sub menus work now.
Other features also fixed.

Have fun. 8)
#203. Posted:
vGoLdeNz
  • Wise One
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
How to use This Sub Menus ?
Can u Explain Plz ?
#204. Posted:
SmerF
  • Christmas!
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
vGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?

Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.

Sorry I suck at explaining things.
I'll make a video later if you don't get it.
#205. Posted:
vGoLdeNz
  • Wise One
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
SmerF wrote
vGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?

Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.

Sorry I suck at explaining things.
I'll make a video later if you don't get it.


Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep
#206. Posted:
SmerF
  • Christmas!
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
vGoLdeNz wrote
SmerF wrote
vGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?

Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.

Sorry I suck at explaining things.
I'll make a video later if you don't get it.


Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep

Oh, if your coding it on your own the format is like this:
self.Names[0] = "Something"; //Sub menu name.
self.Funcs[0] = ::SubMenu; //Start a sub menu.
self.Input[0] = ::SubMenu1; //What sub menu to start.

Then you make a different thread for it like
SubMenu1()
{
self.Names = [];
//etc.. you should know the rest.
#207. Posted:
vGoLdeNz
  • Wise One
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 582
Reputation Power: 22
SmerF wrote
vGoLdeNz wrote
SmerF wrote
vGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?

Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.

Sorry I suck at explaining things.
I'll make a video later if you don't get it.


Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep

Oh, if your coding it on your own the format is like this:
self.Names[0] = "Something"; //Sub menu name.
self.Funcs[0] = ::SubMenu; //Start a sub menu.
self.Input[0] = ::SubMenu1; //What sub menu to start.

Then you make a different thread for it like
SubMenu1()
{
self.Names = [];
//etc.. you should know the rest.


Yep.. thx again Bro

Ooh... And if you want some ideas For The Next Update here you go :
- Add More Menu Shaders / Menu Scroll Bars (For People That Didin't Get This Stuff)
- And Some More Mods / Unlocks in The "Menu Functions"
And That's it Really,


The Program Is Perfect Anyway
#208. Posted:
SmerF
  • Christmas!
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
vGoLdeNz wrote
SmerF wrote
vGoLdeNz wrote
SmerF wrote
vGoLdeNz wrote How to use This Sub Menus ?
Can u Explain Plz ?

Choose "SubMenu" in the drop down box in Functions.
Then put a name in the input section, like "SubMenu1" or something.(No spaces or anything)
Go to the Sub Menus tab and click "Refresh".
Then choose your sub menu in the drop down box by refresh.
Edit the functions and things how you want to.
Click Save Sub Menu.
And you're done with that sub menu.

Sorry I suck at explaining things.
I'll make a video later if you don't get it.


Nah.. It's Fine... I just wanna use Your Menu Base For My New Patch (If I Can : )
And I was Just Wondering with that Sub Menus..
Thx Bro.. +Rep

Oh, if your coding it on your own the format is like this:
self.Names[0] = "Something"; //Sub menu name.
self.Funcs[0] = ::SubMenu; //Start a sub menu.
self.Input[0] = ::SubMenu1; //What sub menu to start.

Then you make a different thread for it like
SubMenu1()
{
self.Names = [];
//etc.. you should know the rest.


Yep.. thx again Bro

Ooh... And if you want some ideas For The Next Update here you go :
- Add More Menu Shaders / Menu Scroll Bars (For People That Didin't Get This Stuff)
- And Some More Mods / Unlocks in The "Menu Functions"
And That's it Really,


The Program Is Perfect Anyway

I'll make sure to add more Shaders and Functions next update. 8)

Thanks for the suggestions.
#209. Posted:
Stammpede
  • Rising Star
Status: Offline
Joined: Jun 28, 201014Year Member
Posts: 794
Reputation Power: 34
Status: Offline
Joined: Jun 28, 201014Year Member
Posts: 794
Reputation Power: 34
Hey I see that you got banned from xbox live. I don't have a 1 month card but I have a 48 hour trial want me to pm it to you?
#210. Posted:
SmerF
  • Challenger
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
Status: Offline
Joined: Apr 27, 201014Year Member
Posts: 199
Reputation Power: 11
bwgdepocsoni wrote Hey I see that you got banned from xbox live. I don't have a 1 month card but I have a 48 hour trial want me to pm it to you?

Yeah, I got banned twice in one day.
First time it was for not paying for my Live cause they were charging an expired credit card. Then I got permanently banned for "Modding".
I guess a 48 hour could help if I don't get a one month or something so send it if you want.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.