Thread: AIO 1.7.2

Page 1 of 7 123 ... LastLast
Results 1 to 15 of 96
  1. #1
    dlr5668's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    907
    My Mood
    Asleep

    AIO 1.7.2

    DETECTED you will get ban after 2-4 games and have to create new account

    Showcase
    [IMG]https://lh3.googleuserconten*****m/-WduvWm4u-u4/WebatioCeFI/AAAAAAAATh8/d-Uv3wD9v8Mgs62-7Z_rm7aGK0sGw87_gCHMYCw/s0/FortniteClient-Win64-Shipping_2017-10-18_07-38-12.jpg[/IMG]

    F7 - aim, F8 - chams, F9 - esp

    More info from is in last thread https://www.mpgh.net/forum/showthread.php?t=1309109

    Changes
    1. Tweaked aimbot
    2. Few tweaks that can decrease detection


    VT
    https://www.virustotal.com/#/file-an...UwODMzODAzMw==
    https://virusscan.jotti.org/en-US/fi...job/bcyoq4uzak

    Source I am using (in case you want to tweak it or smth)

    Almost ready to CP. Just call MoveMouse. I am running 1000 Hz mouse 2000 dpi, no accel in fortnite (ini) and no accel in windows, 0.16 sensivity (0.04 in ini)

    target_tracking_time - time since last target change.
    divider2 is 8..1 depends on time. We start slow and ramping up to target. 0 ms = 8, 1000+ ms = 1
    divider2 is 1..2 helps with twitching (going back and forth)

    Code:
    	// anti clockwise angle between 2 vectors v1 and v2
    	float CalculateAngle(SDK::FVector2D v1, SDK::FVector2D v2)
    	{
    		float dot = v1.X * v2.X + v1.Y * v2.Y;
    		float det = v1.X * v2.Y - v1.Y * v2.X;
    		return atan2(det, dot) * 180.0f / M_PI;
    	}
    
    	SDK::FVector2D last_move = {0 , 0};
    	void MoveMouse(float moveX, float moveY, float target_tracking_time)
    	{
    		target_tracking_time = min(target_tracking_time, 1.0f);
    		float divider1 = 0.5f + (8.0f - 0.5f) / (1.0f + pow(target_tracking_time / 0.232f, 1.81f)); // 0.0 - 8, 0.25 - 4, 0.5 - 2, 1 - 1
    
    		// dont move mouse more than 50 pixels at time (ghetto HFR)
    		float dirX = moveX > 0 ? 1.0f : -1.0f;
    		float dirY = moveY > 0 ? 1.0f : -1.0f;
    		moveX = dirX * min(50, abs(moveX));
    		moveY = dirY * min(50, abs(moveY));
    		SDK::FVector2D cur_move = { moveX , moveY };
    
    		float angle = CalculateAngle(cur_move, last_move); // -180..180 angle ->
    		float divider2 = max(abs(angle), 90) / 90.0f; // -> 1..2 additional divider depending on last mouse movement
    		moveX = moveX / divider1 / divider2;
    		moveY = moveY / divider1 / divider2;
    
    		mouse_event(MOUSEEVENTF_MOVE, (DWORD)moveX, (DWORD)moveY, 0, 0);
    		last_move = cur_move;
    	}
    C:\Users\XXX\AppData\Local\Fort******me\Saved\Conf ig\WindowsClient\GameUserSettings.ini + readonly
    Code:
    bEnableMouseSmoothing=True
    MouseSensitivity=0.04
    bDisableMouseAcceleration=True
    DETECTED you will get ban after 2-4 games and have to create new account
    <b>Downloadable Files</b> Downloadable Files
    Last edited by dlr5668; 10-18-2017 at 02:39 PM.

  2. The Following 189 Users Say Thank You to dlr5668 For This Useful Post:

    0thathavay (10-19-2017),1543888758 (10-18-2017),99six (11-02-2017),a1838493632 (10-19-2017),aapje1998 (10-18-2017),adadsfadsf (02-25-2018),ak997 (11-27-2018),akachronix (10-21-2017),Alex.JordanLeZob (10-18-2017),alunite (10-18-2017),andythree (10-18-2017),anni9111 (11-08-2017),ApoKing58 (10-22-2017),arandaaa (10-18-2017),arlisd (10-20-2017),asdjlkasdji (03-02-2018),atokay0590 (10-22-2017),aybtngan10 (10-18-2017),AzadModding (10-20-2017),azb3st18 (10-18-2017),Azkhack2 (02-06-2018),baderm (11-13-2017),Baltaska (03-31-2018),basemcool133 (02-08-2018),BastiExo (01-06-2018),beast0948572934859872347 (11-23-2017),bennnny7887 (02-04-2018),bisoso (10-18-2017),BossnageV2 (11-08-2017),brianNED (10-20-2017),broadcast55 (12-03-2017),bylopezhd (11-06-2017),cai350322 (10-19-2017),CASQUE_ (10-20-2017),cato (10-18-2017),cbatch012 (03-20-2018),Chelseafc777 (10-18-2017),Ckac (12-03-2018),Coinswag (10-18-2017),Convulse (10-18-2017),Csicska1234 (02-10-2018),danielbluhme (10-25-2017),Darcheur (10-18-2017),darkvampy1 (10-19-2017),DesuNe (10-20-2017),dickinablackbitch (10-22-2017),dominomi24 (01-05-2018),Drascollakias (10-18-2017),DumbFox (10-22-2017),elalexeste (04-04-2018),Enormao3 (10-22-2017),enstrm (10-18-2017),Ev1Loo (10-18-2017),fasstixx (10-26-2017),FgexxDeadly (10-20-2017),filmfongs (10-18-2017),fireblader16 (10-24-2017),fotnite13 (10-18-2017),foxxyman (01-28-2018),FrozenXTero (10-19-2017),gamarra2000 (10-22-2017),Gaming_on_Fire (10-18-2017),gloxzade (10-18-2017),gokberksavas77 (10-18-2017),GORAAA (04-04-2018),GrantParker123456 (02-13-2018),greg1234567892er2er (10-18-2017),guiziin11 (10-18-2017),GZN (10-18-2017),Hackertje4 (10-22-2017),hacks_master (10-21-2017),Henrizola (03-15-2019),heyyyo123 (10-18-2017),hoanghobq201197 (10-18-2017),inhaidoug (10-30-2017),jaiwie (10-30-2017),jamieluke (10-18-2017),jeck123 (10-19-2017),Jeycha (10-18-2017),Jojan1234 (10-21-2017),joshua_hd667 (12-08-2017),kappacu (10-19-2017),kesantr (10-19-2017),kieubaonhi95 (10-18-2017),kimizizann (01-06-2018),kizakiz (10-18-2017),klipahz (10-18-2017),koneney (10-18-2017),kosomk32 (10-18-2017),kronusremiix (03-07-2018),KumaDEV88 (01-14-2018),landonblue1990 (10-18-2017),lerevenen1 (10-19-2017),lokote33 (10-21-2017),lollone1998 (10-18-2017),lukas2208 (07-28-2019),Lukulele (12-29-2017),lysergic11 (10-22-2017),Marcospirocudo (01-30-2019),marshal64 (02-24-2018),matheusrcamargo2002 (10-18-2017),maxschutz (10-18-2017),mertcaymaz (10-18-2017),metalcrash (10-21-2017),MGanuslange (12-24-2017),Mikkel_gg (10-18-2017),minylink (10-18-2017),MMORTEN (03-16-2018),mpimika62 (10-18-2017),Mrcutter (10-18-2017),muratbeee (11-03-2017),NeaZen1 (10-18-2017),nephiraV2 (10-18-2017),nicolas244 (10-19-2017),nikosplastiras (11-28-2017),nogheart (12-22-2017),nootthenoot (10-21-2017),oday97 (10-18-2017),OGJUSTIN (08-24-2018),OhLoot (10-18-2017),Omnilex (10-19-2017),pandabattles (11-17-2017),Parkouse (10-19-2017),petruccijr (10-18-2017),PigeonEXE (07-04-2018),PK_Silent (10-18-2017),po009 (10-18-2017),Pro909 (10-19-2017),PureBredBuilder773 (05-27-2018),putinnlove69 (01-19-2018),Quachi66 (10-19-2017),Quantum554 (10-18-2017),qxmlove (11-12-2017),RafTxv (10-19-2017),Randombest (10-18-2017),RetroPixel (10-19-2017),rev1sq (10-18-2017),robertgrodzik (02-06-2018),royaljunk (10-22-2017),Ryuux (10-18-2017),samtheslidernz (01-07-2018),Saweq (10-19-2017),scana98 (10-18-2017),Sepina (10-18-2017),sexyaddy (10-31-2017),Shabligne (04-02-2018),Shn33zin (10-20-2017),shooterpc (10-19-2017),Siay88 (10-24-2017),SikBuk (03-07-2018),Silent1337 (10-19-2017),sixiangyu (11-17-2017),snrnsi12 (10-18-2017),Sowdaa_ (10-19-2017),Spangles322 (10-21-2017),SpliNix (10-23-2017),sRGwarehgewrhaerherh (10-18-2017),starrrrock (10-05-2019),StaRyNaPlecach (11-30-2018),SteveBuscemi (01-21-2018),Swagtato (10-19-2017),Sweazox (10-22-2017),sxj165342222 (03-12-2018),T0xwo (10-20-2017),tanpssspssp (10-20-2017),ThOOmasDVN (10-19-2017),Titoche (10-18-2017),toenail69 (10-24-2017),UbiRock (10-18-2017),vbn123456258 (11-06-2017),VengeanceX12 (10-18-2017),vixmix (10-18-2017),vSphiinx (01-24-2018),vyacheslav1111 (12-18-2017),w6162892 (10-25-2017),wassolldas (10-18-2017),weiaiyou (03-18-2018),whenyouknow9000 (03-11-2018),Xcedeus (10-18-2017),xCrawly (03-06-2018),xiaodijia (01-23-2018),xmrrosx (10-19-2017),xNer0x (10-18-2017),yezooka5 (12-04-2017),yongsik111 (10-22-2017),zancrow626 (03-13-2018),zebitriste (10-22-2017),ZelixLTU (12-12-2017),zmcclean (10-19-2017)

  3. #2
    aybtngan10's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    First

  4. #3
    dlr5668's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    907
    My Mood
    Asleep
    And use it smart aka dont aim invisible enemies, shoot at 200m with AR (yes you can kill at this range with aimbot). There maybe new server checks

  5. #4
    Mrcutter's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Can't wait haha, looking forward to test it out.

  6. #5
    dlr5668's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    907
    My Mood
    Asleep
    CP about new anticheat 1.7.2

    the most recent update broke a lot of cheats and I am happy to say that FortHook (now V4) is working again.

    A lot of people complained about getting kicked with the error that they are using a VPN, a Machine(wtf) or Cheating.
    If you get this error your account is flagged and banned.

    I had this error and tried using nothing (not even VPN) and still got kicked.


    I made a new account and tried 4 different things:
    - Nothing Injected, no Bypass and no VPN -> No kick/ban
    - Just VPN (trust.zone) -> No kick/ban
    - VPN and Bypass (NoEye Hotpatch Injector) -> No kick/ban
    - VPN, Bypass and FortHook (V4) -> No kick/ban

    With the old account I would get kicked in any of the above listed cases.

    If you do get kicked or banned, please list what of the above you were doing.

  7. #6
    UbiRock's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dlr5668 View Post
    CP about new anticheat 1.7.2

    the most recent update broke a lot of cheats and I am happy to say that FortHook (now V4) is working again.

    A lot of people complained about getting kicked with the error that they are using a VPN, a Machine(wtf) or Cheating.
    If you get this error your account is flagged and banned.

    I had this error and tried using nothing (not even VPN) and still got kicked.


    I made a new account and tried 4 different things:
    - Nothing Injected, no Bypass and no VPN -> No kick/ban
    - Just VPN (trust.zone) -> No kick/ban
    - VPN and Bypass (NoEye Hotpatch Injector) -> No kick/ban
    - VPN, Bypass and FortHook (V4) -> No kick/ban

    With the old account I would get kicked in any of the above listed cases.

    If you do get kicked or banned, please list what of the above you were doing.
    Did you write this cheat with C++? or C?

  8. #7
    maks244's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dlr5668 View Post
    CP about new anticheat 1.7.2

    the most recent update broke a lot of cheats and I am happy to say that FortHook (now V4) is working again.

    A lot of people complained about getting kicked with the error that they are using a VPN, a Machine(wtf) or Cheating.
    If you get this error your account is flagged and banned.

    I had this error and tried using nothing (not even VPN) and still got kicked.


    I made a new account and tried 4 different things:
    - Nothing Injected, no Bypass and no VPN -> No kick/ban
    - Just VPN (trust.zone) -> No kick/ban
    - VPN and Bypass (NoEye Hotpatch Injector) -> No kick/ban
    - VPN, Bypass and FortHook (V4) -> No kick/ban

    With the old account I would get kicked in any of the above listed cases.

    If you do get kicked or banned, please list what of the above you were doing.
    How can I download ForthookV4

  9. #8
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    Be patient please .

    - - - Updated - - -

    Why is the hack date set to 1996 lol? Anyways //approved

    use at your own risk .

  10. The Following User Says Thank You to Royce For This Useful Post:

    dlr5668 (10-18-2017)

  11. #9
    dlr5668's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    907
    My Mood
    Asleep
    [IMG]https://lh3.googleuserconten*****m/-8RBFdz7irQw/Wed8ddFDKTI/AAAAAAAATjg/DVYPy8ea2uYOfxqC6lb2BkcyZNj--SFKwCHMYCw/s0/FortniteClient-Win64-Shipping_2017-10-18_19-06-32.jpg[/IMG]

    EZ boyz. Dont use on main we dont have all information about new anticheat. Just create throwaway acc
    Last edited by dlr5668; 10-18-2017 at 10:13 AM.

  12. #10
    aapje1998's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    YES Approved gonna test it

  13. #11
    mertcaymaz's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    how to disable battleye ? NoEye still work ?

  14. #12
    aapje1998's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    Just used it with NoEye, works great aimbot does no crazy spins !

  15. #13
    Mrcutter's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Working very good, thanks alot.

  16. #14
    dlr5668's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    907
    My Mood
    Asleep
    PLEASE DONT USE ESP Disable it with F9 in lobby. I am testing all different approaches to detect what may cause bans (headlock, esp, aim smoothing, kills across map, etc). Its complex system and delayed bans make it hard to test fast
    Last edited by dlr5668; 10-18-2017 at 10:31 AM.

  17. #15
    enstrm's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Just tried it out, it works perfectly with noeye. Thank you dlr!

Page 1 of 7 123 ... LastLast

Similar Threads

  1. [Release] ★ ★ ★ ProSkillz AIO v1.0 ★ ★ ★
    By Darko155 in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 17
    Last Post: 04-06-2011, 03:22 PM
  2. Unique | iTele™ | AIO
    By Dead 4 Real in forum Runescape Hacks / Bots
    Replies: 4
    Last Post: 03-13-2011, 10:04 AM
  3. [Release] Cheetah11's AIO Injector!
    By Cheetah11 in forum WarRock - International Hacks
    Replies: 37
    Last Post: 07-23-2010, 01:46 AM
  4. [Patched] BlackShot Bypass and Hack AIO
    By revoltbs in forum Blackshot Hacks & Cheats
    Replies: 31
    Last Post: 04-06-2010, 01:27 AM
  5. hacks an AIO
    By ShAg123 in forum Combat Arms Discussions
    Replies: 4
    Last Post: 12-26-2009, 10:43 AM