Register for your free account! | Forgot your password?

You last visited: Today at 02:59

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



S4Crap - InGame Trainer

Discussion on S4Crap - InGame Trainer within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Closed Thread
 
Old 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~ View Post
Good Works!!
#UPDATE#
You can use YOUR OWN Addresses now!
Have fun~
Hybrid~ is offline  
Thanks
2 Users
Old 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.
Bananasplit1337 is offline  
Old 03/15/2014, 19:24   #18
 
elite*gold: 0
Join Date: Mar 2013
Posts: 8
Received Thanks: 1
error look !!

[IMG][/IMG]
abdosalem2011 is offline  
Old 03/15/2014, 19:47   #19
 
naton899's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 452
Received Thanks: 293
Great Job!!
Works on Windows 7 64Bit!
naton899 is offline  
Old 03/15/2014, 20:12   #20
 
mihtitan's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 113
Received Thanks: 33
WORK win7 64x
mihtitan is offline  
Old 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.
Hybrid~ is offline  
Thanks
1 User
Old 03/16/2014, 12:23   #22
 
naim-nems's Avatar
 
elite*gold: 0
Join Date: Nov 2013
Posts: 563
Received Thanks: 59
Conquest hack please
naim-nems is offline  
Old 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
Hybrid~ is offline  
Old 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?
kakaklumpen0709 is offline  
Old 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 View Post
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
Hybrid~ is offline  
Old 03/16/2014, 17:30   #26
 
elite*gold: 0
Join Date: Mar 2014
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by Hybrid~ View Post
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
kakaklumpen0709 is offline  
Old 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?
Domino™ is offline  
Old 03/16/2014, 17:47   #28
 
Forbidi's Avatar
 
elite*gold: 15
Join Date: Jun 2011
Posts: 570
Received Thanks: 2,757
Quote:
Originally Posted by Domino™ View Post
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.
Forbidi is offline  
Old 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.
Domino™ is offline  
Old 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 View Post
It's a VB trainer
oh oh oh, Forbidi knows everything :'O
jk
Hybrid~ is offline  
Closed Thread


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.