Results 151 to 165 of 172

Threaded View

  1. #1
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,644
    Reputation
    1610
    Thanks
    8,509
    My Mood
    Angelic

    Csgo Triggerbot *Updated* v2




    . The keybind to triggerbot / lockmouse in pos is alt when
    holding it should work just like the old one have fun

    Fake FullScreen For Help [Works with anything btw]
    Must Have windowed
    F12 is to FakeFullScreen
    Put into Ahk also
    Code:
    #SingleInstance force
    
    ;;; Known issues:
    ;;;
    ;;; - Weird results for windows with custom decorations such as
    ;;; Chrome, or programs with a Ribbon interface.
    ;;; - Emacs will be maximized behind instead of in front of
    ;;; the taskbar. Workaround: WinHide ahk_class Shell_TrayWnd
    ToggleFakeFullscreen()
    {
    CoordMode Screen, Window
    static WINDOW_STYLE_UNDECORATED := -0xC40000
    static savedInfo := Object() ;; Associative array!
    WinGet, id, ID, A
    if (savedInfo[id])
    {
    inf := savedInfo[id]
    WinSet, Style, % inf["style"], ahk_id %id%
    WinMove, ahk_id %id%,, % inf["x"], % inf["y"], % inf["width"], % inf["height"]
    savedInfo[id] := ""
    }
    else
    {
    savedInfo[id] := inf := Object()
    WinGet, ltmp, Style, A
    inf["style"] := ltmp
    WinGetPos, ltmpX, ltmpY, ltmpWidth, ltmpHeight, ahk_id %id%
    inf["x"] := ltmpX
    inf["y"] := ltmpY
    inf["width"] := ltmpWidth
    inf["height"] := ltmpHeight
    WinSet, Style, %WINDOW_STYLE_UNDECORATED%, ahk_id %id%
    mon := GetMonitorActiveWindow()
    SysGet, mon, Monitor, %mon%
    WinMove, A,, %monLeft%, %monTop%, % monRight-monLeft, % monBottom-monTop
    }
    }
    
    GetMonitorAtPos(x,y)
    {
    ;; Monitor number at position x,y or -1 if x,y outside monitors.
    SysGet monitorCount, MonitorCount
    i := 0
    while(i < monitorCount)
    {
    SysGet area, Monitor, %i%
    if ( areaLeft <= x && x <= areaRight && areaTop <= y && y <= areaBottom )
    {
    return i
    }
    i := i+1
    }
    return -1
    }
    
    GetMonitorActiveWindow(){
    ;; Get Monitor number at the center position of the Active window.
    WinGetPos x,y,width,height, A
    return GetMonitorAtPos(x+width/2, y+height/2)
    }
    
    F12::ToggleFakeFullscreen()
    Virus Scans
    1 / 2
    Last edited by Ally; 02-13-2018 at 12:09 PM. Reason: Editing Since issues happened

  2. The Following 447 Users Say Thank You to Ally For This Useful Post:

    $onny (03-09-2017),-Aftermath- (11-23-2016),-HaVa- (10-26-2016),-Porn (09-09-2016),0BattleBoy0 (03-08-2017),0mbel (11-27-2016),123smd (05-30-2016),80085 (05-21-2016),a1a0a6a0a7 (01-24-2017),AbsoluteGraphic (06-16-2016),AcesErik (02-10-2017),ACK73N (01-26-2017),adrianfelecan3 (10-08-2016),africanguy (01-28-2017),agershot (12-06-2016),Aharding1 (09-29-2016),ajmor (05-13-2016),akiioto (01-28-2017),akw (10-04-2016),Alex S. (10-26-2016),alexdut (07-05-2016),AlexSh999 (06-15-2016),AlgerE (02-13-2017),alphawolf1997 (06-02-2016),Alutek22 (11-27-2016),amir3277 (12-22-2016),AnonymousUser0001 (01-27-2017),aoduty (06-20-2016),ApdoGold (05-20-2016),apocalypto969 (06-04-2016),apoch12 (07-23-2016),apox12345612 (06-01-2016),aras90 (05-17-2017),Arball (10-24-2016),ArigatoGozaimashta (06-25-2016),Artur120902 (05-21-2016),asde12432e (09-23-2016),asdjonne (03-09-2017),ashish123 (12-22-2016),asteroid3000 (10-09-2016),AsuerA (03-02-2017),Atmgamer (05-18-2016),Atomfloyd (05-15-2016),Aurimasr5 (05-19-2017),B-key (12-23-2016),BabyRage15 (03-06-2017),BananasAnanas (12-01-2016),BananaSlamma (11-29-2016),BballAddic (06-14-2016),blackman1993 (03-06-2017),BladeNight (01-19-2017),blue_banana27 (01-29-2017),bobiwok (02-04-2017),Boxer12 (01-26-2017),Brahaft (12-18-2016),braianjj2 (10-21-2016),Breezeyou2 (01-15-2017),Brian240891 (10-09-2016),brightdan (05-23-2016),brycey469 (06-06-2016),bubu1998 (01-07-2017),Bug (12-18-2016),burrito_tiger (11-26-2016),byxiaoxie (02-05-2017),Cakeguyfun23 (12-21-2016),calebplayz (05-24-2016),caoagdaine (07-19-2016),CapitaineDuch (01-17-2017),carlored (11-27-2016),cfbjgnökbh pbehötvuoute5e (12-19-2016),CheakyTwat (10-02-2016),CheatsAreBad (01-04-2017),chefkemp (10-25-2016),chickendoo9 (02-09-2017),Chillkata (12-16-2016),chilltrill (07-06-2016),chocapick25 (05-23-2016),Chojankadaking (07-25-2016),Cody2557 (11-23-2016),collinwilliams (05-28-2016),ColonelVinnie (05-28-2016),Coloruts (01-10-2017),computerbot123 (01-28-2017),Coobus (12-12-2016),Coolk425 (05-15-2016),coringa92 (11-29-2016),cosmote1 (12-29-2016),cscruffy (09-04-2017),csswag101 (10-18-2016),cubby6225 (05-26-2016),d-lux (05-16-2016),dada1996 (08-09-2017),DakP (07-05-2016),daliono51 (12-21-2016),DanTheFatty (08-13-2016),Darcykoman (02-28-2017),DarknzNet (05-14-2016),DeadJak (03-14-2017),Definitely (10-04-2016),DendoSk (06-25-2016),dere96 (10-25-2016),derley537 (11-12-2016),desemprego (11-13-2016),DiesesMars (07-03-2016),ditismijnaccount1230 (02-21-2017),DlxModz (06-11-2016),dontti (12-26-2016),dotch123 (03-06-2017),DoubleRazer911 (08-05-2016),dps123 (11-12-2016),Dranktus (11-15-2016),dschrotke (11-27-2016),ducx (10-02-2016),eevan4 (07-24-2016),efeaydin (03-18-2017),elendtp (06-01-2016),elyk101 (08-18-2016),EMBERTSA (06-04-2016),enzodroide (11-11-2016),erikasv2001 (01-28-2017),espen4 (06-26-2016),everscared (08-28-2016),eZPzGamer (11-26-2016),f4talyt1 (10-03-2016),fancybaby404 (03-03-2017),FEDPIK (03-05-2017),fidasgame (07-27-2016),Flanno777 (06-12-2016),Forez (10-20-2016),Fpereirinha (06-18-2016),Frankyo9 (01-21-2017),freddanswagfaze (05-20-2016),FredymanSK (05-21-2016),FrodoDingleberry (01-21-2017),Frouczusx3 (01-13-2017),FulgoreNoob (10-18-2016),fwsefwsgrgwhergr (06-14-2016),gaarabr9 (05-21-2016),gamerdos2 (05-19-2016),GAPK (11-11-2016),gene1qpar1 (10-16-2016),gerykris21 (02-28-2017),ggmad12 (10-15-2016),ghang88 (11-14-2016),Ghostdark8 (12-01-2016),giovanichibane (12-14-2016),Glazimmer (03-05-2017),Gnusmas45 (09-10-2016),goldgina11 (01-10-2017),HACKANATOR-T1000 (06-04-2016),Hacker4LifeBaby (03-08-2017),hackeribanez (05-31-2016),Hard1337Styler (09-17-2016),hardkey (10-11-2016),Hawzek (12-05-2016),heekari (01-29-2017),Heiken (03-02-2017),hejhejhej12345 (07-01-2016),Heliex (07-03-2016),hellraiserx (06-07-2016),hendowsky (02-08-2017),heroswann (06-24-2016),hezeth (03-10-2017),HiImKyle (03-05-2017),Histle (11-11-2016),Hogger1 (05-30-2016),hugod56 (07-21-2016),Hunter (05-13-2016),hunter311 (12-25-2016),Huntyetm (01-14-2017),Hypnotiqueee (05-15-2016),iamdoubledrift (11-29-2016),iankisgay (10-01-2016),IBeThieving (04-20-2017),ibr4ym (11-30-2016),idizzybastard (01-27-2017),ImJustMeme (03-16-2017),inkreaper (05-20-2016),InS1DuS (11-16-2016),Irkedd (05-14-2016),itsdoogle (12-09-2016),IUseHaqs (03-06-2017),ivan98 (09-06-2016),jackftw1 (11-22-2016),jackidoo (12-28-2016),jake_burkhardt (11-27-2016),Jason22196 (05-05-2017),JasonMaruuuz (02-27-2017),JastToker (05-16-2016),jay31410 (02-15-2017),jdmjdmjdm (03-09-2017),JeffXX (11-18-2016),jezz317 (05-20-2016),Joaovpgx (12-26-2016),joelcc (12-26-2016),johnponce32 (02-02-2017),Jonsnowie (11-17-2016),jordan5667 (02-18-2017),josecarlos140 (11-26-2016),jpixelito (07-20-2016),JustBilly (09-20-2016),Justrixas (02-04-2017),k1ng4ev3r (10-08-2016),kaden0724 (11-12-2016),Kai231 (08-14-2016),kamper123 (02-18-2017),kaneeskansen (11-10-2016),karolekkkk (05-25-2016),Kat (10-08-2016),katamakata (07-22-2016),Kechyyy (10-17-2016),kensay007 (02-28-2017),killingspree888 (11-23-2016),kinxs (01-28-2017),kirg (11-14-2016),kitomir (05-15-2016),KKDC (05-28-2016),klikrofl (10-26-2016),koolio974888 (12-01-2016),kr33k (11-28-2016),Krann4iK (12-30-2016),krimz311 (01-29-2017),Krouzu (01-27-2017),Kuku007 (09-26-2016),kungstar123 (05-14-2016),kurache (01-23-2017),lafeus (12-11-2016),lambo111 (06-30-2016),leaflmao (06-09-2016),leon83 (02-24-2017),lewislewislewislewis (01-26-2017),lili2pac (12-04-2016),LinkedCoot (01-15-2017),liuyuhan11 (02-26-2017),locopm (07-26-2016),lol0909101 (12-11-2016),lol413016 (05-28-2016),lolcird (07-18-2016),lolpot132 (11-11-2016),LolRofl (07-04-2016),lordreky (05-19-2016),lucasxdr100 (07-17-2016),luciannn (09-20-2016),Lucifer1029 (03-29-2017),lukakas (12-31-2016),lukaslaura11 (10-14-2016),lukaslaura222 (12-22-2016),LukasPeterPeter (02-01-2017),LyntFX (06-12-2016),m3nt0rrz (09-29-2016),Maaate (01-30-2017),magnifiquE (03-11-2017),Marcus. (07-23-2017),Marraf (08-17-2016),martineldios (05-14-2017),mata18 (09-27-2016),matdores157 (01-04-2017),MaudlinStudios (12-05-2016),MaximusMCB (04-13-2017),Meandia (01-26-2017),MEMELORDmigoo (10-19-2016),MemoryReaper (08-16-2016),MeteorKubus72 (07-20-2016),Migos22 (06-13-2016),Migulin (05-30-2016),mikeoniciuc (10-02-2016),MikeyStrafez (05-28-2016),minaolenrivo (01-16-2017),minecraftnerdK (02-19-2017),mintblob (02-12-2017),Miskelly (05-14-2016),mitushd (07-06-2016),MLGpengu.jpg (01-24-2017),monhacker22 (01-14-2017),monsteritis (01-04-2017),mountaindewgamer22 (01-18-2017),mr.bejaoui (07-30-2016),nangiu1 (08-19-2017),NawtUr (07-30-2016),Nazebo87 (01-28-2017),neagucprn (11-02-2017),nephiraV2 (03-03-2017),netoowgames (03-01-2017),Netren (06-05-2016),nexcat (05-28-2016),NickCris (05-22-2016),nidarekun1 (10-22-2016),nikhil_soni (11-26-2016),NokiaJDM (10-31-2016),oDasani (11-23-2016),odealo13371337 (05-23-2016),ohadd1 (03-18-2017),olivertran96 (11-23-2016),only2times (05-14-2016),OnTheEdge16 (09-17-2016),onur0102 (03-26-2017),onureren78 (09-18-2016),oportia (03-04-2017),opsthiago (12-31-2016),OrangeDerp (03-01-2017),OriginalBoss48 (05-14-2016),Othuum (01-20-2017),owo (05-14-2016),PainPro563 (08-04-2016),papanamericano (02-21-2017),patatorgamer (11-13-2016),paulo775 (07-03-2016),pauloign (11-26-2016),pepeprag (06-03-2016),petarwcl (08-29-2016),phonism (11-24-2016),piolopogi6 (11-13-2016),playseec (01-18-2017),plyu (10-14-2016),pokums (11-18-2016),pontso97 (03-09-2017),powerrocker (09-25-2016),ProPablo (07-23-2016),psp184 (07-10-2016),qCr3x (05-13-2016),Quintz (10-09-2016),raulikesn1 (02-17-2017),rauran (07-22-2016),raymas31 (05-29-2016),recoiler4 (02-28-2017),regenti51 (01-27-2017),Rektagon (07-23-2016),rerdoze (05-29-2016),reteweee (02-18-2017),rexvonzombie (10-09-2016),reymos (11-28-2016),rhysie1 (07-01-2016),Riley Bacon (07-22-2016),riot1227 (01-03-2017),rossboss20 (10-02-2016),rrspamrr (05-29-2016),Rubick_Wizard (01-11-2017),rusekkk (06-26-2016),rxet7 (06-19-2016),ryuz11 (08-07-2017),r_a_z_e (11-26-2016),saidai (11-04-2016),Salierus (09-20-2016),sampnick (09-16-2016),scareface01 (05-15-2016),scorpion21337 (11-04-2016),senlan2009 (06-26-2017),sethburnzguy (07-11-2016),sharkbaitxd3 (11-25-2016),shattering (10-28-2016),shawn608 (06-11-2016),sheeshscurbur (05-14-2016),shramp (01-02-2017),shtpmghc (07-21-2016),silence197 (12-14-2016),sionsik3r (11-30-2016),sitbox144 (01-16-2017),Skroothe (03-03-2017),skynocks (05-20-2016),SLHX (06-07-2016),Slowpok3 (05-16-2016),smayla (08-05-2016),smoczu (12-23-2016),smoothieface (11-26-2016),SmoreDoesYT (05-16-2016),snackbubbles (09-30-2016),SneakyRat1 (07-19-2016),Snoopy (12-01-2016),Soloisthed (01-24-2017),southwardtax (10-17-2016),spitfire600 (05-22-2016),splashdogg (10-14-2016),srepko (01-27-2017),SrShadowBr (02-28-2017),Steezus425 (09-29-2016),Strongestnsoe0 (02-26-2017),sugojkq (10-01-2016),sundhi (07-19-2016),Sup3rTron (05-27-2016),Suranjoy Das (01-26-2017),suricatta (07-28-2016),Synce182 (11-17-2016),Syro27 (01-08-2017),tading143 (03-09-2017),taigaai (09-17-2016),taltal555 (04-28-2017),TassoFV (02-03-2017),Tatafanel (01-24-2017),taunt911 (11-15-2016),tave123412312 (06-14-2016),taxrevenue (10-18-2016),TayzleyHD (01-03-2017),Tegabyte (05-19-2016),tentz93 (10-02-2016),Th0 (05-16-2016),Th3Ch34t3r (06-02-2016),TheGamerCheater (01-26-2017),timcekkk (05-30-2016),tipiloulou (05-27-2016),tirda (05-17-2016),tomfizz (09-29-2016),Tonald Drump USA (06-03-2016),TorixYT (06-21-2016),toutouyoupoop (10-26-2016),Tralendary (07-21-2016),typoney (01-21-2017),uomobanana5 (06-01-2016),Uselad (03-07-2017),ValconN (03-06-2017),Vallavanat (01-13-2017),vallwow (07-25-2016),vangerlive (09-20-2016),VELOSSZRA (03-05-2017),Velozaa (07-16-2016),ventedore (03-17-2017),vesais113 (08-07-2016),wallstreetw0lf (07-07-2016),warriorkyle (10-27-2016),wasd5122 (06-13-2016),weihaodouglas (02-02-2017),WispArmy (05-28-2016),xantibiotcz (09-17-2016),xaxa619G (05-30-2016),xBrotatoChipx (01-07-2017),Xhen (01-31-2017),Xizlematt226 (07-24-2016),xkn129 (03-28-2017),xKuDuZx (01-31-2017),xml (06-02-2016),xvencio (06-03-2016),xXAhmz0o (07-08-2016),xXTeitoXx (03-06-2017),xyeez (07-11-2016),YaBoiTyke (05-30-2016),yahyeetdab (03-10-2017),Zaboyzz9 (02-20-2017),Zainalig82 (06-08-2016),ZaWeST (11-23-2016),zcano (02-19-2017),zdrahos20 (02-12-2017),zephicg (02-17-2017),Zephiroth80300 (12-06-2016),zk90 (10-18-2016),Zsilt (06-14-2016),[T] (05-13-2017),^-^ (10-06-2016),_NightWare (05-14-2016)

Similar Threads

  1. [Outdated] CSGO Triggerbot (31-07-14)
    By gtaplayer2 in forum Counter-Strike 2 Hacks
    Replies: 121
    Last Post: 08-02-2014, 01:05 AM
  2. [Release] CSGO Triggerbot (30-07-14)
    By gtaplayer2 in forum Counter-Strike 2 Hacks
    Replies: 47
    Last Post: 07-31-2014, 05:15 PM
  3. [Release] Triggerbot /UPDATE
    By zombbomb in forum All Points Bulletin Reloaded Hacks
    Replies: 324
    Last Post: 01-24-2014, 01:19 PM
  4. CSGO Triggerbot / Coder
    By IBR4HIM in forum Counter-Strike 2 Discussions
    Replies: 0
    Last Post: 09-30-2012, 03:35 PM
  5. [Release] Triggerbot *UPDATE*
    By ahlun89 in forum Combat Arms Hacks & Cheats
    Replies: 43
    Last Post: 12-17-2008, 09:07 AM