LMAO I CLOSED MY LAST ISSUE I THOUGHT IT WAS AN INJECTOR PROBLEM CAUSE THEN I COULD INJECT WITH XENOS FINE, BUT CRASHES IN GAME -.-

Localplayer: 0xD24AAC
Entitylist: 0x4D3858C
CrossHairID: 0xB3D4
+Jump: 0x51DBD78
+Attack: 0x3169C4C
+Attack2: 0x3169C58
m_iFlashDuration: 0xA410
m_iFlashMaxAlpha: 0xA40C
GlowIndex: 0xA428
GlowObjectBase: 0x5279B58
PlayerResource: 0x3167FCC
Radarbase: 0x516D2EC
ViewMatrix: 0x4D29FA4
dwClientState: 0x588DC4
SendPacket: 0xD320A
SetClanTag: 0x89B40
ForceFullUpdate: 0xD33E8
SetViewAngles: 0x4D88
PlayerInfo: 0x52B8
m_dwMap: 0x28C
m_Local: 0x2FBC
m_hActiveWeapon: 0x2EF8
m_AttributeManager: 0x2D80
m_iItemDefinitionIndex: 0x1EA
m_iWeaponID: 0x2FAA
UpdateSpecGlow: 0x3979F2
GetSteamID: 0xD9E750
dwCursorEnabled: 0x8BAD84
ConsoleOpen: 0x37154
modelAmbientMin: 0x58BDE4
GameOverlay: 0x12B5E8
CS:GO Offset Dumper by Flo
Date of Dump: 19.11.2019
Time of Dump: 00:35
Game Version: 1.37.2.4
Localplayer: 0xD24AAC
Entitylist: 0x4D3858C
CrossHairID: 0xB3D4
+Jump: 0x51DBD78
+Attack: 0x3169C4C
+Attack2: 0x3169C58
m_iFlashDuration: 0xA410
m_iFlashMaxAlpha: 0xA40C
GlowIndex: 0xA428
GlowObjectBase: 0x5279B58
PlayerResource: 0x3167FCC
Radarbase: 0x516D2EC
ViewMatrix: 0x4D29FA4
dwClientState: 0x588DC4
SendPacket: 0xD320A
SetClanTag: 0x89B40
ForceFullUpdate: 0xD33E8
SetViewAngles: 0x4D88
PlayerInfo: 0x52B8
m_dwMap: 0x28C
m_Local: 0x2FBC
m_hActiveWeapon: 0x2EF8
m_AttributeManager: 0x2D80
m_iItemDefinitionIndex: 0x1EA
m_iWeaponID: 0x2FAA
UpdateSpecGlow: 0x3979F2
GetSteamID: 0xD9E750
dwCursorEnabled: 0x8BAD84
ConsoleOpen: 0x37154
modelAmbientMin: 0x58BDE4
GameOverlay: 0x12B5E8
Newest offsets
@thomas0aotian which ones should i use urs ?
this ones i commented any good ?
Duplicate
game overlay has 1 more number that's why i asked @thomas0aotian
a pull request would be nice :) and then close this issue
where do you even put the offsets on this source
@Briggoes there are some on Entity.h but not sure for others that's why i'm asking for a pull request please @thomas0aotian

like this maybe not sure
You need to update other signature scan too.
Those Indices seem to have been shifted over by 1, just like the last update panorama client.
For example:
GetWeaponData is now 457 and GetInaccuracy is now 479.
@tirziz where do u get that info from i rly wanna know so i can patch the source myself.
First way, you can reverse the new client file and search in it,
the second one, you can refer here, people often discuss when csgo has a major update.
@tirziz k they're prob all debugging I wanna try to debug
bool isVisible(const Vector& position = { }) noexcept
{
auto localPlayer = interfaces.entityList->getEntity(interfaces.engine->getLocalPlayer());
static Trace trace;
interfaces.engineTrace->traceRay({ localPlayer->getEyePosition(), position ? position : getBonePosition(8) }, 0x46004009, { localPlayer }, trace);
return trace.entity == this || trace.fraction > 0.97f;
}
after debug,this code should be updated
I fixed the crash see my open Pull Request
https://github.com/danielkrupinski/Osiris/pull/698
@0xE232FE still crashes in game after doing this


For me it is working. I tested all features no crash.

