Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League > S4 League Hacks, Bots, Cheats & Exploits
You last visited: Today at 11:09

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

Advertisement



Sp Hack - 25.7.2014 English/Turkish - Trial Version

Discussion on Sp Hack - 25.7.2014 English/Turkish - Trial Version within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2014
Posts: 18
Received Thanks: 4
Thumbs up Sp Hack - 25.7.2014 English/Turkish - Trial Version

Closed.
Vodss is offline  
Thanks
1 User
Old 07/27/2014, 22:34   #2
 
elite*gold: 26
Join Date: Apr 2014
Posts: 343
Received Thanks: 819
Value_max?!
Kurisaki-kun is offline  
Old 07/27/2014, 22:53   #3
 
yuser's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 494
Received Thanks: 484
Xtrap Bypass.dll ?? Are you kiddin ? xD
yuser is offline  
Old 07/27/2014, 23:12   #4
 
golle12's Avatar
 
elite*gold: 29
Join Date: Aug 2011
Posts: 640
Received Thanks: 493
this is fake xD first look in the title "Thumbs up Sp Hack - 25.7.2014 English/Turkish - Trial Version" but if you look in the attachment then you can see "Hp Hack Hack - Trial Version.rar" what??????? and XTrap Bypass.dll xD
golle12 is offline  
Old 07/28/2014, 00:13   #5

 
GameHackerPM's Avatar
 
elite*gold: 153
Join Date: Mar 2011
Posts: 631
Received Thanks: 489
That's true! XD wtf right! SP then give HP and a Bypass<!!<! wew! XD

+ Great Source Code! This is just the Class1.. You got 3 forums and 1 class!

Code:
// Type: ClassLibrary1.Class1
// Assembly: WindowsFormsApplication1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 3DC854C0-484F-4BD7-A698-4F1C96ECEDBF
// Assembly location: C:\Users\AhmedGH\Desktop\Hp Hack Hack - Trial Version.exe

using System;
using System.Diagnostics;
using System.Runtime.InteropServices;

namespace ClassLibrary1
{
  public class Class1
  {
    private Process m_ReadProcess = (Process) null;
    private IntPtr m_hProcess = IntPtr.Zero;

    private Process ReadProcess
    {
      get
      {
        return this.m_ReadProcess;
      }
      set
      {
        this.m_ReadProcess = value;
      }
    }

    [DllImport("kernel32.dll")]
    public static IntPtr OpenProcess(uint dwDesiredAccess, int bInheritHandle, uint dwProcessId);

    [DllImport("kernel32.dll")]
    public static int CloseHandle(IntPtr hObject);

    [DllImport("kernel32.dll")]
    public static int ReadProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, [In, Out] byte[] buffer, uint size, out IntPtr lpNumberOfBytesRead);

