Also just to get others opinions or facts about the small aimbot implemented in this hack, is it detectable? and is there a way to change the hotkey from ctrl to something else?
Oh! lol now you have lost me lol, this is not my project it was givin to me by TheEdgeKnife so i dont think or know how to change the coding in this hack, i just simply change the offsets when they update sry i probably should have specified so perhaps i need an updated hack, not sure. The hack worked 100% just untill about 2 patches ago so now the player esp in br's do not workQuote:
jesus :D
well if you just need a copy paste code here you go.
Place this directly under the "case 0x04"
you might have to edit the syntax for your project but this worksCode:case 0x05/*BR-Player*/: if (ShowESP && ShowPlayers && n.IsAlive) this.EntityToScreen(n.Pos, n.Name, playercolor , true, false, BoxedPlayers, 2f, n.Yaw, n.Pitch); break;
well i can update it for you via team viewer if you need help .Quote:
Oh! lol now you have lost me lol, this is not my project it was givin to me by TheEdgeKnife so i dont think or know how to change the coding in this hack, i just simply change the offsets when they update sry i probably should have specified so perhaps i need an updated hack, not sure. The hack worked 100% just untill about 2 patches ago so now the player esp in br's do not work
ah right on, thank you for sharing, ya i dont think this is going to be an overnight kind if thing but i am very interested in learning coding and whatnot i would love! to have that knowledge ive also got IDA and im in the process of learning that program to find new offsetsQuote:
editing ? if you mean what i use to write code , it is a ide called SharpDevelop.
Most ppl use Visual Studio.
oh so you dont have the hacks code ?Quote:
there is only 5 files in the folder Hack1z1.exe, map.png, map_large.png, setting.ini and SlimDX.dll so im guessing the code is in the .dll or the .exe?
ah right on, thank you for sharing, ya i dont think this is going to be an overnight kind if thing but i am very interested in learning coding and whatnot i would love! to have that knowledge ive also got IDA and im in the process of learning that program to find new offsets
so where is the code located? im getting visual studio as we speak
awesome! hey man thanks alot seriously your being very patient with me and i appreciate that and the info is very helpful! you kickass in my book if i could press that thanks button a 100 times i would lolQuote:
oh so you dont have the hacks code ?
then you have to decompile the .exe because the exe is doing the "hack" stuff.
SlimDX.dll is just a library that is used to draw stuff on the screen .
When you have decompiled the exe (with ILSpy) you need to open the generated csproj file and edit the new code into it.
i didnt really do anything i just use the updated offsets givin by these wonderful people :D lol as you can see im learning coding and im in the process of learning different programs so i didnt do anything with the version of the hack i have i just simply update the offsets, if your hack isnt working than im not sure what you did to it to break itQuote:
Looseifur how did u get hack1z1 1.3 to work
i cant open the pic.Quote:
awesome! hey man thanks alot seriously your being very patient with me and i appreciate that and the info is very helpful! you kickass in my book if i could press that thanks button a 100 times i would lol
ive got the .exe open in ILspy where can i find the code where i add the code for the br?
disregard my last question lol you have already answered it
[Only registered and activated users can see links. Click Here To Register...] this is what im looking at, not sure where to find this csproj file