Jump to content
  • 0

Football strike problem


SILENT0BOY

Question

Hi guys.

I have a problem with football strike game.

Last year i could change speed of game and win every match but now when i start game guardian and it shows floating window the game isn't working because of floating window.

When i close game guardian or disable floating window the game works well.

 i tried ''hide game guardian from game'' option but its not working

When i turn off floating window i can change speed of game but i need its floating window for fast speed changing.

Ia there any way to assign volume buttons as change speed slower or faster?

Or any other way?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

15 minutes ago, Enyby said:

You can try using the Fix it menu to install a different type of floating windows. Perhaps another type will not interfere with the application.

Nope it didn't worked

Any floating window from any app will make this problem.

Maybe it has problem with my rom.

Can you install and check it?

Link to comment
Share on other sites

  • Administrators
25 minutes ago, SILENT0BOY said:

Nope it didn't worked

Have you tried it? Or just writing?

26 minutes ago, SILENT0BOY said:

Can you install and check it?

Certainly can. Send me your device by air mail, I'll try to do it myself. The device will then be sold, and I will give the money to the protection fund for white tigers.

Link to comment
Share on other sites

3 hours ago, Enyby said:

Have you tried it? Or just writing?

Certainly can. Send me your device by air mail, I'll try to do it myself. The device will then be sold, and I will give the money to the protection fund for white tigers.

???

I tried but it didn't worked

I said any type of floating window will make the problem

Link to comment
Share on other sites

function main()
menu = gg.choice({'NORMAL','X2','X3','X4','EXIT'},INFO,'GameGuardian')
if menu == 1 then NM() end
if menu == 2 then XA() end
if menu == 3 then XB() end
if menu == 4 then XC() end
if menu == 5 then EX() end
data=-1
end
-- change number 2-3-4 to change the speed--
function NM()
gg.setSpeed(1)
end
function XA()
gg.setSpeed(2)
end
function XB()
gg.setSpeed(3)
end
function XC()
gg.setSpeed(4)
end
function EX()
os.exit()
end
while(true)
do
if gg.isVisible(true) then
data=1
gg.setVisible(false)
end
gg.clearResults()
if data==1 then main() 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.