Jump to content

FWD ASSAULT LUA SCRIPT HELP


CrazyGaming764

Recommended Posts

Hello Guys,

 

I am new here 7 i am working on to create a perfect mod menu for FWD assault but, i am stucked in 3 a place so, help me out of here.

 

1)HOW CAN I FREEZE THE EDIT VALUE?

  i WANT TO FREEZE MY CURRENT WEAPON VALUE SO, I CAN DROP MANY WEAPONS FOR MY TEAM. SO, WHATS THE LINE I SHOULD ADD TO MAKE IT FREEZE?

 

2)THIS ONE IS AMMO HACK, SUPPOSE MY CURRENT WEAPON AMMO IS 25/0 SO, I SEARCH 25;0 (DWORD) IN GAME GAURDIAN THEN, I FIRE 1 BULLET , NOW I SEARCH 24;0 THEN REFINE ONLY 0

NOW, IF I EDIT 0 TO 3000 THEN AMMO INCREASE TO 3000 BUT, SAME WHEN I DO IN GAME GAURDIAN LUA THEN IT NEVER WORKS SO, HELP ME IN THAT(CHECK SCRIPT BELOW)

::AH25::
gg.clearResults()
gg.searchNumber('25;0', gg.TYPE_DWORD, false, gg.SIGN_DWORD, 0, -1)
gg.getResults(100)
gg.editAll('25',
gg.TYPE_DWORD)
gg.alert('SHOOT YOUR GUN ONCE THEN USE B')
gg.clearResults()
goto AH

::AH25b::
gg.clearResults()
gg.searchNumber('24;0', gg.TYPE_DWORD, false, gg.SIGN_DWORD, 0, -1)
gg.getResults(100)
gg.searchNumber('0', gg.TYPE_DWORD, false, gg.SIGN_DWORD, 0, -1)
gg.getResults(100)
gg.editAll('5000', gg.TYPE_DWORD)
gg.toast('5K AMMO ADDED') 
gg.clearResults()
goto AH

 

3)WHAT IF I NEED TO REFINE ADDRESS AFTER SEARCHING NUMBER ?

I GOT EECOIL HACK FROM 'GAME KILLER' YOUTUBER SITE AND

THERE HE FIRST SEARCH 60 FLOAT VALUE

THEN REFINE ADDRESS 318

THEN ONE VALUE COMES

EDIT IT AND RECOIL DONE

 

TELL ME WHATS THE SCRIPT WILL BE OF ITS?

 

THANK YOU

Link to comment
Share on other sites

  • Administrators
7 minutes ago, CrazyGaming764 said:

HOW CAN I FREEZE THE EDIT VALUE?

addListItems

8 minutes ago, CrazyGaming764 said:

SAME WHEN I DO IN GAME GAURDIAN LUA

Not same.

A:
gg.clearResults()
gg.searchNumber('25;0', gg.TYPE_DWORD)
gg.getResults(100)
gg.alert('SHOOT YOUR GUN ONCE THEN USE B')

B:
gg.searchNumber('24;0', gg.TYPE_DWORD)
gg.searchNumber('0', gg.TYPE_DWORD)
gg.getResults(100)
gg.editAll('5000', gg.TYPE_DWORD)
gg.toast('5K AMMO ADDED') 
gg.clearResults()

 

11 minutes ago, CrazyGaming764 said:

WHAT IF I NEED TO REFINE ADDRESS AFTER SEARCHING NUMBER ?

Just call search without clearing results.

gg.searchNumber('24;0', gg.TYPE_DWORD)
-- refine
gg.searchNumber('23;0', gg.TYPE_DWORD)



gg.searchNumber('24;0', gg.TYPE_DWORD)
-- new search
gg.clearResults()
gg.searchNumber('23;0', gg.TYPE_DWORD)

 

Link to comment
Share on other sites

6 minutes ago, Enyby said:

addListItems

Not same.


A:
gg.clearResults()
gg.searchNumber('25;0', gg.TYPE_DWORD)
gg.getResults(100)
gg.alert('SHOOT YOUR GUN ONCE THEN USE B')

B:
gg.searchNumber('24;0', gg.TYPE_DWORD)
gg.searchNumber('0', gg.TYPE_DWORD)
gg.getResults(100)
gg.editAll('5000', gg.TYPE_DWORD)
gg.toast('5K AMMO ADDED') 
gg.clearResults()

 

Just call search without clearing results.


gg.searchNumber('24;0', gg.TYPE_DWORD)
-- refine
gg.searchNumber('23;0', gg.TYPE_DWORD)



gg.searchNumber('24;0', gg.TYPE_DWORD)
-- new search
gg.clearResults()
gg.searchNumber('23;0', gg.TYPE_DWORD)

 

 

I THINK THIS GUY DID SOMETHING ELSE

TELL ME WHAT WILL BE SCRIPT OF THIS HACK?

 

THANKS FOR YOUR PREVIOUS HELP

Link to comment
Share on other sites

yo crazy gaming, I'm gonne cheat FZ assault to...found already some good hacks there, perhaps whe can try to make a scriopt together? I cheat other games to like rules of survival(script almost finished), on YT I`m known as dragons star, please give reply..i want to grow better with someone to my side..if ya know what I mean

_______________________________________________
added 1 minute later

image.thumb.png.9f850ef3aef0e555c18ea30f59241378.png

Link to comment
Share on other sites

  • 1 month later...
On 4/17/2018 at 6:53 PM, XxhentaixX said:

yo crazy gaming, I'm gonne cheat FZ assault to...found already some good hacks there, perhaps whe can try to make a scriopt together? I cheat other games to like rules of survival(script almost finished), on YT I`m known as dragons star, please give reply..i want to grow better with someone to my side..if ya know what I mean

_______________________________________________
added 1 minute later

image.thumb.png.9f850ef3aef0e555c18ea30f59241378.png

Sorry Bro, i didn't see your reply.

Yeah, we can do mod menu together

Kindly reply your discord so, i can contract you

even, i made my mod for FA

Link to comment
Share on other sites

2 hours ago, CrazyGaming764 said:

Sorry Bro, i didn't see your reply.

Yeah, we can do mod menu together

Kindly reply your discord so, i can contract you

even, i made my mod for FA

Here go yo my you tube channel. In the link discription is my discord channel. Join me thete and say your GG name.

 

https://youtu.be/53z2z4i4YZk

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.