Jump to content
  • 0

Help me some one pls


NewbieSquadArk

Question

What happen it?

                        pysz = pdsz
                        pysz[1] = 1
                        pysz[1].address = sl[i6].address + A104[i7]['offset']
                        pysz[1].flags = A104[i7]['type']
                        szpy = gg.getValues(pysz)

Script berakhir:
Mungkin skrip ini membutuhkan versi terbaru GameGuardian. Cobalah untuk memperbarui ke versi terbaru.

Script error: luaj.LuaError: @/storage/emulated/0/Download/Map Hack.lua:74
`						pysz[1] = 1`
table expected for set index ('1') value, got boolean
level = 1, pc = 92
stack traceback:
	/storage/emulated/0/Download/Map Hack.lua:74 in function 'xyk'
	/storage/emulated/0/Download/Map Hack.lua:357 in function 'c'
	/storage/emulated/0/Download/Map Hack.lua:229 in function 'savemp'
	/storage/emulated/0/Download/Map Hack.lua:213 in function 'Main'
	/storage/emulated/0/Download/Map Hack.lua:169 in function 'start'
	/storage/emulated/0/Download/Map Hack.lua:875 in main chunk
	[Java]: in ?
	at luaj.LuaValue.settable(LuaValue.java:2858)
	at luaj.LuaValue.set(LuaValue.java:1207)
	at luaj.LuaClosure.execute(LuaClosure.java:289)
	at luaj.LuaClosure.call(LuaClosure.java:152)
	at luaj.LuaValue.callNotNull(LuaValue.java:3246)
	at luaj.LuaClosure.execute(LuaClosure.java:432)
	at luaj.LuaClosure.call(LuaClosure.java:145)
	at luaj.LuaValue.callNotNull(LuaValue.java:3233)
	at luaj.LuaClosure.execute(LuaClosure.java:431)
	at luaj.LuaClosure.call(LuaClosure.java:145)
	at luaj.LuaValue.callNotNull(LuaValue.java:3233)
	at luaj.LuaClosure.execute(LuaClosure.java:431)
	at luaj.LuaClosure.call(LuaClosure.java:145)
	at luaj.LuaValue.callNotNull(LuaValue.java:3233)
	at luaj.LuaClosure.execute(LuaClosure.java:431)
	at luaj.LuaClosure.call(LuaClosure.java:145)
	at luaj.LuaValue.callNotNull(LuaValue.java:3233)
	at luaj.LuaClosure.execute(LuaClosure.java:431)
	at luaj.LuaClosure.call(LuaClosure.java:145)
	at android.ext.Script$ScriptThread.run(Script.java:1102)

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

5 minutes ago, Enyby said:

Nobody can say without see full code.

[added 1 minute later]

maybe ou need instead


pysz = {}

 

Wait

function xyk(A104)
	gg.clearResults()
	gg.setRanges(A104[1]['memory'])
	gg.searchNumber(A104[3]['value'], A104[3]['type'])
	if gg.getResultCount() == 0 then
		gg.toast(A104[2]['name'] .. 'Radar ON')
	else
		gg.refineNumber(A104[3]['value'], A104[3]['type'])
		gg.refineNumber(A104[3]['value'], A104[3]['type'])
		gg.refineNumber(A104[3]['value'], A104[3]['type'])
		if gg.getResultCount() == 0 then
			gg.toast(A104[2]['name'] .. 'Activate')
		else
			sl = gg.getResults(999999)
			sz = gg.getResultCount()
			xgsl = 0
			if 999999 < sz then
				sz = 999999
			end
			for i6 = 1, sz do
				pdsz = true
				for i7 = 4, #A104 do
					if pdsz == true then
						pysz = pdsz
						pysz[1] = 1
                        pysz[1].address = sl[i6].address + A104[i7]['offset']
						pysz[1].flags = A104[i7]['type']
						szpy = gg.getValues(pysz)
						pdpd = A104[i7]['lv'] .. ';' .. szpy[1].value
						szpd = split(pdpd, ';')
						tzszpd = szpd[1]
						pyszpd = szpd[2]
						if tzszpd == pyszpd then
							pdjg = true
							pdsz = true
						else
							pdjg = false
							pdsz = false
						end
					end
				end
				if pdjg == true then
					szpy = sl[i6].address
					xgxc(szpy, ykx)
				end
			end
			if xgjg == true then
				gg.toast(A104[2]['name'] .. ' Radar ON')
			else
				gg.toast(A104[2]['name'] .. ' Activate')
			end
		end
	end
end

 

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.