Jump to content
  • 0

Farmeriscool

Question

I've tried to make a critical ops aimbot (changing aim assist value) I am kinda successful,  I changed the value of the aim assist but if I go over 1.5 it will push it way off the player.

Any idea how to bypass that protection?

 

gg.setRanges(gg.REGION_ANONYMOUS)

local rs


gg.toast("MAKE SURE YOUR AIM ASSIST VALUE IS AT 75%")

gg.searchNumber("0.75", gg.TYPE_FLOAT)

rs = gg.getResultCount()

gg.getResults(rs)

gg.editAll("1.59999005795", gg.TYPE_FLOAT)

 

 

 

Oh and yes you can add this to your script if you would like

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

when working with fluctuating values, any more or less changes we make, we distort the programming code, often causing unnecessary effects and sometimes crashing the game.
maybe you found the maximum value stable.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.