Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 48
  1. #16
    jmoon81's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    how do you even activate it?

  2. #17
    LickMyLemons's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    What do I do for this I downloaded and extracted it then ran the OGC aimbot v1.1 and changed it to fortnite the lock speed is at 1 and I didnt mess with the settings its not working is there anything I need to change to make it work?

  3. #18
    CPLNet's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1,393
    make sure you are in borderless or windowed screen game and resolution are 1920 * 1080

  4. #19
    371255463's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    no 1920-1080 I have only 1024 768

  5. #20
    QaqeC's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    what're the best settings for csgo?

  6. #21
    CPLNet's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1,393
    its complicated in fact now i use only aim silent becasue order is a little buggy you have too many pixe in square fov everytime

  7. #22
    Austen_Dayton's Avatar
    Join Date
    Mar 2018
    Gender
    female
    Location
    DUBAI
    Posts
    303
    Reputation
    10
    Thanks
    18
    Is this banable??? OR just overwatch? Can I get vac banned?

  8. #23
    LickMyLemons's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    I downloaded it and tried it out it doesn't work I changed it to fortnite and everything I didn't mess with the settings its not working is there anything I need to do to get it working I've spent the last fuckintg 4 hours looking for A SINGLE hack to work for some fuckign fun but NOTHING this is the closest i've gotten and its getting REALLY FUCKING ANNOYING so what do I do to get this working

  9. #24
    CPLNet's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1,393
    copy paste this script its for beggginer user ahk hack.

    Gui, Font, S8 Cgreen, Verdana
    Gui, Add, Text, x144 y298 w58 h-269 +BackgroundTrans, OGC Aim Silent
    Gui, Font, S8 Cred, Verdana
    Gui, Add, Text, x162 y279 w100 h20 +BackgroundTrans, Made By CPL Net
    Gui, Font, S8 Cblack, Verdana
    Gui, Font, S8 Cred, Verdana
    Gui, Font, S8 C0x00A2E8, Verdana
    Gui, Add, Text, x184 y-12 w108 h41 +BackgroundTrans, OGC Aimbot V1.1
    Gui, Add, Text, x192 y19 w170 h40 +BackgroundTrans, AIM SILENT
    Gui, Add, Text, x62 y119 w340 h150 +BackgroundTrans, By Default The FOV is 10*10 Because PixelGetColor Doesn't use square search The Color searching is black with 64 variation normaly its used all time. You don't need to do anything for use this Aim Silent Just Play. Enjoy!
    Gui, Add, Radio, x52 y219 w100 h30 vCSGO, CSGO/CS1.6
    Gui, Add, Radio, x282 y219 w100 h30 vPALADINS, PALADINS
    Gui, Add, Edit, x182 y219 w70 h20 vlockspeed, Edit
    Gui, Add, Text, x172 y199 w100 h30 +BackgroundTrans, Aim Lock Speed
    ; Generated using SmartGUI Creator 4.0
    Gui, Show, x131 y87 h333 w483, OGC Aim Silent
    Return

    GuiClose:
    ExitApp








    *~$LButton::

    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


    ZeroX := (A_ScreenWidth // 2) ;dont touch?
    ZeroY := (A_ScreenHeight // 2)
    X+=8
    Y+=8
    X2-=8
    Y2-=8



    Loop, {
    if getkeystate("LButton", "P")
    {
    CSGO:
    MouseGetPos, AimPixelX, AimPixelY
    PixelGetColor, black, AimPixelX*X, AimPixelY*Y
    if black = 0x000000
    black := (black = 16)
    {
    gosub mousecsgo
    }
    MouseGetPos, AimPixelX, AimPixelY
    PixelGetColor, black, AimPixelX*X2, AimPixelY*Y2
    if black = 0x000000
    black := (black = 16)
    {
    gosub mousecsgo
    }
    PALADINS:
    MouseGetPos, AimPixelX, AimPixelY
    PixelGetColor, red, AimPixelX*X2, AimPixelY*Y2
    if red = 0xD82A35
    red := (red = 16)
    {
    gosub mousecsgo
    }
    MouseGetPos, AimPixelX, AimPixelY
    PixelGetColor, red, AimPixelX*X2, AimPixelY*Y2
    if red = 0xD82A35
    red := (red = 16)
    {
    gosub mousecsgo
    }
    }}
    mousecsgo:
    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", 0x01, "UInt", Movex*(lockspeed), "UInt", Movey*(lockspeed)) ;turing mouse to color were it says * is the speed of the aimbot turn up for unhuman reactions lower for human




    return

    INS::PAuse

    F3::Reload

  10. #25
    xxx10tacion's Avatar
    Join Date
    Mar 2018
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    doesnt works at all ...

  11. #26
    xxx10tacion's Avatar
    Join Date
    Mar 2018
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    its working but it does nothing helpful ...

  12. #27
    CPLNet's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1,393

    Universal Aimbot AHK Reworked

    For Certains Reasons meaning to many bugs I just Reedit my aimbot AHK color. in 2009 an Universal Aimbot COlor coded on c give nice result i just replace c++ code with AHK code. (I keep also creating aimbot option)

    At Reminded : aim strenght high = low value so High Value is legit aim

    There is the screen :

























    <b>Downloadable Files</b> Downloadable Files
    Last edited by CPLNet; 06-18-2018 at 09:50 PM.

  13. The Following 24 Users Say Thank You to CPLNet For This Useful Post:

    changun012 (06-08-2019),gerlimanda (02-15-2019),glassglass (03-18-2019),hackerman686 (03-21-2019),hacksforcheats (10-21-2018),Hide935 (08-27-2018),idkderp1 (09-24-2018),ihagokoury (12-19-2018),ILoveC4 (06-20-2018),Lerstimaston (04-03-2020),littlegod1 (08-31-2018),nevergafa (12-29-2018),Nightzin (09-16-2018),Penkyx (10-02-2018),piroca1010 (09-11-2018),ProfessionalMCAlts (06-19-2018),Saif1123 (02-21-2019),saymyname (06-29-2018),Schagom (02-25-2019),simbiontee (07-07-2018),SpReady31 (09-26-2018),thanoth (12-06-2018),vikystansy3 (01-02-2023),ZOBAK (02-25-2019)

  14. #28
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    Quote Originally Posted by CPLNet View Post
    For Certains Reasons meaning to many bugs I just Reedit my aimbot AHK color. in 2009 an Universal Aimbot COlor coded on c give nice result i just replace c++ code with AHK code. (I keep also creating aimbot option)

    At Reminded : aim strenght high = low value so High Value is legit aim

    There is the screen :

























    //Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  15. #29
    LopplioGaming's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Location
    US
    Posts
    814
    Reputation
    47
    Thanks
    353
    My Mood
    Devilish
    I never understood how aimbot works in AHK, wouldn't the script need to know how to tell who's an enemy to be able to target them? and isn't that like pretty much impossible? How does this script work?

  16. #30
    xxx10tacion's Avatar
    Join Date
    Mar 2018
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    2
    My Mood
    Worried

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. OGC aimbot tutorial (combat arms)
    By zdiducktape in forum Programming Tutorials
    Replies: 38
    Last Post: 05-30-2009, 07:26 AM
  2. Realse+Tut|Colour "OGC AimBot"/How To Setting\
    By almog6666 in forum Combat Arms Europe Hacks
    Replies: 15
    Last Post: 03-14-2009, 10:21 AM
  3. Tutorial|HOW TO USE OGC AIMBOT!+Video
    By almog6666 in forum Combat Arms Europe Hacks
    Replies: 11
    Last Post: 03-14-2009, 09:41 AM
  4. Best Settings for OGC AIMBOT ?
    By dean-wingess in forum Combat Arms Europe Hacks
    Replies: 15
    Last Post: 03-14-2009, 02:11 AM
  5. [Release] OGC AIMBOT
    By Unleashed92 in forum Combat Arms Europe Hacks
    Replies: 12
    Last Post: 03-13-2009, 01:45 PM