Pages: 1 ... 5 6 [7] 8 9 ... 35
Author Topic: 2step & Antilag Auto Add Script. for ME7.X  (Read 377703 times)
Andre20VT
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #90 on: April 14, 2013, 09:38:28 AM »

Andre, try the new version, I'll try asap

Thanks, i will try it right now and check it in winols and hopefully i can flash the file tomorrow and
i hope that it will work with this last version and that the problems with idle are gone.
Logged
Andre20VT
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #91 on: April 14, 2013, 11:22:20 AM »

Thanks, i will try it right now and check it in winols and hopefully i can flash the file tomorrow and
i hope that it will work with this last version and that the problems with idle are gone.

I just tried the last version but when i checked in winols i see that the adress of ftomn from the 032MJ is at 1A43D and
i see that the script found ftomn 5 at adress 1A432 and has changed it to 0 but at the wrong adress  Huh
Logged
k0mpresd
Hero Member
*****

Karma: +146/-54
Offline Offline

Posts: 1655


« Reply #92 on: April 14, 2013, 12:02:49 PM »

I just tried the last version but when i checked in winols i see that the adress of ftomn from the 032MJ is at 1A43D and
i see that the script found ftomn 5 at adress 1A432 and has changed it to 0 but at the wrong adress  Huh

it seems the hex pattern it searches for is incorrect in some files.

$search=0;
while ($search=strpos($bin,"\x05\x40\x54\x83\x84\xB8\xC0\xC0\xC0\x80\x80",$search+1)) {
if ($search!=0)
$pos=$search+11;
}


some files are xA0 xA0 xA0 x80 x80 x05, where the last x05 byte is ftomn.

even though the script reports the wrong location as correct because the hex it searches for is present in the file but the x05 it chooses is wrong. hope that makes sense.

with just a basic script like this, it seems maybe there should be different versions with different search patterns and code locations.

heres an example. you can see the 2 different patterns.

« Last Edit: April 14, 2013, 12:43:09 PM by k0mpresd » Logged
Andre20VT
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #93 on: April 14, 2013, 12:51:25 PM »

I just changed the adress 1A432 back to its original 05 value and set ftomn at adress 1A43D manually to 00
Now i only have to find out if the other locations that where changed by the script are at the right adresses and that
i don't have the same problem as with the ftomn location search  Undecided
And also check that  the location for code cave won't give me any problems, but i don't think so
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #94 on: April 14, 2013, 11:56:03 PM »

Latest version from me with updated "find free space" function
k0mpresd try this version, here is updated FTOMN search function.
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #95 on: April 15, 2013, 12:05:35 AM »

And the Executable version
Logged
Andre20VT
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #96 on: April 15, 2013, 08:42:02 AM »

Latest version from me with updated "find free space" function
k0mpresd try this version, here is updated FTOMN search function.

Thanks! I will try it right now.
Logged
k0mpresd
Hero Member
*****

Karma: +146/-54
Offline Offline

Posts: 1655


« Reply #97 on: April 15, 2013, 09:15:02 AM »

And the Executable version

seems to work ok. ftomn was found correctly.
Logged
Andre20VT
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #98 on: April 15, 2013, 10:56:08 AM »

ftomn is now changed correct by the script, i am now trying to find the other adresses that
has beeing changed because i can't find them in my file because they are not defined in my definition file  Sad
 
Logged
k0mpresd
Hero Member
*****

Karma: +146/-54
Offline Offline

Posts: 1655


« Reply #99 on: April 15, 2013, 11:00:08 AM »

ftomn is now changed correct by the script, i am now trying to find the other adresses that
has beeing changed because i can't find them in my file because they are not defined in my definition file  Sad
 

the script tells you the addresses. did you read the output?
Logged
Andre20VT
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #100 on: April 15, 2013, 11:17:52 AM »

the script tells you the addresses. did you read the output?

Yes i have read the adresses from the output, but what i meant was is it possible that the same problem occurs what the last time happend with the ftomn search string..
But i will flash it to my car to test it, and let you know if everything works
« Last Edit: April 15, 2013, 11:19:25 AM by Andre20VT » Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #101 on: April 15, 2013, 03:32:22 PM »

Yes do it and report it here please Smiley
Will be happy if we can get this script running perfectly Smiley
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #102 on: April 15, 2013, 04:01:33 PM »

ftomn is now changed correct by the script, i am now trying to find the other adresses that
has beeing changed because i can't find them in my file because they are not defined in my definition file  Sad
 

The script is only changing ftomn, the Settings for LC_NLS, Call to Function, and the Main Function.
Logged
Andre20VT
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #103 on: April 17, 2013, 01:27:03 PM »

Yes do it and report it here please Smiley
Will be happy if we can get this script running perfectly Smiley

I flashed the file in my car today and the car runs good without any idle problems like i had before, but i
haven't tested the 2step and antilag yet because it was a short distance that i drove today so the engine
wasn't at good temperature yet.
Hopefully i can test it tomorrow for a longer ride, and i will update the results  asap
 
Logged
edduu
Newbie
*

Karma: +20/-0
Offline Offline

Posts: 17


« Reply #104 on: April 18, 2013, 05:18:55 AM »

well when i first maded the script not many people tested it so i wasn't able to fix it

got first some reports at clutch stopping the engine, but now i see that someone fixed

please, those who got successfully working the script, PM me the .ecu original and modified. and the script that you used, provably one of the modified by maZer.GTi or k0mpresd

so we can take forward on this Smiley

they are some issues regarding yet like finding the correct FTOMN, we don't know if is the first or last value the correct one.

i modified this 2 times, the original was modifying the first FTOMN finded, the last in github the last finded FTOMN, i don't have a Jetta or 1.8T car for test it. also i know about reversing not about boot mode recovery if the ecu got bricked, so just use this if you know what are you doing.

nice to see people interested on this yet Cheesy

« Last Edit: April 18, 2013, 05:21:08 AM by edduu » Logged
Pages: 1 ... 5 6 [7] 8 9 ... 35
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.028 seconds with 16 queries. (Pretty URLs adds 0s, 0q)