-
Posts
630 -
Joined
-
Last visited
-
Days Won
13
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by nok1a
-
I didn't change anything really beside adding new hacks. Are you always having this issue or is this sometimes. which version was working for you? give version number.
-
You seem to have the same issue. Please kindly do the same: Guns of Boom script (#70620kfk)
-
This issue is weird. Those offsets have the value 0 is odd. It's saying that it could not get the the metadata.dat range. Its essential for do offset calculations starting the right addresses in memory. But saying that ISA = 0 is odd to. But that doesn't make sense. Its possible this is a bigger issue then it looks. Please run this script, its modified. Need to verify if the script gets the ranges at all. Send screenshot of the top of the page, and the end of the page. It should look like this. top: end: testSettings.lua You seem to have the same issue. Please kindly do the same: Guns of Boom script (#70620kfk)
-
I was originally cheating this game for improve a bit my scripting and learn a bit more about the games in general. My scripting a little bit better now, so i have more freedom in implementing the cheats i want to. Finding the values i not find to much of an issue. It's just scripting it. Missing a lot of cheats i wanted to add for the game because dunno how to script them. But perhaps in the future i will know. They will be OP (if the game is still alive by then). All you have to know is that this script is designed with all my love and pleasure. Its open source and free. I don't want to hide anything. Enjoy the script and its cheats till you heart contents!
-
I only see this comment now, i don't always get notifications from here. Fire rate can be added. will add it in the next update. But i am not sure if it bans. I don't use 60 Xa because it isn't a fire rate value. It's something else. It can't be really putted in a script to because after one match the functionallity of that value changes. No way for me to update that. So will add my own fire rate value to it. Not to high so that it doesn't give ban. walk faster i think it possible till some extend. I recall it banned if going to fast.
-
Just as @Anhtuan2504 you have to execute this script. And send me a screenshot.
-
If i recall i tried doing that before, but then you get an error. I tried with rewards as well. Perhaps you can make a new request here on the forum regarding unlocking weapons or rewards hacks etc, i basically never focused on that. I focus on other things. But a lot of experienced cheaters that are more familiar with currency hacks and unlocking arsenals here on the forum. So yes. Make a new request. Regarding the antireport i have not had a look to it yet. As you were aware i was busy making that script for load the 200+ hacks. There was no mention of a report function or anything among those 200+ hacks. And currently i am not working on GoB for check for specific requests of user. It takes time and effort for do a bit research with the bit of knowledge in that field. Work takes priority. Need to make my living
-
Ok, please run this script attached below. Send screenshot of result. Supposed to look like in the screenshot. testSettings.lua
-
Can you run this script and send me screenshot? testingOffsets.lua
-
download latest script.
-
unlimited ammo won't ban but just as some other hacks, people will notice. But i guess its the choice of the user to use it. will see if it can be added in the next update. well, the auto shoot is there already. But its rather there for use combination with the teleport(kill) in the future. But sure. No reload can be added. I think i saw it somewhere.
-
-
I observed here and there your desire for making your own cheats. Guns of Boom is a good game for learn it from. with the right knowledge i guess you can do some very advanced hacks with GG. with no doubt that is. If you want to get more into scripting i do advice you to take a script that is open source(now these days many people obfuscate there scripts so that you can't read it, usually for pointless reasons that keeps back the majority of the GG users from start learning making cheats) but a lot of the more experienced Lua scripters here actually keep it open source and want people to learn it properly. Download a script that is for a very simple game, and very basic. Perhaps even copy past the whole code at first. Analyze it and make small changes to it..see how those changes effect the outcome in the game...and build on that. You can also find Lua courses online, from there you can implement stuff in the GG Lua scripting. Just don't do what i did which was copying and using the same code for years never trying to improve your code. If you do that you simply don't learn anything (noticed by now). Important, if you have Lua scripting questions you should ask here in the forum. Platform designed for help its following GG users!
-
-
Yes, good memories. It was the first GoB script i made. Sadly it had to be deleted from the forum because of the GoB company. They could do it any time and strike this current script as well. Then Enyby/Sysadmin/Mod will be forced to delete it from the forum..its a sad thing if it happens. I checked your You Tube videos. Make sure not to redirect people to this script. Let them find it on there own. Perhaps in the future a bypass can be found for the underground hack. would be fun to have all the old hacks back.
-
-
-
well, i have teleport in a separated script. But making people load 2 scripts each time seems not user friendly (i think). Teleport is the only sub menu that can be used during the match. So, i can add the feature in the next update so that when you activate teleport that you stay in the teleport menu. So each time when the script is in hiding and you reopen it the first menu that appears will be teleport menu. In teleport menu an option can be provided at the end of its menu to return to the main menu where the other hacks are. But it will take some time before i make it as im a noob with scripting. But will try my best for adjust it to your liking, i think there are quite the open source examples here in the forum on how to do it and otherwise i guess it will be Lua documentation. Appreciate the suggestion. Don't mind giving a review on the script if it is working good for you. There are some small issues with teleport i recently noticed. Let me know if you had the same experience. For example after playing several matches it suddenly doesn't do any teleportation for a while. Not sure if others have the same issue, if so do let met know so that i can find a solution towards the issue. There also seem to be an issue for some people that have 64 bit apk of GoB. Related to tagged pointers it seems. They should get an error like the screenshot provided. IF anyone else is having this issue as in the screenshot they are free to respond here since my script is not yet optimized for work on the (few) people having tagged pointers. Your issue should have been solved by now. The old script could not recognize that you were on 32 bit (others have reported this issue as well), because of that the script automatically tries to tread it as 64 bit. From there the notification that you had to contact me. That issue is solved, you can use the script now. will later add some small adjustments to it so that sources of error are more easily recognizable so that we don't need to waste each others time looking in the dark finding the issue.
-
In theory it could be possible. But report feature on its own is a 50/50 client/server sided concept. would need to figure out what exactly is used to verify the account is being reported. And perhaps from there apply changes to the client. Not sure yet. would need to check. But thanks for the suggestion, its a good one. will need to deeper my knowledge of networking in order to figure it out. Currently i'm only aware of the user cookie ID. But its probably more then that. Some time ago logged several data that was sended to the server during match. will see if something related to your request can be found. Again thank for suggestion. Its a good one.
-
Apologize. I misread the comment. You said its the game that is crashing. Not the script. Does this happen after your using a specific feature? Also i just updated the script and here and there made some changes. Make sure to download and see if the crashing remains. Provide me as much information as you can. Thank you.
-
Post screenshot of the crash. Also does the crash happen when executing a feature of the script or does it happen when you try executing the script. Let me know, Thank you. Guns of Boom script (#4xrr3z9z)
-