Arrow[RELEASE] WildFire Trainer V1.0 (Undetected)

Posts 115 of 23 · Page 1 of 2
[RELEASE] WildFire Trainer V1.0 (Undetected)
Hey! This is my first trainer. In version 1.0 we've got:


- Unlimited Stamina
- NoRecoil




Remember! This is my first trainer i'm newbie.

Update soon




Sorry but I learn english only
Wild Cheater Trainer V1.0.rarattachment deleted · 138 downloads before removal
does it work on new patch
Yes it is working on new patch
Nice we are waiting 4 the updates.
I will add new functions when who's tell me how add adresses
with +

For example:
I've got code: Call WriteALong("WarRock", &H7DB120, 1)
Adress is 007DB120.

So what do when i've got adress 00896e28 +54 ??????
Quote Originally Posted by panmily View Post
I will add new functions when who's tell me how add adresses
with +

For example:
I've got code: Call WriteALong("WarRock", &H7DB120, 1)
Adress is 007DB120.

So what do when i've got adress 00896e28 +54 ??????
I don't know, try to tell this to somebody else who created a trainer.
Do trainer with scope thank
it works and it's undetected
good job
Quote Originally Posted by panmily View Post
I will add new functions when who's tell me how add adresses
with +

For example:
I've got code: Call WriteALong("WarRock", &H7DB120, 1)
Adress is 007DB120.

So what do when i've got adress 00896e28 +54 ??????

for example at swim, you write:
Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
(4, yes 4 is used as variable to turn it on)


to turn it off:


Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 0)


greets
O;] Thx Man ;]
Do you have got winchester, adress and more? ;]
thx mate this is gr8 for a first go. and its undetected i hear.
Quote Originally Posted by MS Word View Post
for example at swim, you write:
Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
(4, yes 4 is used as variable to turn it on)


to turn it off:


Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 0)
greets
When making my own trainer I discoverd that:
0 = Stand
1 = Crouch
2 = Prone
3 = ?
4 = Swim
5 = ?

Might be usefull to know.
To turn it on/off you use a timer. These are equal to 1 for on & 0 for off.

Code:
Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Command3_Click()
Timer1.Interval = 1
End Sub
Below is how I think it works!

Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, XXXX)
XXXX is the value that determins how high you actually jump.

I am pretty sure thats right. Dont quote me though as I am new to VB 6 & I can quite be wrong.

~TriX~
Ok thx a lot Now i relased new version !! Waiting for new topic
Quote Originally Posted by MS Word View Post
for example at swim, you write:
Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
(4, yes 4 is used as variable to turn it on)


to turn it off:


Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 0)


greets
ty that was really usefull 4 me
Posts 115 of 23 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?