Categories > Exploiting > Scripts >
Grow a Garden - Script Hub
Posted
I am actually so sick of searching a script for a game, 10 coming up that "work", having 8 of the links work, going through 3 loot labs FOR EACH LINK and then only 1 of the scripts partially working.
For this reason, I have decided to re-open my old Hub. Currently I only have...
- Grow A Garden
- Be A Toy
- Build A Boat For Treasure
https://WetHub.uk
You can find the discord, features AND THE SCRIPT here. No it doesn't have ads, or any lootlinks, im not scabby or 12.
Please make sure you join the discord to stay updated.
Please reply with any feedback you have of the script and any suggestions. thank you
Lets hope WetHub grows into something great :)
Cancel
Post
Go to WetHub.uk - I'm open to help anyone with anything, DM me on discord :)
Replied
vouch, wetwipes has always put out good quality scripts in the past
Cancel
Post
Replied
It is good although you should work on the loadstring loader. Make a table with the game name and game id and use a for loop.
Cancel
Post
Languages - C++, C#,Javascript, HTML, CSS, Lua ,Xaml, Python
https://plutora.xyz/discord
Replied
boycott this game man
Cancel
Post
t.me/sempillerian
https://i.imgur.com/RENUaUa.png
Replied
Should add this to Zen-Ware or Sinzhub lmao ;)
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 3, Total: 3 )
Comments
WetWipes 15 Reputation
Commented
Yeah I have a little table with the IDs etc, I didnt even think about using a for loop in it lol. thank you :)
0
Pluto_Guy 27 Reputation
Commented
@WetWipes No problem. It makes your life a lot easier as you do not need to mess around with if statements when adding games to the script. It is also a lot tidier.
0
WetWipes 15 Reputation
Commented
Just made a proper little table with a loop, let me know what you think :)
0
Pluto_Guy 27 Reputation
Commented
Instead of doing it manually by looping it 30 times you should use a "for i,v in TableName". The i is the current item number it is on and the v returns the string in the current item.
0