Giter Site home page Giter Site logo

gt7-scripts's Introduction

GT7 Scripts

Autohotkey scripts for GT7 to farm creddits

gt7-scripts's People

Contributors

byprinciple avatar ilillii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gt7-scripts's Issues

Just wanted to say thanks.

Hey, too lazy to register on psnprofiles but I just wanted to say thanks
Just had clean win10 x64 on vmware that I was testing was my own janky AHK script but yours is much better and stable.
Had no need to tweak anything it just worked as per instructions.

How long you can Farm with this?

Hello, i use the farming Method on my PS4, but after 10 Races, also after 220000ms the Scripts end.
In the Variables i want to change the time for a little bit more Hours, but then i chanegd, the script doesnt work.
How can i fix tht or i must repeat this every Hour?

Thx for the Script and good loot :D

Color issue with PixelSearch function (stuck on leaderboard screen)

I did some debug with the issue I had with the leaderboard screen (purple banner).
Most of the time it worked but sometimes it didn't find the color.

No change on the laptop side so I thought about a very slight change of color as this banner is made with a gradient purple color.
I used this to check the colors everytime it got stuck.

file := FileOpen("color.txt","a")

PixelGetColor, color, 216, 357
file.write(color)
PixelGetColor, color, 220, 361
file.write(":" color "`n")

file.close()

And the results were :

0x6D3A59:0x743E5E ko
0x6C3A59:0x733E5F ok
0x6C3959:0x763D60 ko
0x6C3A59:0x763D60 ok
0x6D3A59:0x773D60 ko
0x0B0609:0x0B0609 ko
0x0B0609:0x0C0609 ko
0x6D3A59:0x773D60 ko
0x6C3959:0x773D60 ko

As you can see, the color often changes slightly at the start/end of the PixelSearch zone.
If you want to check I took screenshots when it happened.

I'm a bit surprised there are only a few users with this issue.
I think it may be related to the dynamic resolution changes.
Changing the resolution in the app won't change anything for PS4 Pro and PS5 as it clearly says that the resolution will be set to 1080p max depending on the quality of the network connection.

For a fix, I'll extend the zone like I did in my modified script when I showed you I extended a bit the height to get rid of the menu bar overlaid on the PS5 display.
If I remember well, I didn't have this issue with the larger zone but I'm not sure.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.