Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestion - Max Trophies for Search
#7
try working with the Func CompareResources()

maybe change the function of min with "<=" instead of ">=" under $T = (Number($searchTrophy) >= Number($MinTrophy)).

or if you want to hard code a number such as 20

If $searchTrophy <= Number(20) Then
$Boolean = False
Return $Boolean
EndIf

I have not tested either of these....
Reply
 


Messages In This Thread
RE: Suggestion - Max Trophies for Search - by -j- - 01-22-2015, 08:35 PM
RE: Suggestion - Max Trophies for Search - by copper - 01-24-2015, 01:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website