What's new

Patched Grand Theft Auto V RP Mega Thread

  • Thread starter Native Pride 1988
  • Start date
  • Views 27,777
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
Im done edit tutorial on first page. Please remember give Native Pride 1988 Native Pride 1988 (me), Navy Davey Navy Davey and CBD420 CBD420 credits

Please let me know about more RP glitch or RP exploit then provide me or Navy Davey Navy Davey or CBD420 CBD420 on PM for link then I will additional link on tutorial this first page. Thank yall for cooperation and communication :wink:
 
Last edited by a moderator:
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
We did communicate about how RP working is and Navy Davey Navy Davey is a lots of full credit because he always additional capture playlist everytime. Me and CBD420 CBD420 did discussion about RP thread and we have lots of full credit because we did communicate on pm about RP working and patched.
 
R

Rich2311

Newbie
Messages
11
Reaction score
0
Points
10
Sin$
7
There might be better way to do it, but this is what i came up with. You might have to change the timings due to difference in loading times.

; script is below
loop,
{
send E ; to enter avenger
sleep, 13000 ; for the loading screen
send S ; to face the door
sleep, 2500 ; to wait till char faces the door
send {Enter} ; accept to enter cockpit
sleep, 25000 ; to wait till the starts show up.
}
; script is above

obviously, you can add hotkeys to manually start it, or to pause or to reload the script in case you make changes. the ones i use are
F2:: pause, toggle ;(might need to remove space between : and p because it comes out as :tongue: here)
F12::reload
and i use F1 for the loop.

Thanks gonna try this one, what if there is a phone call from lester or someone else in between...??
 
CBD420

CBD420

Experienced Member
Messages
2,746
Reaction score
1,845
Points
750
Sin$
7
Thanks gonna try this one, what if there is a phone call from lester or someone else in between...??
make sure to get the calls before starting, sometimes they mess it up. I think it's only the calls like bruce, only had it happen twice to me so far, 2nd time it rang but then stopped and didn't affect anything. Could also be the difference between getting the call in the avenger or outside. I was inside when the call messed things up.
 
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
make sure to get the calls before starting, sometimes they mess it up. I think it's only the calls like bruce, only had it happen twice to me so far, 2nd time it rang but then stopped and didn't affect anything. Could also be the difference between getting the call in the avenger or outside. I was inside when the call messed things up.
I hates that. Very annoying. Also martins adversary mode screen show up. Very annoying.

My bud Navy Davey Navy Davey told me that capture playlist removed by R*.
 
Last edited by a moderator:
R

Rich2311

Newbie
Messages
11
Reaction score
0
Points
10
Sin$
7
make sure to get the calls before starting, sometimes they mess it up. I think it's only the calls like bruce, only had it happen twice to me so far, 2nd time it rang but then stopped and didn't affect anything. Could also be the difference between getting the call in the avenger or outside. I was inside when the call messed things up.

Isnt it an option to put in an extra line after the loading screens to cancel a phone call, will just take a second or two!!

There might be better way to do it, but this is what i came up with. You might have to change the timings due to difference in loading times.

; script is below
loop,
{
send E ; to enter avenger
sleep, 13000 ; for the loading screen
send S ; to face the door
sleep, 2500 ; to wait till char faces the door
send {Enter} ; accept to enter cockpit
sleep, 25000 ; to wait till the starts show up.
}
; script is above

obviously, you can add hotkeys to manually start it, or to pause or to reload the script in case you make changes. the ones i use are
F2:: pause, toggle ;(might need to remove space between : and p because it comes out as :tongue: here)
F12::reload
and i use F1 for the loop.

Tried it but it wont seem to work, well it does for Windows 10, but it wont move my character in gta it just works in the background in windows.... Anyone can help me out

Tried it but it wont seem to work, well it does for Windows 10, but it wont move my character in gta it just works in the background in windows.... Anyone can help me out

