DrNseven / Warframe

d3d9 hook x86/x64
39 stars 19 forks source link

Still working on Aimbot? #16

Open archw1ng opened 6 years ago

archw1ng commented 6 years ago

I'm really looking forward to an updated PvP version of Aimbot or a more accurate version of AutoShoot as it seems to shoot even when my reticle is nowhere near close to the enemy. Are you still working on this?

DrNseven commented 6 years ago

I'm working on a new d3d11 aimbot for warframe. It has less bugs than the old but the main problem with it is, aim height is only ok in mid range combat.

archw1ng commented 6 years ago

Sounds good, glad to know you're still onto it! Looking forward to the release

aoikazega commented 6 years ago

I modified the aim height to go to -14 a whille back.

archw1ng commented 6 years ago

Sorry to bother you with this but could you look at issue #19 and see if you're able to alter the code in a similar way? Thanks in advance!

aoikazega commented 6 years ago

// menu part char opt_OnOff[] = { "[OFF]", "[ON]" }; char opt_Keys[] = { "[OFF]", "[Shift]", "[RMouse]", "[LMouse]", "[Ctrl]", "[Alt]", "[Space]", "[X]", "[C]" }; char opt_Chams[] = { "[OFF]", "[NPCs 1]", "[NPCs 2]", "[Players 3]" }; char opt_Items[] = { "[OFF]", "[Text]", "[Esp/Text]" }; char opt_onetwo[] = { "[OFF]", "[1]", "[2]" }; char opt_Autoshoot[] = { "[OFF]", "[Auto]", "[OnKeyDown]" }; char opt_Sensitivity[] = { "[OFF]", "[2]", "[3]", "[4]", "[5]", "[6]", "[7]", "[8]", "[9]" }; char opt_Aimheight[] = { "[10]", "[9]", "[8]", "[7]", "[6]", "[5]", "[4]", "[3]", "[2]", "[1]", "[0]", "[-1]", "[-2]", "[-3]", "[-4]", "[-5]", "[-6]", "[-7]" , "[-8]", "[-9]", "[-10]"}; char opt_Esp[] = { "[OFF]", "[Box]", "[Pic]" }; char opt_Aimbot[] = { "[OFF]", "[PvE]", "[PvP]" };

aoikazega commented 6 years ago

Even if I could, I don't know about the licensing stuff and if Dr.Nseven is ok with it