Author Topic: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS  (Read 12851 times)

0 Members and 2 Guests are viewing this topic.

skylmt666

  • Relentless Teamkiller
  • **
  • Posts: 75
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #45 on: June 06, 2012, 04:17:18 pm »
Help me
i dont have "Text Option"

Look
« Last Edit: June 07, 2012, 04:58:04 am by skylmt666 »
LOLE'D

Snip3R

  • Cheater Apprentice
  • *
  • Posts: 24
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #46 on: June 06, 2012, 04:23:22 pm »
Download a CE 6.1 version.

enif

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #47 on: June 06, 2012, 04:30:03 pm »
Help me
i dont have "Text Option"

Look

U need to choose "String" one.
Yes, i have terribad English :(. Sorry for that.

skylmt666

  • Relentless Teamkiller
  • **
  • Posts: 75
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #48 on: June 06, 2012, 04:37:18 pm »
ok thanks!
LOLE'D

Snip3R

  • Cheater Apprentice
  • *
  • Posts: 24
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #49 on: June 06, 2012, 05:00:46 pm »
How to add to crate:
M4A1_HWS_GL_camo
SVD_CAMO 100
SCAR_H_STD_TWS_SD
SCAR_H_LNG_Sniper_SD
Skin_Sniper1_DZ
WeaponHolder_ItemTent
20rnd_762x51_SB_SCAR

HITMAN4682

  • Cheater Apprentice
  • *
  • Posts: 21
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #50 on: June 06, 2012, 06:51:48 pm »
awesome guide! +1

jamesgtaiv

  • Intentional Cheater
  • **
  • Posts: 34
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #51 on: June 06, 2012, 06:55:59 pm »
Here is a post I made in another topic:

Use this code by buster to spawn an ammo box in Day Z:


ammo.sqf
Code: [Select]
_abox = "AmmoBoxBig" createVehicle (position player);

[_abox] execVM "\script\cargo.sqf";

cargo.sqf
Code: [Select]
_abox = _this select 0;
_dayz_wep =["M14_EP1","Remington870_lamp","M4A3_CCO_EP1","M4A1_AIM_SD_camo","BAF_L85A2_RIS_CWS","BAF_AS50_scoped","Winchester1866","LeeEnfield","revolver_EP1","FN_FAL","FN_FAL_ANPVS4","m107_DZ",
  "Mk_48_DZ","DMR","M16A2","M16A2GL","bizon_silenced","AK_74","M4A1_Aim","AKS_74_kobra","AKS_74_U","AK_47_M","M24","M1014","M4A1","MP5SD","MP5A5","huntingrifle","Crossbow","glock17_EP1","M9",
  "M9SD","Colt1911","UZI_EP1","Binocular","Binocular_Vector","NVGoggles","ItemGPS","ItemMap","ItemCompass","ItemWatch","ItemFlashlight","ItemFlashlightRed","ItemKnife","ItemHatchet","ItemMatchbox",
  "ItemEtool","ItemToolbox"];

_dayz_mag =["30Rnd_556x45_Stanag","30Rnd_556x45_StanagSD","20Rnd_762x51_DMR","30Rnd_762x39_AK47","5Rnd_762x51_M24","10Rnd_127x99_m107","8Rnd_B_Beneli_74Slug","1Rnd_HE_M203","FlareWhite_M203",
  "FlareGreen_M203","1Rnd_Smoke_M203","200Rnd_556x45_M249","8Rnd_B_Beneli_Pellets","30Rnd_9x19_MP5","30Rnd_9x19_MP5SD","100Rnd_762x51_M240","15Rnd_W1866_Slug","5x_22_LR_17_HMR",
  "10x_303","15Rnd_9x19_M9","15Rnd_9x19_M9SD","7Rnd_45ACP_1911","17Rnd_9x19_glock17","8Rnd_9x18_Makarov","6Rnd_45ACP","8Rnd_9x18_Makarov","BoltSteel","PipeBomb","HandGrenade_west",
  "FoodSteakRaw","FoodSteakCooked","FoodCanBakedBeans","FoodCanSardines","FoodCanPasta","ItemSodaCoke","ItemSodaPepsi","ItemWaterbottle","HandRoadFlare","HandChemGreen","HandChemBlue",
  "HandChemRed","ItemSandbag","ItemTankTrap","ItemWire","ItemBandage","ItemPainkiller","ItemMorphine","ItemEpinephrine","ItemAntibiotic","ItemBloodbag","ItemHeatPack","PartWoodPile","PartWheel",
  "PartFueltank","PartGlass","PartEngine","PartGeneric","PartVRotor","ItemJerrycan","ItemGenerator","ItemTent","Skin_Soldier1_DZ","Skin_Survivor2_DZ","Skin_Camo1_DZ","Skin_Sniper1_DZ"];

_dayz_bpk =["DZ_Patrol_Pack_EP1","DZ_Assault_Pack_EP1","DZ_CivilBackpack_EP1","DZ_ALICE_Pack_EP1","DZ_Backpack_EP1"];

{_abox addWeaponCargo [_x,100];} forEach _dayz_wep;
{_abox addMagazineCargo [_x,100];} forEach _dayz_mag;
{_abox addBackpackCargo [_x,2];} forEach _dayz_bpk;


Save each as what he wrote above the code and don't forget to save it as type all. Then it to load ammo.sqf which will automatically call on cargo.sqf and spawn you an ammo box.

That did the trick. Thank you very much!

Now for vehicles.... lol

Snip3R

  • Cheater Apprentice
  • *
  • Posts: 24
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #52 on: June 06, 2012, 07:29:01 pm »
How to use a vehicle spawn bug?
I'm spawn a car, seats in, turn engine on and its EXPLODE!
Any solutions for this?

Teh_Ninja

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #53 on: June 06, 2012, 07:45:27 pm »
says battleye script restriction #14  :icon_cry2
strange that it worked last night...

DanDiDo

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #54 on: June 06, 2012, 07:58:25 pm »
says battleye script restriction #14  :icon_cry2
strange that it worked last night...
So... its detected now?
Crap.

HITMAN4682

  • Cheater Apprentice
  • *
  • Posts: 21
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #55 on: June 06, 2012, 08:02:20 pm »
says battleye script restriction #14  :icon_cry2
strange that it worked last night...

Its not detected, just the certain script your using is detected. Try making a new one from scratch im sure it will work.  :wink2

curious

  • Cheater Apprentice
  • *
  • Posts: 22
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #56 on: June 06, 2012, 08:14:39 pm »
Thanks plosky1, when I came to the forum someone said it would take 6 months to get myself a weapon box working if I knew nothing. With this thread it took me a couple minutes :P

Teh_Ninja

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #57 on: June 06, 2012, 08:15:12 pm »
Ah, makes sense Ill try it.

pjez102

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #58 on: June 06, 2012, 08:16:55 pm »
my box is empty :icon_cry2 :icon_cry2

Coronel_Niel

  • Insane Joker
  • ****
  • Posts: 846
  • Why can't I pick my own profile picture...
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #59 on: June 06, 2012, 08:18:37 pm »
Why does everyone constantly want an ammo box?

If your really new, it's safer to just use the Unlimited Ammo cheat available.
"Now we are going to watch my boys do it" - Joopig