Add the following in the script beneath the first {

ControlSend , , {enter}, Grand Theft Auto V

This command will send it to the gta window, can be full screen or windowed.
This is working for me (pc).

Whole script is :

loop,
{
ControlSend , , {enter}, Grand Theft Auto V
send E ; to enter avenger
sleep, 13000 ; for the loading screen
send S ; to face the door
sleep, 2500 ; to wait till char faces the door
send {Enter} ; accept to enter cockpit
sleep, 25000 ; to wait till the starts show up.
}

I was able to reduce the sleep timers allot, its up to u to tweak it.

Thanks to getflakt for the script.
 
Last edited by a moderator:
Navy Davey

Navy Davey

☠️Wicked Good☠️
Retired
Mr. Nice Guy Legendary Veteran Platinum Record
Messages
6,598
Solutions
152
Reaction score
6,789
Points
1,768
Sin$
0
My bud Navy Davey Navy Davey told me that capture playlist removed by R*.
The Playlists in the OP have been deleted by rockstar:frown:
I have no problem sharing new playlists here:wink:
There are working playlists that have been add to the thread... just not in the op:frown: Whomever the rockstar spy is Didn’t go through the whole thread which is good but it doesn’t mean my working playlists are safe:frown:
Anyhow I will post links here and in my thread in the next couple of days:wink:
 
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
The Playlists in the OP have been deleted by rockstar:frown:
I have no problem sharing new playlists here:wink:
There are working playlists that have been add to the thread... just not in the op:frown: Whomever the rockstar spy is Didn’t go through the whole thread which is good but it doesn’t mean my working playlists are safe:frown:
Anyhow I will post links here and in my thread in the next couple of days:wink:
No problem. Let me know bud. I know u still hard-working and awesome make capture playlist.
 
N

NeXsus

Enthusiast
Messages
217
Reaction score
46
Points
95
Sin$
0
There might be better way to do it, but this is what i came up with. You might have to change the timings due to difference in loading times.

; script is below
loop,
{
send E ; to enter avenger
sleep, 13000 ; for the loading screen
send S ; to face the door
sleep, 2500 ; to wait till char faces the door
send {Enter} ; accept to enter cockpit
sleep, 25000 ; to wait till the starts show up.
}
; script is above

obviously, you can add hotkeys to manually start it, or to pause or to reload the script in case you make changes. the ones i use are
F2:: pause, toggle ;(might need to remove space between : and p because it comes out as :tongue: here)
F12::reload
and i use F1 for the loop.

Thanks appreciate you posting if I find any tweaks I'll let you know :wink:

Add the following in the script beneath the first {

ControlSend , , {enter}, Grand Theft Auto V

This command will send it to the gta window, can be full screen or windowed.
This is working for me (pc).

Whole script is :

loop,
{
ControlSend , , {enter}, Grand Theft Auto V
send E ; to enter avenger
sleep, 13000 ; for the loading screen
send S ; to face the door
sleep, 2500 ; to wait till char faces the door
send {Enter} ; accept to enter cockpit
sleep, 25000 ; to wait till the starts show up.
}

I was able to reduce the sleep timers allot, its up to u to tweak it.

Thanks to getflakt for the script.

For some reason I'm having the same issues as Rich2311 even with the ControlSend addition, any other suggestions?
 
Last edited by a moderator:
R

Rich2311

Newbie
Messages
11
Reaction score
0
Points
10
Sin$
7
For some reason I'm having the same issues as Rich2311 even with the ControlSend addition, any other suggestions?
Type the window name excactly the same including the Capital letters, else try it in a boxed window.... Am on the nightshift now, will look later at my script again... Can u post yours here?
 
N

NeXsus

Enthusiast
Messages
217
Reaction score
46
Points
95
Sin$
0
Type the window name excactly the same including the Capital letters, else try it in a boxed window.... Am on the nightshift now, will look later at my script again... Can u post yours here?

Full script, activating with ctrl+e and pause with ctrl+d, works fine in windows but not in game, tried in windowed mode and the game name is identical

^d:: pause, toggle
^e::

loop,
{
ControlSend , , {enter}, Grand Theft Auto V
send E ; to enter avenger
sleep, 13000 ; for the loading screen
send S ; to face the door
sleep, 2500 ; to wait till char faces the door
send {Enter} ; accept to enter cockpit
sleep, 25000 ; to wait till the starts show up.
}
 
R

Rich2311

Newbie
Messages
11
Reaction score
0
Points
10
Sin$
7
Full script, activating with ctrl+e and pause with ctrl+d, works fine in windows but not in game, tried in windowed mode and the game name is identical


^d:: pause, toggle
^e::

loop,
{
ControlSend , , {enter}, Grand Theft Auto V
send E ; to enter avenger
sleep, 13000 ; for the loading screen
send S ; to face the door
sleep, 2500 ; to wait till char faces the door
send {Enter} ; accept to enter cockpit
sleep, 25000 ; to wait till the starts show up.
}

I tried again and for me to it doesnt seem to work, what i did was :
There is a file in the autohotkey directory called WindowSpy. ahk.
Try running that first and than start the rp script u made.... This worked for me.
 
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
Right now Im on level 383 and almost level 384 lol. Expecting today I will raise up to level 400. Avenger method using rp at zancudo area are awesome lol. More faster raise up level and rp.

Edit: thank you Thilly a lots because I use Semi-AFK RP. Its faster rp and level up lol. Thilly mentioned this and I use this a lots:

At the Military base, I use a rubber band to hold down the X button and the left thumbstick downward.
Then keep pressing and releasing right on the D pad.
Then after i'm sure everything is set properly and it is working, I turn over and watch TV.
Just don't forget to keep hitting right on the D pad.
 
Last edited:
getflakt

getflakt

Enthusiast
Messages
93
Reaction score
30
Points
65
Sin$
0
Uh, i might have taken out something that made the script work without knowing. I'm not good with coding and thought it was unnecessary having no idea what they do. here's the whole script i've been using. sorry for leaving you guys with an unfinished work.

;script below

CoordMode, Mouse, Client
CoordMode, Pixel, Client

sleep 2000
send {f1}

f12::Reload
send {f1}

F2:: pause, toggle

F1::
loop,
{
send E
sleep, 9000
send S
sleep, 1500
send {Enter}
sleep, 22500
}

return

;script above
 
CBD420

CBD420

Experienced Member
Messages
2,746
Reaction score
1,845
Points
750
Sin$
7
Right now Im on level 383 and almost level 384 lol. Expecting today I will raise up to level 400. Avenger method using rp at zancudo area are awesome lol. More faster raise up level and rp.

Edit: thank you Thilly a lots because I use Semi-AFK RP. Its faster rp and level up lol. Thilly mentioned this and I use this a lots:

At the Military base, I use a rubber band to hold down the X button and the left thumbstick downward.
Then keep pressing and releasing right on the D pad.
Then after i'm sure everything is set properly and it is working, I turn over and watch TV.
Just don't forget to keep hitting right on the D pad.
I been doin the full afk, got 1 char from 150-215 in about 18 hours and got another char from 27 to 122 in about 20 hours
 
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
I been doin the full afk, got 1 char from 150-215 in about 18 hours and got another char from 27 to 122 in about 20 hours
Wow thats amazing. U could raise up to level 1000 lol if u want to. I really want to raise up to level 1000 lol. Even through this thread are awesome and more easiest people could use RP glitch

Yesterday I saw a lots of people use solo afk capture by gameleeleo because they did invitation on job list, u know what I mean. Occasionally I use solo afk capture but most I use this for overnight a while I was asleep.
 
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
Right now im on level 385 and almost level 386 lol. I still use solo afk capture by gameleeleo. Later today i will use avenger rp method at zancudo area lol :wink::wink::wink::wink::wink::wink:
 
N

NeXsus

Enthusiast
Messages
217
Reaction score
46
Points
95
Sin$
0
Uh, i might have taken out something that made the script work without knowing. I'm not good with coding and thought it was unnecessary having no idea what they do. here's the whole script i've been using. sorry for leaving you guys with an unfinished work.

;script below

CoordMode, Mouse, Client
CoordMode, Pixel, Client

sleep 2000
send {f1}

f12::Reload
send {f1}

F2:: pause, toggle

F1::
loop,
{
send E
sleep, 9000
send S
sleep, 1500
send {Enter}
sleep, 22500
}

return

;script above

Thanks those two lines did the trick, good ol coding one missed piece of info and chaos haha

CoordMode, Mouse, Client
CoordMode, Pixel, Client

these timings work well in invite only session

{
send E
sleep, 9500
send S
sleep, 1500
send {Enter}
sleep, 5500
}
 
Native Pride 1988

Native Pride 1988

Deaf Tatanka (Native Pride)
Specialist
Glitcher Seasoned Veteran Experienced Veteran
Messages
8,091
Solutions
12
Reaction score
3,533
Points
1,128
Sin$
7
Thanks those two lines did the trick, good ol coding one missed piece of info and chaos haha

CoordMode, Mouse, Client
CoordMode, Pixel, Client

these timings work well in invite only session

{
send E
sleep, 9500
send S
sleep, 1500
send {Enter}
sleep, 5500
}
Whats code u use on PC for using Avenger Method (solo afk rp)? I can add ops on tutorial on first page.
 
Top Bottom
Login
Register