You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
Hugh
  • Prospect
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
ImJtagModz wrote so basically what you are doing is making a CPP generator for people to then copy into a blank DLL project. seems like a good idea and i was thikning of making one of those just like iHc Tool for Tu6 Days. Good luck and i hope it all goes well for you


Well that's what mine does...
Do you think I would need to have it to make a accual dll ?
#22. Posted:
Ahc_Clan
  • Challenger
Status: Offline
Joined: Jun 01, 201310Year Member
Posts: 189
Reputation Power: 9
Status: Offline
Joined: Jun 01, 201310Year Member
Posts: 189
Reputation Power: 9
so did you add a option were u can change position & shader color.
#23. Posted:
BlueYetiMicrophone
  • Challenger
Status: Offline
Joined: Mar 13, 201311Year Member
Posts: 151
Reputation Power: 6
Status: Offline
Joined: Mar 13, 201311Year Member
Posts: 151
Reputation Power: 6
this should help some people out but will make many people run off a base lol
#24. Posted:
ImJtagModz
  • Junior Member
Status: Offline
Joined: Jan 07, 201311Year Member
Posts: 98
Reputation Power: 5
Status: Offline
Joined: Jan 07, 201311Year Member
Posts: 98
Reputation Power: 5
Hugh wrote
ImJtagModz wrote so basically what you are doing is making a CPP generator for people to then copy into a blank DLL project. seems like a good idea and i was thikning of making one of those just like iHc Tool for Tu6 Days. Good luck and i hope it all goes well for you


Well that's what mine does...
Do you think I would need to have it to make a accual dll ?


not possibru as the Program would have to include the Whole Xbox 360 SDK which is over 1.5GB making the CPP generator is good tho because it saves people from having to code which in some aspects is good but lazy for them. also you need to make sure your code is 100% optimized so its small and clean otherwise its not gonna run well if you have all options selected
#25. Posted:
Hugh
  • Prospect
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
ImJtagModz wrote
Hugh wrote
ImJtagModz wrote so basically what you are doing is making a CPP generator for people to then copy into a blank DLL project. seems like a good idea and i was thikning of making one of those just like iHc Tool for Tu6 Days. Good luck and i hope it all goes well for you


Well that's what mine does...
Do you think I would need to have it to make a accual dll ?


not possibru as the Program would have to include the Whole Xbox 360 SDK which is over 1.5GB making the CPP generator is good tho because it saves people from having to code which in some aspects is good but lazy for them. also you need to make sure your code is 100% optimized so its small and clean otherwise its not gonna run well if you have all options selected


Code works with up to 6 sub menus and around 8 options in each sub ( fully tested and working ) although mine will only have 4 sub menus with 5 options in each but I'll put some other stuff in
#26. Posted:
ImJtagModz
  • Junior Member
Status: Offline
Joined: Jan 07, 201311Year Member
Posts: 98
Reputation Power: 5
Status: Offline
Joined: Jan 07, 201311Year Member
Posts: 98
Reputation Power: 5
Hugh wrote
ImJtagModz wrote
Hugh wrote
ImJtagModz wrote so basically what you are doing is making a CPP generator for people to then copy into a blank DLL project. seems like a good idea and i was thikning of making one of those just like iHc Tool for Tu6 Days. Good luck and i hope it all goes well for you


Well that's what mine does...
Do you think I would need to have it to make a accual dll ?


not possibru as the Program would have to include the Whole Xbox 360 SDK which is over 1.5GB making the CPP generator is good tho because it saves people from having to code which in some aspects is good but lazy for them. also you need to make sure your code is 100% optimized so its small and clean otherwise its not gonna run well if you have all options selected


Code works with up to 6 sub menus and around 8 options in each sub ( fully tested and working ) although mine will only have 4 sub menus with 5 options in each but I'll put some other stuff in


im not saying it wont work you just cant compile the DLL with it like that. you would compile the dll_load.cpp or whatever its called then add it into a blank DLL project then open it and build it
#27. Posted:
Sheperdebops
  • TTG Natural
Status: Offline
Joined: Dec 08, 201013Year Member
Posts: 931
Reputation Power: 40
Status: Offline
Joined: Dec 08, 201013Year Member
Posts: 931
Reputation Power: 40
ImJtagModz wrote
Hugh wrote
ImJtagModz wrote so basically what you are doing is making a CPP generator for people to then copy into a blank DLL project. seems like a good idea and i was thikning of making one of those just like iHc Tool for Tu6 Days. Good luck and i hope it all goes well for you


Well that's what mine does...
Do you think I would need to have it to make a accual dll ?


not possibru as the Program would have to include the Whole Xbox 360 SDK which is over 1.5GB making the CPP generator is good tho because it saves people from having to code which in some aspects is good but lazy for them. also you need to make sure your code is 100% optimized so its small and clean otherwise its not gonna run well if you have all options selected


ahh but you are wrong hookers tool used to make a dll look it up you didnt need SDK or VB
#28. Posted:
SimbaXe
  • Gold Gifter
Status: Offline
Joined: Dec 22, 201112Year Member
Posts: 2,821
Reputation Power: 143
Status: Offline
Joined: Dec 22, 201112Year Member
Posts: 2,821
Reputation Power: 143
Nice program man, I hope you release it
#29. Posted:
Hugh
  • Prospect
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
Status: Offline
Joined: Apr 13, 201212Year Member
Posts: 628
Reputation Power: 36
BLU3- wrote
ImJtagModz wrote
Hugh wrote
ImJtagModz wrote so basically what you are doing is making a CPP generator for people to then copy into a blank DLL project. seems like a good idea and i was thikning of making one of those just like iHc Tool for Tu6 Days. Good luck and i hope it all goes well for you


Well that's what mine does...
Do you think I would need to have it to make a accual dll ?


not possibru as the Program would have to include the Whole Xbox 360 SDK which is over 1.5GB making the CPP generator is good tho because it saves people from having to code which in some aspects is good but lazy for them. also you need to make sure your code is 100% optimized so its small and clean otherwise its not gonna run well if you have all options selected


ahh but you are wrong hookers tool used to make a dll look it up you didnt need SDK or VB


Hookers was XP, which didn't need debugging only saving ( I believe ) and my theory of how it works is that it
Used something like xextool to decompress which allows you to edit XP . Dlls


^^ may not be true but my theory
#30. Posted:
Greg
  • GER2USA
Status: Offline
Joined: May 19, 201311Year Member
Posts: 7,956
Reputation Power: 4895
Status: Offline
Joined: May 19, 201311Year Member
Posts: 7,956
Reputation Power: 4895
Looks like a good tool to both Hugh and Blu3 If youtwo work together imsure it will be amazing
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.