Thread: Hex codes

Page 3 of 3 FirstFirst 123
Results 31 to 36 of 36
  1. #31
    Hxctic's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    these hex codes are used to make aimbots aim at those skins

  2. #32
    saninja's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    can u use this in that ahk colour aimbot?????

  3. #33
    ititanx2's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    These are color codes, you can make an aim-assist AHK macro using these hex codes.
    AHK is AutoHotKey if you're a pleb

    Example of the aim-assist:

    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.0
    traytip, Sharpshooter %version%, Running in background!, 5, 1
    Menu, tray, NoStandard
    Menu, tray, Tip, Sharpshooter %version%
    Menu, tray, Add, Sharpshooter %version%, return
    Menu, tray, Add
    Menu, tray, Add, Help, info
    Menu, tray, Add, Exit, exit
    SetKeyDelay,-1, 1
    SetControlDelay, -1
    SetMouseDelay, -1
    SetWinDelay,-1
    SendMode, InputThenPlay
    SetBatchLines,-1
    ListLines, Off
    CoordMode, Pixel, Screen, RGB
    CoordMode, Mouse, Screen
    PID := DllCall("GetCurrentProcessId")
    Process, Priority, %PID%, High

    EMCol := 0xD82A22
    ColVn := 64
    AntiShakeX := (A_ScreenHeight // 160)
    AntiShakeY := (A_ScreenHeight // 128)
    ZeroX := (A_ScreenWidth // 2)
    ZeroY := (A_ScreenHeight // 2)
    CFovX := (A_ScreenWidth // 8)
    CFovY := (A_ScreenHeight // 64)
    ScanL := ZeroX - CFovX
    ScanT := ZeroY
    ScanR := ZeroX + CFovX
    ScanB := ZeroY + CFovY
    NearAimScanL := ZeroX - AntiShakeX
    NearAimScanT := ZeroY - AntiShakeY
    NearAimScanR := ZeroX + AntiShakeX
    NearAimScanB := ZeroY + AntiShakeY

    Loop, {
    KeyWait, LButton, D
    PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
    if (!ErrorLevel=0) {
    loop, 10 {
    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
    AimX := AimPixelX - ZeroX
    AimY := AimPixelY - ZeroY
    DirX := -1
    DirY := -1
    If ( AimX > 0 ) {
    DirX := 1
    }
    If ( AimY > 0 ) {
    DirY := 1
    }
    AimOffsetX := AimX * DirX
    AimOffsetY := AimY * DirY
    MoveX := Floor(( AimOffsetX ** ( 1 / 2 ))) * DirX
    MoveY := Floor(( AimOffsetY ** ( 1 / 2 ))) * DirY
    DllCall("mouse_event", uint, 1, int, MoveX * 1.5, int, MoveY, uint, 0, int, 0)
    }
    }
    }

    Pause:: pause
    return:
    goto, init

    info:
    msgbox, 0, Sharpsooter %version%, Made by CelikShadow (my fortnite ign) @ slut.io`nOverwatch must be running in borderless windowed mode.`nPress pause key to pause this program.`nLeft click automatically aims down target near the center of the screen.`nRecommended for near distance(~15m) and full-auto weapons.
    return

    exit:
    exitapp
    DISCLAIMER : I DO NOT GUARANTEE THAT YOU WILL NOT BE BANNED. I'M NOT RESPONSIBLE FOR ANY ACTION YOU MAY TAKE WITH THIS. SELLING SCRIPTS MADE WITH THIS MAY BE ILLEGAL. IN SOME COUNTRIES CHEATING IS ILLEGAL. I DON'T TAKE ANY RESPONSIBILITY FOR THAT
    Last edited by ititanx2; 06-23-2018 at 05:00 PM.

  4. #34
    SIRO98's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    я не знаю этого

  5. #35
    brokesanch's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    cool man nice

  6. #36
    nowadayslegend's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    THANK YOU BUDDY WORKS

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Request] Latest Edgeworld Hex codes? 29 December
    By Flumbster in forum General Game Hacking
    Replies: 1
    Last Post: 12-31-2012, 10:43 PM
  2. [Help Request] New Hex Codes
    By Seuseous in forum Realm of the Mad God Help & Requests
    Replies: 5
    Last Post: 12-05-2012, 05:58 PM
  3. [Outdated] Hex Codes for Item Hack!
    By mandela96 in forum Realm of the Mad God Hacks & Cheats
    Replies: 207
    Last Post: 11-09-2012, 01:05 AM
  4. Help editing test client hex code for update
    By Dragonlord3344 in forum Realm of the Mad God Hacks & Cheats
    Replies: 5
    Last Post: 09-06-2012, 01:42 AM
  5. Hex Codes
    By Boaman000 in forum MapleStory Help
    Replies: 4
    Last Post: 12-01-2011, 06:12 AM