Lightbulbhelp with batch coding

Posts 111 of 11 · Page 1 of 1
hi i man working on making a program that talks and you can talk back,it tells you to visit mpgh.net and it alos is green ,you put your user name in and password an then start talking but i need some more codes to ad features so can you post them?

features so far:
green font.
you can talk
you can put in oyu password and username
it tells you to go to mpgh.net
i can make it say what ever i want

i need some more cool features so start posting ok

i just started today and i didnt copy paste i worked it out,btw is it possable to make it that when you open my batch to talk to this fake person it opens the ca direct shoutcut
have u heard of google, hes really awsome
Can we ask what language you are using?

For Speech recognition there is Speech SDK 5.1 (Sample codes included for VB.net and Visual C#)

As far as CA direct there is a _direct file you can shell with Vb.net and VC. (located in your Nexon folder)

I'm not sure exactly what you are trying to do, or the reason for it, maybe you can provide a little more information?
im trying to make a code that opens ca and mpgh.net (already figered out how to do the mpgh.net last night ) so i want the cod that opens ca directly!
What language are you using?

Vb.Net

Shell("CA location here", _
vbNormalFocus)

or

Dim myProcess As Process = System.Diagnostics.Process.Start
("CA Location")

C#

System.Diagnostics.Process.Start("CA location");


Keep in mind, if you want to run CA Direct, use the _direct EXE
I Think he's using Notepad copying stuff and stuff

How to make the MPGH Code
Open Notepad
Write this 'Start MPGH.net' Without the Quotations
Save as MPGH.bat
Open
sad
Quote Originally Posted by NuB_GhOsT View Post
I Think he's using Notepad copying stuff and stuff

How to make the MPGH Code
Open Notepad
Write this 'Start MPGH.net' Without the Quotations
Save as MPGH.bat
Open
you havnt ever used this code have you.
this is the code you need to do--->

@echo off
echo MPGH OPENER.
pause
sat /p udefine=do you want to open MPGH?
if %udefine%==yes GOTO yes
if %udefine%==no GOTO no
: no
echo_________________
echo press a key to exit |
echo--------------------
pause
GOTO MENU
: yes
echo opening MPGH.net.....
START MPGH - MultiPlayer Game Hacking - Hack, Hacks, Game Hacks, Combat Arms Hacks, CrossFire Hacks, WarRock Hacks, Knight Online, Counter Strike: Source Hacks, Counterstrike Hacks, BattleField 2 Hacks, Warrock Hacks, World of Warcraft Hacks, Knight Online
GOTO menu
save this as MPGH easy open.bat(copy paste this code into a .txt doc and save as whateva.bat )
what program?
C++
vb?
@nubghost, Start mpgh.net will not work as a .bat , ask yourself a question, should you tell the batch what program to use to start a process or application?

It should look like this

@echo off
explorer "http://mpgh.net" (minus the quotes)

@Romario313 , I asked numerous times (not being territorial at all) when there was a lack of response, I gave both solutions, so in either case, we are "beating a dead horse"

Just a few more of my random (IMO)


yes...its a bat....don't ask...
Quote Originally Posted by cchisholm14 View Post
hi i man working on making a program that talks and you can talk back,it tells you to visit mpgh.net and it alos is green ,you put your user name in and password an then start talking but i need some more codes to ad features so can you post them?

features so far:
green font.
you can talk
you can put in oyu password and username
it tells you to go to mpgh.net
i can make it say what ever i want

i need some more cool features so start posting ok

i just started today and i didnt copy paste i worked it out,btw is it possable to make it that when you open my batch to talk to this fake person it opens the ca direct shoutcut
I'm a little sketchy on that part?

What is the username and password of?

And if it the mpgh one I highly doubt that is safe for our users.
I'll be honest, I don't understand what the OP is even trying to do, I read the post 5 times, the more i read it, the more I get confused,

So a few questions.

A. Why require Login information?
B. What is this software going to do
C. How much coding do you actually know, Speech recognition is no joke (SDK makes it easier, but if you can't figure out how to shell or batch a program then why work on something more complex)
D. Just wanted a D
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?