PDA

View Full Version : i don't even know where to begin



snorida88x
10th April 2006, 20:46
i was in some aao hacking site, and they gave me a txt file (which is attached) and said that i had to compile it into a dll...i have absolutly no idea how to do it...could someone please tell me how to compile this.

No1uKnow
10th April 2006, 21:00
errr where to start, ok first off sm1rl copy pasted this from smokez -> http://www.mpcforum.com/showthread.php?t=129628

you may want to check the lscript sticky -> http://www.mpcforum.com/showthread.php?t=129372

your gonna need a c/c++ compiler, I suggest grabbing a free and legal liscenced copy of visual studio .net 2005, google it

Rambo.
10th April 2006, 21:08
errr where to start, ok first off sm1rl copy pasted this from smokez ->



STFU, all credits were given, and permission was asked from Smokez first.

snorida88x
10th April 2006, 21:20
those stickys that you just gave me didn't help at all...all pike did was explain what LScirpt was. I need to know how to compile that txt file and what to do once i'm in c++.

me_a_noob
10th April 2006, 22:24
I need to know how to compile that txt file and what to do once i'm in c++.
http://www.mpcforum.com/showpost.php?p=1222467&postcount=20
Download this project by dM
(U dont compile the .txt file)
Compile that Project by dM (open the .vcproj ; Build -> Build Solution (in release not debug config)
Inject the .dll u just builded
press ALT+L ..... u know the rest

[oC]pingu
10th April 2006, 22:40
its not vcproj, its a dsw (because im poor and have Visual Studio 6). If you have VisualStudio 2003, it will automatically convert it to vcproj if you ask it to.

snorida88x
10th April 2006, 23:08
"open dsw or vcproj"

how do i do that..like in other words i'm in c++, then i click new and then i click project.

what do i do from there.


(and i just downloaded dM's project.)

Google22
10th April 2006, 23:11
No, just double click the DSW file.

tdlrali
10th April 2006, 23:14
i dont think lscript is right for you...

me_a_noob
10th April 2006, 23:23
again ....
-Download dM's attachment
-open the .rar
-extract the .rar to a Folder on ur comp.
-open the folder, and double click the lscripttest.dsw
-if u got .net 2003 / 2005 it will ask u to convert .. click yes. if u got VS6 nothing will be asked
-click build -> build solution (but set configuration manager to Release not Debug)
-u should have lscripttest.dll in the ...\Release\ folder.

snorida88x
10th April 2006, 23:29
one last question...


where is the configuration manager and how do i set it to release?

unreal-pwner
10th April 2006, 23:35
go to build, and then batch build


click release, then check off the box that says build. then on the right of that screen, click the button that says " BUILD" and your done.

snorida88x
10th April 2006, 23:36
nvm i jus built the file but...

now when i go into the release folder...theres a bunch of object files instead of just one .dll file

and a couple other files (not .dll)

then i went into the debug folder and theres a file called

lscripttest.dll.embed.manifest

do i use that file?

what do i do?

[oC]pingu
10th April 2006, 23:58
Jesus dude, you have to know what you are doing instead of just copying and pasting and hoping that it will work.

edit: just looked at the TXT and the bone aiming wont work, and the rest of the file looks like it is a chopped version of what picklelicious pasted. I guess that's what SM!RL is all about, though...

snorida88x
11th April 2006, 00:03
well what did i do wrong? i followed all of your instructions

No1uKnow
11th April 2006, 00:43
STFU, all credits were given, and permission was asked from Smokez first.

where did i say anything that contradicts this? You think I cant read? I never said credits weren't given or anything bad was done. kThx

so how about taking your own advice.
STFU



and the rest of the file looks like it is a chopped version of what picklelicious pasted.

yeah lol, anyways.....


then i went into the debug folder and theres a file called

lscripttest.dll.embed.manifest

I think your trying to compile it on the debug config...



where is the configuration manager and how do i set it to release?

click build, then configuration manager, then configuration arrow and find release.

snorida88x
11th April 2006, 00:51
no i compiled it to the release folder after i compiled it to the debug folder by mistake and there was no dll files just object files in the release folder.

any suggestions?

No1uKnow
11th April 2006, 02:24
Snorida, do you use MSN Messanger, if so add me, since your not able to use PM system Its not use to PM you my email so I'll say it here -> No1uKnow@Multiplayercheats.de

if you dont have MSN download it. It's so much easier to help someone live and not over message boards specially when they dont provide enough information ^^


edit: ok he contacted me, the reason he wasnt getting a dll is cause he got about 100 errors

I suspect he's not including default libraries or extra libraries


------ Build started: Project: lscripttest, Configuration: Release Win32 ------
Compiling...
print.c
lzio.c
lvm.c
.\lvm.c(53) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
lundump.c
ltm.c
ltablib.c
ltable.c
lstrlib.c
.\lstrlib.c(735) : warning C4996: 'strncpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lstrlib.c(745) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lstrlib.c(770) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lstrlib.c(775) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lstrlib.c(780) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lstrlib.c(785) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lstrlib.c(803) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
lstring.c
lstate.c
lparser.c
loslib.c
.\loslib.c(32) : warning C4996: 'strerror' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\loslib.c(34) : warning C4996: 'strerror' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\loslib.c(63) : warning C4996: 'tmpnam' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(327) : see declaration of 'tmpnam'
Message: 'This function or variable may be unsafe. Consider using tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\loslib.c(72) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : see declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\loslib.c(133) : warning C4996: 'gmtime' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(101) : see declaration of 'gmtime'
Message: 'This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\loslib.c(137) : warning C4996: 'localtime' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
lopcodes.c
lobject.c
.\lobject.c(145) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(184) : warning C4996: 'strncpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(193) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(196) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(198) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(204) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(206) : warning C4996: 'strncat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(207) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(210) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lobject.c(211) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
loadlib.c
.\loadlib.c(96) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
lmem.c
lmathlib.c
llex.c
liolib.c
.\liolib.c(39) : warning C4996: 'strerror' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(41) : warning C4996: 'strerror' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(49) : warning C4996: 'strerror' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(153) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(169) : warning C4996: 'tmpfile' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(321) : see declaration of 'tmpfile'
Message: 'This function or variable may be unsafe. Consider using tmpfile_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(189) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(241) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(259) : warning C4996: 'fscanf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\liolib.c(379) : warning C4996: 'strerror' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
linit.c
Generating Code...
Compiling...
lgc.c
lfunc.c
ldump.c
ldo.c
ldebug.c
ldblib.c
lcode.c
lbaselib.c
lauxlib.c
.\lauxlib.c(538) : warning C4996: 'strerror' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lauxlib.c(558) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\lauxlib.c(569) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
lapi.c
Generating Code...

i'm not resolving all of these, so if anyone minds posting the libs their using for him, I bet he'd be greatful.


I would if I had the time -.- but I suspect its 5-6 different libs he's missing

me_a_noob
11th April 2006, 09:26
Do u have MS.NET framework installed snoridax?

bismic01
11th April 2006, 12:42
theres a god lscript workspace in post 20 if the lscript sticky ive beenusing it for a couple of days

edit heres the link
http://www.mpcforum.com/attachment.php?attachmentid=14933&d=1143866319

dl that and then jsut find the work space file open that, then go add existing item open ur txt doc and compile it should work fine

me_a_noob
11th April 2006, 13:22
theres a god lscript workspace in post 20 if the lscript sticky ive beenusing it for a couple of days

edit heres the link
http://www.mpcforum.com/attachment.php?attachmentid=14933&d=1143866319

dl that and then jsut find the work space file open that, then go add existing item open ur txt doc and compile it should work fine
... has been posted 3times now in this thread...

He has compiling errors, because hes missing some libs. wich arent in the attachment

snorida88x
11th April 2006, 13:56
yes i do have ms net framework installed

ok well since i couldnt get any libraries, i just had some1 give me the LScript dll,

so i went to inject the dll into armyops.exe and started up the game and went into a server

and there was no hack no radar no aimbot no nothing, there was no hack.

did i do anything wrong?

was i supposed to do anything with the txt file?

No1uKnow
11th April 2006, 16:10
snorida, maybe try updating your .net framework.

snorida88x
11th April 2006, 16:33
after i exited armyops.exe knowing the hack didnt work i found this LScript log and looks like there was an error:

08:31:56 System: LScript Started
08:32:19 System: Lua Started
08:32:19 System: Loading[C:\Documents and Settings\Greg\Desktop\Gr33nvirus_2.6\default.lua]
08:32:19 Script Error: cannot open C:\Documents and Settings\Greg\Desktop\Gr33nvirus_2.6\default.lua: No such file or directory

me_a_noob
11th April 2006, 19:43
after i exited armyops.exe knowing the hack didnt work i found this LScript log and looks like there was an error:

08:31:56 System: LScript Started
08:32:19 System: Lua Started
08:32:19 System: Loading[C:\Documents and Settings\Greg\Desktop\Gr33nvirus_2.6\default.lua]
08:32:19 Script Error: cannot open C:\Documents and Settings\Greg\Desktop\Gr33nvirus_2.6\default.lua: No such file or directory
Place the .dll & the .txt in the same folder
then press ALT+L
& in the command window type> Engine.Load('thebotname.txt')
ppl say thebotname.lua but .txt works for me

snorida88x
11th April 2006, 21:19
i pressed alt + L and nothing came up, there was nothing just some noise in the background whenever i pressed it.

Zizax
11th April 2006, 22:39
hit alt+tab to see the console ^^

[oC]pingu
11th April 2006, 23:03
08:32:19 Script Error: cannot open C:\Documents and Settings\Greg\Desktop\Gr33nvirus_2.6\default.lua: No such file or directory

you need default.lua, just make an empty one.

dontpushit1
30th July 2007, 10:03
Im trying to learn LScript but i dont know what programs to use or anything...lol,Can anyone help me please?

kizzamplover4vr
30th July 2007, 14:42
For editing the defualt.lua file use notepad or luaedit..

To compile the Dll; a c++ compiler, there is a tutorial somewhere here where you can learn how to do it..

To inject the Dll; a injector, plenty of them at mpcdownloads...
;)