I plan on including a config file where users can change their hotkeys to what they want.
Also unfortunately the bug isn't so much the reload rather the rate of fire. The problem is, that when you change your ROF value, it changes everyone else'es. since it seems that everyone else with in your general area access these variables as well. It's basically a general function with in the game what calculates what weapon is being used and how fast it should fire. I couldn't find anything that was related to self ROF, unless I stored every gun's hex base with in the program which would fix this error. But doing just that has it's bad side.
1:I'm lazy and I'm not searching for every gun's hex base.
2:It would slow planetside considerably.
Since some weapons are not loaded in the programs memory until you pick it up or someone near you has it. I'd have to tell my program to keep searching well over 2 million values for the weapon's base.
Edit:A Prefect example of this, is "itzburnz hint". It's a hex base for the MCG. But if you don't have the MCG or not on TR. A memory searcher would never pick it up.
With which program do you make your dlls? And how do you change the RoF and CoF? Because the only thing I can do with the CoF is to freeze it , but I can't change it. I found in T-Search the code of CoF (Auto-Hack-Window) and did a trainer, but I don't know how to change it so there's like no recoil. Would appreciate that.
What do you expect to happen? All you do is, take a program like winInject, locate planetside, find my DLL located on your computer, and click on inject. After it scans the offsets and located all the memory address's, a menu appears with in the planetside game.
What do you expect to happen? All you do is, take a program like winInject, locate planetside, find my DLL located on your computer, and click on inject. After it scans the offsets and located all the memory address's, a menu appears with in the planetside game.
but do i have to extract your dll into a particular directory? you gave us 3 zips - one is the dll, one contains 2 text files and the last is a folder with a lot of stuff and subfolders. do i have to somehow combine these?
Help compiling pside... 04/27/2010 - Planetside - 5 Replies Compiling...
hackbase.cpp
c:\documents and settings\administrator\desktop\pside source fix\pside\pside\MainHead.h(17) : fatal error C1083: Cannot open include file: 'detours.h': No such file or directory
DllMain.cpp
c:\documents and settings\administrator\desktop\pside source fix\pside\pside\MainHead.h(17) : fatal error C1083: Cannot open include file: 'detours.h': No such file or directory
Generating Code...
detours.h is in the pside directory...
Any help?
Pside v2.5 04/15/2010 - Planetside - 4 Replies ------ Build started: Project: pSide, Configuration: Release Win32 ------
Compiling...
mydetours.cpp
c:\documents and settings\administrator\desktop\psidev25 new\pside\pside\MainHead.h(17) : fatal error C1083: Cannot open include file: 'detours.h': No such file or directory
hackbase.cpp
c:\documents and settings\administrator\desktop\psidev25 new\pside\pside\MainHead.h(17) : fatal error C1083: Cannot open include file: 'detours.h': No such file or directory
DllMain.cpp
c:\documents and...