Mojihacker Posted August 31, 2021 Posted August 31, 2021 ::Nitrojen:: gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1.5;8;1.5;8::13", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.searchNumber("8", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) searchResults = gg.getResults(1) for i, v in ipairs(searchResults) do v.freeze = true end gg.addListItems(searchResults) gg.toast('Gived Ultimate Nitro') gg.clearResults() goto SmartCheater ::Ghost:: gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1.96181785e-44;2.1019477e-44;1.68155816e-44;1.821688e-44;2.24207754e-44;1.26116862e-44;4.20389539e-45:101", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.searchNumber("4.20389539e-45", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.getResults(20) gg.editAll("0", gg.TYPE_FLOAT) gg.toast('You Are Ghost Racer') gg.clearResults() goto SmartCheater ######################## freeze in tab ::Nitrojen:: worked. But it did not work in tab :: Ghost :: Now how do I freeze the value. Please change if possible and leave me the corrected script 1
0 blocx Posted August 31, 2021 Posted August 31, 2021 gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1.96181785e-44;2.1019477e-44;1.68155816e-44;1.821688e-44;2.24207754e-44;1.26116862e-44;4.20389539e-45:101", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("4.20389539e-45", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(20, nil, nil, nil, nil, nil, nil, nil, nil) local t = gg.getResults(2500, nil, nil, nil, nil, nil, nil, nil, nil) for i, v in ipairs(t) do if v.flags == gg.TYPE_FLOAT then v.value = "0" v.freeze = true end end gg.addListItems(t) t = nil gg.toast('You Are Ghost Racer') end @Mojihacker 1
0 Mojihacker Posted August 31, 2021 Author Posted August 31, 2021 But he gave an error. I do not know why, but this method does not work.(My script pops up without any problem .when I added this freeze method give error). Look Racing fever is my script Ggggggg is your code in my script Racing Fever v1.5.13row.lua gggggg.lua
0 blocx Posted August 31, 2021 Posted August 31, 2021 sorry im not expert dont know why i use this code today and no probleme in my case i send u a script try to addapt
0 blocx Posted August 31, 2021 Posted August 31, 2021 i use than that gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("450;425;400;6::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("6", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(2500, nil, nil, nil, nil, nil, nil, nil, nil) local t = gg.getResults(2500, nil, nil, nil, nil, nil, nil, nil, nil) for i, v in ipairs(t) do if v.flags == gg.TYPE_DWORD then v.value = "9999" v.freeze = true end end gg.addListItems(t) t = nil gg.alert(" UNLIMITED SHOTS WITH SHOTGUN") end
0 blocx Posted August 31, 2021 Posted August 31, 2021 question it give u an script error or it freeze not work edit work ?
0 Mojihacker Posted August 31, 2021 Author Posted August 31, 2021 I corrected the script but this freezing method does not work to run the script. So thank you bro, no problem 1
0 MonkeySAN Posted August 31, 2021 Posted August 31, 2021 you can hack car stats directly.. Screenrecorder-2021-09-01-03-24-45-393.mp4
0 Lover1500 Posted August 31, 2021 Posted August 31, 2021 (edited) 8 hours ago, Mojihacker said: Ggggggg is your code in my script in that script, delete 'end' in line 68. delete 'local' in line 57. it works for me. What i wonder is about 'local t'. Why it is still there even we set t=nil. idk why this error happen If we use do local t=.... blahblah end then we dont need to delete word 'local' in line 57. as @blocxsaid, we are not pro. good luck bro XD. Edited August 31, 2021 by Lover1500 2
0 Mojihacker Posted September 1, 2021 Author Posted September 1, 2021 (edited) Hey guys. Tnks all. Finally i fixed by my metod. i use in script my freeze metod and add 1code and fix it. v.value = "0" I only add this and fixed❤ Edited September 1, 2021 by Mojihacker 1
Question
Mojihacker
::Nitrojen::
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("1.5;8;1.5;8::13", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.searchNumber("8", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
searchResults = gg.getResults(1)
for i, v in ipairs(searchResults) do
v.freeze = true
end
gg.addListItems(searchResults)
gg.toast('Gived Ultimate Nitro')
gg.clearResults()
goto SmartCheater
::Ghost::
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("1.96181785e-44;2.1019477e-44;1.68155816e-44;1.821688e-44;2.24207754e-44;1.26116862e-44;4.20389539e-45:101", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.searchNumber("4.20389539e-45", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.getResults(20)
gg.editAll("0", gg.TYPE_FLOAT)
gg.toast('You Are Ghost Racer')
gg.clearResults()
goto SmartCheater
########################
freeze in tab ::Nitrojen:: worked.
But it did not work in tab :: Ghost :: Now how do I freeze the value. Please change if possible and leave me the corrected script
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now