Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Jov's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    WINNING
    Posts
    4,526
    Reputation
    4549
    Thanks
    17,411

    Experimental ESP Source Code (Work in Progress)

    Just wanted to share what i have gotten so far for an esp, im staying on the ahk route because its not really detectable. Its very rough and early, doesnt work that well. Im gonna be updating it eventually once i figure out some stuff. expecially the 3d to 2d stuff

    here it is:
    Code:
    ; Start image search
       CoordMode, Tooltip
       CoordMode, Pixel
       CoordMode, Mouse
    Loop {
       ImageSearch, , , 960, 541, 960, 1080, *100 1.png
       if ErrorLevel = 0
    	  {
    		Loop {
    		ImageSearch, , , 960, 541, 960, 1080, *100 1.png
    		if ErrorLevel = 0
    					{
    			tooltip, Enemy!
    			break
    			}
    		else if ErrorLevel = 1
    			{   
    			tooltip 
    			continue
    			}
    		else if ErrorLevel = 2
    			{   
    			MsgBox, Something went wrong!
    			break
    			}
    		}
    	  }
       else if ErrorLevel = 1
          {   
          tooltip 
          continue
          }
       else if ErrorLevel = 2
          {   
          MsgBox, Error Retrace
          break
          }
    }




    THE EYES OF THE DAVESTAPO ARE UPON YOU. ANY WRONG YOU DO WE ARE GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE WE GONNA BE




  2. The Following 4 Users Say Thank You to Jov For This Useful Post:

    llpgy521 (08-20-2016),Mrnoface (08-18-2016),Nasteezy (08-18-2016),XiaoY (09-05-2017)

  3. #2
    Mrnoface's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    28
    Quote Originally Posted by santa chubs View Post
    Just wanted to share what i have gotten so far for an esp, im staying on the ahk route because its not really detectable. Its very rough and early, doesnt work that well. Im gonna be updating it eventually once i figure out some stuff. expecially the 3d to 2d stuff

    here it is:
    Code:
    ; Start image search
       CoordMode, Tooltip
       CoordMode, Pixel
       CoordMode, Mouse
    Loop {
       ImageSearch, , , 960, 541, 960, 1080, *100 1.png
       if ErrorLevel = 0
    	  {
    		Loop {
    		ImageSearch, , , 960, 541, 960, 1080, *100 1.png
    		if ErrorLevel = 0
    					{
    			tooltip, Enemy!
    			break
    			}
    		else if ErrorLevel = 1
    			{   
    			tooltip 
    			continue
    			}
    		else if ErrorLevel = 2
    			{   
    			MsgBox, Something went wrong!
    			break
    			}
    		}
    	  }
       else if ErrorLevel = 1
          {   
          tooltip 
          continue
          }
       else if ErrorLevel = 2
          {   
          MsgBox, Error Retrace
          break
          }
    }
    This is exciting, cant wait to see what happens and how well ur progress goes ^_^ i hope to see this working well or at least decent in the near future, i wish u the best of luck and thank u so much for the work ur putting into this, ur awesome man

  4. #3
    Nasteezy's Avatar
    Join Date
    Aug 2014
    Gender
    female
    Posts
    39
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    Pretty guy.

  5. #4
    adrian1020304050's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Did't work for me it says( ERROR TRACE )

    - - - Updated - - -

    Did't work for me it says( ERROR TRACE )

  6. #5
    overdose_stinkyjoint's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    21
    Reputation
    30
    Thanks
    583
    My Mood
    Flirty
    i hope we can work together?

    i have added you on skype

  7. #6
    Threadstarter
    вою зауÑ
    Former Staff
    Resource Group
    Trusted
    Jov's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    WINNING
    Posts
    4,526
    Reputation
    4549
    Thanks
    17,411
    Quote Originally Posted by adrian1020304050 View Post
    Did't work for me it says( ERROR TRACE )

    - - - Updated - - -

    Did't work for me it says( ERROR TRACE )
    you need a image for the image search lol.
    heres the image if you want it
    https://imgur.com/a/bg1f9
    Just right click save as. 1.png




    THE EYES OF THE DAVESTAPO ARE UPON YOU. ANY WRONG YOU DO WE ARE GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE WE GONNA BE




  8. #7
    bob04's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    68
    My Mood
    Tired
    its not esp its say name Enemy when i look on them so basically not worth it even on wall its dont say them

    - - - Updated - - -

    i hooked the d3d11 and create real ESP only names

    i.i m gur.com/gy4rer3.jpg

    remove spaces

  9. #8
    Threadstarter
    вою зауÑ
    Former Staff
    Resource Group
    Trusted
    Jov's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    WINNING
    Posts
    4,526
    Reputation
    4549
    Thanks
    17,411
    Quote Originally Posted by bob04 View Post
    its not esp its say name Enemy when i look on them so basically not worth it even on wall its dont say them

    - - - Updated - - -

    i hooked the d3d11 and create real ESP only names

    i.i m gur.com/gy4rer3.jpg

    remove spaces
    problem is thats gonna get u banned hella quicc. im focusing on ahk and third party scripts to provide added security


    - - - Updated - - -

    Also this is a work in progress, im just sharing what i have for now




    THE EYES OF THE DAVESTAPO ARE UPON YOU. ANY WRONG YOU DO WE ARE GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE WE GONNA BE




  10. #9
    bob04's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    68
    My Mood
    Tired
    Quote Originally Posted by santa chubs View Post


    problem is thats gonna get u banned hella quicc. im focusing on ahk and third party scripts to provide added security


    - - - Updated - - -

    Also this is a work in progress, im just sharing what i have for now
    you cant create wallhack or esp with AHK you need hooking the game to create some Draw well good luck

  11. #10
    Threadstarter
    вою зауÑ
    Former Staff
    Resource Group
    Trusted
    Jov's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    WINNING
    Posts
    4,526
    Reputation
    4549
    Thanks
    17,411
    Quote Originally Posted by bob04 View Post
    you cant create wallhack or esp with AHK you need hooking the game to create some Draw well good luck
    https://autohotkey.com/board/topic/1...-esp-with-gdi/
    its possible, i just dont have 2d/3d renders and info
    Last edited by Jov; 08-19-2016 at 04:47 AM.




    THE EYES OF THE DAVESTAPO ARE UPON YOU. ANY WRONG YOU DO WE ARE GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE WE GONNA BE




  12. #11
    bob04's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    68
    My Mood
    Tired
    Quote Originally Posted by santa chubs View Post



    its possible, i just dont have 2d/3d renders and info
    wish you luck but i dont think create esp with ahk is possible

  13. #12
    adrian1020304050's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    give us the code pls? or the download link!
    Honestly any of you know an actual aim bot lock on for free i don't care if i get banned?

    - - - Updated - - -

    i just want an actual free aim bot lock on i don't care if i get banned can you please give me the link to one ?

  14. #13
    Lord Sammich's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    591
    My Mood
    Mellow
    I doubt ESP with AHK is possible also.

  15. #14
    gpa's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Netherlands
    Posts
    37
    Reputation
    10
    Thanks
    3
    My Mood
    Worried
    you cant do it
    CLASH OF CLANS HACK !!!!!!!!!!!!!!!

    ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

    https://www.youtube.com/watch?v=S1WOPsoTfoE

  16. #15
    diamondcoding's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    67
    Reputation
    14
    Thanks
    646
    My Mood
    Amused
    If you can create external radars which reads memory to locate the enemy then yes it is possible.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Source Code] FULL ESP Source Code
    By MarkHC in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 31
    Last Post: 10-01-2012, 06:29 PM
  2. [Help] How source code work?
    By RubisNoir in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 05-13-2012, 09:51 PM
  3. [Release] CF 2D Boxes ESP Source Code ;)
    By -iFaDy..* in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 03-28-2012, 02:38 PM
  4. pls help me to make my source code work pls
    By jeavy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 08-14-2010, 09:55 PM
  5. [SOLVED] External Esp source code editing question
    By Demented420 in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-04-2010, 11:13 AM