notgoodusename/OsirisAndExtra

Tickbase system is broken

Opened this issue · 13 comments

@notgoodusename, since this commit dffcc01, all exploits are not working.

@notgoodusename, since this commit dffcc01, all exploits are not working.

works fine for me

for me also doesnt work

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

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

yea only that is broken ash

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

realTime = memory->globalVars->realtime;

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

realTime = memory->globalVars->realtime;

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

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

@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

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

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

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?

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

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