Search the Community
Showing results for tags 'gg script'.
-
Version 1.0.0
18,104 downloads
More scripts from the creator This is a template that will help you create a script menu for any game Download the apps used in this video: lua editor GG tester WATCH THESE VIDEOS TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME PART 1 WATCH THIS VIDEO TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME PART 2: PART 3- 4 comments
-
3
-
- how to make a script
- how to make a gameguardian script
- (and 20 more)
-
View File HOW TO MAKE A LUA SCRIPT FOR ANY GAME More scripts from the creator This is a template that will help you create a script menu for any game Download the apps used in this video: lua editor GG tester WATCH THESE VIDEOS TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME PART 1 WATCH THIS VIDEO TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME PART 2: PART 3 Submitter RONO_PLAYS Submitted 04/27/2019 Category Templates
- 2 replies
-
1
-
- how to make a script
- how to make a gameguardian script
- (and 20 more)
-
Hi, so I learn already how to make offset and read the memory if this is my player or my enemy. So I wanna make a teleport script that teleport me to my enemy position. So I can easily make a script that search a model ID, do a offset to find my player (1 results), edit x, y, z position easily. Now I wanna make gg script that search a model ID, get my player model position (later use). Then it will go to my enemy model and get the position, do the same thing to my other enemy. Once it got all my enemy position, then it will create a button in gg.choice Something like this SCRIPT Your player position is: X: 32.5 Y: 50 Z: 20.5 ---------------------------- Enemy 1 (Pos X: 75.32 Y: 50 Z: 32.5) Enemy 2 (Pos X: 54.35 Y: 30 Z: 21.1) Enemy 3 (Pos X: 71.49 Y: 50 Z: 67.7) So ill click Enemy 2 since his position is almost near like mine. Then GG Script will edit my player x y z, the same value like the enemy 2. Then I successfully teleported myself to the enemy. sry for my English.