Jump to content

Search the Community

Showing results for tags 'functions'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

Found 2 results

  1. Version 1.0.0

    119 downloads

    Font Function Tool (Open Source) Using this function, you can add font to your texts. (17 fonts are supported) Also, you can change the default font anywhere in the script (example: from choice menu). defaultFont = 1 You can write a text with a different font from other texts. -- Font 1 (defaultFont) : gg.alert(_("Hello World")) -- Font 4 : gg.alert(_("Hello World"), 4) You can also add your own fonts: Number of font letters must be: 62( UpperCase + LowerCase + Numbers) 52(UpperCase + LowerCase) 36(Upper/Lower Case + Numbers) 26(Upper/Lower Case only) 10(Numbers Only) How to use : Copy this function and paste it in your script. Set defaultFont in frist line of script.
  2. View File Font Function Font Function Tool (Open Source) Using this function, you can add font to your texts. (17 fonts are supported) Also, you can change the default font anywhere in the script (example: from choice menu). defaultFont = 1 You can write a text with a different font from other texts. -- Font 1 (defaultFont) : gg.alert(_("Hello World")) -- Font 4 : gg.alert(_("Hello World"), 4) You can also add your own fonts: Number of font letters must be: 62( UpperCase + LowerCase + Numbers) 52(UpperCase + LowerCase) 36(Upper/Lower Case + Numbers) 26(Upper/Lower Case only) 10(Numbers Only) How to use : Copy this function and paste it in your script. Set defaultFont in frist line of script. Submitter Kalantar Submitted 07/11/2024 Category Tools  
×
×
  • 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.