Fortnite AFK bot. anyone ever use one? pointless?

GPC2 script programming for Titan Two. Code examples, questions, requests.

Fortnite AFK bot. anyone ever use one? pointless?

Postby teckx » Thu Jul 19, 2018 12:17 pm

seems simple enough to create a script that runs on a loop
enters game. jumps from bus
does random things
repeat all while your sleeping or at work to help gain XP

is it worth it though? not really sure how many levels you can gain doing this
User avatar
teckx
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 194
Joined: Tue Mar 27, 2018 1:53 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby wewt22 » Thu Jul 19, 2018 10:41 pm

Code: Select all
//Posted : Thursday 19th of July, 2018 16:58 UTC  
 
//FORTNITE AFK XP
//When in Lobby press down on D-Pad to start script
//Works for both PS4 and XBOX ONE
//Credit: dricon
#include <titanone.gph>
 
int onoff;
 
main
{
    if(event_press(PS4_DOWN)){onoff = !onoff;
    }
    if(onoff){combo_run(AFK);
    }
}
 
combo AFK
{
    set_val(PS4_CIRCLE, 100);
    wait(2400);
    set_val(PS4_CIRCLE, 0);
    wait(10);
    set_val(PS4_TRIANGLE, 100);
    wait(100);
    set_val(PS4_TRIANGLE, 0);
    wait(200);
    set_val(PS4_CROSS, 100);
    wait(100);
    set_val(PS4_CROSS, 0);
    wait(200);
}
User avatar
wewt22
Sergeant
Sergeant
 
Posts: 9
Joined: Thu Jul 19, 2018 10:24 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby teckx » Fri Jul 20, 2018 12:09 am

Wondering if anyone here has experience running it and if it’s worth it or not
User avatar
teckx
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 194
Joined: Tue Mar 27, 2018 1:53 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby wewt22 » Fri Jul 20, 2018 1:52 am

places top 20+ fairly often for me..
User avatar
wewt22
Sergeant
Sergeant
 
Posts: 9
Joined: Thu Jul 19, 2018 10:24 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby teckx » Fri Jul 20, 2018 9:19 pm

wewt22 wrote:places top 20+ fairly often for me..


Did yu change any of the wait times ?
User avatar
teckx
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 194
Joined: Tue Mar 27, 2018 1:53 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby onthe » Sat Jul 21, 2018 2:09 am

just started S5 today. already rank 10 with it :smile0202:
User avatar
onthe
Corporal
Corporal
 
Posts: 4
Joined: Tue Jun 12, 2018 8:48 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby antithesis » Sat Jul 21, 2018 2:20 am

XP means almost nothing in BR this season. The only reason to grind XP is to unlock additional styles for the Battle Pack skins, and there's no longer a seasonal time-limit on XP for that.

There's no reason to risk a Fortnite account or console ban botting XP when XP offers zero benefit. What you should instead do is work on the Battle Pass Tiers and Dailies to unlock those skins and that isn't worth the effort to bot as it's almost all task-based (fetch quests, kills, etc).
Official Australian retailer for Titan One, Titan Two and XIM APEX at Mod Squad
User avatar
antithesis
Colonel
Colonel
 
Posts: 1912
Joined: Sat May 28, 2016 10:45 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby wewt22 » Sat Jul 21, 2018 3:46 am

Ived rank as high as 9 with this script and no I have not changed any of the timers at all. Yeah sometimes you'll place ~60-80 or so..but I've had plenty of 20 or better games. As far as no reason to run the script and xp being worthless? well you need 500k exp to unlock the drifter and tier100 skin..considering even 2nd place is only ~500-750xp it'll take a while playing legit...def doable within the season, but for somone that works full time like me it's just easier to let the script go and get xp for me. Not only will you unlock the editable styles but you'll also tier up...10 battle stars for every 10th level, 5 for every 5th level and 2 per every other level.
User avatar
wewt22
Sergeant
Sergeant
 
Posts: 9
Joined: Thu Jul 19, 2018 10:24 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby antithesis » Sat Jul 21, 2018 6:10 am

My point is there is no time pressure to get XP to level up skins, they're not time-limited to the season any more.

I could have used this script last season for Omega's level 70 lights, but Drift and Ragnarok's upgrades unlock over as much time as needed to get the XP. I don't find either skin particularly good (Ragnarok's head hitbox is huge), so am in no hurry to get XP. The only time pressure is the Battle Pass tiers and that's relatively easy to achieve without a tonne of grind over the course of a season.

Stars for Battle Pass tiers are more important and can't be farmed effectively or efficiently with a bot. Wait until around Week 7, then spend a day or two grinding through the weeklies and Tier 100 will come pretty quickly. Staying on top of dailies twice a week will make up the rest of the Tiers and that can't be done via a bot (except play X matches).

At best you're going to get maybe 15 tiers out of farming XP, IMHO that's not worth the effort or risk. Where a bot would be more helpful is in Save the World to farm dailies for V-bucks (depends again on type of daily). Use those V-bucks to buy tiers in BR.

In the end, farming XP and tiers is easy, so use a bot if it tickles your pickle, but it does come at a risk. Epic doesn't take kindly to cheats in BR and it'll be easy to see a bot in a recording or report.
Official Australian retailer for Titan One, Titan Two and XIM APEX at Mod Squad
User avatar
antithesis
Colonel
Colonel
 
Posts: 1912
Joined: Sat May 28, 2016 10:45 pm

Re: Fortnite AFK bot. anyone ever use one? pointless?

Postby wewt22 » Sat Jul 21, 2018 8:33 pm

would hate to see a bot come out for save the world there already enough leeches in that game at least in br if you choose to afk in solo it doesn't hurt anyone
User avatar
wewt22
Sergeant
Sergeant
 
Posts: 9
Joined: Thu Jul 19, 2018 10:24 pm

Next

Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 61 guests