slaughter Posted March 18, 2007 Share Posted March 18, 2007 Hi chaps, Well I'm allwais trying to get my problems sorted out by my self. But this time i have to ask you guys. I trying to make anti cheting engine for Warcrft II FT and I stuck with first step I have alocated whre in memory are stored loged user name and i nead to read it. For finding corect address I was using ArtMonkey. And address loks like this: 01323100. Value at this address is text "Slaughter" starting from first byte. So i wirted my script but i always give me a zero..... I cheked my script few times.... Maybe its posible that memory isnt accesible for some seciuryti reasons? Because even some mem editors dosent find war3 proces. First i thaugt taht addres is wrong I tried 01323100, 0x01323100, 0x1323100 and so on.... no results... #include <mem_fnc.au3> #include <array.au3> $Process = "war3.exe" $Pid = ProcessExists($Process) $h_open = _MemOpen($pid) $Read = _MemRead($h_open,0x1323100,8) If IsArray($Read) Then _ArrayDisplay($Read, "Read Var" ) EndIf _MemClose($h_open) oÝ÷ ضz²-¯'¶h¶¬jg¬r¸©·8nZ"Zjëh×6 #include <mem_fnc.au3> #include <array.au3> #include <string.au3> $Process = "d2loader(110).exe" $Pid = ProcessExists($Process) $h_open = _MemOpen($pid) $Read = _MemRead($h_open,0x003938F0,8) $Text = CHR($Read[0]) & CHR($Read[1]) & CHR($Read[2]) & CHR($Read[3]) & CHR($Read[4]) & CHR($Read[5]) MsgBox(0, "", $Text) And i got right text!! So i get to the point that Warcraft III Hame memory protection module. Any Ideas how to bypass it? In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
slaughter Posted March 19, 2007 Author Share Posted March 19, 2007 30 views and no replay :/ In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
jinxter Posted March 19, 2007 Share Posted March 19, 2007 Anti cheat engine for Warcraft III ? If you're worried that someone else will play the game, why not protect the folder where the files are to just allow your user to access them ? > there are 10 types of people in the world, those who understand binary and those who don't. Link to comment Share on other sites More sharing options...
slaughter Posted March 19, 2007 Author Share Posted March 19, 2007 Anti cheat engine for Warcraft III ? If you're worried that someone else will play the game, why not protect the folder where the files are to just allow your user to access them ?You didint got an idea..... We have big PvPGN server with a lot W3 players online. And at this moment there are a lot players cheating with maphack. So I have solution and i nead help to do that. I came here for scripting help not for ideas.Any way i did not got yor idea of protecting a folder? What its gona give for me? I nead to read login info from game.here is how its gona work.W3 Game<-read memory->AutoIt->Autoit(chenk for cheats"maphack")->Post info to web(abuot player, cheat detection,leving,wins ect->Web StatisticThis first what im gona use.So I will be greatfull for info. In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted March 19, 2007 Moderators Share Posted March 19, 2007 (edited) I came here for scripting help not for ideas.Pretty closed minded. Edited March 19, 2007 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
slaughter Posted March 19, 2007 Author Share Posted March 19, 2007 Pretty closed minded. This is geting a bit funnty.... hundreds of programes and all knows "F-U_c.k-Al-l" Abuot memory function nad how it working.... I'm geting despred....And my this post geting too funny for me :/ hm....I bet i wount get any help :/ In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
jinxter Posted March 20, 2007 Share Posted March 20, 2007 Any way i did not got yor idea of protecting a folder? What its gona give for me? I nead to read login info from game.here is how its gona work.My bad, I thought you wanted to protect your copy of the game.W3 Game<-read memory->AutoIt->Autoit(chenk for cheats"maphack")->Post info to web(abuot player, cheat detection,leving,wins ect->Web StatisticHmmm... can you really read other peoples accounts to see if they are using maphack, from your computer ? > there are 10 types of people in the world, those who understand binary and those who don't. Link to comment Share on other sites More sharing options...
slaughter Posted March 20, 2007 Author Share Posted March 20, 2007 My bad, I thought you wanted to protect your copy of the game.Hmmm... can you really read other peoples accounts to see if they are using maphack, from your computer ?Well i all ready dit that for few games.... Like Diablo II. For our own servers.To get info abuot hacks is prety easey. Do memory hash of game where is posible to change data for cheating and compare hash with originals withuot hacks. And you will get th asnwer. This is the engine withc is using PunkBuster and was using cheating death.But the main reason witch i get is that game protect it self from accesing its memory... Maybe there is ways of bypassing it? Maybe somebody did that wit others games? In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
CrewXp Posted March 20, 2007 Share Posted March 20, 2007 (edited) Wow... havn't seen one of these posters in a while. :/Btw: Don't double post. You also posted in the new_Mum function thread.To get info abuot hacks is prety easey.First off... from the sound of it, I'm pretty sure I know more about 'hacking' than you do just from the basic concepts of how things work.... because I actually took the time to learn new ideas and how it works.. If it's that 'easey' then du it.And No offense... but I'm pretty sure this is not the place for you. Hacking really isn't allowed on the forums... especially when you don't give you your real intentions of what you want the program to do.If Blizzard protects the memory from access... it's for a reason.Well i all ready dit that for few games.... Like Diablo II. For our own servers.LIAR!! ..If I recall correctly... Diablo II's Video Engine is all localized. Which means that hook's can't be detected unless there's an actual client-side application on the pc ....When you mentioned punkbuster.. I'm now definitely sure you're not using it for 'anti-cheating'... You're going about it the entirely wrong way if so.Edit: ..... I'm pretty sure just about all his posts on autoit forums are relating to malicious things...*Click*? Edited March 20, 2007 by CrewXp Link to comment Share on other sites More sharing options...
jinxter Posted March 20, 2007 Share Posted March 20, 2007 Well i all ready dit that for few games.... Like Diablo II. For our own servers.Is setting up a own server even legal according to the EULA ? > there are 10 types of people in the world, those who understand binary and those who don't. Link to comment Share on other sites More sharing options...
CrewXp Posted March 20, 2007 Share Posted March 20, 2007 haha nope. A couple of private servers in the past were shut down by battle.net because of that. Link to comment Share on other sites More sharing options...
jinxter Posted March 20, 2007 Share Posted March 20, 2007 (edited) haha nope. A couple of private servers in the past were shut down by battle.net because of that.Well then, case closed. thank you for playing. Edited March 20, 2007 by jinxter > there are 10 types of people in the world, those who understand binary and those who don't. Link to comment Share on other sites More sharing options...
slaughter Posted March 20, 2007 Author Share Posted March 20, 2007 Well then, case closed. thank you for playing. I see you guys like only chat.... but not help..... The ting is i asked how to bypass memory protection on games. But from you i dint got even the idea...You say they where shuted down?take a closer look before replying withuot any knowlenge: http://pvpgn.mivabe.nl/ or http://www.pvpgn.org/First this is not for hacking purpose.... its for anti cheting..... But if you dont what to help so dont post in this forum just for laught out from some pepole.I'm with autoit from his first steps and now its posible to do almost anything with it.... So im only waiting for real help.If you think that all srv has ben shut off chek d2.boo.lt or http://games.balticum.lt/index.php?menu=pvpgn_onlineSo..... Maybe somebodi bypased memory protectin in other ways? In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
jinxter Posted March 20, 2007 Share Posted March 20, 2007 The ting is i asked how to bypass memory protection on games.I still can't see this as a legal request in any way. I'm sure reverse engineering is prohibited in the EULA. If you play on Battle.net I'm sure they got ways to block cheaters, at least they had that when I used to play. > there are 10 types of people in the world, those who understand binary and those who don't. Link to comment Share on other sites More sharing options...
slaughter Posted March 20, 2007 Author Share Posted March 20, 2007 I still can't see this as a legal request in any way. I'm sure reverse engineering is prohibited in the EULA. If you play on Battle.net I'm sure they got ways to block cheaters, at least they had that when I used to play.Well this is not reverse engeniering.... Im not gona use this on legal bnet. Thats fore private servers.Any way i dont sea any unlegal actions in here....If you dont what help so just dont post here.... In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
jinxter Posted March 20, 2007 Share Posted March 20, 2007 Well this is not reverse engeniering.... Im not gona use this on legal bnet. Thats fore private servers.Any way i dont sea any unlegal actions in here....If you are using any other server program than battle.net it's a violation of the EULA, period. The last ruling of this case is from September 1, 2005 and ruled in favor of Blizzard Entertainment/Vivendi. The main issue was that a group of people had reversed engineered battle.net and released a own version of the server bnetd. full details here : Battle.net vs bnetdI rest my case.If you dont what help so just dont post here....Last post... promise. > there are 10 types of people in the world, those who understand binary and those who don't. Link to comment Share on other sites More sharing options...
slaughter Posted April 4, 2007 Author Share Posted April 4, 2007 Last few weaks I brought back my project and now I think i found a way of reading this kind of memory. In few days i will post my iedea or script In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
Paulie Posted April 4, 2007 Share Posted April 4, 2007 (edited) This is geting a bit funnty.... hundreds of programes and all knows "F-U_c.k-Al-l" Abuot memory function nad how it working.... I'm geting despred....And my this post geting too funny for me :/ hm....I bet i wount get any help :/In regards to the quoted post:After reading and re-reading this thread, and noting how quickly you jumped down the throats of those who made suggestions or asked probing questions to perhaps get a little more information than what was provided in your barely comprehensible, and consequently vague question,You just made my "Do_Not_Help_EVER" list.Congratulations.Just thought I should let you know. Edited April 4, 2007 by Paulie Link to comment Share on other sites More sharing options...
slaughter Posted August 24, 2007 Author Share Posted August 24, 2007 Nice... great work guys.... Just I don't get the point getting angry... i just asking how to bypass memory protection.... Just give my an idea. Is this possible any way. Sorry for getting angry... just 10 hour on trying and trying.... and getting pist off... come in here.. and nobody wants to help.... Sorry any way.... In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
Paulie Posted August 24, 2007 Share Posted August 24, 2007 Just give my an idea.I came here for scripting help not for ideas. ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now