anyone any idea how they manage to get fly hack to work.
How did you find the Z axis?Quote:
first i tried. the z value. then I found another one that seems like it works. but something else constantly writing to it even though its frozen and this makes me fall slowly. any Idea how to fix it?
really? can you not narrow it down?Quote:
How did you find the Z axis?
I cant seem to narrow it down?
actually, not many things are client sided at all.Quote:
I assume, it works the same like I was hacking Dragonica back then.
Either some Z axis modification or reverting the falldown parameter of that gliding.
You would be surprised how many things in BnS are client-sided...
I haven't said a number in terms of "lots (positive value)". So don't mismatch the context.Quote:
actually, not many things are client sided at all.
How do I see a table of objects? possible to find objects like doors?Quote:
really? can you not narrow it down?
theres only 3. try all 3.
with that said, its unreal engine, therefore its X Y Z with Z up.
its location is located at pawn+0x54
therefore, find your pawn and +54h is X, +58h is Y, +5Ch is Z
now you're gonna ask how to find your pawn.
well, you could start by looking up your local player object via the object table, but im gonna assume by your post that you have no idea what im talking about. in that case, pop over to the speedhack thread and find speedhack, its at +2bc, you can borrow a calculator if you need from there.
actually, not many things are client sided at all.
Find the object table pointer and iterate it.Quote:
How do I see a table of objects? possible to find objects like doors?
why so complicated? follow rpms's advice:Quote:
You guys need to start learning how XMM registries work. That's what I did by looking up the optimization of assembly x86 pdf which contains some really nice information. I already found my own new Gliding speed, and I also NOPd the SUBSS 20 so I don't glide slowly down. Unfortunately levitation is server sided.
Velocity is findable too btw, you can even FLDZ it. If you can't find that I don't know what to tell you guys
i didnt share that info cause i didnt know if you cared =p guess you dont.Quote:
Just set all of your pawn's gliding params in the SDK, no nops
everything your doing is there, you just have to figure out UE's/BnS's terminology for it.
glide speed 370, turn down the z axis drop to 0, and glide for a long freaking time. also, there is a bit that will over time slow your glide speed down, and you can set the units for that to 0, so that it wont subtract from your speed.