Jump to content

DARK_DEMON_SCRIPTER

Contributor
  • Posts

    210
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by DARK_DEMON_SCRIPTER

  1. @XEKEX Do you have NOP assembly code for armv7a? If yes can u give me?
  2. Oh nice I too have the same issue thought it was my phone problem
  3. @MC189 how to create antiban for both frag pro shooter and art of war legions
  4. @MC189 in ur first method can u explain about the send & rev functions I cant find those functions in libil2cpp of the game
  5. There are many games are up to date in apkcombo.com but the problem is I cant access the website ,is there anyway to access it? @MC189 do you have any idea?
  6. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
  7. So I wanna know about how to encrypt codes that are in pastebin.com or github.com or if it is not possible then is there any website that has raw page and won't let viewers to copy?
  8. @Gaming_Boy I didn't get it can u explain?
  9. I tried several main activity files from rbx but they ain't working for su(super user) command so I wanna know how to find the true main activity for roblox
  10. And that's me contact me in tg or or contact me here Tg username :- https://t.me/DRAGON_SCRIPTER We will be covering three tutorials today Those tutorials are very important for speeding up ur search speed and script speed ️️️TUTORIAL 1️️️ How to speed up ur search speed and group search values Step 1 :- open gg and set the cheat value range Step 2 :- search the value in the correct type Step 3 :- during search turn off ur gg visible by this method search speed increases little bit For finding group values By using group search 50;100;500::50 Takes some time also results may not be accurate in this case use offset For eg The offset between 50 and 100 in decimal is 24 And between 100 to 500 is 12 Search 500 and use offset -12 (decimal) Load it to search results and refine 100 And use offset - 24 (decimal) Load it to search result and refine 50 In scripting add this function on beginning of the script function Offset(offst,type) local offst = offst local type = type local list = {} local res = gg.getResults(gg.getResultsCount()) for i in ipairs(res) do list[i] = {address = res[i].address + offst,flags = type} end gg.loadResults(list) end And we search 500 in script Uses the function offset Offset(-12,gg.TYPE_DWORD) It does offset works and loads the results to search list and there u can do refine ️️️TUTORIAL 2️️️ editing values with address U have to edit 4 values and u know there offsets from the current result So here we go function setValues(addr,type,val) gg.setValues({{address = addr,flags = type,value = val}}) end Same copy and paste this function at beginning of the script I need to edit them to 999999 So there offset is local ofst = {4,8,12,16} local res = gg.getResults(1)[1].address -- getting the address of the 1st result for i in ipairs(ofst) do setValues(res + ofst[i],gg.TYPE_DWORD,999999) end done the values are edited to 999999 without loading to search list ️️️TUTORIAL 3️️️ speeding up script working time Use local variables in script to speed up your functions it has been proved by gg lead coder enyby Proof :- https://gameguardian.net/forum/topic/20568-examples-of-lua-scripts/?do=findComment&comment=93245 Credits :- https://t.me/DRAGON_SCRIPTER JOIN :- https://t.me/DRAGON_HACKZ_OFFICIALIF YOU WANT TO SUPPORT ME Also follow me for more updates
  11. @Goryo @Qbatico Find the price of the vehicle and use goto in the value And then long press value and click search nearby The ID that he given must be stored in dword value For eg Ur trying to edit the ID of a car called roman So find its price value and use goto in it and search roman car ID in search nearby in dword type so after u find the correct u can edit the car with someother ID'S So that the car can be changed to the given ID car So in the place I edit it with another car ID After u refresh or re goto the garage u can see that the cat can be changed to the car we want Hope you understand
  12. View File MENU BUILDER SCRIPT WHATS NEW IN V3? ADDED MULTICHOICE ADDED CHECKBOX TO TURN OFF SCRIPT VISBLE AND CLICK GG ICON TO CONTINUE ADDED A FEATURE WRITE TO FILE FROM NOW U NO NEED TO C/P JUST SELECT THE FILE WHERE IT SHOULD BE STORED AT STARTING PLS CONTANCT ME IF U FOUND ANY BUGS menu builder v3.lua Submitter DARK_DEMON_SCRIPTER Submitted 05/09/2023 Category Tools  
  13. Version V3

    821 downloads

    WHATS NEW IN V3? ADDED MULTICHOICE ADDED CHECKBOX TO TURN OFF SCRIPT VISBLE AND CLICK GG ICON TO CONTINUE ADDED A FEATURE WRITE TO FILE FROM NOW U NO NEED TO C/P JUST SELECT THE FILE WHERE IT SHOULD BE STORED AT STARTING PLS CONTANCT ME IF U FOUND ANY BUGS SCROLL DOWN FOR V3 VIDEO TUTORIAL menu builder v3.lua Project_06-28_Full HD 1080p_MEDIUM_FR30.mp4
  14. @MC189 no I think u get it wrong I want the mod menu to be added inside game like lgl mod menu
  15. @CmP @XEKEX @MC189 pls help me Hello guys I want a mod menu in which both memory and lib hacks The mod menu should edit memory values that uses mem.searchNumber And also lib editing should be there
×
×
  • 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.