Results 1 to 15 of 16

Threaded View

  1. #1
    Jov's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    $KASPA LAMBO
    Posts
    4,526
    Reputation
    4549
    Thanks
    17,417

    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)

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