pierrelasse / YimStuff

SussySpt is a lua script made for YimMenu. With very many features for GTA Online.
https://github.com/pierrelasse/YimStuff
Other
34 stars 2 forks source link

[Other]: Local B-> In Sussy Script #8

Closed ToXicVibezz closed 6 months ago

ToXicVibezz commented 10 months ago

Issue

local b = 4537212

pierrelasse commented 10 months ago

Could you please provide the line aswell as more context to where the local variable is set? Also, what would you like me to do?

Edit: Do you mean this function? ~It is currently outdated and i need to update the globals, etc.~

local function triggerTransaction(rs, hash, amount)
    local b = 4536533
    globals.set_int(b + 1, 2147483646)
    globals.set_int(b + 7, 2147483647)
    globals.set_int(b + 6, 0)
    globals.set_int(b + 5, 0)
    globals.set_int(b + 3, hash)
    globals.set_int(b + 2, amount)
    globals.set_int(b, 2)
    rs:sleep(5)
    globals.set_int(b + 1, 2147483646)
    globals.set_int(b + 7, 2147483647)
    globals.set_int(b + 6, 0)
    globals.set_int(b + 5, 0)
    globals.set_int(b + 3, 0)
    globals.set_int(b + 2, 0)
    globals.set_int(b, 16)
end