Log in

View Full Version : Immortal's Auto-Scripts/Macros for games (Helicopterswitch, ToggleSprint, ETC) -



Immortal
April 19th, 2011, 12:15 PM
After learning some scripting at school, I thought maybe I can make a script that does things automatically in games. I started at a different hack site to make a script that automatically starts the client, starts BC2, waits for the client to load, minimize BC2, login to client and then inject, and then maximize BC2. The script got pretty good in the end after some testing and improvements. However, a script like that is not needed here at , because the client is very automatic and one of the best client's out in my opinion. I started making two other scripts aswell, an Helicopterswitch for BF2 and a SprintToggle for BC2 a few days ago. Now, I decided to share these scripts with the community here at , I hope you guys will enjoy them. I will make other scripts too, and just tell me if there is something you would like, for example swapping to grenade -> Throw it -> and swap back to main gun, or autopistol, etc...

All the scripts are made with AutoIt3 and are saved in .au3 filetype. You will have to download AutoIt3 to read and run this file, or to compile it to an executable. Go here to download it: http://www.autoitscript.com/site/autoit/downloads/ (http://www.autoitscript.com/site/autoit/downloads/).
If you want to compile it to an .exe with a custom icon, then use the “Compile script to .exe” program to compile the script with the custom icon, but remember to read the instructions below before doing that.

The downloads are .zip files/folders, inside are 3 icons. Standard, basic, and an custom script icon for the game. Aswell, there is a .doc file which is a guide for how to compile .au3 file to .exe file. The last file/main file in the folder is of course the autoit 3 script file in .au3 filetype.


Downloads