For me it is working. I tested all features no crash.
1.When you are watching someone else, switching people may cause the process to crash
2.Head dot size is not normal when you are watching others
For me it is working. I tested all features no crash.
1.When you are watching someone else, switching people may cause the process to crash
2.Head dot size is not normal when you are watching others
It should be noted this issue isn't because of the update, it occurred yesterday before the shattered web operation update
For me it crashes only when I spectate with HeadDot enabled because of the DrawCircle function witch tries to draw a perfect circle which is mathematically correct but for computers it is a desaster! We need to change this to draw a less accurate circle, we do not need a perfect circle here :-)
For me it crashes only when I spectate with HeadDot enabled because of the DrawCircle function witch tries to draw a perfect circle which is mathematically correct but for computers it is a desaster! We need to change this to draw a less accurate circle, we do not need a perfect circle here :-)
This seems to be correct, but it didn't happen in the previous version of the game. Do you have a solution
YOO GUYS I just changed is player to 158 to see if that would work and it fucking worked
@Bywnb
@Bywnb
For me it crashes only when I spectate with HeadDot enabled because of the DrawCircle function witch tries to draw a perfect circle which is mathematically correct but for computers it is a desaster! We need to change this to draw a less accurate circle, we do not need a perfect circle here :-)
This seems to be correct, but it didn't happen in the previous version of the game. Do you have a solution
I draw less polygons now and it is not crashing.
@giangero1 isPlayer is still 157! ...
@Bywnb
For me it crashes only when I spectate with HeadDot enabled because of the DrawCircle function witch tries to draw a perfect circle which is mathematically correct but for computers it is a desaster! We need to change this to draw a less accurate circle, we do not need a perfect circle here :-)
This seems to be correct, but it didn't happen in the previous version of the game. Do you have a solution
I draw less polygons now and it is not crashing.
@giangero1 isPlayer is still 157! ...
maybe there is someting about this
"517" - "models/weapons/v_knife_cord.mdl", "knife_cord", "Cord Knife"
"518" - "models/weapons/v_knife_canis.mdl", "knife_canis", "Canis Knife"
"521" - "models/weapons/v_knife_outdoor.mdl", "knife_outdoor", "Outdoor Knife"
"525" - "models/weapons/v_knife_skeleton.mdl", "knife_skeleton", "Skeleton Knife"
Yes they added new Models. We need to insert them, i do this later. For me the cheat is working now. You can watch my pull request. Additionally, I am looking for DrawFilledCircle vFunc.
For me its still crashing :/
For me its still crashing :/
Describe it in more detail
Yes they added new Models. We need to insert them, i do this later. For me the cheat is working now. You can watch my pull request. Additionally, I am looking for DrawFilledCircle vFunc.
I cant build due to this error https://prnt.sc/pz2az5 ,https://prnt.sc/pz200r. and I have no idead how to fix it. would be nice if you could help
I cant build due to this error https://prnt.sc/pz2az5 ,https://prnt.sc/pz200r. and I have no idead how to fix it. would be nice if you could help
Dude...Cmon...The pull has no cherry-pick only for new offests. You added commits for Sniper Cross and Anti Detection. Just take the Master Branch from Osiris and manually change Entitiy.h with this -> https://github.com/danielkrupinski/Osiris/pull/698/commits/0e2ad097a3dff800e9e5099427df605452b6481e
And ESP.cpp Headdotfix if you use it -> https://github.com/danielkrupinski/Osiris/pull/698/commits/c05f9f992a82f9a83f8f8a938cc99ccc57c82010
beside that lazy questions. many thx @0xE232FE & @tirziz
I cant build due to this error https://prnt.sc/pz2az5 ,https://prnt.sc/pz200r. and I have no idead how to fix it. would be nice if you could help
Dude...Cmon...The pull has no cherry-pick only for new offests. You added commits for Sniper Cross and Anti Detection. Just take the Master Branch from Osiris and manually change Entitiy.h with this -> 0e2ad09
And ESP.cpp Headdotfix if you use it -> c05f9f9
sadly i have no idea what youre talking about :d. I have no idea how to do any of that. I dont know how to code or fix any of that xd. RIP scholmon
and beside that dont comment if youre just going to roast me for not knowing how to do any of that. just let it be lol. like whats up with this "learn coding lol" thing. If i had known how to fix it i would have done it myself, simply asking for help so iknow what to do next time. Like holy. just be a generous person and help or just stop writing dumb shit
sadly i have no idea what youre talking about :d. I have no idea how to do any of that. I dont know how to code or fix any of that xd. RIP scholmon
and beside that dont comment if youre just going to roast me for not knowing how to do any of that. just let it be lol. like whats up with this "learn coding lol" thing. If i had known how to fix it i would have done it myself, simply asking for help so iknow what to do next time. Like holy. just be a generous person and help or just stop writing dumb shit
Then take the advise and learn or wait till master branch got fixed. Sorry, won't be rude, just factual
...
sadly i have no idea what youre talking about :d. I have no idea how to do any of that. I dont know how to code or fix any of that xd. RIP scholmon
and beside that dont comment if youre just going to roast me for not knowing how to do any of that. just let it be lol. like whats up with this "learn coding lol" thing. If i had known how to fix it i would have done it myself, simply asking for help so iknow what to do next time. Like holy. just be a generous person and help or just stop writing dumb shit
Then take the advise and learn or wait till master branch got fixed. Sorry, won't be rude, just factual
...
the advise is useless when i dont know what youre talking about at all :d. its like maths, you can explain but if one doesnt get it then advise on how to solve a mathematical problem wont help at all bcs he doesnt know how to start or where to start
@steel4me you need to fix references to AntiDetection.h, AntiDetection.cpp in the visualstudio project file. This is no big deal, i will fix that later.
I ask, instead of fighting, why does the person who already solved the problem not upload the correct file to mega or mediafire so that the rest can be downloaded and tested?
(Sorry for my english)
I ask, instead of fighting, why does the person who already solved the problem not upload the correct file to mega or mediafire so that the rest can be downloaded and tested?
(Sorry for my english)
bcs they feel like not sharing their stuff bcs we are plebs and they are gods hahaa fcking shit personality having dudes
@itchy2019 just in case I uploaded my changes and fixes to github why should I upload it additonally somewhere else?
@itchy2019 just in case I uploaded my changes and fixes to github why should I upload it additonally somewhere else?
i think he meant it to upload in general
I ask, instead of fighting, why does the person who already solved the problem not upload the correct file to mega or mediafire so that the rest can be downloaded and tested?
(Sorry for my english)bcs they feel like not sharing their stuff bcs we are plebs and they are gods hahaa fcking shit personality having dudes
I understand what you mean. This should be a community to share and not to feel superior, especially if they use the code of a free cheat. If they were gods, they would have their own private cheat
I uploaded all things I have done yet for using. I have some stuff in testing that is not meant to be published yet. Additionally some simple errors in my fork prevent simple use. ;-) Errors happen, but I am not a bitch I will fix my projectfiles on github later!
Thank you
I ask, instead of fighting, why does the person who already solved the problem not upload the correct file to mega or mediafire so that the rest can be downloaded and tested?
(Sorry for my english)bcs they feel like not sharing their stuff bcs we are plebs and they are gods hahaa fcking shit personality having dudes
I understand what you mean. This should be a community to share and not to feel superior, especially if they use the code of a free cheat. If they were gods, they would have their own private cheat
Exactly
I uploaded all things I have done yet for using. I have some stuff in testing that is not meant to be published yet. Additionally some simple errors in my fork prevent simple use. ;-) Errors happen, but I am not a bitch I will fix my projectfiles on github later!
I did not say it for you, I said it for other people who wrote above in a bad way.
I am also looking for information on how to fix certain errors
I uploaded all things I have done yet for using. I have some stuff in testing that is not meant to be published yet. Additionally some simple errors in my fork prevent simple use. ;-) Errors happen, but I am not a bitch I will fix my projectfiles on github later!
Thanks, now I'm going to test your version
I uploaded all things I have done yet for using. I have some stuff in testing that is not meant to be published yet. Additionally some simple errors in my fork prevent simple use. ;-) Errors happen, but I am not a bitch I will fix my projectfiles on github later!
Thanks, now I'm going to test your version
still same for me but he said hes going to fix later
still same for me but he said hes going to fix later
yes, I was just seeing the code, I see some changes
I dont see any point of using bad words here. if you have no idea how to change that indices then just download this and copyover in /Osiris/SDK.
There are some not used cvar but it will work ( I think )
@0xE232FE can you send me your fixed dll on discord ? thx ( Anas#8776 )
cause im still new and cant compile or edit shit
@0xE232FE ,@steel4me you need to fix references to AntiDetection.h, AntiDetection.cpp in the visualstudio project file. This is no big deal, i will fix that later.
I know, i was just trying to help not to roast anyone or be rude. Evertyhing is already uploaded on github. The only problem is to understand how github works. Sometimes it is hard to explain everything.
I understand what you mean. This should be a community to share and not to feel superior, especially if they use the code of a free cheat. If they were gods, they would have their own private cheat
We are no gods...Far away from that. You are right, on github you share code for others to help each other. But somehow everyone has to start somewhere. When you like to understand things, you have to learn thats the deal...
I dont see any point of using bad words here.
I Agree, i only used -> Cmon, Dude and lazy.
What i got is -> writing dumb shit.
In this dumb shit was a solution with a learning process included.
@Tirziz, made a zip file for everyone. Thats really nice, please do not despise me, I will write dumb shit again, the learning process is killed.
Sorry, this is not a cheating platform with included subscription to download and use a finished cheat, it is for learning, im learning every day, im stupid, im a noob but i try to learn
I dont see any point of using bad words here. if you have no idea how to change that indices then just download this and copyover in /Osiris/SDK.
There are some not used cvar but it will work ( I think )
I just tried this
It seems to work correctly. Congrats
everything works fine form me, except the spectator list...
@thomas0aotian Brother, can you tell me the specific base offset锛宖or example, localplayer + 172 is x锛宨 dont konw what these can do
@maoxian123 check the uc forum these offsets are no longer being used in this.cheat. Osiris used signature scan
hey my cheat is running after offsets update but normally i have with cheat around 230 fps now im down to 100-80 range and screen flickers from time to time ... anyone can atleast point me which offset / pattern can cause this? (didnt changed anything just csgo update did this)
@NNiX1 Do you have HeadDot enabled?
Project Files Fixed and now you can compile my fork without errors.
Most helpful comment