Login Register


Batch Game: Life RPG v1.9 *Final Version* filter_list
Author
Message
RE: Batch Game: Life RPG v1.9 *Final Version* #11
sorry but i think vista is shit Biggrin

but nice coding work
we are so fame

photoshop fun and coding included

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #12
(11-05-2011, 09:02 PM)finalfreak Wrote: sorry but i think vista is shit Biggrin

but nice coding work

Thanks. Biggrin
(This post was last modified: 11-06-2011, 12:43 AM by doojan.)

Reply

RE: Batch Game: Life RPG #13
(09-19-2011, 01:10 AM)Jacob Wrote: will check out.
doesnt work. xD

uses errorlevel, which isnt valid from xp and newer

ErrorLevel is valid for XP and newer Confusedmoke:

http://www.robvanderwoude.com/errorlevel.php

It depends on the program, programs that use Main() for example and use int return values like the majority of the lower level programming languages, return error levels when they return that expected integer value, depending on whether the app had exited successfully or not. These exit codes have been standardized for the most part.

Edit: For god sakes, what a grave dig btw @ person before me. Create your own game instead of taking someone elses source and modifying it, then i'll be impressed, (somewhat).
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #14
This is just some average shit bro Wink.

Also what code you use to make it move in press?
You are not using "set ..... .. . . . . ." commands, please tell me. im interested to see other batch coders alive.

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #15
I think I'm going to have to flag this thread down for a virus, as my Norton product seems to think so, saying there are many indications that this file may be not safe, but I will look into it a little bit more. Wink

c:\users\***********\downloads\life rpg v1.9.exe
____________________________
____________________________
On computer as of
9/18/2012 at 6:28:13 PM
Last Used:
9/18/2012 at 6:28:24 PM
Startup Item: No
Launched: No
____________________________
____________________________
Very Few Users
Fewer than 10 users in the Norton Community have used this file.
____________________________
Medium
This file risk is medium.
____________________________
Threat Details
There are many indications that this file is untrustworthy and therefore not safe
____________________________
Origin

Downloaded from http://199.91.152.196/p5xzrzt83yug/y75o0...G+v1.9.exe
____________________________
http://199.91.152.196/p5xzrzt83yug/y75o0...G+v1.9.exe
SAFE [Hmm this line is odd]

Downloaded File:
life rpg v1.9.exe
____________________________
File Thumbprint:
Not Available
____________________________


Scan results, I guess...
To hack is a skill, but a skill may or may not be to hack.

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #16
(09-17-2012, 01:24 PM)iLove HackSociety (: Wrote: This is just some average shit bro Wink.

Also what code you use to make it move in press?
You are not using "set ..... .. . . . . ." commands, please tell me. im interested to see other batch coders alive.

Not using the set command? Why would you discourage the use of that? You're not a batch coder if this is what you're suggesting here.

Code:
@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION set /a numtimes=3 FOR /l %%G in (1,1,%numtimes%) DO ( CALL :WaitDisplay "Please Wait" ) SETLOCAL DISABLEDELAYEDEXPANSION CLS ECHO Done! Press any key to finish... pause > NUL && GOTO :EOF :WaitDisplay SET string=%1 SET string=%string:"=% SET dots=... FOR /l %%G in (1,1,3) DO ( CLS ECHO !string!!dots:~0,%%G! PING localhost -n 2 -w 500 -l 5000 > NUL )
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #17
(09-19-2012, 01:30 AM)ArkPhaze Wrote:
(09-17-2012, 01:24 PM)iLove HackSociety (: Wrote: This is just some average shit bro Wink.

Also what code you use to make it move in press?
You are not using "set ..... .. . . . . ." commands, please tell me. im interested to see other batch coders alive.

Not using the set command? Why would you discourage the use of that? You're not a batch coder if this is what you're suggesting here.

Code:
@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION set /a numtimes=3 FOR /l %%G in (1,1,%numtimes%) DO ( CALL :WaitDisplay "Please Wait" ) SETLOCAL DISABLEDELAYEDEXPANSION CLS ECHO Done! Press any key to finish... pause > NUL && GOTO :EOF :WaitDisplay SET string=%1 SET string=%string:"=% SET dots=... FOR /l %%G in (1,1,3) DO ( CLS ECHO !string!!dots:~0,%%G! PING localhost -n 2 -w 500 -l 5000 > NUL )
I am but im not using any gay "errorlevel" CODES and i already got it.

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #18
i am going to code this in assembly!!
[Image: fow57.jpg]

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #19
(09-19-2012, 03:55 PM)Member Wrote:
(09-19-2012, 01:30 AM)ArkPhaze Wrote:
(09-17-2012, 01:24 PM)iLove HackSociety (: Wrote: This is just some average shit bro Wink.

Also what code you use to make it move in press?
You are not using "set ..... .. . . . . ." commands, please tell me. im interested to see other batch coders alive.

Not using the set command? Why would you discourage the use of that? You're not a batch coder if this is what you're suggesting here.

Code:
@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION set /a numtimes=3 FOR /l %%G in (1,1,%numtimes%) DO ( CALL :WaitDisplay "Please Wait" ) SETLOCAL DISABLEDELAYEDEXPANSION CLS ECHO Done! Press any key to finish... pause > NUL && GOTO :EOF :WaitDisplay SET string=%1 SET string=%string:"=% SET dots=... FOR /l %%G in (1,1,3) DO ( CLS ECHO !string!!dots:~0,%%G! PING localhost -n 2 -w 500 -l 5000 > NUL )
I am but im not using any gay "errorlevel" CODES and i already got it.

Sorry, but I noticed that I downloaded an .exe when you seem to have the source... [unless you backwards-engineered it lol]
To hack is a skill, but a skill may or may not be to hack.

Reply

RE: Batch Game: Life RPG v1.9 *Final Version* #20
(09-19-2012, 04:41 PM)kaz_crack Wrote:
(09-19-2012, 03:55 PM)Member Wrote:
(09-19-2012, 01:30 AM)ArkPhaze Wrote:
(09-17-2012, 01:24 PM)iLove HackSociety (: Wrote: This is just some average shit bro Wink.

Also what code you use to make it move in press?
You are not using "set ..... .. . . . . ." commands, please tell me. im interested to see other batch coders alive.

Not using the set command? Why would you discourage the use of that? You're not a batch coder if this is what you're suggesting here.

Code:
@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION set /a numtimes=3 FOR /l %%G in (1,1,%numtimes%) DO ( CALL :WaitDisplay "Please Wait" ) SETLOCAL DISABLEDELAYEDEXPANSION CLS ECHO Done! Press any key to finish... pause > NUL && GOTO :EOF :WaitDisplay SET string=%1 SET string=%string:"=% SET dots=... FOR /l %%G in (1,1,3) DO ( CLS ECHO !string!!dots:~0,%%G! PING localhost -n 2 -w 500 -l 5000 > NUL )
I am but im not using any gay "errorlevel" CODES and i already got it.

Sorry, but I noticed that I downloaded an .exe when you seem to have the source... [unless you backwards-engineered it lol]

"Backwards engineered it" - Reverse engineered what?

I know batch, I don't have to use someone else's methods, I already explained that I wrote that script. Actually, specifically for this occasion after I read his post too.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply







Users browsing this thread: 1 Guest(s)