BC2
BC2 AutoSpot v1.1-1.zip ( http://www.filesonic.com/file/536784121)
This script will when clicking/pressing left mouse button; send q once to spot the enemy.
BC2 ToggleSprint v1.1-1.zip ( http://www.filesonic.com/file/536784141)
Do you hate that you dont have the option in bc2 making it possible to toggle sprint, just like you can with crouch? Then this script is for you!
BC2 HoldAim v1.0-1.zip ( http://www.filesonic.com/file/536784131)
This script will when releasing right mouse button; send a right mouse button click to go out of zoom/aim/sight.

BF2
BF2 Helicopterswitch v2.0.zip ( http://www.filesonic.com/file/538254794)
This script will after clicking/holding chosen key; switch to gunner seat, change to TV-missile, shoot one missile, change back to pilot seat after max duration of missile. If the key is still being hold, the process will be repeated when new TV-missile is ready to be launched.
BF2 ToggleSprint v1.0-1.zip ( http://www.filesonic.com/file/537822594)
If you like the BC2 ToggleSprint, you will probably like the BF2 ToggleSprint too!


Instructions: Note: You may click the pause button at any time to pause the script.
1: Download the .au3 file -> place the script anywhere on your computer. You may compile the .au3 file to an .exe file with a custom icon.
2: Follow the instructions on screen, and a .txt configuration file will be created. If you move the script, you must move the .txt file to the same location, or you will get the instructions again when launching the script first time.
3: You may create a shortcut to the .au3 file or .exe file (if you compiled it to .exe), and place this shortcut anywhere (for example desktop). Working on: Will soon make an AimPress script for BC2, which will zoom when you press a button, and when you release the button, it will zoom out. I will also take requests for other scripts, just post them here.

If you try my scripts, please tell me of any bugs and if you think of some improvements.

----------------------------------
Do you wonder how you can support me?
You support me just by downloading my scripts, leaving opinions/improvement ideas for the scripts or ideas of new scripts, and by telling people and friends about my scripts and providing my links to download them. If you know about any forums with people interested in my scripts, please tell which forum(s) by PM/mail/msn so I can make a thread there. If you want to donate me to support me further, please contact me by PM, mail or MSN.

ZeRoKiLLeR
April 19th, 2011, 12:57 PM
Hmm is this allowed by Deadfreak or Timz?

Thank-You
April 19th, 2011, 01:19 PM
Personally, i would say don't download them. From a member with a single post that joined today in the public section...This smells like keylogger to me...

oschigamer
April 19th, 2011, 01:20 PM
Scammer, nothing more to say. Just don't use it.

Tellz
April 19th, 2011, 01:23 PM
virustotal reports????

Rubicon..!!
April 19th, 2011, 02:50 PM
if they are only scripts and not compiled they are safe, also if they was compiled they could be decompiled easily with a third party tool..i use AutoIT myself for a few things mainly CoD

Looking forward to what else you can/will do ;)!

theone
April 19th, 2011, 02:51 PM
I've only downloaded one of the files, but there is nothing dodgy about them.
There isn't even an exe, just a script you need to compile.

Example from the one I've downloaded:


#Include <Misc.au3>

Global $Paused
HotKeySet(("{Pause}"), "TogglePause")
bc2spotting()


Func bc2spotting()
While 1
Sleep(15)
If WinActive("Battlefield: Bad Company 2", "") Then
Sleep(15)
If _IsPressed("01") Then
Sleep(15)
Send("{q}")
Sleep(15)
EndIf
ElseIf Not WinActive("Battlefield: Bad Company 2", "") Then
Sleep(1000)
EndIf
WEnd
EndFunc ;==>bc2spotting

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"', 0, 0)
WEnd
ToolTip("")
EndFunc ;==>TogglePause

And that's all there is, so I'd say legit.
Please note: I only checked out the first file.

Immortal
April 19th, 2011, 05:02 PM
Ok guys, this is the first forum people have thought this was virus or keylogger or some other bullshit, I have posted many other places, and some of you may know me as Immortal_Lifeowner, -Immortal-, and _Immortal_.

Dont worry, as theone said there are no exe files here, however I have uploaded the exe files at other forums so they dont need to compile to use the script. I will do the same here if it is allowed, can anyone tell me if it is ok to post the compiled exe files here? I will of course scan all exe files with virustotal before I upload them, to make sure nobody has infected my pc and injected some stuff into the exe files. Do I need to send the virustotal reports to any administrator to approve it before I post them here, if so then to who?

And yeah, the exe files are easily decompiled by a third party application so you can check them after i have posted them (if someone tells me it is allowed).

So as you guys requested, here are the virustotal reports for the current files:
Hello again, i've made some small updates to most of the script and changed filehost/mirror, and a big update on the bf2 helicopterswitch script. I will post VirusTotal scans below:

How to compile .au3 files to .exe files.doc: http://www.virustotal.com/file-scan/report.html?id=90de97fb1d0d9bb80eba8c1fc1cc88de1a6 30ebd752f01cb95f922682d7718b7-1302197581
Basic Icon.png: http://www.virustotal.com/file-scan/report.html?id=bfb17b049fb7a47f7472be0a051e53a3e81 48fa1e0bb0b3ca5ae26d8062d44ce-1302197989
Standard Icon.png: http://www.virustotal.com/file-scan/report.html?id=dd9b47cf264ae829c7704d25ce02832f619 20f02b07c5326c6488ba8bc932220-1302197817
BF2 Scripts.ico: http://www.virustotal.com/file-scan/report.html?id=684fb1dab7f1ed96d17c0c8d8e8955a9076 c8545045546fc9246f469b0428f58-1302198659
BC2 Script.ico: http://www.virustotal.com/file-scan/report.html?id=3859b4825360ffc24a7707fb5f55573df3d 7670d2e9248bcbf1b83c85aee3f14-1302198052

BC2 AutoSpot v1.1-1.au3: http://www.virustotal.com/file-scan/report.html?id=20f18111317d73c659ab56f12f2dfc1f2c4 65207d7e63654c7544535698410f4-1302197431
BC2 AutoSpot v1.1-1.zip: http://www.virustotal.com/file-scan/report.html?id=a5f871fe629cd2c40c9dc0d6f1144a45431 f87df4da7b6972527e14defc5c088-1302198224

BC2 HoldAim v1.0-1.au3: http://www.virustotal.com/file-scan/report.html?id=1d39ac9e75233365624507ee30e5b4a2302 d980c55c36d87b1dc5b5ced3e205d-1302198473
BC2 Holdaim v1.0-1.zip: http://www.virustotal.com/file-scan/report.html?id=7dba232875f806fa44cae9f86aca79a30c8 eae40c48c8d31003c5612e35119f0-1302198232

BC2 ToggleSprint v1.1-1.au3: http://www.virustotal.com/file-scan/report.html?id=a0a60ff879ff753da4f4c3fdc805efce593 87a17c397a83ee5da101ef885bb4b-1302198553
BC2 ToggleSprint v1.1-1.zip: http://www.virustotal.com/file-scan/report.html?id=75207cfb821d5b4708ad7507a3e0c688ffe 8430466be5fcc638bd1d218601e65-1302198337

BF2 Helicopterswitch v2.0.au3: http://www.virustotal.com/file-scan/report.html?id=7543ddc530550c97d3d3285382e5b23c9d2 3c48cc92d9e20f1900c5aecf18619-1302216626
BF2 Helicopterswitch v2.0.zip: http://www.virustotal.com/file-scan/report.html?id=e42446f141cda7708cbd9e85435a9ea937c cb9d10840e9704fd924e9676375c0-1302216719

BF2 ToggleSprint v1.0-1.au3: http://www.virustotal.com/file-scan/report.html?id=96bb683bd6d8162b7a03a9c7df12ecd389c 7a5103f426eb6d97aa94bd1b7b361-1302198668
BF2 ToggleSprint v1.0-1.zip: http://www.virustotal.com/file-scan/report.html?id=d8982fa6477fc5fb96336a87f286b385c55 7f962a7b382ffab47672ad4449a03-1302210250

theone
April 19th, 2011, 05:18 PM
Ok guys, this is the first forum people have thought this was virus or keylogger or some other bullshit, I have posted many other places, and some of you may know me as Immortal_Lifeowner, -Immortal-, and _Immortal_.

Dont worry, as theone said there are no exe files here, however I have uploaded the exe files at other forums so they dont need to compile to use the script. I will do the same here if it is allowed, can anyone tell me if it is ok to post the compiled exe files here? I will of course scan all exe files with virustotal before I upload them, to make sure nobody has infected my pc and injected some stuff into the exe files. Do I need to send the virustotal reports to any administrator to approve it before I post them here, if so then to who?

And yeah, the exe files are easily decompiled by a third party application so you can check them after i have posted them (if someone tells me it is allowed).

So as you guys requested, here are the virustotal reports for the current files:
Hello again, i've made some small updates to most of the script and changed filehost/mirror, and a big update on the bf2 helicopterswitch script. I will post VirusTotal scans below:

How to compile .au3 files to .exe files.doc: http://www.virustotal.com/file-scan/report.html?id=90de97fb1d0d9bb80eba8c1fc1cc88de1a6 30ebd752f01cb95f922682d7718b7-1302197581
Basic Icon.png: http://www.virustotal.com/file-scan/report.html?id=bfb17b049fb7a47f7472be0a051e53a3e81 48fa1e0bb0b3ca5ae26d8062d44ce-1302197989
Standard Icon.png: http://www.virustotal.com/file-scan/report.html?id=dd9b47cf264ae829c7704d25ce02832f619 20f02b07c5326c6488ba8bc932220-1302197817
BF2 Scripts.ico: http://www.virustotal.com/file-scan/report.html?id=684fb1dab7f1ed96d17c0c8d8e8955a9076 c8545045546fc9246f469b0428f58-1302198659
BC2 Script.ico: http://www.virustotal.com/file-scan/report.html?id=3859b4825360ffc24a7707fb5f55573df3d 7670d2e9248bcbf1b83c85aee3f14-1302198052

BC2 AutoSpot v1.1-1.au3: http://www.virustotal.com/file-scan/report.html?id=20f18111317d73c659ab56f12f2dfc1f2c4 65207d7e63654c7544535698410f4-1302197431
BC2 AutoSpot v1.1-1.zip: http://www.virustotal.com/file-scan/report.html?id=a5f871fe629cd2c40c9dc0d6f1144a45431 f87df4da7b6972527e14defc5c088-1302198224

BC2 HoldAim v1.0-1.au3: http://www.virustotal.com/file-scan/report.html?id=1d39ac9e75233365624507ee30e5b4a2302 d980c55c36d87b1dc5b5ced3e205d-1302198473
BC2 Holdaim v1.0-1.zip: http://www.virustotal.com/file-scan/report.html?id=7dba232875f806fa44cae9f86aca79a30c8 eae40c48c8d31003c5612e35119f0-1302198232

BC2 ToggleSprint v1.1-1.au3: http://www.virustotal.com/file-scan/report.html?id=a0a60ff879ff753da4f4c3fdc805efce593 87a17c397a83ee5da101ef885bb4b-1302198553
BC2 ToggleSprint v1.1-1.zip: http://www.virustotal.com/file-scan/report.html?id=75207cfb821d5b4708ad7507a3e0c688ffe 8430466be5fcc638bd1d218601e65-1302198337

BF2 Helicopterswitch v2.0.au3: http://www.virustotal.com/file-scan/report.html?id=7543ddc530550c97d3d3285382e5b23c9d2 3c48cc92d9e20f1900c5aecf18619-1302216626
BF2 Helicopterswitch v2.0.zip: http://www.virustotal.com/file-scan/report.html?id=e42446f141cda7708cbd9e85435a9ea937c cb9d10840e9704fd924e9676375c0-1302216719

BF2 ToggleSprint v1.0-1.au3: http://www.virustotal.com/file-scan/report.html?id=96bb683bd6d8162b7a03a9c7df12ecd389c 7a5103f426eb6d97aa94bd1b7b361-1302198668
BF2 ToggleSprint v1.0-1.zip: http://www.virustotal.com/file-scan/report.html?id=d8982fa6477fc5fb96336a87f286b385c55 7f962a7b382ffab47672ad4449a03-1302210250

your virtotal report links appear to be broken.

I think you should get your exe's verified with staff/mod before posting, not sure though.

xSTN
April 19th, 2011, 05:42 PM
your virtotal report links appear to be broken.Actually whole virustotal is broken. Not only his links.

Upload to another inet scanner and send us reports

Immortal
April 19th, 2011, 06:09 PM
Actually whole virustotal is broken. Not only his links.

Upload to another inet scanner and send us reports

Well, the links worked when I posted and virustotal was not broken, and they still work now. I don't bother uploading all these files to other viruscan sites when virustotal has the most antiviruses and I like the uploading process there best.

So which admin should I send the exe files virustotal reports to verify the exe files before I post them?

Oh and does any of you got some good ideas for a script I can make?

toastbrot
April 19th, 2011, 06:14 PM
Send them to Apocaliptica

Immortal
April 19th, 2011, 10:49 PM
Send them to Apocaliptica

Thanks, but I cant find the personal message "PM" function here, do I need to be a subscriber to send personal messages?

I will just post the reports here and then I hope Apocaliptica will look at them soon and post here and tell me when I can add the exe files to the post.

These files are reports of files that have not been added to the thread, it has one detection but it is a false positive. These zip files includes the exe files and has not been posted in the main thread, the zip files there only includes .au3 file, icons, and a tutorial for how to compile the script to an exe yourself. So I will wait to post these exe files until apocaliptica or some other admins have looked at them and post here that I am allowed to update the thread with the exe files aswell:

the zip files are those I will post in the thread when an admin approves it, and they includes the 64 bit and 32 bit exe files:

BC2 AutoSpot v1.1 64-bit.exe: http://www.virustotal.com/file-scan/report.html?id=ecf46e1e9eb9e3a677b1cf75f4112f099d6 927f9aaae1d423052630d5528b384-1301182417
BC2 AutoSpot v1.1.exe: http://www.virustotal.com/file-scan/report.html?id=e4826f6817c83d7bdcc26be090a65ab6221 aac69594176999fe00c265ced3b72-1301182642
BC2 AutoSpot v1.1.zip: http://www.virustotal.com/file-scan/report.html?id=892084fcca2c7afc79391d031798ffe4e66 99dfc1520c9ec4cad90f87465b20e-1301182845

BC2 HoldAim 64-bit.exe: http://www.virustotal.com/file-scan/report.html?id=520ab5a43261ece341082d6d782e94bd420 26012765b7985ed5e610a36b4a7f2-1301183326
BC2 HoldAim.exe: http://www.virustotal.com/file-scan/report.html?id=bf2995c0414b7a5bc7f4d1b0d5651aa6acd 19b2e690f00bcb335d68499c25093-1301183815
BC2 Holdaim.zip: http://www.virustotal.com/file-scan/report.html?id=4f19c05789d9842708c18cc8f8fdb848a2b 3a1af463692ebedb780a326045195-1301183741

BC2 ToggleSprint v1.1 64-bit.exe: http://www.virustotal.com/file-scan/report.html?id=79df2595b1f86e84068983cde8cf8abed29 270c5acab649d0fa22d0905b21f7a-1301183784
BC2 ToggleSprint v1.1.exe: http://www.virustotal.com/file-scan/report.html?id=60b69738ea43c6facdecf224904291c0ca9 b92b5b81167e0fa2c2537b9c91c8c-1301185809
BC2 ToggleSprint v1.1.zip: http://www.virustotal.com/file-scan/report.html?id=128ad1f3cb0b06f6b981cc430beb0991e44 9a0030196824002f58f6ab73df794-1301186207

BF2 Helicopterswitch v2.0 x64.exe: http://www.virustotal.com/file-scan/report.html?id=81e307f634ab4cec47a081ec87fa42d63c5 d6add94b543c5f638922fff57716a-1302216250
BF2 Helicopterswitch v2.0.exe: http://www.virustotal.com/file-scan/report.html?id=4573d25401c2e38c5402fff07c04636b5a8 2a0aa6bf0f7485b916b0234fb2063-1302216617
BF2 Helicopterswitch v2.0 32&64-bit exe-files.zip: http://www.virustotal.com/file-scan/report.html?id=89ac6afd49fbd0bffe894eaa8510de190d7 54e82c355b5cbd390ec3b2b0ced35-1303245841

BF2 ToggleSprint 64-bit.exe: http://www.virustotal.com/file-scan/report.html?id=1cbaa6c519f93bf849487172c976148199c 2917fb811b6702f7df08fc9784fa7-1301187532
BF2 ToggleSprint.exe: http://www.virustotal.com/file-scan/report.html?id=81f804733b6b20a3bb21d187091da1d7948 254424ca6bea30b8be0ea6d235c00-1301187579
BF2 ToggleSprint.zip: http://www.virustotal.com/file-scan/report.html?id=1794a677ebeb536e23ee5d535573e1304f2 a037714c112d1878848310c749a34-1301187684

soulstar
April 19th, 2011, 10:50 PM
You have to verify your email to send PMs I think.

Btw, you can find the button under "contact info" on the user's profile.

Immortal
April 19th, 2011, 10:57 PM
You have to verify your email to send PMs I think.

Btw, you can find the button under "contact info" on the user's profile.

Well, there is only statistics and about me on the user's profile, I find no contact info tab there.

I verified the email when I registered an account here, I had to do that to login to the account or I wouldnt be able to post at all.

I would appreciate if you could send him a PM and ask him to go to this thread and check the virustotal report and post if I am allowed to post the exe files or not, if not I will just upload the zip files with .au3 files and never post the zip files with .exe files.

Thanks for your help! :)

soulstar
April 19th, 2011, 11:04 PM
Actually its not necessary to verify the email to post, but Its necessary to verify it for PMing.

Immortal
April 19th, 2011, 11:20 PM
Actually its not necessary to verify the email to post, but Its necessary to verify it for PMing.

ok, thank you for the information! Can you please tell me where do I verify the email? I have looked everywhere at user cp and profile etc, but I cant find it, and I didnt get a verification email after registering and account was activated. :(

Deadfreak
April 20th, 2011, 12:18 AM
Just post the autoit files instead of .exe