Warcraft II Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
If your graphics are broken you can fix with the new ddraw version.
** Read how to install it here **
Home
Help
Search
Login
Register
Welcome to the forums!
We're glad to have you here! :) You can
register your account here
, then feel free to introduce yourself in the
Server.Warcraft2.online
board & let us know who you are on the server.
Warcraft II Forum
»
Warcraft II
»
Mods & Development
»
[INFO]Command Engine, Draw to screen!
« previous
next »
Print
Pages: [
1
]
Author
Topic: [INFO]Command Engine, Draw to screen! (Read 4360 times)
Delete mine too
Death Knight
Posts: 2652
http://meatspin.com
[INFO]Command Engine, Draw to screen!
«
on:
August 28, 2015, 08:54:16 PM »
A command engine will be very useful for war2 programs. There are many tutorials for this in different languages for starcraft. Anyways let me try to break this down for not so tech savy people.
Example of a command engine = "/volume 50" then sets volume to 50% or "/maphack on" then of course.....
So why the heck would you want this? Simple you would not need to see the patcher that war2 uses to fix bugs, iron man unlock... and so on. Really cool possibly here.
The address to the program would need to read or modify when clearing text is a "pointer". Meaning it will change every time the game closes. You can easily compile a simple trainer with a memory editor. But I would like to write the code and use it in programs.
Example for starcraft in masm.
http://www.gamethreat.net/forums/archive/index.php/t-35515.html?s=22c6cce8ffbbff0840d917439f434f40
Now since we are messing around in the area what about drawing to the Warcraft 2 screen... this could be cool for antihack could give you a status drawn on war2 saying AH Enabled.
http://www.xtremevbtalk.com/archive/index.php/t-43478.html
http://www.bhfiles.com/files/StarCraft/PrintScreenTut.txt
Here make your own host bot macro lol
http://www.gamethreat.net/forums/showthread.php?t=25953
Logged
http://meatspin.com
xboi209
Grunt
Posts: 80
Re: [INFO]Command Engine, Draw to screen!
«
Reply #1 on:
August 29, 2015, 01:20:14 AM »
Open source examples in Delphi for StarCraft:
https://github.com/tec27/APMAlert
https://github.com/tec27/ObsGraph
Logged
Delete mine too
Death Knight
Posts: 2652
http://meatspin.com
Re: [INFO]Command Engine, Draw to screen!
«
Reply #2 on:
August 29, 2015, 01:23:01 AM »
Very cool !
I'm trying to find the others there is tons more. But very good never tried that language.
Logged
http://meatspin.com
xboi209
Grunt
Posts: 80
Re: [INFO]Command Engine, Draw to screen!
«
Reply #3 on:
August 29, 2015, 03:11:57 AM »
https://github.com/bwapi/bwapi
https://github.com/mca64/mca64Launcher
https://github.com/WhuazGoodNjaggah/bwplugins/tree/master/FPReplay
Logged
Print
Pages: [
1
]
« previous
next »
Warcraft II Forum
»
Warcraft II
»
Mods & Development
»
[INFO]Command Engine, Draw to screen!