MPC Forums
BattleApps


Go Back   MPC Forums > ..:: Games ::.. > America's Army > Coding Tech Support

Coding Tech Support For all your coding needs based on America's Army

Reply
 
Thread Tools
Old 6th November 2006, 12:22   #1
temp2
c:\tmp\~8b045cf75687.tmp
Golden Dragon
 
temp2's Avatar
 
Lightbulb LScript for 2.7.0

I like the elegance of Picklelicious LScript. I got bored today so I have converted his code and hooks to 2.7.0. I’d imagine the hooks will not be detected as their offsets have changed. Perhaps someone can test that.

This is an MPC only release. The enclosed file is a workspace for MSVC 7.1 though 6.0 will probably work too. Please do not post the resultant dll anywhere. If you want you can probably use version 5.1.1 of Lua.

This is Perfect Aim

Code:
    Fire = Engine.UObjects['Function AGP_Weapon.Fire']
    Fire[0x193] = 0x20
    Fire[0x1ba] = 0x20
I also include a new loader who's ini is kept in the same directory as the exe and is always the same name as the exe. You can rename Loader.exe and LScript.dll to whatever you want. e.g. bleep.exe n booster.dll

Finally a screenie and a default.lua (remove the .txt extension) 2 get u going.
Attached Images
File Type: jpg Shot00006.jpg (33.1 KB, 612 views)
Attached Files
File Type: rar LScript 2.7.0.rar (147.2 KB, 990 views)
File Type: rar Loader.rar (82.7 KB, 588 views)
File Type: txt default.lua.txt (7.9 KB, 502 views)
File Type: txt LScript.txt (15.5 KB, 551 views)

Last edited by temp2; 7th November 2006 at 07:35..
temp2 is offline   Reply With Quote
Old 6th November 2006, 12:30   #2
utopiah
newbie
War Titan
 
wow thanks temp2 but i removed all my shit for lscript since it didn't work anymore on 2.6 cause the hook was detected so i can't help you testing it
utopiah is offline   Reply With Quote
Old 6th November 2006, 15:16   #3
SaTaNa
.::. 0x00FA0000 .::.
Necromancer of the Light
 
SaTaNa's Avatar
 
good release temp2

how u find the new offset?
__________________
MultiHack v0.1: Coming Soon...
Aimbot v0.2: Comiong Soon...

Last edited by SaTaNa; 6th November 2006 at 15:29..
SaTaNa is offline   Reply With Quote
Old 6th November 2006, 18:01   #4
HyPeR-X
Moderator
Apprentice God
 
HyPeR-X's Avatar
 
Very nice temp2, i might just for the heck of it make an aimbot with LScript, dunno will have a look whether i got some time lying around.

- HyPz
__________________
Legal CDKeys: GameKeyShop
HyPeR-X is offline   Reply With Quote
Old 7th November 2006, 01:53   #5
C0dErX
Mage
 
C0dErX's Avatar
 
very very nice release temp2.
I compile the DLL .. but i don't have any lua bot remain on my PC
so can anyone give me a lua bot or any code to test if it work ?

Hooah
C0dErX is offline   Reply With Quote
Old 7th November 2006, 03:57   #6
T0m
Super Moderat0r
Evil One
 
T0m's Avatar
 
Quote:
Originally Posted by C0dErX View Post
very very nice release temp2.
I compile the DLL .. but i don't have any lua bot remain on my PC
so can anyone give me a lua bot or any code to test if it work ?

Hooah
temp2 did give you some 'code' to test to see if it works...
__________________

If you want me to shit in a box and mark it guaranteed, I will.
T0m is offline   Reply With Quote
Old 7th November 2006, 12:30   #7
SaTaNa
.::. 0x00FA0000 .::.
Necromancer of the Light
 
SaTaNa's Avatar
 
Quote:
Originally Posted by C0dErX View Post
very very nice release temp2.
I compile the DLL .. but i don't have any lua bot remain on my PC
so can anyone give me a lua bot or any code to test if it work ?

Hooah
u can try search in Lua Scripts Index...
__________________
MultiHack v0.1: Coming Soon...
Aimbot v0.2: Comiong Soon...
SaTaNa is offline   Reply With Quote
Old 7th November 2006, 15:40   #8
usebrain
New MPC User
 
Sorry for being noob... how do you use the script to hack american army?
usebrain is offline   Reply With Quote
Old 7th November 2006, 16:10   #9
C0dErX
Mage
 
C0dErX's Avatar
 
Cool ..... it's work ..........

But detected by CVAR
C0dErX is offline   Reply With Quote
Old 7th November 2006, 17:39   #10
SaTaNa
.::. 0x00FA0000 .::.
Necromancer of the Light
 
SaTaNa's Avatar
 
how do u find the right offset for 2.7?
__________________
MultiHack v0.1: Coming Soon...
Aimbot v0.2: Comiong Soon...
SaTaNa is offline   Reply With Quote
Old 7th November 2006, 18:11   #11
KizZamP-
teh native god
Evil One
 
KizZamP-'s Avatar
 
SaTaNa dude; Disassembler like OllyDbg, or pe explorer.
__________________
kizzamp@visualcoding.com (MSN - No email.)








BattleApps, Your private cheating resource since 2005
KizZamP- is offline   Reply With Quote
Old 7th November 2006, 18:24   #12
Tibike
Presidente
Knight of Wars
 
Tibike's Avatar
 
'windows.h': No such file or directory pls hep
Tibike is offline   Reply With Quote
Old 7th November 2006, 19:14   #13
SaTaNa
.::. 0x00FA0000 .::.
Necromancer of the Light
 
SaTaNa's Avatar
 
Quote:
Originally Posted by kizZamP- View Post
SaTaNa dude; Disassembler like OllyDbg, or pe explorer.
thx kizzamp for your help ..
__________________
MultiHack v0.1: Coming Soon...
Aimbot v0.2: Comiong Soon...
SaTaNa is offline   Reply With Quote
Old 7th November 2006, 19:55   #14
KizZamP-
teh native god
Evil One
 
KizZamP-'s Avatar
 
#include <windows.h>

If you have 2005 express edition, go download the 2003 Platform SDK.
__________________
kizzamp@visualcoding.com (MSN - No email.)








BattleApps, Your private cheating resource since 2005
KizZamP- is offline   Reply With Quote
Old 7th November 2006, 20:18   #15
Tibike
Presidente
Knight of Wars
 
Tibike's Avatar
 
ok thx the help kizzamp
Tibike is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 20:02.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums


Page generated in 0.21686 seconds with 12 queries