an auto lock on code?
and if so is it possible for someone to post it if it's not vip
Printable View
an auto lock on code?
and if so is it possible for someone to post it if it's not vip
Yes, I think there is and it's not VIP. It's posted somewhere in this site.
No their isn't just get the controller address an make the hex to the r trigger an it will keep r on with out u hittin it
yea or you could just search
0127E1E4
this controller address?
and thanks this helps alot!!
that wont be like auto lock on... more like constant holding R
the thing your looking for raum hasnt been made
Screw it, I'm going to make it
oh... i wanted too... =(
but... i bearly know where to start
thats why i was asking for help
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
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
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
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
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
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
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
#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
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
: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.
cool thanks i'll try it
that may need to be ported if it did work at some point
that also looks like the type of code that would need to be DMA'd to work
or.... the code could just be shit
------update-----
it may need to be DMA'd to work
#Target Lock Always On DMA
0xFFFFFFFF 0x00505858
0x0004BC98 0x00000001
if that doesnt work maybe this will help
#X+R
0x0127e1e4 0x00004200
#X+R DMA
0xFFFFFFFF 0x0055BD88
0x002F2E74 0x00004200
the offset is kinda big lol... it should still work because that OSK DMA code has an even bigger offset and it works
here is the opcode for subbing this dma
lui t0 $08d6
lw t0 $BD88(t0)
lui t1 $002f
addu t1 t0 t1
ori t0 $0 $4200
sw t0 $2E74(t1)
jr ra
#RAPID X+R DMASUB
0x00000098 0x0a344000
0x00510000 0x3c0808d6
0x00510004 0x8d08bd88
0x00510008 0x3c09002f
0x0051000c 0x01094821
0x00510010 0x34084200
0x00510014 0xad282e74
0x00510018 0x03e00008
i havent tested but it may be more effective than the sub of the regular code that you did or it could freeze LOL