Posted July 16, 200321 yr Ack new forums.. Iam still looking for some help making this mini map / team swap trainer.. I can make a trainer to work in Multiplayer but its DMA.. So it only works once.. Iam looking for somone that knows how to do Code injection and has some ASM skills to beat the games DMA so this can be used easier.. Somone posted on our last thread saying they would take a look at this.. I forgot your name but did you see the info i posted before it was lost ? I have some part of simple asm code for the injection...I just dont know how to manipulate it in Tsearch.. offset 0x4002f8 // location mov [esi+0x90],eax // replacement mov [0x400305],esi // store esi at location ret // return to main asm offset 0x4180b9 // location call 0x4002f8 // call to our code nop // nop to balance out code Can you use T search autohack to change teams with the Code injection ? if so what steps :) This link has lots of information about the trainer but they just give hints there... http://web1.server126.notraffic.de/forum/showthread/t-21810.html about halfway down the first page is where Toadpeon first tried this.. then he gives a few hints.. 0x4180B9 mov [esi+0x90],eax = unique pointer (well disquised) eax = stores some value esi = base address 0x90 = the difference between DMA and base address Basically you need to jump (jmp command) out of the main asm and into your own sub, and then write some code to store esi, then cut back into main asm. Next retrieve esi, from where ever you just stored it, and add 0x90 to it: Finally perform some operations on that addy (EG: 1088DA80) via some hotkeys. Remember axis always have a value of 1 and allies always have a value of 2. So changing that value from 2 to 1 is key. There is about 10 nop'd lines below this pointer that you could use when you make your gateway; atleast that is where I put my gateway. And watch your opcodes or yull just crash the game everytime. I team swap / Mini map hack would Totally Pwn ! I know its tempting.. :) iam trying to learn it all but iam a Chef and i have no background in this... I can try to help with any other info i find... anyone wanna help me make this. I made texploit for BF 1942 and RtR ... but this stuff is too hard for me lol
July 16, 200321 yr Author HOLY SHIT GUYS lol I have Found a way to make the Mini Map hack in multiplayer with T search.. I found that when i nop this one addy in Tsearch with auto hack that all the enemy's show up as Grey arrows on the Map/minimap... So its a perfect radar hack Woot And all i had to do was nop one line of the game code... (if someone is in a vehicle like a plane they show up as grey arrows.. not Icons for vehicles.. But hey... its still awsome.. So Someone tell me how to NOP out this addy with Trainer maker Kit.. Iam a chef i dont know everything.. Give me a hint lol
July 17, 200321 yr alright then where are they then yell at me if they're on rc, otherwise just post a link when you get a change i am also looking for a quality aimbot for BF but havent found one. i tried out an ogc but that fucked up and toadvision, despite its goodness, didn't have one
July 17, 200321 yr Author Here is a look at what iam Trying to create undetectable RADAR HAX http://www.angelfire.com/magic/xare/ScreenShot31_copy.jpg See the Grey arrows are all the enemy.. Iam sure their is a way to make them Red but it really dosent matter.. It works great online... But I dont know how to make this into a trainer.. I need Help... All i need to do is NOP one addy with a trainer. and this makes the radar hack... But HOW do i NOP with Trainer maker Kit.. I have the addy... Help me help you :p
July 17, 200321 yr not sure if this is right but ill try: using tsearch autohack and debug the addy then open autohack window. Then patch it: http://www.trainorcreations.com/gamehacking/gamehacking/img/autohack10.gif then go to the top menu on autohack window and click Tmk - > Button Script then the code should be there. Not sure if this is correct but tell me if im right or wrong. nice hack btw
July 17, 200321 yr Enable easywrite in tsearch (viev > easywrite) and a new window think will popup. press the new white paper thing and paste all the code there. next press the tmk button at the top the press the check button. there you got, it code for tmk. poke yadda 90 90 87 blah blah :-)