Jump to content
  • 0

Question

Recommended Posts

  • 0
  • Administrators
Posted

You can not search double or float value as exact value, because it is can be rounded, or your see not all numbers. So you need use range for any fractional data type.

If you need exact same value - search as qword, if you know binary representation of this double.

In general, double or float is bad values for exact or group search. Use integer types, like dword or qword.

  • 0
Posted
6 minutes ago, Enyby said:

 So you need use range for any fractional data type.

 

Thank for reply 

All integer types are changing 

Only double is constant 

So i asked 

I just used range  it worked 

Thank you

  • 0
  • Administrators
Posted
11 minutes ago, AjYouTube said:

All integer types are changing 

Only double is constant 

Just read same address as Qword.

  • 0
Posted
16 hours ago, Enyby said:

Just read same address as Qword.

How do i hide ui in script? im writing a script with a promt and it ask them for current money then pops up and ask for a new value but dont give them time to do change there current one how can i make it go away until they click the gg icon again??

  • 0
Posted
3 minutes ago, Enyby said:

Try read GG API. And follow topic title. Not post in any possible place.

Would you be able to help me if i messaged you with my script?? I feel like im pretty close to getting it would be very much appreciated 

  • 0
  • Administrators
Posted

Not, of course. Use forum for help. Here present many other users which able to help you.

But use proper topic or create new one or your chance to get answer is around zero.

  • 0
Posted
1 minute ago, Enyby said:

Not, of course. Use forum for help. Here present many other users which able to help you.

But use proper topic or create new one or your chance to get answer is around zero.

Okay i just need to know if its possbile to get the promt to ask then minimize and then ask again when gg icon is clicked 

  • 0
Posted
15 minutes ago, Enyby said:

Not, of course. Use forum for help. Here present many other users which able to help you.

But use proper topic or create new one or your chance to get answer is around zero.

Also i made a topic got no replys ?

  • 0
  • Administrators
Posted
25 minutes ago, Kriptihaxxx said:

Okay i just need to know if its possbile to get the promt to ask then minimize and then ask again when gg icon is clicked 

Use forum search. Answer already be here. You not first who ask this.

  • 0
Posted
On Sun Jan 27 2019 at 10:04 PM, Enyby said:

double.

@Enyby sorry for asking again 

 

Now problem with lua script 

5.222099e-315E~6.3614332e-315E

I search normaly with GG ( working )

When i use in script 

 

 

log

Script ended:
Perhaps this script needs the latest version of GameGuardian. Try to update to the latest version.

Script error: org.luaj.vm2.LuaError: load /storage/emulated/0/frag/frag.lua: org.luaj.vm2.LuaError: load @/storage/emulated/0/frag/frag.lua: java.lang.NumberFormatException: Invalid double: "5.222099e-315E"
    at org.luaj.vm2.LuaValue.error(LuaValue.java:1082)
    at org.luaj.vm2.Globals.loadfile(Globals.java:220)
    at android.ext.Script.runScript(Script.java:5274)
    at android.ext.Script$ScriptThread.run(Script.java:5111)
Caused by: org.luaj.vm2.LuaError: load @/storage/emulated/0/frag/frag.lua: java.lang.NumberFormatException: Invalid double: "5.222099e-315E"
    at org.luaj.vm2.LuaValue.error(LuaValue.java:1082)
    at org.luaj.vm2.Globals.load(Globals.java:237)
    at org.luaj.vm2.Globals.loadfile(Globals.java:214)
    ... 2 more
Caused by: java.lang.NumberFormatException: Invalid double: "5.222099e-315E"
    at java.lang.StringToReal.invalidReal(StringToReal.java:63)
    at java.lang.StringToReal.initialParse(StringToReal.java:94)
    at java.lang.StringToReal.parseDouble(StringToReal.java:282)
    at java.lang.Double.parseDouble(Double.java:301)
    at org.luaj.vm2.LuaValue.numberOf(LuaValue.java:2702)
    at org.luaj.vm2.LuaValue.parseNumber(LuaValue.java:3221)
    at org.luaj.vm2.LuaValue.parseNumber(LuaValue.java:3209)
    at org.luaj.vm2.compiler.LexState.str2d(LexState.java:361)
    at org.luaj.vm2.compiler.LexState.read_numeral(LexState.java:383)
    at org.luaj.vm2.compiler.LexState.llex(LexState.java:669)
    at org.luaj.vm2.compiler.LexState.next(LexState.java:712)
    at org.luaj.vm2.compiler.LexState.funcargs(LexState.java:1341)
    at org.luaj.vm2.compiler.LexState.suffixedexp(LexState.java:1440)
    at org.luaj.vm2.compiler.LexState.exprstat(LexState.java:2039)
    at org.luaj.vm2.compiler.LexState.statement(LexState.java:2139)
    at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2156)
    at org.luaj.vm2.compiler.LexState.body(LexState.java:1315)
    at org.luaj.vm2.compiler.LexState.funcstat(LexState.java:2029)
    at org.luaj.vm2.compiler.LexState.statement(LexState.java:2112)
    at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2156)
    at org.luaj.vm2.compiler.LexState.mainfunc(LexState.java:2172)
    at org.luaj.vm2.compiler.LuaC$CompileState.luaY_parser(LuaC.java:129)
    at org.luaj.vm2.compiler.LuaC.compile(LuaC.java:99)
    at org.luaj.vm2.Globals.compilePrototype(Globals.java:279)
    at org.luaj.vm2.Globals.loadPrototype(Globals.java:266)
    at org.luaj.vm2.Globals.load(Globals.java:232)
    ... 3 more

 

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.