|
You last visited: Today at 02:59
Advertisement
S4Crap - InGame Trainer
Discussion on S4Crap - InGame Trainer within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
03/15/2014, 19:12
|
#16
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by ~BlackLine~
Good Works!!
|
#UPDATE#
You can use YOUR OWN Addresses now!
Have fun~
|
|
|
03/15/2014, 19:21
|
#17
|
elite*gold: 0
Join Date: Jul 2013
Posts: 328
Received Thanks: 44
|
nc idea to include this feature.
works win7 64bit.
|
|
|
03/15/2014, 19:24
|
#18
|
elite*gold: 0
Join Date: Mar 2013
Posts: 8
Received Thanks: 1
|
error look !!
[IMG]  [/IMG]
|
|
|
03/15/2014, 19:47
|
#19
|
elite*gold: 0
Join Date: Sep 2012
Posts: 452
Received Thanks: 293
|
Great Job!!
Works on Windows 7 64Bit!
|
|
|
03/15/2014, 20:12
|
#20
|
elite*gold: 0
Join Date: Jun 2012
Posts: 113
Received Thanks: 33
|
WORK win7 64x
|
|
|
03/16/2014, 11:31
|
#21
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
400+ downloads and less than 25replies?
GG, gonna implement a hwid system on the future releases then.
|
|
|
03/16/2014, 12:23
|
#22
|
elite*gold: 0
Join Date: Nov 2013
Posts: 563
Received Thanks: 59
|
Conquest hack please
|
|
|
03/16/2014, 16:38
|
#23
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
#Update v1.2
-Added ThanksCheck (Why? Because my trainer have functions which others don't and 'cuz you just download and never post feedback.)
-Added No Sentry Detect, Infinite HP, Fast Fire and HitRange
|
|
|
03/16/2014, 17:12
|
#24
|
elite*gold: 0
Join Date: Mar 2014
Posts: 2
Received Thanks: 0
|
bei mir klappt der hack nicht ich möchte ihn als Admin starten und habe auch thanks gegeben aber da steht immer: Der Index war außerhalb des Arraybereichs.
was mache ich falsch?
|
|
|
03/16/2014, 17:14
|
#25
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by kakaklumpen0709
bei mir klappt der hack nicht ich möchte ihn als Admin starten und habe auch thanks gegeben aber da steht immer: Der Index war außerhalb des Arraybereichs.
was mache ich falsch?
|
Did u set ur HWID?
Press on Copy HWID, it will take u here (  )
You scroll DOWN, and paste ur HWID
|
|
|
03/16/2014, 17:30
|
#26
|
elite*gold: 0
Join Date: Mar 2014
Posts: 2
Received Thanks: 0
|
Quote:
Originally Posted by Hybrid~
Did u set ur HWID?
Press on Copy HWID, it will take u here (  )
You scroll DOWN, and paste ur HWID

|
ty it helped me ;D
|
|
|
03/16/2014, 17:43
|
#27
|
elite*gold: 0
Join Date: Mar 2014
Posts: 82
Received Thanks: 49
|
I wonder how you set the functions. This is mine.. with a checkbox ofc.
C++
Code:
#include "Form1.h"
void 200HP() {
DWORD address = 0x00961B6C;
unsigned char 200hpOn[4] = "\xDB";
unsigned char 200hpOff[4] = "\xD9";
}
HWND S4Client = FindWindow(0, "S4 Client");
if (S4Client == 0) {
MessageBox(0, "Cannot find S4 Client, please restart the trainer with S4 running.", "S4 Trainer Domino™", 0);
ExitProcess(0);
} else {
DWORD pID;
GetWindowThreadProcessId(S4Client, &pID);
HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pID);
if (on) {
WriteProcessMemory(hProc, (LPVOID)address, 200hpOn, 2, NULL);
} else {
WriteProcessMemory(hProc, (LPVOID)address, 200hpOff, 2, NULL);
}
}
}
private: System::Void checkBox1_CheckedChanged(System::Object^ sender, System::EventArgs^ e) {
200HP(this->checkBox1->Checked);
}
};
How did you do yours?
|
|
|
03/16/2014, 17:47
|
#28
|
elite*gold: 15
Join Date: Jun 2011
Posts: 570
Received Thanks: 2,757
|
Quote:
Originally Posted by Domino™
I wonder how you set the functions. This is mine.. with a checkbox ofc.
C++
Code:
#include "Form1.h"
void 200HP() {
DWORD address = 0x00961B6C;
unsigned char 200hpOn[4] = "\xDB";
unsigned char 200hpOff[4] = "\xD9";
}
HWND S4Client = FindWindow(0, "S4 Client");
if (S4Client == 0) {
MessageBox(0, "Cannot find S4 Client, please restart the trainer with S4 running.", "S4 Trainer Domino™", 0);
ExitProcess(0);
} else {
DWORD pID;
GetWindowThreadProcessId(S4Client, &pID);
HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pID);
if (on) {
WriteProcessMemory(hProc, (LPVOID)address, 200hpOn, 2, NULL);
} else {
WriteProcessMemory(hProc, (LPVOID)address, 200hpOff, 2, NULL);
}
}
}
private: System::Void checkBox1_CheckedChanged(System::Object^ sender, System::EventArgs^ e) {
200HP(this->checkBox1->Checked);
}
};
How did you do yours?
|
It's a VB trainer, btw your code is really bad.
|
|
|
03/16/2014, 17:51
|
#29
|
elite*gold: 0
Join Date: Mar 2014
Posts: 82
Received Thanks: 49
|
Yes, it's because I'm on my phone. I'm not on my computer. I'm not even sure if the bytes are correct.
|
|
|
03/16/2014, 17:54
|
#30
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by Forbidi
It's a VB trainer
|
oh oh oh, Forbidi knows everything :'O
jk
|
|
|
Similar Threads
|
InGame Trainer
09/25/2015 - S4 League Hacks, Bots, Cheats & Exploits - 14 Replies
Sorry for my bad English.
InGame Trainer
http://i.epvpimg.com/abRff.png
32bit : not tested
64bit : work
ScreenShots
http://i.epvpimg.com/v0Ecf.png
|
Ingame Trainer
02/15/2012 - S4 League - 7 Replies
Hallo Diesmal Wollt Ich Fragen Ob Einer Mal Einen Ingame Trainer Machen Kann
Wie In Alten Zeiten Der Cyber D3D Der War Gut Aber Leider Funken Die net Mehr richtig kann bitte einer einen ingame trainer herstellen danke.
MfG Terminator2ful
|
All times are GMT +1. The time now is 03:02.
|
|