[QUOTE="Ekeider, post: 48883, member: 18113"]The problem is because you think the term "first pointer" is a thing. if you found the pointer then you found it. what you mean is you found the first offset im assuming? are you doing pointer maps then pointer map scanning? this guys tutorial is how i learned to correctly compare two pointer maps youtube.com/watch?v=nQ2F2iW80Fk&t[/QUOTE]
All good maman! thanks for the help! the first pointer is right it such that i didnt put much offset thats why i cant find result. I manage to fix it and found the pointer. I also found the pointer of the Part Damage multiplier but when ever i try to increase the value it doesnt multiply or increase the dmg. It seems its server sided one. Ill be working on lantern cooldown and weapon regen today ill see if i can find the values.
This is what ive got so far.
[URL]http://prntscr.com/jti7pe[/URL]
1528698288
[QUOTE="gerard08, post: 48896, member: 18312"]All good maman! thanks for the help! the first pointer is right it such that i didnt put much offset thats why i cant find result. I manage to fix it and found the pointer. I also found the pointer of the Part Damage multiplier but when ever i try to increase the value it doesnt multiply or increase the dmg. It seems its server sided one. Ill be working on lantern cooldown and weapon regen today ill see if i can find the values.
This is what ive got so far.
[URL]http://prntscr.com/jti7pe[/URL][/QUOTE]
Just quickly add. My friend also find out the damage is server side now. what else can we do to increase the value of dmg input?
Last edited by gerard08 on Thu Jan 01, 1970 12:00 am, edited 3 times in total.
[QUOTE="gerard08, post: 48896, member: 18312"]All good maman! thanks for the help! the first pointer is right it such that i didnt put much offset thats why i cant find result. I manage to fix it and found the pointer. I also found the pointer of the Part Damage multiplier but when ever i try to increase the value it doesnt multiply or increase the dmg. It seems its server sided one. Ill be working on lantern cooldown and weapon regen today ill see if i can find the values.
[/QUOTE]
Could u show ur pointer scan settings?! Still cant find static stamina n run speed.PM, pls.
I'll give you guys another hint, armor bonuses are client sided you can find the addresses by putting on a full set of armor break press L or whatever it is to see like Blademaster + whatever yours is at and scan for those. Just remember that the value you find for it isn't specifically for Blademaster but for the slot that the stat is on. So if you are in memory view you can watch it create new slots which you can then adjust your pointers offsets to point to the next slot do not freeze these addresses. Max bonus stat is +6 no need to go higher as it is capped. Have fun.