    [DllImport("kernel32.dll")]
    public static int WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, [In, Out] byte[] buffer, uint size, out IntPtr lpNumberOfBytesWritten);

    public bool StartHacking(string ApplicationX)
    {
      Process[] processesByName = Process.GetProcessesByName(ApplicationX);
      if (processesByName.Length == 0)
        return false;
      this.ReadProcess = processesByName[0];
      this.Open();
      return true;
    }

    public void StopHacking()
    {
      try
      {
        if (Class1.CloseHandle(this.m_hProcess) != 0)
          ;
      }
      catch
      {
      }
    }

    public void WriteInt(int Address, int Value, int bytes)
    {
      int bytesWritten;
      this.WriteFix((IntPtr) Address, BitConverter.GetBytes(Value), bytes, out bytesWritten);
    }

    public void WriteBytes(int Address, byte[] Value, int bytes)
    {
      int bytesWritten;
      this.WriteFix((IntPtr) Address, Value, bytes, out bytesWritten);
    }

    public void WriteNOP(int Address)
    {
      byte[] numArray = new byte[5]
      {
        (byte) 144,
        (byte) 144,
        (byte) 144,
        (byte) 144,
        (byte) 144
      };
      this.WriteBytes(Address, numArray, 5);
    }

    private void Open()
    {
      this.m_hProcess = Class1.OpenProcess(56U, 1, (uint) this.m_ReadProcess.Id);
    }

    private void WriteFix(IntPtr MemoryAddress, byte[] bytesToWrite, int BytesToWrite, out int bytesWritten)
    {
      IntPtr lpNumberOfBytesWritten;
      Class1.WriteProcessMemory(this.m_hProcess, MemoryAddress, bytesToWrite, (uint) BytesToWrite, out lpNumberOfBytesWritten);
      bytesWritten = lpNumberOfBytesWritten.ToInt32();
    }

    internal void WriteInt(string p)
    {
      throw new NotImplementedException();
    }

    internal void WriteInt(int p, int p_2, uint p_3)
    {
      throw new NotImplementedException();
    }

    [Flags]
    public enum ProcessAccessType
    {
      PROCESS_TERMINATE = 1,
      PROCESS_CREATE_THREAD = 2,
      PROCESS_SET_SESSIONID = 4,
      PROCESS_VM_OPERATION = 8,
      PROCESS_VM_READ = 16,
      PROCESS_VM_WRITE = 32,
      PROCESS_DUP_HANDLE = 64,
      PROCESS_CREATE_PROCESS = 128,
      PROCESS_SET_QUOTA = 256,
      PROCESS_SET_INFORMATION = 512,
      PROCESS_QUERY_INFORMATION = 1024,
    }
  }
}
GameHackerPM is offline  
Old 07/28/2014, 00:26   #6
 
*DevilYin*'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 456
Received Thanks: 153
elite*gold: 0
The Black Market: 0/0/0
Registriert seit: Jul 2014
Beiträge: 10
Erhaltene Thanks: 0

fake >: i guess , correct me if i m wrong
*DevilYin* is offline  
Old 07/28/2014, 00:29   #7
 
[Rokudo]'s Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 400
Received Thanks: 353
I like the way he tried tho .
Keep trying and one day you'll succeed .
[Rokudo] is offline  
Old 07/28/2014, 00:30   #8

 
GameHackerPM's Avatar
 
elite*gold: 153
Join Date: Mar 2011
Posts: 631
Received Thanks: 489
Guys,, it's not fake.. The Address is right, and codes are right! .. Not a Hacker! Try to un-debug the source into C# it will give you the source!
GameHackerPM is offline  
Old 07/28/2014, 01:06   #9
 
[Rokudo]'s Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 400
Received Thanks: 353
X-trap bypass ...
HP hack , not SP as mentioned in the thread title
He needs a better eye-keyboard coordonation .
[Rokudo] is offline  
Old 07/28/2014, 01:16   #10
 
elite*gold: 0
Join Date: May 2014
Posts: 143
Received Thanks: 61
fake ?
UserxD is offline  
Old 07/28/2014, 01:16   #11

 
GameHackerPM's Avatar
 
elite*gold: 153
Join Date: Mar 2011
Posts: 631
Received Thanks: 489
Yes, i'm with you about the xtrap bypass! but the Hack is coded in right way, didn't test if it works or no!
GameHackerPM is offline  
Old 07/28/2014, 03:33   #12
 
hqphqp's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 11
Received Thanks: 0
#Am trying it
Edit: Does not work, I think it's fake.
hqphqp is offline  
Old 07/28/2014, 17:28   #13
 
elite*gold: 0
Join Date: Apr 2012
Posts: 32
Received Thanks: 4
It's like old SP hacks where you had 200 hp and inf SP... but with ball 0 sp
ionut_baluca is offline  
Old 07/29/2014, 05:49   #14
 
elite*gold: 0
Join Date: Feb 2014
Posts: 18
Received Thanks: 0
Lol such a virus VT Link:
iHaxBruh is offline  
Old 07/30/2014, 15:12   #15


 
K1ramoX's Avatar
 
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,847
closed
K1ramoX is offline  
Closed Thread

Tags
hack


Similar Threads Similar Threads
[Request] How to hack a trial version?
04/05/2010 - General Coding - 2 Replies
anybody how to hack a trial version??any tutorial?



All times are GMT +2. The time now is 11:09.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.