Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online
You last visited: Today at 21:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP] How To Freeze Value on C++

Discussion on [HELP] How To Freeze Value on C++ within the Cabal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2013
Posts: 134
Received Thanks: 98
[HELP] How To Freeze Value on C++

please how to freeze the value of No Skill Delay
for example:
if (GetKeyState (VK_F1) <0)
{
* (DWORD *) NSD = 170;
Sleep (1);
}
* correct if I'm wrong

Sleep when you remove
Just stack up my character
please help me
Chromium1337 is offline  
Old 04/01/2014, 18:54   #2
 
Wayntressierts's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 424
Received Thanks: 421
Freeze = continuous overwriting

It doesn't help to set the value just once.

Code:
if (GetKeyState (VK_F1) <0) 
{
   NoSkillDelay = 1
} 


if (GetKeyState (VK_F2) <0) 
{
   NoSkillDelay = 0
} 


if (NoSkillDelay = 1)
{
  * (DWORD *) NSD = 170;
}

Sleep (1);
Like this you turn it on with F1 and off with F2 :-)
Wayntressierts is offline  
Old 04/03/2014, 07:23   #3
 
elite*gold: 0
Join Date: Jun 2013
Posts: 134
Received Thanks: 98
Thankz Men
Chromium1337 is offline  
Old 04/16/2014, 05:30   #4
 
elite*gold: 0
Join Date: Apr 2014
Posts: 49
Received Thanks: 56
Ah i GEt it ^_^
Thankz Wayn!
ΣasyCodΣ is offline  
Reply


Similar Threads Similar Threads
freeze bm2?
07/05/2012 - Cabal Private Server - 0 Replies
so yeah im not sure if this is the right section, but ive bin looking for a bm2 hack for cabal EU (unlimited bm2 time) i dont know if it really excists but i saw it in bartbilfv2-0-6.CT (cheattable) but it doesnt work for me, so yeah if u got any idea or know how to do it please respond :)
AMD freeze
02/27/2012 - Hardware Discussions / Questions - 3 Replies
Ich haben in den letzten tagen heftige Probleme mit meinem PC. Wenn ich ca. eine halbe stunde Bf3 gezockt habe und dann wieder im Internet surfe hängt sich der PC nach ca. 5 - 10min auf ich kann nichts mehr machen. manchmal kommt es auch einfach so vor aber meistens nach dem zocken könnt ihr mir vielleicht weiterhelfen?
Lag/freeze when...
08/10/2011 - Rappelz - 3 Replies
Hi everyone , i need help to fix lag/freeze :'( when : -i kill monster x_x -i up Jlvl / Skills -i want upgrade stuff -i want to use teleporter -i drop item Thanks you very much =)
c# freeze like ce?
05/22/2011 - CO2 Programming - 3 Replies
How can i freeze value on c# ? like ce if ((this.StatusFlags & 0x800000L) != 0L) { this.StatusFlags ^= (long)CharStatus.Cyclone; }
Mob Freeze
12/28/2010 - 4Story Hacks, Bots, Cheats & Exploits - 33 Replies
This is a Monster Freeze Hack. The Details: - It patches an import file ("TMon.tcd") of 4Story , so that monsters won't attack you. - I tested it on 4Story DE, FR and Global. It might work on other versions as well. Written in HLA. Virustotal:



All times are GMT +1. The time now is 21:43.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.