PDA

View Full Version : Staminhack



_-_
11-09-2007, 06:53 AM
Hi guys,

i have made long time hacks in vb.
but now, they are always detected,
so i want to made hacks with c++.

but at the tutorial (c++Trainer+dll (or anything like this))

is not really working.

telport works,
stamina not.

i have now my scope hack, but not stamina.

can anyone make a littel tutorial, or anything like this?

i would make some easy features, like:
-no recoil
-no spread
-unl. Stamina

---

when i know how to make stamina, i think the other ones will go easy.


tank u very much.

greez
_-_



Sorry for my fucking fucking bad english, but i am from germany

magelv1
11-13-2007, 05:02 PM
It might help you know... if you have the updated WORKING adresses..

_-_
11-14-2007, 04:15 AM
yes, i have all new adresses...



(antikick,invisible,and the normal....)

Dxt-Cobra
11-14-2007, 10:16 AM
you can do stamina like this



void Stamina()
{
float t=100.;
OpenMemory();
WriteProcessMemory(hProcess,(LPVOID*)(DWORD)0x8DBA FC, &t , sizeof(t),NULL);
}


make a button,turn a timer on and put this in the timer.


Stamina();


or like this


heres writefloat function




void Writefloat(long a, float v)
{
OpenMemory();
ReadProcessMemory(hProcess, (LPVOID*)(DWORD) a, &v, sizeof(v), NULL);
}

then do a timer for stamina to freeze it


Writefloat(0x8DBAFC,100.);


things you may need to change to make this work

hProcess <<<<<<<<<<<change this to whatever the rest of your functions use.

_-_
11-14-2007, 12:24 PM
first, big thx!

nice tutorial....

hProcess is like game window text, right?


i would test it out!



(omfg, my english is so bad... omfffffg!)


thank u