-
Re: is there....
that code 0127E1E4 will not work in game... only in lobby
so you could find one that works in game
and if you do find one that works in game theres a chance that it will make none of the other buttons work
your code can be made though----
1. one way you could make it would be when a hostile is acquired it activates a code that locks on for you
"when it comes to hostile acquired you need to find a address thats value changes when an enemy is on the screen"
2. another way would be to make it so that you are constantly locking on but when there is nothing to lockon to it doesnt make you walk slow
"this could be done by making the lockon constant and ftb1 lockon enabled when you are not locking on and disabled when you are locking on"
-- so figure out how to make the lockon constant or activate when there is an enemy in sight ---constant lockon would be easier
-- if you make constant lockon you can either use ftb1 lockon with it or write a sub that toggles it on and off depending on whether or not you are lockied on -- if you want it toggled then you have to write it into a sub useing branches like beq and bne
-- if you make the other one that locks on when you see an enemy you have to find address that's value changes when an enemy is on screen and make a code that locks on for you and write both into a sub useing branches
im sure theres other ways but these are the first ones that come to mind
-
Re: is there....
your first idea about finding the value that changes was my idea
i'm just trying to figure the whole search thing out in nitepr and mkultra
but i guess this is an opportunity to learn =)
thanks shaneO
-
Re: is there....
i would use the searcher in nitePR rev k because mkultra always crashes on me when i search and then i have to hold circle for like a minute
-
Re: is there....
so what do i type into the searcher in nitePR???
----Added 4/2/2010 at 7:44 PM----
okay so i'm trying to make a code(not really make) that pretty camps for you and i so far have
#Auto play
0x0127E1E4 0x00004200
which i thought would work, and actually sort of does
but i have a few bugs
first of you lay down and turn this on with 15 hz and it shoots a 3 or 4 round burst like every 2 seconds
but the lock on thing is my trouble it locks on for like 0.5 seconds but thats it
any suggestions on how to keep locked
-
Re: is there....
first off im suprised that works in the game.. i thought that code was only good for the lobby
i tried using it in game once with the x value and hz15 and i did nothing.... ?!?
im not exactly sure how to make it stay locked on...
1. you could try subbing 0x0127E1E4 0x00004200
2. hz15 may be reapplying the cheat too fast... try hz31 hz46 or hz62... try one around 200hz because that will reapply the code about every 1/5 of a second
3. sub 0x0127E1E4 0x00000200 and stick 0x0127E1E4 0x00004200 in the code
thats all i can think of
-
Re: is there....
alright
i screwed with the hz a little bit
didn't seem to do much
so i just sub 0x0127e1e4 0x00000200
and just put the other code at the bottom cause that seems wayy to simple
-
Re: is there....
pretty much... im not sure if it will work but it seems as if i am the only one who cares to help so i guess you'll just have to settle with assumptions
-
Re: is there....
#auto play
;sub by raumulin
0x00000098 0x0a400000
0x00800000 0x3c0809a8
0x00800004 0x3c090000
0x00800008 0x25294200
0x0080000c 0xad09e1e4
0x00800010 0x03e00008
this is my sub
but it freezes
----Added 6/2/2010 at 8:00 PM----
nvm it doesn't freeze now
but still no lock on
but it shoots hella faster lol
-
Re: is there....
hmmm.... improvement at least lol
well you might as well keep that and change the 4200 to a 4000
try finding the lockon function with the searcher
find it offline with pause game: true
after you get down to a few addresses you might have one that you can hz15 and have constant lockon or you may have to take one and dma it for it to work as a code
a hz15 one will probably be in a normal code range ie: 004----- to 005----- and there are others that start with 012------ and 013----- one of or some of the 013 are ones you can DMA and the 012 ones are usually temporary storage for values are the dont work for making codes
dont ask me how to dma... if you need to know how then use my unDMA tut and someone elses tut on finding pointers
if you find an address where the value changes depending on whether or not you are locked on i will teach you how to sub that so that when you get a lockon it activates your rapid X sub
-
Re: is there....
:smile:well i got this code but i havent test it yet.
Target Lock Always On
0x013D61C8 0x00000001
srry man it doesnt seem to work.