Results 1 to 7 of 7
  1. #1
    timiostimio's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    GB
    Posts
    454
    Reputation
    10
    Thanks
    5,090
    My Mood
    Cold

    How to make a S4 League Hack (AutoIT)

    Hi,

    Heres a Small tutorial - how to make a Undetected Hack in S4 League (24.01.2013)

    First create a new Autoit project.

    Right Click -> Edit script





    Delete the Text.

    Now Include NomadMemory ( This Includes Nomadmemory to our script )


    Code:
    #Include <NomadMemory.au3>



    Ok. Now define some variables ( S4, Xtrap and hgwc )

    Code:
    $S4 = ("S4Client.exe")
    $Xtrap = ("xtrap.xt")
    $HGWC = ("HGWC.exe")



    after this create a loop , that checks if S4,Xtrap and hgwc is running.
    Code:
    While True
    ProcessWait($HGWC) ;Pause the script, till hgwc.exe is running
    TrayTip("mpgh S4 Hack Tut by timiostimio" , "HGWC is running..." , 0) ; Creates a Tray Tip
    
    
    ProcessWait($Xtrap)
    TrayTip("mpgh S4 Hack Tut by timiostimio" , "Xtrap is running..." , 0) ; Creates a Tray Tip
    ; ...
    
    ProcessWait($S4)
    TrayTip("mpgh S4 Hack Tut by timiostimio" , "Hack activiated" , 0) ; Creates a Tray Tip
    ; ...
    WEnd


    Now the last part;
    We need to create a Func, where are the hacks in and It writes the memory hacks.


    Code:
    Func Hack1()
    Local $S4C = _MemoryOpen("S4Client.exe")
    
    _MemoryWrite(0xAFDE86, $S4C , "1", "float")	; _MemoryWrite(OFFSET, Processname , Value , type) Type = float,char,byte[4] etc.
    MsgBox(0 , "" , "Hack" , 0)
    EndFunc




    And dont forget to call Hack1 after S4 Starts.
    NomadMemory is Undetected.

    You dont need to give credits, because its so easy to script a hack for s4




    How to change file description etc., so Xtrap dont detect "AutoIt Script v 3......"?

    1.Download "PE Explorer"
    2. Install it, Then run it.

    Now click on "Open File" and select our compiled script.

    Then Click on this button:





    Version -> Right Click on "1" -> Edit Resource
    Now Change Compiled Script and FileVersion to anything you want.
    Done



    Jotti's Malwarescanner
    Virscan



    //EDIT
    I Made a mistake in Hack1..Fixed =)
    <b>Downloadable Files</b> Downloadable Files
    Last edited by timiostimio; 01-24-2013 at 07:16 PM.

  2. The Following 10 Users Say Thank You to timiostimio For This Useful Post:

    ahmedbeza (02-02-2013),boby657 (04-30-2013),bringme2life (04-20-2013),Calimonifi (08-14-2013),castervoid (06-18-2013),moamed1520 (04-22-2017),noki2415 (07-29-2013),Silophis (02-03-2013),Tetsuya_kun (04-15-2017),thehuntingblade (03-08-2013)

  3. #2
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    attachment approved

  4. The Following User Says Thank You to DawgiiStylz For This Useful Post:

    timiostimio (01-24-2013)

  5. #3
    ees's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Scared
    please make video.........so hard.....

  6. #4
    alex98me's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    4
    You just need medium skills to use it.It`s easy to follow the SS`s

  7. #5
    cuetm1's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Over there
    Posts
    64
    Reputation
    10
    Thanks
    125
    My Mood
    Angelic
    I did what you said correctly but I still can't understand. What do this "Hack" do? :/
    MPGH Rulez!

    [IMG]https://i564.photobucke*****m/albums/ss82/cuetm1/cuetm1.gif[/IMG]

    [Release]: https://www.mpgh.net/forum/320-crossfire-philippines-hacks/290492-crossfire-aimbot-new.html/

    Feel free? Why don't you press my [IMG]https://i564.photobucke*****m/albums/ss82/cuetm1/Thanks.jpg[/IMG] button?

  8. #6
    timiostimio's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    GB
    Posts
    454
    Reputation
    10
    Thanks
    5,090
    My Mood
    Cold
    Quote Originally Posted by cuetm1 View Post
    I did what you said correctly but I still can't understand. What do this "Hack" do? :/
    If you have the Offsets -> Everything -.-

  9. #7
    Hauntmachin's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How are you supposed to "start up" the hack once you've followed all your steps?
    Last edited by Hauntmachin; 03-09-2013 at 11:57 PM.

Similar Threads

  1. [tut for noobs] How to make a fast as hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 19
    Last Post: 02-19-2008, 04:15 AM
  2. [tut for noobs] How to make a anti kick hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 3
    Last Post: 02-13-2008, 09:17 AM
  3. [Tutorial] How to make you'r first hack in CE!!!
    By Darky in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-29-2007, 11:02 AM
  4. [ReQuEsT] Does any1 know how to make a gun speed hack
    By Twisted_scream in forum WarRock - International Hacks
    Replies: 4
    Last Post: 05-07-2007, 12:47 PM
  5. How to make a working NFV Hack
    By System79 in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 09-04-2006, 04:56 AM