notgoodusename / OsirisAndExtra

Other
127 stars 64 forks source link

Tickbase system is broken #525

Open ghost opened 1 year ago

ghost commented 1 year ago

@notgoodusename, since this commit https://github.com/notgoodusename/OsirisAndExtra/commit/dffcc01c9b5b08f98cefec38b9de344330e6ab08, all exploits are not working.

JannesBonk commented 1 year ago

@notgoodusename, since this commit https://github.com/notgoodusename/OsirisAndExtra/commit/dffcc01c9b5b08f98cefec38b9de344330e6ab08, all exploits are not working.

works fine for me

Xsintashi commented 1 year ago

for me also doesnt work

Wolfyyta commented 1 year ago

hideshot is broken but with 1% game knowledge you can fix it

JannesBonk commented 1 year ago

hideshot is broken but with 1% game knowledge you can fix it

yea only that is broken ash

ghost commented 1 year ago

Everything is broken if you do not comment out this line: https://github.com/notgoodusename/OsirisAndExtra/blob/8fc60e752fd5af6e3e8974cd9fc204c73c0a7295/Osiris/Hacks/Tickbase.cpp#L73

JannesBonk commented 1 year ago

Everything is broken if you do not comment out this line:

https://github.com/notgoodusename/OsirisAndExtra/blob/8fc60e752fd5af6e3e8974cd9fc204c73c0a7295/Osiris/Hacks/Tickbase.cpp#L73

i didnt have that in my source, but when i added it ye it happend to me too

ghost commented 1 year ago

@notgoodusename, did you test the hideshots feature, is it really broken at the moment?

JannesBonk commented 1 year ago

@notgoodusename, did you test the hideshots feature, is it really broken at the moment?

its broken atm, all it does is a slower dt which surprisingly is better than the regular dt

notgoodusename commented 1 year ago

its broken atm, all it does is a slower dt which surprisingly is better than the regular dt

Any shift below 12 ticks is better because it doesnt need to backtrack the first shot

JannesBonk commented 1 year ago

its broken atm, all it does is a slower dt which surprisingly is better than the regular dt

Any shift below 12 ticks is better because it doesnt need to backtrack the first shot

yep, usually with dt ( as i showed u in dms ) i miss the forward track ( bt tick 1 ) aka the preprediction, i stopped clamping ticks and now its a bit better

notgoodusename commented 1 year ago

yep, usually with dt ( as i showed u in dms ) i miss the forward track ( bt tick 1 ) aka the preprediction, i stopped clamping ticks and now its a bit better

wdym clamping ticks?

Smellon69 commented 1 year ago

yep, usually with dt ( as i showed u in dms ) i miss the forward track ( bt tick 1 ) aka the preprediction, i stopped clamping ticks and now its a bit better

wdym clamping ticks?

he just says stuff to sound cool

JannesBonk commented 1 year ago

yep, usually with dt ( as i showed u in dms ) i miss the forward track ( bt tick 1 ) aka the preprediction, i stopped clamping ticks and now its a bit better

wdym clamping ticks?

https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/Hacks/Tickbase.cpp#L56